HomeSort by relevance Sort by last modified time
    Searched refs:identifier (Results 276 - 300 of 3210) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ttls.c 594 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 1007 void WebViewHost::assignIdentifierToRequest(WebFrame*, unsigned identifier, const WebURLRequest& request)
1011 ASSERT(!m_resourceIdentifierMap.contains(identifier));
1012 m_resourceIdentifierMap.set(identifier, descriptionSuitableForTestResult(request.url().spec()));
1015 void WebViewHost::removeIdentifierForRequest(unsigned identifier)
1017 m_resourceIdentifierMap.remove(identifier);
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 38 static void WaitForThreadToProcessRequests(BrowserThread::ID identifier) {
41 BrowserThread::PostTask(identifier, FROM_HERE, new QuitTask2());
  /external/clang/lib/Rewrite/
RewriteMacros.cpp 29 // If two tokens have the same kind and the same identifier info, they are
35 // Otherwise, if they are different but have the same identifier info, they
78 // If we have an identifier with no identifier info for our raw token, look
80 // identifier tokens.
130 if (RawTokens[CurRawTok].is(tok::identifier)) {
136 RawTokens[CurRawTok+1].is(tok::identifier) &&
  /external/kernel-headers/original/linux/
icmpv6.h 20 __be16 identifier; member in struct:icmp6hdr::__anon7910::icmpv6_echo
64 #define icmp6_identifier icmp6_dataun.u_echo.identifier
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 9 (* identifier: [a-zA-Z][a-zA-Z0-9] *)
  /external/quake/quake/src/QW/client/
glquake2.h 38 int GL_LoadTexture (char *identifier, int width, int height, byte *data, int mipmap, int alpha, int modulate);
39 int GL_FindTexture (char *identifier);
  /external/v8/tools/
jsmin.py 73 identifier = m.group(1)
74 self.seen_identifiers[identifier] = True
245 # Strip single spaces unless they have an identifier character both before
246 # and after the space. % and $ are counted as identifier characters.
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 24 shouldBe("ts.touches[0].identifier", "12341");
  /external/webkit/Source/WebCore/bindings/v8/
IDBBindingUtilities.cpp 81 return object->IsObject() && getValueFrom(v8String(keyPathElement.identifier), object);
94 return object->IsObject() && setValue(object, v8String(keyPathElement.identifier), v8Value);
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 76 MethodList ObjcClass::methodsNamed(const Identifier& identifier, Instance*) const
81 CString jsName = identifier.ascii();
152 Field* ObjcClass::fieldNamed(const Identifier& identifier, Instance* instance) const
156 CString jsName = identifier.ascii();
242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
  /external/webkit/Source/WebCore/inspector/
ConsoleMessage.cpp 73 ConsoleMessage::ConsoleMessage(MessageSource s, MessageType t, MessageLevel l, const String& m, const String& responseUrl, unsigned long identifier)
81 , m_requestId(identifier)
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 224 void ResourceHandle::setPrivateBrowsingStorageSessionIdentifierBase(const String& identifier)
226 privateBrowsingStorageSessionIdentifierBase() = identifier;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 83 void Connection::platformInitialize(Identifier identifier)
91 m_connectionPipe = identifier;
  /frameworks/base/libs/androidfw/
InputDevice.cpp 146 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal) {
149 mIdentifier = identifier;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 126 * T.g:24:1: stat : ( identifier | enumAsKeyword );
134 // T.g:24:5: ( identifier | enumAsKeyword ) //ruleblock
165 // T.g:24:7: identifier // alt
169 [self identifier];
215 * $ANTLR start identifier
216 * T.g:28:1: identifier : ( ID | enumAsID );
218 - (void) identifier
277 /* $ANTLR end identifier */
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBaseFontElement02.js 17 * @return uri identifier of test
78 The face attribute specifies the base font's face identifier.
HTMLElement01.js 17 * @return uri identifier of test
78 The id specifies the elements identifier.
HTMLElement02.js 17 * @return uri identifier of test
78 The id specifies the elements identifier.
HTMLElement03.js 17 * @return uri identifier of test
78 The id specifies the elements identifier.

Completed in 832 milliseconds

<<11121314151617181920>>