Searched refs:variables (Results 1 – 25 of 34) sorted by relevance
12
/system/apex/ |
D | Android.bp | 23 variables: ["library_linking_strategy"], 36 variables: ["library_linking_strategy"],
|
D | pylintrc | 174 # note). You have access to the variables errors warning, statement which 328 # A regular expression matching the name of dummy variables (i.e. expectedly 330 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/sepolicy/build/soong/ |
D | selinux_test.go | 30 android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) { 36 variables.BuildFlags = buildFlags
|
/system/update_engine/ |
D | .clangd | 5 - cppcoreguidelines-init-variables
|
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/chre/doc/ |
D | framework_build.md | 10 variables. While the CHRE framework source code may be integrated into another 33 All variant-specific compiler and linker flags are held under variables that 51 with all the variables used to generate build targets, like `TARGET_CFLAGS`. 90 CHRE expects the build toolchain to be exported via Makefile variables, 134 variables prefixed with the platform name (for example, `SIM_SRCS` for platform 136 common variables, to avoid affecting other build targets.
|
D | framework_overview.md | 184 Android naming conventions for methods and variables. This means 2 space
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/ |
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/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/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/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_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/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/SimpleperfExampleJava/ |
D | gradlew.bat | 24 @rem Set local scope for the variables with windows NT shell 77 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/ |
D | gradlew.bat | 24 @rem Set local scope for the variables with windows NT shell 77 @rem End local scope for the variables with windows NT shell
|
/system/netd/ |
D | Android.bp | 84 "-misc-non-private-member-variables-in-classes", // Also complains about structs
|
/system/sepolicy/ |
D | README.md | 48 variables have been deprecated in favour of `SYSTEM_EXT_*`. 99 and tags start with @. The option arguments can also use environment variables
|
/system/chre/chpp/ |
D | QUICKSTART.md | 14 1. Condition variables
|
/system/tools/mkbootimg/ |
D | pylintrc | 168 # note). You have access to the variables errors warning, statement which 321 # A regular expression matching the name of dummy variables (i.e. expectedly 323 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/system/tools/aidl/ |
D | generate_java.cpp | 379 std::vector<std::string> variables; in GenerateParcelableClass() local 381 std::back_inserter(variables), [](const auto& f) { return f->GetName(); }); in GenerateParcelableClass() 382 out << base::Join(variables, ", ") << ");\n" in GenerateParcelableClass()
|
/system/tools/aidl/build/ |
D | aidl_test.go | 48 return android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) { 49 variables.Release_aidl_use_unfrozen = proptools.BoolPtr(false) 178 …preparers = append(preparers, android.FixtureModifyProductVariables(func(variables android.Fixture… 179 variables.Release_aidl_use_unfrozen = proptools.BoolPtr(true)
|
/system/core/fastboot/ |
D | Android.bp | 161 "device/variables.cpp",
|
D | README.md | 129 variables, so older devices might exhibit this behavior, 208 The "getvar:%s" command is used to read client variables which 298 In this example the fastboot host queries the device for two variables,
|
/system/core/init/ |
D | README.ueventd.md | 142 via environment variables with the same names. Ueventd will use the string written to stdout as the
|
/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 -->
|
12