/frameworks/compile/slang/tests/F_bad_pragmas/ |
stderr.txt.expect | 5 bad_pragmas.rs:10:18: error: expected identifier or '('
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion49.txt | 7 android:id : Identifier of the layer. [reference]
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentThreadableLoader.cpp | 162 didFail(m_resource->identifier(), errorForCallback); 225 // set the source origin to a globally unique identifier. (If the original request was same-origin, the origin of the new request 271 didReceiveResponse(m_resource->identifier(), response); 274 void DocumentThreadableLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) 281 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_document->frame(), identifier, response); 282 InspectorInstrumentation::didReceiveResourceResponse(cookie, identifier, loader, response, 0); 285 preflightFailure(identifier, response.url().string(), accessControlErrorDescription); 290 preflightFailure(identifier, response.url().string(), accessControlErrorDescription); 298 preflightFailure(identifier, response.url().string(), accessControlErrorDescription); 311 m_client->didReceiveResponse(identifier, response) 427 unsigned long identifier = m_resource->identifier(); local 439 unsigned long identifier = std::numeric_limits<unsigned long>::max(); local [all...] |
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 48 * @param uniqueId Unique identifier for a session 62 * @param uniqueId Unique identifier for a session 74 * @param uniqueId Unique identifier for a session 84 * @param uniqueId Unique identifier for a session 94 * @param uniqueId Unique identifier for a session 103 * @param uniqueId Unique identifier for a session 114 * @param uniqueId Unique identifier for a session 125 * @param uniqueId Unique identifier for a session 141 * @param uniqueId Unique identifier for a session 152 * @param uniqueId Unique identifier for a sessio [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 16 /* With this true, enum is seen as a keyword. False, it's an identifier */ 24 stat: identifier {NSLog(@"enum is an ID");} 28 identifier
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id.h | 19 // Return a "device" identifier with the following characteristics: 22 // 3. There is *some* way for the identifier to be reset (e.g. it can *not* be 29 // actual machine identifier value is not exposed directly to the caller.
|
/external/chromium_org/chrome/browser/ |
shell_integration_mac.mm | 32 NSString* identifier = [base::mac::OuterBundle() bundleIdentifier]; 33 if (!identifier) 36 [[NSWorkspace sharedWorkspace] setDefaultBrowserWithIdentifier:identifier]; 52 NSString* identifier = [base::mac::MainBundle() bundleIdentifier]; 53 if (!identifier) 59 base::mac::NSToCFCast(identifier)); 65 // Returns true if |identifier| is the bundle id of the default browser. 66 bool IsIdentifierDefaultBrowser(NSString* identifier) { 75 [default_browser caseInsensitiveCompare:identifier]; 79 // Returns true if |identifier| is the bundle id of the default clien [all...] |
/external/chromium_org/remoting/host/plugin/ |
host_plugin_utils.cc | 11 std::string StringFromNPIdentifier(NPIdentifier identifier) { 12 if (!g_npnetscape_funcs->identifierisstring(identifier)) 14 NPUTF8* np_string = g_npnetscape_funcs->utf8fromidentifier(identifier);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
MacroExpander.h | 38 bool pushMacro(const Macro& macro, const Token& identifier); 42 const Token& identifier, 47 const Token& identifier,
|
/external/javassist/src/main/javassist/tools/rmi/ |
Sample.java | 27 public Object forward(Object[] args, int identifier) { 28 return importer.call(objectId, identifier, args); 31 public static Object forwardStatic(Object[] args, int identifier)
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===// 41 /// \brief A simple pair of identifier info and location. 45 /// One of these records is kept for each identifier that 49 /// set, and all tok::identifier tokens have a pointer to one of these. 51 unsigned TokenID : 9; // Front-end token ID or tok::identifier. 58 bool IsExtension : 1; // True if identifier is a lang extension. 59 bool IsCXX11CompatKeyword : 1; // True if identifier is a keyword in C++11. 60 bool IsPoisoned : 1; // True if identifier is poisoned. 63 bool IsFromAST : 1; // True if identifier was loaded (at least 65 bool ChangedAfterLoad : 1; // True if identifier has changed from th [all...] |
/external/chromium_org/content/public/browser/ |
browser_thread.h | 88 // This identifier does not represent a thread. Instead it counts the 90 // identifier. 99 static bool PostTask(ID identifier, 102 static bool PostDelayedTask(ID identifier, 106 static bool PostNonNestableTask(ID identifier, 110 ID identifier, 116 ID identifier, 123 ID identifier, 128 GetMessageLoopProxyForThread(identifier); 134 static bool DeleteSoon(ID identifier, [all...] |
/external/javassist/src/main/javassist/tools/reflect/ |
ClassMetaobject.java | 198 * <code>methodPrefix "_m_"</code> and the identifier. 202 static public Object invoke(Object target, int identifier, Object[] args) 207 String head = methodPrefix + identifier; 230 public Object trapMethodcall(int identifier, Object[] args) 235 return m[identifier].invoke(null, args); 287 * the method specified by <code>identifier</code>. 292 * @param identifier the identifier index 297 public final Method getMethod(int identifier) { 298 return getReflectiveMethods()[identifier]; [all...] |
Metaobject.java | 120 * by <code>identifier</code>. 122 public final String getMethodName(int identifier) { 123 String mname = methods[identifier].getName(); 137 * by <code>identifier</code>. 139 public final Class[] getParameterTypes(int identifier) { 140 return methods[identifier].getParameterTypes(); 145 * return type of the method specified by <code>identifier</code>. 147 public final Class getReturnType(int identifier) { 148 return methods[identifier].getReturnType(); 223 public Object trapMethodcall(int identifier, Object[] args) [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
SAXParseException.java | 103 * system identifier is a URL (including relative filename), the 108 * @param publicId The public identifier of the entity that generated 110 * @param systemId The system identifier of the entity that generated 134 * system identifier is a URL (including relative filename), the 139 * @param publicId The public identifier of the entity that generated 141 * @param systemId The system identifier of the entity that generated 160 * @param publicId The public identifier of the entity which generated the exception, 162 * @param systemId The system identifier of the entity which generated the exception, 178 * Get the public identifier of the entity where the exception occurred. 180 * @return A string containing the public identifier, or nul [all...] |
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerClientImpl.h | 51 * @param[in] uniqueId Unique identifier for a session 58 * @param[in] uniqueId Unique identifier for a session 66 * @param[in] uniqueId Unique identifier for a session 77 * @param[in] uniqueId Unique identifier for a session 91 * @param[in] uniqueId Unique identifier for a session 103 * @param[in] uniqueId Unique identifier for a session 114 * @param[in] uniqueId Unique identifier for a session 125 * @param[in] uniqueId Unique identifier for a session 136 * @param[in] uniqueId Unique identifier for a session 149 * @param[in] uniqueId Unique identifier for a sessio [all...] |
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
IDrmEngine.h | 63 * @param[in] uniqueId Unique identifier for a session 73 * @param[in] uniqueId Unique identifier for a session 86 * @param[in] uniqueId Unique identifier for a session 95 * @param[in] uniqueId Unique identifier for a session 110 * @param[in] uniqueId Unique identifier for a session 122 * @param[in] uniqueId Unique identifier for a session 132 * @param[in] uniqueId Unique identifier for a session 143 * @param[in] uniqueId Unique identifier for a session 154 * @param[in] uniqueId Unique identifier for a session 167 * @param[in] uniqueId Unique identifier for a sessio [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/ |
EACObjectIdentifiers.java | 7 // bsi-de OBJECT IDENTIFIER ::= { 13 // id-PK OBJECT IDENTIFIER ::= { 21 // id-CA OBJECT IDENTIFIER ::= { 31 // id-TA OBJECT IDENTIFIER ::= { 51 * id-EAC-ePassport OBJECT IDENTIFIER ::= {
|
/external/chromium_org/content/common/ |
database_messages.h | 61 std::string /* origin identifier */, 66 std::string /* origin identifier */, 73 std::string /* origin identifier */, 78 std::string /* origin identifier */, 83 std::string /* origin identifier */,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Touch.h | 43 unsigned identifier, int screenX, int screenY, int pageX, int pageY, 46 return adoptRef(new Touch(frame, target, identifier, screenX, 51 unsigned identifier() const { return m_identifier; } function in class:WebCore::Touch 66 Touch(Frame* frame, EventTarget* target, unsigned identifier, 70 Touch(EventTarget*, unsigned identifier, int clientX, int clientY,
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
SubjectKeyIdentifier.java | 25 * Subject Key Identifier Extension (OID = 2.5.29.14). 30 * id-ce-subjectKeyIdentifier OBJECT IDENTIFIER ::= { id-ce 14 } 40 // the value of key identifier 44 * Creates the object on the base of the value of key identifier. 62 * The key identifier for this subject.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInstrumentation.cpp | 97 void continueAfterPingLoaderImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& response) 99 willSendRequestImpl(instrumentingAgents, identifier, loader, request, response, FetchInitiatorInfo()); 102 void didReceiveResourceResponseButCanceledImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) 104 InspectorInstrumentationCookie cookie = willReceiveResourceResponse(frame, identifier, r); 105 didReceiveResourceResponse(cookie, identifier, loader, r, 0); 108 void continueAfterXFrameOptionsDeniedImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) 110 didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r); 113 void continueWithPolicyDownloadImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) 115 didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r); 118 void continueWithPolicyIgnoreImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r [all...] |
/external/chromium_org/third_party/WebKit/public/testing/ |
WebFrameTestProxy.h | 134 virtual void willSendRequest(WebKit::WebFrame* frame, unsigned identifier, WebKit::WebURLRequest& request, const WebKit::WebURLResponse& redirectResponse) 137 m_baseProxy->willSendRequest(frame, identifier, request, redirectResponse); 138 Base::willSendRequest(frame, identifier, request, redirectResponse); 140 virtual void didReceiveResponse(WebKit::WebFrame* frame, unsigned identifier, const WebKit::WebURLResponse& response) 143 m_baseProxy->didReceiveResponse(frame, identifier, response); 144 Base::didReceiveResponse(frame, identifier, response); 146 virtual void didChangeResourcePriority(WebKit::WebFrame* frame, unsigned identifier, const WebKit::WebURLRequest::Priority& priority) 150 m_baseProxy->didChangeResourcePriority(frame, identifier, priority); 151 Base::didChangeResourcePriority(frame, identifier, priority); 153 virtual void didFinishResourceLoad(WebKit::WebFrame* frame, unsigned identifier) [all...] |
/external/clang/test/Index/ |
annotate-literals.m | 42 // CHECK-LITERALS: Identifier: "id" [33:3 - 33:5] TypeRef=id:0:0 43 // CHECK-LITERALS: Identifier: "objects" [33:6 - 33:13] VarDecl=objects:33:6 (Definition) 47 // CHECK-LITERALS: Identifier: "o1" [33:19 - 33:21] DeclRefExpr=o1:32:30 49 // CHECK-LITERALS: Identifier: "o2" [33:23 - 33:25] DeclRefExpr=o2:32:44 52 // CHECK-LITERALS: Identifier: "id" [34:3 - 34:5] TypeRef=id:0:0 53 // CHECK-LITERALS: Identifier: "dict" [34:6 - 34:10] VarDecl=dict:34:6 (Definition) 57 // CHECK-LITERALS: Identifier: "k1" [34:16 - 34:18] DeclRefExpr=k1:32:23 59 // CHECK-LITERALS: Identifier: "o1" [34:21 - 34:23] DeclRefExpr=o1:32:30 61 // CHECK-LITERALS: Identifier: "k2" [35:16 - 35:18] DeclRefExpr=k2:32:37 63 // CHECK-LITERALS: Identifier: "o2" [35:21 - 35:23] DeclRefExpr=o2:32:4 [all...] |
annotate-module.m | 11 // CHECK-NEXT: Identifier: "include" [2:2 - 2:9] inclusion directive=[[INC_DIR]] 13 // CHECK-NEXT: Identifier: "DependsOnModule" [2:11 - 2:26] inclusion directive=[[INC_DIR]] 15 // CHECK-NEXT: Identifier: "DependsOnModule" [2:27 - 2:42] inclusion directive=[[INC_DIR]] 17 // CHECK-NEXT: Identifier: "h" [2:43 - 2:44] inclusion directive=[[INC_DIR]] 21 // CHECK-NEXT: Identifier: "DependsOnModule" [3:9 - 3:24] ModuleImport=DependsOnModule:3:1 24 // CHECK-NEXT: Identifier: "glob" [4:5 - 4:9] VarDecl=glob:4:5 31 // CHECK-MOD-NEXT: Identifier: "include" [1:2 - 1:9] inclusion directive=[[INC_DIR]] 33 // CHECK-MOD-NEXT: Identifier: "Module" [1:11 - 1:17] inclusion directive=[[INC_DIR]] 35 // CHECK-MOD-NEXT: Identifier: "Sub2" [1:18 - 1:22] inclusion directive=[[INC_DIR]] 37 // CHECK-MOD-NEXT: Identifier: "h" [1:23 - 1:24] inclusion directive=[[INC_DIR] [all...] |