Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 22 of 22) sorted by relevance

/system/tools/aidl/
Daidl_language_y.yy63 %type<token> identifier error
72 * occurring in the identifier position. Therefore identifier is a
76 identifier
101 : identifier {
105 | qualified_name '.' identifier
144 : annotation_list INTERFACE identifier '{' members '}' {
151 | annotation_list ONEWAY INTERFACE identifier '{' members '}' {
192 : CONST INT identifier '=' INTVALUE ';' {
196 | CONST INT identifier '=' HEXVALUE ';' {
200 | CONST STRING identifier '=' C_STR ';' {
[all …]
Daidl_language_l.ll19 identifier [_a-zA-Z][_a-zA-Z0-9]*
89 {identifier} { yylval->token = new AidlToken(yytext, extra_text);
/system/tools/hidl/
Dhidl-gen_y.yy60 bool isValidInterfaceField(const std::string& identifier, std::string *errorMsg) {
88 if (std::find(reserved.begin(), reserved.end(), identifier) != reserved.end()) {
89 *errorMsg = identifier + " cannot be a name inside an interface";
95 bool isValidStructField(const std::string& identifier, std::string *errorMsg) {
101 if (std::find(reserved.begin(), reserved.end(), identifier) != reserved.end()) {
102 *errorMsg = identifier + " cannot be a name inside an struct or union";
108 bool isValidIdentifier(const std::string& identifier, std::string *errorMsg) {
143 if (std::find(keywords.begin(), keywords.end(), identifier) != keywords.end()) {
144 *errorMsg = identifier + " is a HIDL keyword "
145 "and is therefore not a valid identifier";
[all …]
/system/core/demangle/
Ddemangle.cpp89 std::string identifier(name, p); in Filter() local
90 std::string demangled_name = demangle(identifier.c_str()); in Filter()
93 if (compare) Compare(identifier.c_str(), demangled_name); in Filter()
/system/tpm/attestation/common/
Dcommon.proto25 // CN=<stable device identifier>
42 // CN=<origin-specific device identifier>
76 // An identifier for the wrapping key to assist in decryption.
Dattestation_ca.proto72 // A message identifier to be included in the response.
93 // A message identifier from the request this message is responding to.
Ddatabase.proto71 // A key name. This is not necessarily a unique identifier.
/system/ca-certificates/
DREADME.cacerts6 and the "n" is a unique integer identifier starting at 0 to deal
/system/bt/service/doc/
DIBluetoothGattClient.txt46 * case of an error. |client_id| is the identifier obtained via
57 * an error. |client_id| is the identifier obtained via registerClient.
62 * Initiate a read request for the remote characteristic with identifier
77 * Initiate a write request for the remote characteristic with identifier
100 * Initiate a read request for the remote descriptor with identifier
115 * Initiate a write request for the remote descriptor with identifier
DIBluetoothGattClientCallback.txt118 * indication for the characteristic with identifier |characteristic_id|.
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal51 * @param keyId the key identifier associated with the credential.
67 * @param keyId the key identifier associated with the credential.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1448 inline bool BufferHasIdentifier(const void *buf, const char *identifier) {
1450 identifier, FlatBufferBuilder::kFileIdentifierLength) == 0;
1561 template<typename T> bool VerifyBufferFromStart(const char *identifier,
1563 if (identifier &&
1565 !BufferHasIdentifier(start, identifier))) {
1580 template<typename T> bool VerifyBuffer(const char *identifier) {
1581 return VerifyBufferFromStart<T>(identifier, buf_);
1584 template<typename T> bool VerifySizePrefixedBuffer(const char *identifier) {
1587 VerifyBufferFromStart<T>(identifier, buf_ + sizeof(uoffset_t));
/system/core/adb/
Dprotocol.txt32 unsigned command; /* command identifier constant (A_CNXN, ...) */
80 or identifier string. The banner is used to transmit useful properties.
120 * "local-dgram:<identifier>"
121 * "local-stream:<identifier>"
/system/bt/doc/
Dstyle_guide.md160 C99 defines `__func__` as an identifier that represents the function's name
161 in which it is used. The magic identifier `__FUNCTION__` should not be used
/system/update_engine/
Dpylintrc69 # either give multiple identifier separated by comma (,) or put this option
/system/tpm/trunks/generator/
Draw_structures.txt1958 “Bits.” A type identifier in parentheses in the title indicates the size of the datum that contains…
3168 The TCG maintains a registry of all curves that have an assigned curve identifier. That registry is…
11241 This structure is used to report the properties of an algorithm identifier. It is returned in respo…
11254 an algorithm identifier
11276 a property identifier
11310 the property identifier
13968 identifier for the curve
14890 the unique identifier of the structure
15055 identifier for the sensitive area
Draw_structures_fixed.txt1958 “Bits.” A type identifier in parentheses in the title indicates the size of the datum that contains…
3162 The TCG maintains a registry of all curves that have an assigned curve identifier. That registry is…
11269 This structure is used to report the properties of an algorithm identifier. It is returned in respo…
11282 an algorithm identifier
11304 a property identifier
11338 the property identifier
13983 identifier for the curve
14882 the unique identifier of the structure
15047 identifier for the sensitive area
Draw_commands_fixed.txt14580 the keyHandle identifier of a loaded key that can
14842 as the identifier for the key. This number is not a handle. A handle is assigned to a key that may …
28046 upgrade data block and as the identifier of the field upgrade sequence.
Draw_commands.txt14567 the keyHandle identifier of a loaded key that can
14831 as the identifier for the key. This number is not a handle. A handle is assigned to a key that may …
28035 upgrade data block and as the identifier of the field upgrade sequence.
/system/media/audio_utils/
DDoxyfile1321 # A unique identifier for the Eclipse help plugin. When installing the plugin
1323 # name. Each documentation set should have its own identifier.
1519 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
DDoxyfile.orig1321 # A unique identifier for the Eclipse help plugin. When installing the plugin
1323 # name. Each documentation set should have its own identifier.
1519 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
/system/chre/chre_api/doc/
DDoxyfile1366 # A unique identifier for the Eclipse help plugin. When installing the plugin
1368 # name. Each documentation set should have its own identifier.
1564 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is