Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 44) sorted by relevance

12

/system/update_engine/update_manager/
Dumtest_utils.h41 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()
Dvariable_unittest.cc90 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()
Dvariable.h64 virtual void ValueChanged(BaseVariable* variable) = 0;
/system/extras/
DAndroid.bp8 "-Wno-unused-variable",
12 "-Wno-unused-const-variable",
/system/extras/micro_bench/
DAndroid.mk9 LOCAL_CFLAGS := -Wall -Werror -Wno-error=unused-variable
23 LOCAL_CFLAGS := -Wall -Werror -Wno-error=unused-variable
/system/bt/build/
DAndroid.bp38 // struct BT_HDR is defined as a variable-size header in a struct.
39 "-Wno-gnu-variable-sized-type-not-at-end",
DBUILD.gn31 "-Wno-gnu-variable-sized-type-not-at-end",
/system/tools/hidl/test/error_test/missing_variable_type/1.0/
Drequired_error1 is missing a variable name
/system/extras/power_profile/camera_avg/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dapp.mk44 variable")
/system/chre/build/
Dcommon.mk8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt23 # variable. Because CMake includes system libraries in the search path by
28 find_library( # Sets the name of the path variable.
/system/netd/libnetdutils/
DAndroid.bp41 "-Wno-error=unused-variable",
/system/keymaster/
DAndroid.bp126 "-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/
DAndroid.bp73 "-Wno-error=unused-variable",
/system/core/fs_mgr/
DAndroid.bp26 "-Wno-unused-variable",
/system/update_engine/
Dpylintrc265 # 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/
DREADME.md72 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/
DAndroid.bp7 "-Wno-unused-const-variable",
/system/tools/aidl/
Dast_java.cpp67 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()

12