HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 201 - 225 of 5406) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
177 uint32_t nDeviceContextID; /* an opaque Normal World identifier for the device context */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation *
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.mm 69 // "identifier" here to avoid conflict with objc's concept of "id").
70 - (const BookmarkNode*)nodeForIdentifier:(int)identifier {
71 return bridge_->GetBookmarkModel()->GetNodeByID(identifier);
88 int identifier = tag;
90 const BookmarkNode* node = [self nodeForIdentifier:identifier];
118 int identifier = tag;
119 const BookmarkNode* node = [self nodeForIdentifier:identifier];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.mm 81 // "identifier" here to avoid conflict with objc's concept of "id").
82 - (const BookmarkNode*)nodeForIdentifier:(int)identifier {
83 return bridge_->GetBookmarkModel()->GetNodeByID(identifier);
107 int identifier = tag;
109 const BookmarkNode* node = [self nodeForIdentifier:identifier];
139 int identifier = tag;
140 const BookmarkNode* node = [self nodeForIdentifier:identifier];
  /external/chromium_org/third_party/npapi/npspy/common/
npn_gate.cpp 397 bool NPN_Enumerate(NPP id, NPObject* obj, NPIdentifier** identifier, uint32_t*val)
402 bool rv = NPNFuncs.enumerate(id, obj, identifier, val);
452 bool NPN_HasMethod(NPP id, NPObject* object, NPIdentifier identifier)
455 logger->logCall(action_npn_has_method, (DWORD)identifier);
457 bool rv = NPNFuncs.hasmethod(id, object, identifier);
465 bool NPN_HasProperty(NPP id, NPObject* object, NPIdentifier identifier)
468 logger->logCall(action_npn_has_property, (DWORD)identifier);
470 bool rv = NPNFuncs.hasmethod(id, object, identifier);
478 bool NPN_RemoveProperty(NPP id, NPObject* object, NPIdentifier identifier)
481 logger->logCall(action_npn_remove_property, (DWORD)identifier);
    [all...]
  /external/clang/test/Index/
annotate-tokens.m 159 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
164 // CHECK: Identifier: "compare" [2:8 - 2:15] ObjCInstanceMethodDecl=compare::2:8
167 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
170 // CHECK: Identifier: "other" [2:22 - 2:27] ParmDecl=other:2:22 (Definition)
176 // CHECK: Identifier: "Foo" [5:17 - 5:20] ObjCImplementationDecl=Foo:5:17 (Definition)
181 // CHECK: Identifier: "compare" [6:8 - 6:15] ObjCInstanceMethodDecl=compare::6:8 (Definition)
184 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
187 // CHECK: Identifier: "other" [6:22 - 6:27] ParmDecl=other:6:22 (Definition)
198 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
207 // CHECK: Identifier: "barType" [14:15 - 14:22] TypedefDecl=barType:14:15 (Definition
    [all...]
annotate-tokens.c 61 // CHECK: Identifier: "T" [4:3 - 4:4] TypeRef=T:1:13
63 // CHECK: Identifier: "t_ptr" [4:6 - 4:11] VarDecl=t_ptr:4:6 (Definition)
66 // CHECK: Identifier: "T" [4:15 - 4:16] TypeRef=T:1:13
67 // CHECK: Identifier: "ptr" [4:19 - 4:22] DeclRefExpr=ptr:3:14
74 // CHECK: Identifier: "T" [5:16 - 5:17] TypeRef=T:1:13
78 // CHECK: Identifier: "X" [7:10 - 7:11] TypeRef=struct X:2:8
79 // CHECK: Identifier: "x" [7:12 - 7:13] VarDecl=x:7:12 (Definition)
83 // CHECK: Identifier: "X" [7:24 - 7:25] TypeRef=struct X:2:8
93 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
95 // CHECK: Identifier: "ptr" [8:14 - 8:17] DeclRefExpr=ptr:3:1
    [all...]
annotate-tokens-cxx0x.cpp 28 // CHECK: Identifier: "args" [3:20 - 3:24] SizeOfPackExpr=args:2:15
29 // CHECK: Identifier: "Args" [3:38 - 3:42] TypeRef=Args:1:22
32 // CHECK-DECLTYPE: Identifier: "a" [8:12 - 8:13] DeclRefExpr=a:7:7
35 // CHECK-TRAIT: Identifier: "Integer" [13:42 - 13:49] TypeRef=Integer:10:15
36 // CHECK-TRAIT: Identifier: "Float" [13:51 - 13:56] TypeRef=Float:11:17
37 // CHECK-TRAIT: Identifier: "Bool" [13:58 - 13:62] TypeRef=Bool:12:16
42 // CHECK-WITH-OVERRIDE: Identifier: "foo" [19:15 - 19:18] CXXMethod=foo:19:15 (virtual)
44 // CHECK-WITH-OVERRIDE: Identifier: "Int" [19:19 - 19:22] TypeRef=Int:16:13
49 // CHECK-WITH-OVERRIDE: Identifier: "foo" [23:16 - 23:19] CXXMethod=foo:23:16 (virtual) [Overrides @19:15]
51 // CHECK-WITH-OVERRIDE: Identifier: "Int" [23:20 - 23:23] TypeRef=Int:16:1
    [all...]
arc-annotate.m 15 // CHECK: Identifier: "A" [1:12 - 1:13] ObjCInterfaceDecl=A:1:12
23 // CHECK: Identifier: "id" [2:31 - 2:33] TypeRef=id:0:0
24 // CHECK: Identifier: "property" [2:34 - 2:42] ObjCPropertyDecl=property:2:34
33 // CHECK: Identifier: "id" [3:29 - 3:31] TypeRef=id:0:0
34 // CHECK: Identifier: "second_property" [3:32 - 3:47] ObjCPropertyDecl=second_property:3:32
42 // CHECK: Identifier: "id" [4:42 - 4:44] TypeRef=id:0:0
43 // CHECK: Identifier: "third_property" [4:45 - 4:59] ObjCPropertyDecl=third_property:4:45
45 // CHECK: Identifier: "A" [8:3 - 8:4] ObjCClassRef=A:1:12
47 // CHECK: Identifier: "avar" [8:6 - 8:10] VarDecl=avar:8:6 (Definition)
49 // CHECK: Identifier: "avar" [9:3 - 9:7] DeclRefExpr=avar:8:
    [all...]
annotate-macro-args.m 10 // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9
13 // CHECK1: Identifier: "MyClass" [9:10 - 9:17] ObjCClassRef=MyClass:1:12
14 // CHECK1: Identifier: "meth" [9:18 - 9:22] ObjCMessageExpr=meth:2:8
18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9
20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:8
22 // CHECK2: Identifier: "MyClass" [15:16 - 15:23] ObjCClassRef=MyClass:1:12
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 29 * Return the public identifier for the current document event.
31 * <p>The return value is the public identifier of the document
35 * @return A string containing the public identifier, or
42 * Return the system identifier for the current document event.
44 * <p>The return value is the system identifier of the document
48 * <p>If the system identifier is a URL, the parser must resolve it
51 * @return A string containing the system identifier, or null
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 225 * @param {string} identifier Key identifier.
229 function keyId(identifier, i) {
230 return identifier + '-key-' + i;
235 * @param {string} identifier Key identifier.
239 function keyTextId(identifier, i) {
240 return identifier + '-key-text-' + i;
245 * @param {string} identifier Key identifier
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 102 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse& response)
126 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/)
286 void InspectorResourceAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
288 String requestId = IdentifiersFactory::requestId(identifier);
315 void InspectorResourceAgent::markResourceAsCached(unsigned long identifier)
317 m_frontend->requestServedFromCache(IdentifiersFactory::requestId(identifier));
320 void InspectorResourceAgent::didReceiveResourceResponse(unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
325 String requestId = IdentifiersFactory::requestId(identifier);
357 didReceiveData(identifier, 0, cachedResource->encodedSize(), 0);
365 void InspectorResourceAgent::didReceiveData(unsigned long identifier, const char* data, int dataLength, int encodedDataLength
    [all...]
InspectorInstrumentation.idl 245 void willSendRequest(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
247 void continueAfterPingLoader(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse&);
250 void markResourceAsCached(Page*, unsigned long identifier);
253 InspectorInstrumentationCookie willReceiveResourceData([Keep] Frame*, unsigned long identifier, int length);
259 InspectorInstrumentationCookie willReceiveResourceResponse([Keep] Frame*, unsigned long identifier, const ResourceResponse&);
262 void didReceiveResourceResponse(const InspectorInstrumentationCookie&, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
265 void continueAfterXFrameOptionsDenied(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
268 void continueWithPolicyDownload(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
271 void continueWithPolicyIgnore(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
274 void didReceiveData(Frame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
    [all...]
TimelineRecordFactory.h 101 static inline PassRefPtr<JSONObject> createWebSocketCreateData(unsigned long identifier, const KURL& url, const String& protocol)
104 data->setNumber("identifier", identifier);
111 static inline PassRefPtr<JSONObject> createGenericWebSocketData(unsigned long identifier)
114 data->setNumber("identifier", identifier);
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 133 // Automatically sets up a TryCatch for accessing the identifier on the given
135 // the given identifier to an NPIdentifier and validate it, throwing an
140 // use (via the object() getter), that the identifier is valid and ready to
141 // use (via the identifier() getter), and that the TryCatch's pp_module() getter
146 PP_Var identifier,
151 identifier_ = PPVarToNPIdentifier(identifier);
157 NPIdentifier identifier() const { return identifier_; } function in class:content::__anon10472::ObjectAccessorWithIdentifierTryCatch
173 accessor.identifier()));
189 accessor.identifier());
201 accessor.identifier(), &result))
277 NPIdentifier identifier; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 41 PluginTest* PluginTest::create(NPP npp, const string& identifier)
43 if (identifier.empty())
44 return new PluginTest(npp, identifier);
46 CreateTestFunction createTestFunction = createTestFunctions()[identifier];
48 return createTestFunction(npp, identifier);
53 PluginTest::PluginTest(NPP npp, const string& identifier)
55 , m_identifier(identifier)
285 void PluginTest::registerCreateTestFunction(const string& identifier, CreateTestFunction createTestFunction)
287 assert(!createTestFunctions().count(identifier));
289 createTestFunctions()[identifier] = createTestFunction
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_input_api.cc 39 "key identifier.";
88 std::string identifier; local
89 EXTENSION_FUNCTION_VALIDATE(args->GetString(kKeyIdentifier, &identifier));
90 TrimWhitespaceASCII(identifier, TRIM_ALL, &identifier);
93 KeyEventFromKeyIdentifier(identifier);
  /external/chromium_org/third_party/mesa/src/src/glsl/
hir_field_selection.cpp 52 expr->primary_expression.identifier,
62 expr->primary_expression.identifier);
66 expr->primary_expression.identifier);
71 expr->primary_expression.identifier);
82 method = call->subexpressions[0]->primary_expression.identifier;
98 expr->primary_expression.identifier);
  /external/clang/test/SemaObjC/
default-synthesize-1.m 72 return howMany; // expected-error {{use of undeclared identifier 'howMany'}}
75 howMany = value; // expected-error {{use of undeclared identifier 'howMany'}}
79 return what; // expected-error {{use of undeclared identifier 'what'}}
82 if (what != value) { // expected-error {{use of undeclared identifier 'what'}}
83 [what release]; // expected-error {{use of undeclared identifier 'what'}}
84 what = [value retain]; // expected-error {{use of undeclared identifier 'what'}}
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 52 expr->primary_expression.identifier,
62 expr->primary_expression.identifier);
66 expr->primary_expression.identifier);
71 expr->primary_expression.identifier);
82 method = call->subexpressions[0]->primary_expression.identifier;
98 expr->primary_expression.identifier);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.html 32 lexer.IDENTIFIER,
44 lexer.IDENTIFIER,
56 lexer.IDENTIFIER,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
predicates.rb 14 /* With this true, enum is seen as a keyword. False, it's an identifier */
23 : identifier {$enumIs = "ID"}
27 identifier
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.h 56 const std::string& identifier);
58 const std::string& identifier);
66 void OnNPAPINotSupported(const std::string& identifier);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_test.cc 63 int identifier,
71 text_check_completions_.Lookup(identifier);
77 text_check_completions_.Remove(identifier);
  /external/chromium_org/content/public/browser/
devtools_http_handler.h 35 // Returns the mapping of DevToolsAgentHost to identifier.
38 // Returns the mapping of identifier to DevToolsAgentHost.
39 virtual DevToolsAgentHost* ForIdentifier(const std::string& identifier) = 0;

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>