Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 26) 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;
Dgeneric_variables_unittest.cc188 void ValueChanged(BaseVariable* variable) { in ValueChanged() argument
/system/bt/build/
DAndroid.bp25 // struct BT_HDR is defined as a variable-size header in a struct.
26 "-Wno-gnu-variable-sized-type-not-at-end",
/system/bt/vendor_libs/
DAndroid.mk16 -Wno-gnu-variable-sized-type-not-at-end \
/system/chre/build/
Dcommon.mk8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
/system/chre/build/nanoapp/
Dapp.mk26 $(error The NANOAPP_NAME_STRING variable must be set to the friendly name of \
/system/keymaster/
DAndroid.mk38 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
DAndroid.bp95 "-Wno-error=unused-const-variable",
133 "-Wno-error=unused-const-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
222 Device [0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x14]FAILUnknown variable
/system/vold/
DAndroid.mk73 vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-param…
/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()
Dast_java.h115 Variable* variable = nullptr; member
119 Field(int modifiers, Variable* variable);
/system/core/toolbox/
DAndroid.mk5 -Werror -Wno-unused-parameter -Wno-unused-const-variable \
/system/sepolicy/
DREADME21 the BOARD_SEPOLICY_DIRS variable. This variable should be set
/system/core/init/
DREADME.md142 > Set the environment variable _name_ to _value_ in the launched process.
309 Typically used when the bootloader sets a variable that indicates a specific
329 > Set the environment variable _name_ equal to _value_ in the
/system/bt/doc/
Dpower_management.md88 while this variable is declared as an extern in the `bta_dm_int.h` file, it only
Dstyle_guide.md110 `for` loops should declare and initialize their iterator variable in the
/system/tpm/trunks/generator/
Draw_structures_fixed.txt1477 The table in Example 1 shows how a structure containing fixed and variable-length arrays would be
3394 Compile variable. May decrease
3401 Compile variable. Would decrease
3587 Compile variable
4241 Compile variable. May increase
4680 to indicate that the F attribute is SET and that the return code is variable based on handle, sessi…
6206 firmware update. The values in the variable group (PT_VAR) may be changed with TPM commands but
6650 the group of variable properties returned as
7703 to mask off the variable
13040 would appear in an object’s public area and in commands where the signing scheme is variable.
[all …]
Draw_structures.txt1477 The table in Example 1 shows how a structure containing fixed and variable-length arrays would be
3400 Compile variable. May decrease
3407 Compile variable. Would decrease
3593 Compile variable
4247 Compile variable. May increase
4686 to indicate that the F attribute is SET and that the return code is variable based on handle, sessi…
6229 firmware update. The values in the variable group (PT_VAR) may be changed with TPM commands but
6625 PT_GROUP * 2 the group of variable properties returned as
7676 to mask off the variable
13028 would appear in an object’s public area and in commands where the signing scheme is variable.
[all …]
/system/media/audio_utils/
DDoxyfile612 # initial value of a variable or macro / define can have for it to appear in the
2067 # standard location or by setting the DOTFONTPATH environment variable or by
DDoxyfile.orig612 # initial value of a variable or macro / define can have for it to appear in the
2067 # standard location or by setting the DOTFONTPATH environment variable or by
/system/chre/chre_api/doc/
DDoxyfile635 # initial value of a variable or macro / define can have for it to appear in the
2151 # standard location or by setting the DOTFONTPATH environment variable or by

12