/system/update_engine/update_manager/ |
D | umtest_utils.h | 41 static void ExpectVariableHasValue(const T& expected, Variable<T>* variable) { in ExpectVariableHasValue() argument 42 ASSERT_NE(nullptr, variable); in ExpectVariableHasValue() 44 variable->GetValue(DefaultTimeout(), nullptr)); in ExpectVariableHasValue() 45 ASSERT_NE(nullptr, value.get()) << "Variable: " << variable->GetName(); in ExpectVariableHasValue() 46 EXPECT_EQ(expected, *value) << "Variable: " << variable->GetName(); in ExpectVariableHasValue() 51 static void ExpectVariableNotSet(Variable<T>* variable) { in ExpectVariableNotSet() argument 52 ASSERT_NE(nullptr, variable); in ExpectVariableNotSet() 54 variable->GetValue(DefaultTimeout(), nullptr)); in ExpectVariableNotSet() 55 EXPECT_EQ(nullptr, value.get()) << "Variable: " << variable->GetName(); in ExpectVariableNotSet()
|
D | variable_unittest.cc | 90 void ValueChanged(BaseVariable* variable) { in ValueChanged() argument 91 calls_.push_back(variable); in ValueChanged() 141 void ValueChanged(BaseVariable* variable) override { in ValueChanged() argument 143 variable->RemoveObserver(observer); in ValueChanged()
|
D | variable.h | 64 virtual void ValueChanged(BaseVariable* variable) = 0;
|
/system/extras/ |
D | Android.bp | 8 "-Wno-unused-variable", 12 "-Wno-unused-const-variable",
|
/system/extras/micro_bench/ |
D | Android.mk | 9 LOCAL_CFLAGS := -Wall -Werror -Wno-error=unused-variable 23 LOCAL_CFLAGS := -Wall -Werror -Wno-error=unused-variable
|
/system/bt/build/ |
D | Android.bp | 38 // struct BT_HDR is defined as a variable-size header in a struct. 39 "-Wno-gnu-variable-sized-type-not-at-end",
|
D | BUILD.gn | 31 "-Wno-gnu-variable-sized-type-not-at-end",
|
/system/tools/hidl/test/error_test/missing_variable_type/1.0/ |
D | required_error | 1 is missing a variable name
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/chre/build/nanoapp/ |
D | app.mk | 44 variable")
|
/system/chre/build/ |
D | common.mk | 8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | CMakeLists.txt | 23 # variable. Because CMake includes system libraries in the search path by 28 find_library( # Sets the name of the path variable.
|
/system/netd/libnetdutils/ |
D | Android.bp | 41 "-Wno-error=unused-variable",
|
/system/keymaster/ |
D | Android.bp | 126 "-Wno-error=unused-const-variable", 174 "-Wno-error=unused-const-variable", 214 "-Wno-error=unused-const-variable", 261 "-Wno-error=unused-const-variable", 303 "-Wno-error=unused-const-variable",
|
/system/netd/libbpf/ |
D | Android.bp | 73 "-Wno-error=unused-variable",
|
/system/core/fs_mgr/ |
D | Android.bp | 26 "-Wno-unused-variable",
|
/system/update_engine/ |
D | pylintrc | 265 # Good variable names which should always be accepted, separated by a comma 268 # Bad variable names which should always be refused, separated by a comma 286 # Regular expression which should only match correct variable names 287 variable-rgx=^[a-z][a-z0-9_]*$ 289 # Naming hint for variable names 290 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 317 # generator expression variable names
|
/system/core/fastboot/ |
D | README.md | 72 Host: "getvar:version" request version variable 76 Host: "getvar:nonexistant" request some undefined variable 78 Client: "FAILUnknown variable" getvar failure; see getvar details below 112 getvar:%s Read a config/version variable from the bootloader. 113 The variable contents will be returned after the 114 OKAY response. If the variable is unknown, the bootloader 232 Device [0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x14]FAILUnknown variable
|
/system/core/toolbox/ |
D | Android.bp | 7 "-Wno-unused-const-variable",
|
/system/tools/aidl/ |
D | ast_java.cpp | 67 Field::Field(int m, Variable* v) : ClassElement(), modifiers(m), variable(v) {} in Field() 74 to->Write("%s %s", this->variable->type->JavaType().c_str(), in Write() 75 this->variable->name.c_str()); in Write()
|