Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 31) sorted by relevance

12

/system/update_engine/update_manager/
Devaluation_context.cc230 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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
DAndroid.bp46 "-misc-non-private-member-variables-in-classes", // Also complains about structs
/system/core/fs_mgr/libsnapshot/
DPowerTest.md38 Two environment variables can be passed to `run_power_test.sh`:
/system/bt/service/
DAndroid.bp14 // Source variables
/system/core/fastboot/
DAndroid.bp122 "device/variables.cpp",
DREADME.md120 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/
Dpylintrc84 # 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/
Dstyle_guide.md64 * 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/
DAndroid.bp1 // Common variables
/system/update_engine/
Dpylintrc116 # 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/
DREADME87 and tags start with @. The option arguments can also use environment variables
/system/tools/aidl/
Daidl_language.cpp806 const std::string& comments, std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables) in AidlStructuredParcelable() argument
808 variables_(std::move(*variables)) {} in AidlStructuredParcelable()
Daidl_language.h752 std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables);
/system/core/init/
DREADME.ueventd.md114 via environment variables with the same names. Ueventd will use the string written to stdout as the
/system/chre/
DREADME.md192 methods and variables. This means 2 space indents, camelCase method names, an
/system/core/fastboot/fuzzy_fastboot/
DREADME.md59 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/
Dinit.te610 # The use of sensitive environment variables, such as LD_PRELOAD, is disallowed

12