/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/keymaster/ |
D | Android.mk | 89 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field 126 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field 169 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
|
/system/core/crash_reporter/ |
D | README.md | 42 - The `BRILLO_CRASH_SERVER` make variable should be set in the `product.mk` 44 automatically through the product configuration. Setting this variable will 47 - The `BRILLO_PRODUCT_ID` make variable should be set in the `product.mk` file 49 product configuration. Setting this variable will populate the
|
/system/bt/ |
D | Android.mk | 38 -Wno-gnu-variable-sized-type-not-at-end \
|
/system/connectivity/dhcp_client/ |
D | dhcp_client.gyp | 33 '-Wno-unused-const-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/connectivity/shill/doc/ |
D | ipconfig-api.txt | 20 Object path [variable prefix]/{ipconfig0,ipconfig1,...}
|
D | profile-api.txt | 44 Object path [variable prefix]/{profile0,profile1,...}
|
D | device-api.txt | 6 Object path [variable prefix]/{device0,device1,...}
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 75 Host: "getvar:version" request version variable 79 Host: "getvar:nonexistant" request some undefined variable 114 "getvar:%s" Read a config/version variable from the bootloader. 115 The variable contents will be returned after the
|
/system/bt/doc/ |
D | style_guide.md | 106 `for` loops should declare and initialize their iterator variable in the 292 // Space before * in variable declaration.
|
D | power_management.md | 88 while this variable is declared as an extern in the `bta_dm_int.h` file, it only
|
/system/connectivity/shill/ |
D | HACKING | 87 does not work. For an explanation of why the local variable
|
/system/core/init/ |
D | readme.txt | 127 Set the environment variable <name> to <value> in the launched process. 252 Typically used when the bootloader sets a variable that indicates a specific 264 Set the environment variable <name> equal to <value> 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.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
|
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
|