/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;
|
D | generic_variables_unittest.cc | 188 void ValueChanged(BaseVariable* variable) { in ValueChanged() argument
|
/system/bt/build/ |
D | Android.bp | 25 // 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/ |
D | Android.mk | 16 -Wno-gnu-variable-sized-type-not-at-end \
|
/system/chre/build/ |
D | common.mk | 8 $(warning The OPT_LEVEL variable is unset. Defaulting to 0.)
|
/system/chre/build/nanoapp/ |
D | app.mk | 26 $(error The NANOAPP_NAME_STRING variable must be set to the friendly name of \
|
/system/keymaster/ |
D | Android.mk | 38 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
|
D | Android.bp | 95 "-Wno-error=unused-const-variable", 133 "-Wno-error=unused-const-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 222 Device [0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x14]FAILUnknown variable
|
/system/vold/ |
D | Android.mk | 73 vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-param…
|
/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()
|
D | ast_java.h | 115 Variable* variable = nullptr; member 119 Field(int modifiers, Variable* variable);
|
/system/core/toolbox/ |
D | Android.mk | 5 -Werror -Wno-unused-parameter -Wno-unused-const-variable \
|
/system/sepolicy/ |
D | README | 21 the BOARD_SEPOLICY_DIRS variable. This variable should be set
|
/system/core/init/ |
D | README.md | 142 > 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/ |
D | power_management.md | 88 while this variable is declared as an extern in the `bta_dm_int.h` file, it only
|
D | style_guide.md | 110 `for` loops should declare and initialize their iterator variable in the
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1477 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 …]
|
D | raw_structures.txt | 1477 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/ |
D | Doxyfile | 612 # 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
|
D | Doxyfile.orig | 612 # 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/ |
D | Doxyfile | 635 # 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
|