Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language_y.yy108 %token<token> IDENTIFIER "identifier"
122 %token CPP_HEADER "cpp_header (which can also be used as an identifier)"
183 %type<token> identifier error qualified_name
195 * occurring in the identifier position. Therefore identifier is a
199 identifier
236 : identifier {
239 | qualified_name '.' identifier
284 : identifier {
289 | type_params ',' identifier {
313 | PARCELABLE identifier '{' variable_decls '}' {
[all …]
Daidl_language_l.ll37 identifier [_a-zA-Z][_a-zA-Z0-9]*
99 @{identifier} { yylval->token = new AidlToken(yytext + 1, extra_text);
129 {identifier} { yylval->token = new AidlToken(yytext, extra_text);
/system/tools/hidl/
Dhidl-gen_y.yy64 bool isValidInterfaceField(const std::string& identifier, std::string *errorMsg) {
92 if (std::find(reserved.begin(), reserved.end(), identifier) != reserved.end()) {
93 *errorMsg = identifier + " cannot be a name inside an interface";
99 bool isValidStructField(const std::string& identifier, std::string *errorMsg) {
105 if (std::find(reserved.begin(), reserved.end(), identifier) != reserved.end()) {
106 *errorMsg = identifier + " cannot be a name inside an struct or union";
112 bool isValidCompoundTypeField(CompoundType::Style style, const std::string& identifier,
118 return isValidStructField(identifier, errorMsg);;
121 bool isValidIdentifier(const std::string& identifier, std::string *errorMsg) {
156 if (std::find(keywords.begin(), keywords.end(), identifier) != keywords.end()) {
[all …]
/system/bt/gd/packet/parser/
Dlanguage_l.ll26 identifier [a-zA-Z][_a-zA-Z0-9]*
39 * all keywords will be treated as an identifier.
77 /* Begin identifier definitions */
89 {identifier} {
/system/core/adb/tls/
Dadb_ca_list.cpp76 std::string identifier = kAdbKeyIdentifierV0; in CreateCAIssuerFromEncodedKey() local
79 reinterpret_cast<const uint8_t*>(identifier.data()), in CreateCAIssuerFromEncodedKey()
80 identifier.size(), -1, 0)); in CreateCAIssuerFromEncodedKey()
/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/bt/gd/l2cap/
Dl2cap_packets.pdl238 identifier : 8,
369 identifier : 8, // Default 0x01, must be 0x01 for Extended Flow-Best-Effort
549 identifier : 8, // Must be non-zero
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1449 inline bool BufferHasIdentifier(const void *buf, const char *identifier) {
1451 identifier, FlatBufferBuilder::kFileIdentifierLength) == 0;
1562 template<typename T> bool VerifyBufferFromStart(const char *identifier,
1564 if (identifier &&
1566 !BufferHasIdentifier(start, identifier))) {
1581 template<typename T> bool VerifyBuffer(const char *identifier) {
1582 return VerifyBufferFromStart<T>(identifier, buf_);
1585 template<typename T> bool VerifySizePrefixedBuffer(const char *identifier) {
1588 VerifyBufferFromStart<T>(identifier, buf_ + sizeof(uoffset_t));
/system/vold/
DKeyUtil.cpp224 memcpy(spec->u.identifier, policy.key_raw_ref.c_str(), FSCRYPT_KEY_IDENTIFIER_SIZE); in buildKeySpecifier()
303 std::string((char*)arg->key_spec.u.identifier, FSCRYPT_KEY_IDENTIFIER_SIZE); in installKey()
/system/core/adb/
Dprotocol.txt32 unsigned command; /* command identifier constant (A_CNXN, ...) */
80 or identifier string. The banner is used to transmit useful properties.
128 * "local-dgram:<identifier>"
129 * "local-stream:<identifier>"
/system/iorap/src/manager/
Devent_manager.cc180 const std::string& title = event.activity_record_proto->identifier().title(); in OnNewEvent()
/system/iorap/include/binder/
Dapp_launch_event.h379 os << "'" << e.activity_record_proto->identifier().title() << "'";
/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/tools/mkbootimg/
Dpylintrc52 # either give multiple identifier separated by comma (,) or put this option
/system/update_engine/
Dpylintrc69 # either give multiple identifier separated by comma (,) or put this option
/system/media/audio_utils/
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
DDoxyfile.bak1321 # 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
DDoxyfile1455 # A unique identifier for the Eclipse help plugin. When installing the plugin
1457 # name. Each documentation set should have its own identifier.
1653 # 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
/system/chre/pal/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