Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 28) 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/keymaster/
DAndroid.mk89 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/
DREADME.md42 - 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/
DAndroid.mk38 -Wno-gnu-variable-sized-type-not-at-end \
/system/connectivity/dhcp_client/
Ddhcp_client.gyp33 '-Wno-unused-const-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/connectivity/shill/doc/
Dipconfig-api.txt20 Object path [variable prefix]/{ipconfig0,ipconfig1,...}
Dprofile-api.txt44 Object path [variable prefix]/{profile0,profile1,...}
Ddevice-api.txt6 Object path [variable prefix]/{device0,device1,...}
/system/core/fastboot/
Dfastboot_protocol.txt75 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/
Dstyle_guide.md106 `for` loops should declare and initialize their iterator variable in the
292 // Space before * in variable declaration.
Dpower_management.md88 while this variable is declared as an extern in the `bta_dm_int.h` file, it only
/system/connectivity/shill/
DHACKING87 does not work. For an explanation of why the local variable
/system/core/init/
Dreadme.txt127 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/
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/
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
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

12