/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/clang/test/Index/ |
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...] |
annotate-nested-name-specifier.cpp | 143 // CHECK: Identifier: "outer_alias" [14:7 - 14:18] NamespaceRef=outer_alias:10:11 145 // CHECK: Identifier: "inner" [14:20 - 14:25] NamespaceRef=inner:2:13 147 // CHECK: Identifier: "vector" [14:27 - 14:33] OverloadedDeclRef=vector[4:12] 151 // CHECK: Identifier: "outer_alias" [16:19 - 16:30] NamespaceRef=outer_alias:10:11 153 // CHECK: Identifier: "inner" [16:32 - 16:37] NamespaceRef=inner:2:13 155 // CHECK: Identifier: "vector" [16:39 - 16:45] TemplateRef=vector:4:12 157 // CHECK: Identifier: "X" [16:46 - 16:47] TypeRef=struct X:12:8 162 // CHECK: Identifier: "outer_alias" [17:9 - 17:20] NamespaceRef=outer_alias:10:11 164 // CHECK: Identifier: "inner" [17:22 - 17:27] NamespaceRef=inner:2:13 166 // CHECK: Identifier: "vector" [17:29 - 17:35] TemplateRef=vector:4:1 [all...] |
annotate-tokens-with-default-args.cpp | 7 // CHECK: Identifier: "Foo" [3:6 - 3:9] TypeRef=struct Foo:1:8 9 // CHECK: Identifier: "m" [3:11 - 3:12] CXXMethod=m:3:11 (Definition) 11 // CHECK: Identifier: "Foo" [3:13 - 3:16] TypeRef=struct Foo:1:8 13 // CHECK: Identifier: "f" [3:18 - 3:19] ParmDecl=f:3:18 (Definition)
|
/external/clang/test/Preprocessor/ |
macro-reserved.cpp | 55 #define __HAVE_X 0 // expected-warning {{macro name is a reserved identifier}} 56 #define _HAVE_X 0 // expected-warning {{macro name is a reserved identifier}} 57 #define X__Y // expected-warning {{macro name is a reserved identifier}} 59 #undef __cplusplus // expected-warning {{macro name is a reserved identifier}} 60 #undef _HAVE_X // expected-warning {{macro name is a reserved identifier}} 61 #undef X__Y // expected-warning {{macro name is a reserved identifier}}
|
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}}
|
utf8-allowed-chars.c | 8 // Identifier characters 19 // Identifier initial characters 33 // expected-warning@9 {{using this character in an identifier is incompatible with C++98}} 34 // expected-warning@10 {{using this character in an identifier is incompatible with C++98}} 36 // expected-warning@14 {{using this character in an identifier is incompatible with C++98}} 51 // expected-warning@9 {{using this character in an identifier is incompatible with C99}} 52 // expected-warning@11 {{using this character in an identifier is incompatible with C99}} 54 // expected-warning@14 {{using this character in an identifier is incompatible with C99}} 55 // expected-warning@20 {{starting an identifier with this character is incompatible with C99}} 56 // expected-error@21 {{expected identifier}} [all...] |
/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...] |
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
InputSource.cpp | 27 status_t Element<audio_source_t>::setIdentifier(audio_source_t identifier) 29 if (identifier > AUDIO_SOURCE_MAX && identifier != AUDIO_SOURCE_HOTWORD) { 32 mIdentifier = identifier; 33 ALOGD("%s: InputSource %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
|
/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
|
/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/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/SemaCXX/ |
PR21679.cpp | 3 int w = z.; // expected-error {{use of undeclared identifier 'z'}} \ 6 int x = { y[ // expected-error {{use of undeclared identifier 'y'}} \
|
attr-cleanup-gcc.cpp | 13 int v1 __attribute__((cleanup(N::c1))); // expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}} 15 int v3 __attribute__((cleanup(c3<int>))); // expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}
|
/external/clang/test/SemaObjC/ |
undef-arg-super-method-call.m | 17 [super addViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did you mean 'aView'?}} 21 [super addInstViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did you mean 'aView'?}}
|
/external/deqp/modules/gles3/scripts/ |
gen-keywords.py | 22 float ${{IDENTIFIER}} = 1.0; 32 def __init__(self, name, identifier): 34 self.identifier = identifier 38 "IDENTIFIER" : self.identifier } 95 for (name, identifier) in INVALID_IDENTIFIERS: 96 invalidIdentifiers.append(IdentifierCase(name, identifier)) # Invalid identifiers
|
/external/selinux/checkpolicy/ |
policy_parse.y | 139 %token IDENTIFIER 173 class_def : CLASS identifier 179 initial_sid_def : SID identifier 190 common_perms_def : COMMON identifier '{' identifier_list '}' 196 av_perms_def : CLASS identifier '{' identifier_list '}' 198 | CLASS identifier INHERITS identifier 200 | CLASS identifier INHERITS identifier '{' identifier_list '}' 251 sensitivity_def : SENSITIVITY identifier alias_def '; 839 identifier : IDENTIFIER label [all...] |
/external/chromium-trace/trace-viewer/tracing/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...] |
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
FakeAsyncTaskExecutor.java | 68 /** Encapsulates an async task with the params and identifier it was submitted with. */ 80 public SubmittedTaskImpl(Object identifier, Runnable runnable, 82 mIdentifier = identifier; 124 public <T> AsyncTask<T, ?, ?> submit(Object identifier, 129 mNextIdentifier = identifier; 141 public <T> AsyncTask<T, ?, ?> submit(Object identifier, AsyncTask<T, ?, ?> task, T... params) { 143 return mBlockingExecutor.submit(identifier, task, params); 147 * Runs a single task matching the given identifier. 152 * Fails if there was not exactly one task matching the given identifier. 156 public void runTask(Object identifier) throws InterruptedException [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignatureAlgorithmNameGenerator.java | 9 * representations rather than the algorithm object identifier (if possible).
|
/external/clang/test/CodeGen/ |
2006-09-25-DebugFilename.c | 4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}}
|
/external/clang/test/FixIt/ |
fixit-unicode-with-utf8-output.c | 11 // CHECK: error: use of undeclared identifier '?sss'; did you mean '?ssss'? 15 // CHECK: error: use of undeclared identifier 'ss?s'; did you mean 'ss?ss'? 19 // CHECK: error: use of undeclared identifier 'ss???'; did you mean 's???'? 23 // CHECK: error: use of undeclared identifier 'sssssssss'; did you mean 'sssssssss?'?
|
typo-crash.m | 5 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}}
|