Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/
Daidl_language.cpp160 AidlConstant* constant = local->AsConstant(); in AidlInterface() local
164 } else if (constant) { in AidlInterface()
165 constants_.emplace_back(constant); in AidlInterface()
Daidl_language_y.yy32 AidlConstant* constant;
52 %type<constant> constant_decl
177 "(expected method or constant declaration)\n",
Dgenerate_java_binder.cpp254 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()
Dgenerate_cpp.cpp680 for (const auto& constant : interface.GetConstants()) { in BuildInterfaceHeader() local
682 constant->GetName(), std::to_string(constant->GetValue())); in BuildInterfaceHeader()
/system/webservd/
Dwebserver.gyp17 # 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/
Dgenerator_test.py70 constant = generator.Constant('INT', 'test', '1')
74 constant.Output(out_file, defined_types, typemap)
Dgenerator.py2005 for constant in constants:
2006 constant.Output(out_file, defined_types, typemap)
Draw_structures.txt1200 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
Draw_structures_fixed.txt1200 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/
Dgetevent.c20 #define LABEL(constant) { #constant, constant } argument
/system/core/libutils/
DREADME238 idmap-magic constant spells "idmp" in ASCII. Offsets are given relative
275 0x706d6469 # magic: all idmap files begin with this constant
/system/core/adb/
Dprotocol.txt32 unsigned command; /* command identifier constant */
/system/media/audio_utils/
DDoxyfile.orig75 # information to generate all constant output in the proper language.
DDoxyfile75 # information to generate all constant output in the proper language.