Searched refs:constant (Results 1 – 14 of 14) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 160 AidlConstant* constant = local->AsConstant(); in AidlInterface() local 164 } else if (constant) { in AidlInterface() 165 constants_.emplace_back(constant); in AidlInterface()
|
D | aidl_language_y.yy | 32 AidlConstant* constant; 52 %type<constant> constant_decl 177 "(expected method or constant declaration)\n",
|
D | generate_java_binder.cpp | 254 static void generate_constant(const AidlConstant& constant, Class* interface) { in generate_constant() argument 256 decl->name = constant.GetName(); in generate_constant() 257 decl->value = constant.GetValue(); in generate_constant()
|
D | generate_cpp.cpp | 680 for (const auto& constant : interface.GetConstants()) { in BuildInterfaceHeader() local 682 constant->GetName(), std::to_string(constant->GetValue())); in BuildInterfaceHeader()
|
/system/webservd/ |
D | webserver.gyp | 17 # get tied to some constant service name, since it will be 117 # get tied to some constant service name, since it will be
|
/system/tpm/trunks/generator/ |
D | generator_test.py | 70 constant = generator.Constant('INT', 'test', '1') 74 constant.Output(out_file, defined_types, typemap)
|
D | generator.py | 2005 for constant in constants: 2006 constant.Output(out_file, defined_types, typemap)
|
D | raw_structures.txt | 1200 A named constant is a numeric value to which a name has been assigned. In the C language, this is d… 1201 with a #define statement. In this specification, a named constant is defined in a table that has a … 1209 A named constant (#define) has no data type in C and an enumeration would be a better choice for 1232 hex value will match the number of bits in the constant 2294 a constant or an enumerated type 2349 constant definitions will exist to define each of the TPM_xx_ values. 2655 This constant value differentiates TPM-generated structures from non-TPM structures. 4685 The constant RC_VER1 is used to indicate that the V attribute is SET and the constant RC_ FMT1 is u… 14006 constant term for curve equation 15338 constant value of TPM_HT_NV_INDEX indicating the NV Index range
|
D | raw_structures_fixed.txt | 1200 A named constant is a numeric value to which a name has been assigned. In the C language, this is d… 1201 with a #define statement. In this specification, a named constant is defined in a table that has a … 1209 A named constant (#define) has no data type in C and an enumeration would be a better choice for 1232 hex value will match the number of bits in the constant 2294 a constant or an enumerated type 2349 constant definitions will exist to define each of the TPM_xx_ values. 2657 This constant value differentiates TPM-generated structures from non-TPM structures. 4679 The constant RC_VER1 is used to indicate that the V attribute is SET and the constant RC_ FMT1 is u… 14021 constant term for curve equation 15327 constant value of TPM_HT_NV_INDEX indicating the NV Index range
|
/system/core/toolbox/ |
D | getevent.c | 20 #define LABEL(constant) { #constant, constant } argument
|
/system/core/libutils/ |
D | README | 238 idmap-magic constant spells "idmp" in ASCII. Offsets are given relative 275 0x706d6469 # magic: all idmap files begin with this constant
|
/system/core/adb/ |
D | protocol.txt | 32 unsigned command; /* command identifier constant */
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 75 # information to generate all constant output in the proper language.
|
D | Doxyfile | 75 # information to generate all constant output in the proper language.
|