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

<<11121314151617181920>>

  /external/chromium_org/chrome_frame/
urlmon_upload_data_stream.cc 22 net::UploadDataStream::CHUNKED, upload_data->identifier());
55 upload_data->identifier());
  /external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc 69 // Create a "location" identifier.
70 NPIdentifier identifier = HostFunctions()->getstringidentifier("location"); local
75 identifier, &variantValue );
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CSSPreloadScanner.cpp 69 void CSSPreloadScanner::scan(const HTMLIdentifier& identifier, const SegmentedString& source, PreloadRequestStream& requests)
71 const StringImpl* data = identifier.asStringImpl();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 129 unsigned long identifier = createUniqueIdentifier(); local
136 InspectorInstrumentation::continueAfterPingLoader(frame, identifier, frame->loader()->activeDocumentLoader(), request, ResourceResponse());
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 287 DocumentLoader* loader, unsigned long identifier, ResourceRequest& request,
295 m_webFrame, identifier, webreq, webresp);
300 unsigned long identifier,
305 m_webFrame->client()->didReceiveResponse(m_webFrame, identifier, webresp);
308 void FrameLoaderClientImpl::dispatchDidChangeResourcePriority(unsigned long identifier,
312 m_webFrame->client()->didChangeResourcePriority(m_webFrame, identifier, static_cast<WebKit::WebURLRequest::Priority>(priority));
317 unsigned long identifier)
320 m_webFrame->client()->didFinishResourceLoad(m_webFrame, identifier);
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 100 identifier = token.string
101 if identifier.endswith('_') and not identifier.endswith('__'):
107 namespace = namespaces_info.GetClosurizedNamespace(identifier)
112 if namespace in provided_namespaces or regex.match(identifier):
113 variable = identifier.split('.')[-1]
116 elif not identifier.endswith('__'):
118 for piece in identifier.split('.'):
123 if token.type == Type.IDENTIFIER:
210 next_token.type == Type.IDENTIFIER an
    [all...]
  /external/chromium_org/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/clang/lib/Rewrite/Frontend/
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::__anon21766::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/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.
  /frameworks/native/libs/input/
InputDevice.cpp 145 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/chromium_org/chrome/common/
automation_messages.cc 199 WriteParam(m, p->identifier());
216 int64 identifier;
217 if (!ReadParam(m, iter, &identifier))
227 (*r)->set_identifier(identifier);
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 89 const std::string& identifier) {
92 return (temporarily_allowed_plugins_.find(identifier) !=
316 const std::string& identifier) {
317 temporarily_allowed_plugins_.insert(identifier);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.h 82 const nacl::string identifier() const { function in class:plugin::LocalTempFile
122 // An identifier string used for quota request processing. The quota
  /external/icu4c/i18n/
identifier_info.cpp 129 IdentifierInfo &IdentifierInfo::setIdentifier(const UnicodeString &identifier, UErrorCode &status) {
133 *fIdentifier = identifier;
137 for (int32_t i = 0; i < identifier.length(); i += U16_LENGTH(cp)) {
138 cp = identifier.char32At(i);
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 32 else if (Token.is(clang::tok::identifier))
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 36 /** Integer representation of primitive identifier. */
39 /** Integer representation of constructed identifier. */
119 * Tests provided identifier.
121 * @param identifier identifier to be verified
122 * @return true if identifier is associated with this ASN.1 type
124 public abstract boolean checkTag(int identifier);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 281 public void setParentActivity(Activity parent, int identifier) {
283 mPrefId = identifier;
289 public void setParentActivity(Activity parent, int identifier, GetDefaultNumberListener l) {
291 mPrefId = identifier;

Completed in 5262 milliseconds

<<11121314151617181920>>