/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/ |
md_p.h | 120 __u32 md_magic; /* 0 MD identifier */ 125 __u32 set_uuid0; /* 5 Raid set identifier */ 133 __u32 set_uuid1; /* 13 Raid set identifier #2 */ 134 __u32 set_uuid2; /* 14 Raid set identifier #3 */ 135 __u32 set_uuid3; /* 15 Raid set identifier #4 */ 243 __le32 dev_number; /* permanent identifier of this device - not role in raid */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 144 # This string includes all chars that may be in an identifier 146 # This string includes all chars that may be the first char of an identifier 149 # Given a string and pos, return the number of chars in the identifier 204 # identifier pos. 209 # There is an identifier to eat 230 # [] and () may be used after an identifier, so we
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
HyperParser.py | 144 # This string includes all chars that may be in an identifier 146 # This string includes all chars that may be the first char of an identifier 149 # Given a string and pos, return the number of chars in the identifier 204 # identifier pos. 209 # There is an identifier to eat 230 # [] and () may be used after an identifier, so we
|
/external/clang/test/SemaCXX/ |
expression-traits.cpp | 216 // 5.1/4: The operator :: followed by an identifier, a 220 ASSERT_LVALUE(::Function); // identifier: function 221 ASSERT_LVALUE(::variable); // identifier: variable 250 // expr.prim/7 An identifier is an id-expression provided it has been 252 // expression is the type of the identifier. The result is the 253 // entity denoted by the identifier. The result is an lvalue if 255 ASSERT_LVALUE(Function); // identifier: function 256 ASSERT_LVALUE(StaticMemberFunction); // identifier: function 257 ASSERT_LVALUE(variable); // identifier: variable 258 ASSERT_LVALUE(dataMember); // identifier: data membe [all...] |
/external/jdiff/src/jdiff/ |
Comments.java | 148 xsdFile.println(" <xsd:element name=\"identifier\" type=\"identifierType\" minOccurs='1' maxOccurs='unbounded'/>"); 233 StringBuffer identifier = null; local 257 identifier = null; 276 if (identifier == null) { 277 identifier = new StringBuffer(); 291 identifier.append(c); 335 if (identifier != null) { 339 result.append(identifier.toString().replace('.', '/')); 351 result.append(identifier); 406 outputFile.println(" <identifier id=\"" + currComment.id_ + "\"/>") [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser_extras.cpp | 549 printf(". %s ", primary_expression.identifier); 600 printf("%s ", primary_expression.identifier); 674 printf(" %s (", identifier); 704 if (identifier) 705 printf("%s ", identifier); 721 printf("%s ", identifier); 731 ast_declaration::ast_declaration(const char *identifier, int is_array, 735 this->identifier = identifier; 998 ast_struct_specifier::ast_struct_specifier(const char *identifier, [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.h | 50 /* With this true, enum is seen as a keyword. False, it's an identifier */ 73 - (void)identifier;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
basic.rb | 438 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*; 446 token.name.should == 'IDENTIFIER' 458 token.name.should == 'IDENTIFIER' 470 token.name.should == 'IDENTIFIER' 499 IDENTIFIER: 515 token.name.should == 'IDENTIFIER' 527 token.name.should == 'IDENTIFIER' 539 token.name.should == 'IDENTIFIER'
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLProcessorVersion.src | 78 * Optional identifier used to designate maintenance 89 * Optional identifier designates development drop of
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Version.java | 110 * Optional identifier used to designate maintenance 124 * Optional identifier designates development drop of
|
Version.src | 110 * Optional identifier used to designate maintenance 124 * Optional identifier designates development drop of
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
PrefixResolver.java | 57 * Return the base identifier. 59 * @return The base identifier from where relative URIs should be absolutized, or null
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
AttributeTable.java | 93 * Return the first attribute matching the OBJECT IDENTIFIER oid. 112 * Return all the attributes matching the OBJECT IDENTIFIER oid. The vector will be
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
RSASSAPSSparams.java | 129 * OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= { 137 * PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Extensions.java | 102 * return the extension represented by the object identifier 114 * return the parsed value of the extension represented by the object identifier
|
KeyPurposeId.java | 10 * KeyPurposeId ::= OBJECT IDENTIFIER 12 * id-kp ::= OBJECT IDENTIFIER { iso(1) identified-organization(3)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
KeyFactorySpi.java | 153 throw new IOException("algorithm identifier " + algOid + " in key not recognised"); 168 throw new IOException("algorithm identifier " + algOid + " in key not recognised");
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 147 # Match a keyword string followed by a non-identifier character in order to 169 # nested identifiers as a single identifier. 171 IDENTIFIER = re.compile(NESTED_IDENTIFIER) 174 (?P<identifier>%s) # a valid identifier 269 Matcher(IDENTIFIER, Type.IDENTIFIER), 316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
|
/external/clang/lib/Lex/ |
TokenConcatenation.cpp | 74 TokenInfo[tok::identifier ] |= aci_custom; 171 PrevKind = tok::identifier; // Language keyword or named operator. 226 // In C++11, a string or character literal followed by an identifier is a 231 // A ud-suffix is an identifier. If the previous token ends with one, treat 232 // it as an identifier. 236 case tok::identifier: // id+id or id+number or id+L"foo". 248 // If this isn't identifier + string, we're done. 252 // Otherwise, this is a narrow character or string. If the *identifier*
|
/external/clang/test/Sema/ |
enable_if.c | 81 __attribute__((enable_if(n == 0, "chosen when 'n' is zero"))) void f1(int n); // expected-error{{use of undeclared identifier 'n'}} 89 void f(int n) __attribute__((enable_if(unresolvedid, "chosen when 'unresolvedid' is non-zero"))); // expected-error{{use of undeclared identifier 'unresolvedid'}}
|
init.c | 31 int +; // expected-error {{expected identifier or '('}} 91 .b = bogus // expected-error {{use of undeclared identifier 'bogus'}}
|
types.c | 88 int &*_Atomic null_type_0; // expected-error {{expected identifier or '('}} 89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
|
/external/clang/test/SemaObjC/ |
default-synthesize-2.m | 36 - (id) bar { return object; } // expected-error {{use of undeclared identifier 'object'}} 99 return var; // expected-error {{use of undeclared identifier 'var'}}
|
/external/clang/tools/libclang/ |
CIndexer.h | 103 /// an identifier that has ever been a macro name, this returns the latest 110 /// an identifier that has ever been a macro name, this returns the latest
|
/external/iproute2/man/man8/ |
ip.8 | 52 followed by protocol family identifier: 66 is a special family identifier meaning that no networking protocol
|