Searched refs:variables (Results 1 – 25 of 31) sorted by relevance
12
/system/update_engine/update_manager/ |
D | evaluation_context.cc | 230 auto variables = std::make_unique<base::DictionaryValue>(); in DumpContext() local 232 variables->SetString(it.first->GetName(), it.second.ToString()); in DumpContext() 236 value.Set("variables", std::move(variables)); in DumpContext()
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/netd/ |
D | Android.bp | 46 "-misc-non-private-member-variables-in-classes", // Also complains about structs
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 38 Two environment variables can be passed to `run_power_test.sh`:
|
/system/bt/service/ |
D | Android.bp | 14 // Source variables
|
/system/core/fastboot/ |
D | Android.bp | 122 "device/variables.cpp",
|
D | README.md | 120 variables, so older devices might exhibit this behavior, 162 The "getvar:%s" command is used to read client variables which 252 In this example the fastboot host queries the device for two variables,
|
/system/tools/mkbootimg/ |
D | pylintrc | 84 # note). You have access to the variables errors warning, statement which 290 # A regular expression matching the name of dummy variables (i.e. expectedly 292 dummy-variables-rgx=_$|dummy
|
/system/bt/doc/ |
D | style_guide.md | 64 * use `static const` variables instead of `#define` 96 In nearly all cases, variables should be declared and initialized on the same line. 109 As a result of the above rule to declare and initialize variables together,
|
/system/bt/btif/ |
D | Android.bp | 1 // Common variables
|
/system/update_engine/ |
D | pylintrc | 116 # note). You have access to the variables errors warning, statement which 198 # A regular expression matching names used for dummy variables (i.e. not used). 199 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/sepolicy/ |
D | README | 87 and tags start with @. The option arguments can also use environment variables
|
/system/tools/aidl/ |
D | aidl_language.cpp | 806 const std::string& comments, std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables) in AidlStructuredParcelable() argument 808 variables_(std::move(*variables)) {} in AidlStructuredParcelable()
|
D | aidl_language.h | 752 std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables);
|
/system/core/init/ |
D | README.ueventd.md | 114 via environment variables with the same names. Ueventd will use the string written to stdout as the
|
/system/chre/ |
D | README.md | 192 methods and variables. This means 2 space indents, camelCase method names, an
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 59 variables, with an associated ECMAScript regex you wish the returned variable to match on. 208 <!-- All the device getvar variables should be listed here -->
|
/system/sepolicy/public/ |
D | init.te | 610 # The use of sensitive environment variables, such as LD_PRELOAD, is disallowed
|
12