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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 122 elif token.type in (Type.IDENTIFIER, Type.NORMAL):
359 before_space.type == Type.IDENTIFIER):
417 last_code and last_code.type in (Type.NORMAL, Type.IDENTIFIER)):
565 identifier = token.values['identifier']
570 if not state.HasDocComment(identifier):
575 identifier.find('.') != -1 and not
576 identifier.endswith('.prototype') and not
581 "No docs found for member '%s'" % identifier,
584 identifier.startswith('this.'))
    [all...]
statetracker.py 184 # identifier after type end, since types contain identifiers.
439 """Searches for and returns the first identifier at the beginning of a token.
441 Searches each token after the start to see if it starts with an identifier.
443 identifier, rest of token, returning the identifier token. If no identifier is
451 The identifier token is found, None otherwise.
456 match = javascripttokenizer.JavaScriptTokenizer.IDENTIFIER.match(
762 def HasDocComment(self, identifier):
763 """Returns whether the identifier has been documented yet
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.cc 23 PluginMetadata::PluginMetadata(const std::string& identifier,
30 : identifier_(identifier),
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeRemoveProperty.cpp 34 NPRuntimeRemoveProperty(NPP npp, const string& identifier)
35 : PluginTest(npp, identifier)
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 122 elif token.type in (Type.IDENTIFIER, Type.NORMAL):
359 before_space.type == Type.IDENTIFIER):
417 last_code and last_code.type in (Type.NORMAL, Type.IDENTIFIER)):
565 identifier = token.values['identifier']
570 if not state.HasDocComment(identifier):
575 identifier.find('.') != -1 and not
576 identifier.endswith('.prototype') and not
581 "No docs found for member '%s'" % identifier,
584 identifier.startswith('this.'))
    [all...]
statetracker.py 184 # identifier after type end, since types contain identifiers.
439 """Searches for and returns the first identifier at the beginning of a token.
441 Searches each token after the start to see if it starts with an identifier.
443 identifier, rest of token, returning the identifier token. If no identifier is
451 The identifier token is found, None otherwise.
456 match = javascripttokenizer.JavaScriptTokenizer.IDENTIFIER.match(
762 def HasDocComment(self, identifier):
763 """Returns whether the identifier has been documented yet
    [all...]
  /external/jdiff/src/jdiff/
Comments.java 150 xsdFile.println(" <xsd:element name=\"identifier\" type=\"identifierType\" minOccurs='1' maxOccurs='unbounded'/>");
235 StringBuffer identifier = null; local
259 identifier = null;
278 if (identifier == null) {
279 identifier = new StringBuffer();
293 identifier.append(c);
337 if (identifier != null) {
341 result.append(identifier.toString().replace('.', '/'));
353 result.append(identifier);
408 outputFile.println(" <identifier id=\"" + currComment.id_ + "\"/>")
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 13 * ::= identifier
27 * ::= identifier
28 * ::= identifier '(' argumentexpr ')' *)
57 ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression *)
59 'Token.Ident id ?? "expected identifier after for";
85 * ::= 'var' identifier ('=' expression?
86 * (',' identifier ('=' expression)?)* 'in' expression *)
89 'Token.Ident id ?? "expected identifier after var";
153 'Token.Ident id ?? "expected identifier list after var";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmpv6.h 19 __be16 identifier; member in struct:icmp6hdr::__anon39381::icmpv6_echo
61 #define icmp6_identifier icmp6_dataun.u_echo.identifier
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmpv6.h 19 __be16 identifier; member in struct:icmp6hdr::__anon40972::icmpv6_echo
61 #define icmp6_identifier icmp6_dataun.u_echo.identifier
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmpv6.h 19 __be16 identifier; member in struct:icmp6hdr::__anon42486::icmpv6_echo
61 #define icmp6_identifier icmp6_dataun.u_echo.identifier
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 316 http_requests_[request->identifier()] = request;
322 base::Uint64ToString(request->identifier()));
333 blocked_requests_[request->identifier()].new_url = new_url;
364 base::Uint64ToString(request->identifier()));
379 http_requests_.erase(request->identifier());
380 blocked_requests_.erase(request->identifier());
402 (*it)->blocked_requests.insert(request->identifier());
408 CHECK(blocked_requests_.find(request->identifier()) ==
410 blocked_requests_[request->identifier()].num_handlers_blocking =
412 blocked_requests_[request->identifier()].callback = callback
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 500 const std::string& identifier = output.group_identifier; local
551 observer->IsPluginTemporarilyAllowed(identifier)) {
589 render_view, frame, params, plugin, identifier, group_name,
641 render_view, frame, params, plugin, identifier, group_name,
659 render_view, frame, params, plugin, identifier, group_name,
672 render_view, frame, params, plugin, identifier, group_name,
676 render_view->GetRoutingID(), identifier));
683 render_view, frame, params, plugin, identifier, group_name,
691 render_view, frame, params, plugin, identifier, group_name,
697 identifier));
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 389 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
972 hdr->identifier = 0;
982 struct wpabuf *resp, u8 identifier,
991 data->ttls_version, identifier,
1039 "identifier=%d length=%lu",
1040 hdr->code, hdr->identifier, (unsigned long) len);
1155 u8 identifier,
1210 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_util.cc 100 NPIdentifier **identifier, uint32_t *count) {
101 return NPObjectProxy::NPNEnumerate(obj, identifier, count);
140 param->identifier = id;
144 return param.identifier;
  /external/chromium_org/content/common/
page_state_serialization.h 34 int64 identifier; member in struct:content::ExplodedHttpBody
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 68 void insertAfter(CounterNode* newChild, CounterNode* beforeChild, const AtomicString& identifier);
70 // identifier must match the identifier of this counter.
  /external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepository.cpp 106 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&);
176 void SharedWorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response)
179 InspectorInstrumentation::didReceiveScriptResponse(m_worker->scriptExecutionContext(), identifier);
188 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
  /external/chromium_org/third_party/WebKit/public/platform/
WebHTTPBody.h 97 // used to indicate an unspecified identifier.
98 WEBKIT_EXPORT long long identifier() const;
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 126 // A globally unique identifier for this frame.
127 virtual long long identifier() const = 0;
526 virtual bool find(int identifier,
552 virtual void scopeStringMatches(int identifier,
564 virtual void increaseMatchCount(int count, int identifier) = 0;
WebPlugin.h 138 // find's identifier, should be sent asynchronously to WebFrameClient's reportFindInPage* methods.
140 virtual bool startFind(const WebString& searchText, bool caseSensitive, int identifier) { return false; }
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 231 bool NPN_IdentifierIsString(NPIdentifier identifier);
236 NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier);
239 Get the integer represented by identifier. If identifier is not an
240 integer identifier, the behaviour is undefined.
242 int32_t NPN_IntFromIdentifier(NPIdentifier identifier);
380 bool NPN_Enumerate(NPP npp, NPObject *npobj, NPIdentifier **identifier,
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 257 bool NPN_IdentifierIsString(NPIdentifier identifier);
262 NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier);
265 Get the integer represented by identifier. If identifier is not an
266 integer identifier, the behaviour is undefined.
268 int32_t NPN_IntFromIdentifier(NPIdentifier identifier);
396 bool NPN_Enumerate(NPP npp, NPObject *npobj, NPIdentifier **identifier,
  /external/chromium_org/webkit/common/
resource_request_body.h 49 // sessions. A value of 0 is used to indicate an unspecified identifier.
51 int64 identifier() const { return identifier_; } function in class:webkit_glue::ResourceRequestBody
  /external/clang/include/clang/Basic/
TokenKinds.h 66 /// \brief Return true if this is a raw identifier or an identifier kind.
68 return (K == tok::identifier) || (K == tok::raw_identifier);

Completed in 1467 milliseconds

1 2 3 4 5 6 7 8 91011>>