/external/clang/test/Index/ |
annotate-subscripting.m | 39 // CHECK: Identifier: "array" [24:3 - 24:8] DeclRefExpr=array:23:19 46 // CHECK: Identifier: "NSArray" [25:3 - 25:10] ObjCClassRef=NSArray:1:12 48 // CHECK: Identifier: "arr" [25:12 - 25:15] VarDecl=arr:25:12 (Definition) 52 // CHECK: Identifier: "p" [25:21 - 25:22] DeclRefExpr=p:22:28 54 // CHECK: Identifier: "p" [25:24 - 25:25] DeclRefExpr=p:22:28 58 // CHECK: Identifier: "array" [26:10 - 26:15] DeclRefExpr=array:23:19 60 // CHECK: Identifier: "index" [26:16 - 26:21] DeclRefExpr=index:22:18 64 // CHECK: Identifier: "oldObject" [33:3 - 33:12] DeclRefExpr=oldObject:32:17 66 // CHECK: Identifier: "dictionary" [33:15 - 33:25] DeclRefExpr=dictionary:30:24 68 // CHECK: Identifier: "key" [33:26 - 33:29] DeclRefExpr=key:31:1 [all...] |
annotate-toplevel-in-objccontainer.m | 22 // CHECK-INTER: Identifier: "meth1" [5:8 - 5:13] ObjCInstanceMethodDecl=meth1:5:8 23 // CHECK-INTER: Identifier: "meth2" [6:8 - 6:13] ObjCInstanceMethodDecl=meth2:6:8 27 // CHECK-IMPL: Identifier: "meth1" [14:8 - 14:13] ObjCInstanceMethodDecl=meth1:14:8 (Definition) 28 // CHECK-IMPL: Identifier: "meth2" [15:8 - 15:13] ObjCInstanceMethodDecl=meth2:15:8 (Definition) 32 // CHECK-PCH: Identifier: "meth1" [7:8 - 7:13] ObjCInstanceMethodDecl=meth1:7:8 33 // CHECK-PCH: Identifier: "meth2" [8:8 - 8:13] ObjCInstanceMethodDecl=meth2:8:8
|
annotate-tokens-pp.c | 48 // CHECK: Identifier: "define" [2:2 - 2:8] preprocessing directive= 49 // CHECK: Identifier: "STILL_NOTHING" [2:9 - 2:22] macro definition=STILL_NOTHING 50 // CHECK: Identifier: "NOTHING" [2:23 - 2:30] macro expansion=NOTHING:1:9 52 // CHECK: Identifier: "honk" [2:31 - 2:35] macro definition=STILL_NOTHING 54 // CHECK: Identifier: "warble" [2:36 - 2:42] macro definition=STILL_NOTHING 57 // CHECK: Identifier: "define" [3:2 - 3:8] preprocessing directive= 58 // CHECK: Identifier: "BAR" [3:9 - 3:12] macro definition=BAR 59 // CHECK: Identifier: "baz" [3:13 - 3:16] macro definition=BAR 61 // CHECK: Identifier: "define" [4:2 - 4:8] preprocessing directive= 62 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBL [all...] |
/external/clang/test/SemaTemplate/ |
ms-lookup-template-base-classes.cpp | 7 void f(T a) { }// expected-note {{must qualify identifier to find this declaration in dependent base class}} 8 void g();// expected-note {{must qualify identifier to find this declaration in dependent base class}} 16 f(a); // expected-warning {{use of identifier 'f' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 17 g(); // expected-warning {{use of identifier 'g' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} 32 XX; //expected-error {{use of undeclared identifier 'XX'}} 41 XX; //expected-error {{use of undeclared identifier 'XX'}} 49 XX; //expected-error {{use of undeclared identifier 'XX'}} 82 static void static_func();// expected-note {{must qualify identifier to find this declaration in dependent base class}} 83 void func();// expected-note {{must qualify identifier to find this declaration in dependent base class}} 91 static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup into dependent bases of class templates is a Microsoft (…) [all...] |
recovery-crash.cpp | 6 static void Work(int); // expected-note{{must qualify identifier}} 11 Work(x); // expected-error{{use of undeclared identifier}}
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
nuances.rb | 13 | {false}? Identifier 14 | Identifier 19 Identifier: 'a'..'z'+ ;
|
/external/chromium_org/remoting/host/ |
desktop_session.h | 17 // has a unique identifier used by cross-platform code to refer to it. 28 // Creates a terminal and assigns a unique identifier to it. |daemon_process| 38 // A unique identifier of the terminal.
|
/external/clang/test/Sema/ |
warn-unused-variables.c | 24 return Y + X; // expected-error {{use of undeclared identifier 'Y'}} 29 (void)(Y1 + X1); // expected-error {{use of undeclared identifier 'Y1'}} 31 (void)(^() { int X = 4; return Y + X; }); // expected-error {{use of undeclared identifier 'Y'}}
|
/external/clang/test/SemaObjC/ |
severe-syntax-error.m | 12 // expected-error {{expected identifier or '('}} \ 16 // expected-error {{expected identifier or '('}} \ 20 // expected-error {{expected identifier or '('}} \
|
/external/javassist/sample/duplicate/ |
DuplicatedObject.java | 29 public Object trapMethodcall(int identifier, Object[] args)
32 Object obj = super.trapMethodcall(identifier, args);
34 backup.trapMethodcall(identifier, args);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
DnaBlockData.java | 65 int identifier;
local 67 //reading 'SDNA' identifier
68 identifier = inputStream.readByte() << 24 | inputStream.readByte() << 16
71 if (identifier != SDNA_ID) {
72 throw new BlenderFileException("Invalid identifier! '" + this.toString(SDNA_ID) + "' expected and found: " + this.toString(identifier));
76 identifier = inputStream.readByte() << 24 | inputStream.readByte() << 16
78 if (identifier != NAME_ID) {
79 throw new BlenderFileException("Invalid identifier! '" + this.toString(NAME_ID) + "' expected and found: " + this.toString(identifier));
[all...] |
/libcore/luni/src/main/java/javax/xml/transform/ |
Source.java | 29 * Set the system identifier for this Source. 31 * <p>The system identifier is optional if the source does not 33 * The application can use a system identifier, for example, to resolve 36 * @param systemId The system identifier as a URL string. 41 * Get the system identifier that was set with setSystemId. 43 * @return The system identifier that was set with setSystemId, or null
|
/external/clang/test/Parser/ |
placeholder-recovery.m | 6 @protocol <#protocol name#> <NSObject> // expected-error 2{{expected identifier}} \ 10 <#methods#> // expected-error{{expected identifier}}
|
pragma-visibility.c | 3 #pragma GCC visibility foo // expected-warning{{expected identifier in '#pragma visibility' - ignored}} 6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
|
/external/clang/test/Preprocessor/ |
pragma_poison.c | 4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}} 9 XYZW // expected-error {{attempt to use a poisoned identifier}}
|
/external/smack/src/org/xbill/DNS/ |
ResolverListener.java | 18 * @param id The identifier returned by Resolver.sendAsync() 25 * @param id The identifier returned by Resolver.sendAsync()
|
/development/testrunner/ |
android_mk.py | 64 def GetVariable(self, identifier): 68 identifier: name of variable to retrieve 70 value of specified identifier, None if identifier not found in makefile 73 # so None is returned if identifier not found 74 return self._variables.get(identifier, None) 76 def GetExpandedVariable(self, identifier): 83 identifier: name of variable to retrieve 85 value of specified identifier, None if identifier not found in makefil [all...] |
/external/checkpolicy/ |
policy_parse.y | 136 %token IDENTIFIER 170 class_def : CLASS identifier 176 initial_sid_def : SID identifier 187 common_perms_def : COMMON identifier '{' identifier_list '}' 193 av_perms_def : CLASS identifier '{' identifier_list '}' 195 | CLASS identifier INHERITS identifier 197 | CLASS identifier INHERITS identifier '{' identifier_list '}' 241 sensitivity_def : SENSITIVITY identifier alias_def '; 790 identifier : IDENTIFIER label [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.h | 91 void willSendRequest(unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); 92 void markResourceAsCached(unsigned long identifier); 93 void didReceiveResourceResponse(unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*); 94 void didReceiveData(unsigned long identifier, const char* data, int dataLength, int encodedDataLength); 95 void didFinishLoading(unsigned long identifier, DocumentLoader*, double monotonicFinishTime); 96 void didFailLoading(unsigned long identifier, DocumentLoader*, const ResourceError&); 98 void scriptImported(unsigned long identifier, const String& sourceString); 99 void didReceiveScriptResponse(unsigned long identifier); 101 void documentThreadableLoaderStartedLoadingForClient(unsigned long identifier, ThreadableLoaderClient*); 104 void didFinishXHRLoading(ThreadableLoaderClient*, unsigned long identifier, ScriptString sourceString, const String&, const String&, unsigned) [all...] |
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
gyp.xclangspec | 23 Identifier = "xcode.lang.gyp.keyword"; 36 Identifier = "xcode.lang.gyp.target.declarator"; 41 Type = "xcode.syntax.identifier.type"; 46 Identifier = "xcode.lang.gyp.string.singlequote"; 59 Identifier = "xcode.lang.gyp.comma"; 67 Identifier = "xcode.lang.gyp"; 83 Identifier = "xcode.lang.gyp.lexer"; 97 Identifier = "xcode.lang.gyp.lexer.toplevel"; 106 Identifier = "xcode.lang.gyp.assignment"; 119 Identifier = "xcode.lang.gyp.target.declaration" [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 81 # A list of tuples where the first element is the namespace of an identifier 82 # created in the file and the second is the identifier itself. 85 # A list of tuples where the first element is the namespace of an identifier 86 # used in the file and the second is the identifier itself. 206 for namespace, identifier in self._created_namespaces: 207 if (not self._IsPrivateIdentifier(identifier) and 209 identifier not in self._provided_namespaces and 218 For each non-private identifier used in the file, find either a 219 goog.require, goog.provide or a created identifier that satisfies it. 220 goog.require statements can satisfy the identifier by requiring either th [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 81 # A list of tuples where the first element is the namespace of an identifier 82 # created in the file and the second is the identifier itself. 85 # A list of tuples where the first element is the namespace of an identifier 86 # used in the file and the second is the identifier itself. 206 for namespace, identifier in self._created_namespaces: 207 if (not self._IsPrivateIdentifier(identifier) and 209 identifier not in self._provided_namespaces and 218 For each non-private identifier used in the file, find either a 219 goog.require, goog.provide or a created identifier that satisfies it. 220 goog.require statements can satisfy the identifier by requiring either th [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERObjectIdentifier.java | 12 String identifier; field in class:DERObjectIdentifier 48 * return an Object Identifier from a tagged object. 149 * Intern the identifier so there aren't hundreds of duplicates 152 this.identifier = objId.toString().intern(); 158 String identifier) 160 if (identifier == null) 162 throw new IllegalArgumentException("'identifier' cannot be null"); 164 if (!isValidIdentifier(identifier)) 166 throw new IllegalArgumentException("string " + identifier + " not an OID"); 171 * Intern the identifier so there aren't hundreds of duplicate [all...] |
/external/chromium_org/content/browser/ |
browser_thread_impl.cc | 64 BrowserThreadImpl::BrowserThreadImpl(ID identifier) 65 : Thread(g_browser_thread_names[identifier]), 66 identifier_(identifier) { 70 BrowserThreadImpl::BrowserThreadImpl(ID identifier, 72 : Thread(message_loop->thread_name().c_str()), identifier_(identifier) { 239 BrowserThread::ID identifier, 244 DCHECK(identifier >= 0 && identifier < ID_COUNT); 254 current_thread >= identifier; 261 globals.threads[identifier] ? globals.threads[identifier]->message_loop( [all...] |
/external/chromium_org/webkit/common/database/ |
database_identifier.cc | 19 GURL GetOriginFromIdentifier(const std::string& identifier) { 20 return DatabaseIdentifier::Parse(identifier).ToOrigin(); 58 DatabaseIdentifier DatabaseIdentifier::Parse(const std::string& identifier) { 59 if (!IsStringASCII(identifier)) 62 size_t first_underscore = identifier.find_first_of('_'); 66 size_t last_underscore = identifier.find_last_of('_'); 69 last_underscore == identifier.length() - 1) 72 std::string scheme(identifier.data(), first_underscore); 80 base::StringPiece port_str(identifier.begin() + last_underscore + 1, 81 identifier.end()) [all...] |