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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.h 48 EVENT - the event identifier
treestruct.def 41 DEFTREESTRUCT(TS_IDENTIFIER, "identifier")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ipc.h 31 #define IPC_RMID 0 /* Remove identifier. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
ipc.h 31 #define IPC_RMID 0 /* Remove identifier. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
ipc.h 31 #define IPC_RMID 0 /* Remove identifier. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidTestReference.java 37 // this class serves as its own test identifier
  /external/clang/lib/Parse/
ParseTentative.cpp 39 /// 'namespace' identifier = qualified-namespace-specifier ';'
126 // or an identifier which doesn't resolve as anything. We need tentative
438 /// identifier
439 /// identifier '::' identifier
519 // requirements of an identifier is contained in an attribute-token,
520 // it is considered an identifier.
617 /// identifier
630 if (Tok.is(tok::coloncolon) || Tok.is(tok::identifier))
653 if ((Tok.is(tok::identifier) ||
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java 24 * id-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-ce 35 }
159 * create an AuthorityKeyIdentifier with a precomputed key identifier
170 * create an AuthorityKeyIdentifier with a precomputed key identifier
  /external/checkpolicy/
module_compiler.h 65 /* Check if an identifier is within the scope of the current
67 * If the identifier is not known at all then return 1 (truth). */
72 * If the identifier is not known at all then return 1 (truth). */
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 59 IDENTIFIER = 'identifier'
87 EXPRESSION_ENDER_TYPES = [tokens.TokenType.NORMAL, IDENTIFIER, NUMBER,
  /external/chromium_org/chrome/browser/extensions/api/declarative/
initializing_rules_registry.cc 12 std::string ToId(int identifier) {
13 return base::StringPrintf("_%d_", identifier);
112 // First we insert all rules with existing identifier, so that generated
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 28 const std::string& identifier);
56 const std::string& identifier);
62 const std::string& identifier);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 131 // item 2 - name of the metric identifier (optional).
144 // item 1 - name of the metric identifier (optional).
149 // is an array that contains a single item, the name of the metric identifier.
  /external/chromium_org/chrome/common/extensions/api/
history.json 15 "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."},
28 "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."},
29 "visitId": {"type": "string", "description": "The unique identifier for this visit."},
system_display.idl 37 // The unique identifier of the display.
43 // Identifier of the display that is being mirrored on the display unit.
133 // |id|: The display's unique identifier.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
contentSettings.html 116 where a resource identifier identifies a specific plug-in. When applying content
122 For example, if a content setting rule has the resource identifier
124 it takes precedence over a rule without a resource identifier and the pattern
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.h 52 virtual void DidSelectSuggestion(int identifier) OVERRIDE;
54 int identifier) OVERRIDE;
56 int identifier) OVERRIDE;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc 38 const IndexedDBDatabase::Identifier& unique_identifier) {
70 IndexedDBDatabase::Identifier unique_identifier(origin_identifier, name);
154 IndexedDBDatabase::Identifier unique_identifier(origin_identifier, name);
  /external/chromium_org/content/public/renderer/
history_item_serialization.cc 106 state->http_body.identifier = http_body.identifier();
158 http_body.setIdentifier(state.http_body.identifier);
  /external/chromium_org/net/disk_cache/
disk_format.h 37 // cache entry has a dirty identifier. Each running instance of the cache keeps
38 // a separate identifier (maintained on the "this_id" header field) that is used
41 // When the cache encounters an entry whose identifier is different than the one
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher_unittest.py 58 caseLineProcessor = processor.process_line('CASE("identifier") {')
60 self.assertEquals('identifier', caseLineProcessor.identifier)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp 120 void Worker::didReceiveResponse(unsigned long identifier, const ResourceResponse&)
122 InspectorInstrumentation::didReceiveScriptResponse(scriptExecutionContext(), identifier); local
134 InspectorInstrumentation::scriptImported(scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());

Completed in 917 milliseconds

<<31323334353637383940>>