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

<<31323334353637383940>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
KeyPurposeId.java 10 * KeyPurposeId ::= OBJECT IDENTIFIER
12 * id-kp ::= OBJECT IDENTIFIER { iso(1) identified-organization(3)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyFactorySpi.java 144 throw new IOException("algorithm identifier " + algOid + " in key not recognised");
159 throw new IOException("algorithm identifier " + algOid + " in key not recognised");
  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 18 // Manages a device management token, i.e. an identifier that represents a
47 // Returns the device ID for this device. This is a unique identifier that is
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 147 # Match a keyword string followed by a non-identifier character in order to
169 # nested identifiers as a single identifier.
171 IDENTIFIER = re.compile(NESTED_IDENTIFIER)
174 (?P<identifier>%s) # a valid identifier
269 Matcher(IDENTIFIER, Type.IDENTIFIER),
316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 58 const content_settings::ResourceIdentifier& identifier,
71 const content_settings::ResourceIdentifier& identifier,
  /external/chromium_org/chrome/browser/guestview/
guestview.h 102 // |guest_instance_id_| is a profile-wide unique identifier for a guest
105 // |view_instance_id_| is an identifier that's unique within a particular
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.cc 23 PluginMetadata::PluginMetadata(const std::string& identifier,
30 : identifier_(identifier),
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 10 // marker with the same |hash| identifier in the renderer.
61 // Returns true if there's a misspelling with |hash| identifier.
spellcheck_message_filter_unittest.cc 33 int identifier,
39 route_id, identifier, markers, success, text, results);
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.h 94 // Returns the bundle identifier to use for this app bundle.
97 // Returns the bundle identifier for the internal copy of the bundle.
  /external/chromium_org/chrome/common/extensions/api/
page_actions.json 16 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to enable (and must match a page action id declared in the manifest)."},
36 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to disable (and must match a page action id declared in the manifest)."},
  /external/chromium_org/chrome/renderer/
content_settings_observer.h 37 bool IsPluginTemporarilyAllowed(const std::string& identifier);
84 void OnLoadBlockedPlugins(const std::string& identifier);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h 96 int identifier,
109 int identifier,
  /external/chromium_org/content/public/browser/
resource_request_info.h 54 // The IPC route identifier for this request (this identifies the RenderView
62 // Unique identifier (within the scope of the child process) for this request.
  /external/chromium_org/crypto/
ec_signature_creator_unittest.cc 59 // ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
63 // ecdsa-with-SHA512 algorithm identifier appears in the algorithm field
  /external/chromium_org/ppapi/cpp/
instance_handle.h 25 /// Instead, we need to pass some kind of identifier to resource constructors
30 /// 2. <code>PP_Instance</code> would be a good identifier to use for this case.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.h 63 const nacl::string identifier() const { function in class:plugin::TempFile
75 // An identifier string used for quota request processing. The quota
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 40 GetURLWithJavaScriptURL(NPP npp, const string& identifier)
41 : PluginTest(npp, identifier)
NPRuntimeRemoveProperty.cpp 34 NPRuntimeRemoveProperty(NPP npp, const string& identifier)
35 : PluginTest(npp, identifier)
  /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/closure_linter/closure_linter/
javascripttokenizer.py 147 # Match a keyword string followed by a non-identifier character in order to
169 # nested identifiers as a single identifier.
171 IDENTIFIER = re.compile(NESTED_IDENTIFIER)
174 (?P<identifier>%s) # a valid identifier
269 Matcher(IDENTIFIER, Type.IDENTIFIER),
316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 145 // A long "identifier" that will overflow implementation stack buffers, forcing heap allocations.
147 " A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap allocations."
148 " A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap allocations."
149 " A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap allocations.",
151 " A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap allocations."
152 " A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap allocations."
153 " A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap allocations."
154 " A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap allocations.")
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 56 IDENTIFIER = 274,
94 #define IDENTIFIER 274
glsl_parser.cc 230 IDENTIFIER = 339,
431 #define IDENTIFIER 339
561 const char *identifier; member in union:YYSTYPE
    [all...]
  /external/chromium_org/tools/gn/
parser.cc 55 DCHECK(cur_token().type() == Token::IDENTIFIER);
57 cur_++; // Skip identifier.
215 // expression := paren_expression | accessor | identifier | literal |
218 // accessor := identifier <non-newline-whitespace>* "[" expression "]"
278 if (token.type() == Token::IDENTIFIER) {
296 if (token.type() == Token::IDENTIFIER &&
303 if (token.type() == Token::IDENTIFIER) {
323 // function_call := identifier "(" list_contents ")"

Completed in 624 milliseconds

<<31323334353637383940>>