HomeSort by relevance Sort by last modified time
    Searched defs:identifier (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/webrtc/
common.h 79 static OptionIdentifier identifier() { function in class:webrtc::Config
103 OptionMap::const_iterator it = options_.find(identifier<T>());
115 BaseOption*& it = options_[identifier<T>()];
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 254 // add primitive identifier
259 // add constructed identifier
272 BigInteger identifier = entry.getKey(); local
274 identifiers[0][i] = identifier.intValue();
281 private void addIdentifier(TreeMap<BigInteger, BigInteger> map, int identifier, int index){
282 if (map.put(BigInteger.valueOf(identifier), BigInteger.valueOf(index)) != null) {
289 * Tests whether one of choice alternatives has the same identifier or not.
291 * @param identifier -
292 * ASN.1 identifier to be verified
293 * @return - true if one of choice alternatives has the same identifier,
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.cc 24 const DatabaseIdentifier& identifier,
29 : identifier(identifier),
77 DatabaseIdentifier identifier = local
79 if (!BrowsingDataHelper::HasWebScheme(identifier.ToOrigin())) {
92 identifier,
199 DatabaseIdentifier identifier = local
203 identifier,
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter_unittest.cc 192 std::string identifier; local
plugin_metadata.h 38 PluginMetadata(const std::string& identifier,
47 // Unique identifier for the plug-in.
48 const std::string& identifier() const { return identifier_; } function in class:PluginMetadata
plugin_finder.cc 36 // Gets the full path of the plug-in file as the identifier.
41 // Gets the base name of the file path as the identifier.
79 const std::string& identifier,
96 PluginMetadata* plugin = new PluginMetadata(identifier,
202 installers_.find(metadata_it->second->identifier());
212 const std::string& identifier,
216 PluginMap::const_iterator metadata_it = identifier_plugin_.find(identifier);
223 installers_.find(identifier);
249 const std::string& identifier = plugin_it.key(); local
250 if (plugin_list->GetDictionaryWithoutPathExpansion(identifier, &plugin))
286 std::string identifier = GetIdentifier(plugin); local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 54 // Identifier is pair of (origin url, database name).
55 typedef std::pair<GURL, base::string16> Identifier;
64 const Identifier& unique_identifier,
67 const Identifier& identifier() const { return identifier_; } function in class:content::IndexedDBDatabase
235 const Identifier& unique_identifier);
271 const Identifier identifier_;
  /external/chromium_org/content/common/
page_state_serialization.h 37 int64 identifier; member in struct:content::ExplodedHttpBody
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.h 71 static PluginTest* create(NPP, const std::string& identifier);
148 Register(const std::string& identifier) {
149 registerCreateTestFunction(identifier, Register::create);
153 static PluginTest* create(NPP npp, const std::string& identifier) {
154 return new TestClassTy(npp, identifier);
159 PluginTest(NPP npp, const std::string& identifier);
165 const std::string& identifier() const { return m_identifier; } function in class:PluginTest
219 bool identifierIs(NPIdentifier identifier, const char* value) {
220 return pluginTest()->NPN_GetStringIdentifier(value) == identifier;
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 137 " list IDENTIFIER list command\n"
138 " get IDENTIFIER get string value\n"
139 " geti IDENTIFIER get integer value\n"
140 " set IDENTIFIER VALUE set string value\n"
166 char *identifier = NULL, *value = NULL; local
170 identifier = strtok_r(NULL, " ", &value);
187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) &&
191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier");
206 err = snd_use_case_mgr_open(&uc_mgr, identifier);
208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err)
    [all...]
  /build/core/
product_config.mk 23 ## Return non-empty if $(1) is a C identifier; i.e., if it
27 ## final result is empty, then it was a valid C identifier.
36 define is-c-identifier
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 15 String identifier; field in class:DERObjectIdentifier
66 * return an Object Identifier from a tagged object.
167 * Intern the identifier so there aren't hundreds of duplicates
170 this.identifier = objId.toString().intern();
179 String identifier)
181 if (identifier == null)
183 throw new IllegalArgumentException("'identifier' cannot be null");
185 if (!isValidIdentifier(identifier))
187 throw new IllegalArgumentException("string " + identifier + " not an OID");
192 * Intern the identifier so there aren't hundreds of duplicate
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_site_list.cc 32 const char* identifier; member in struct:__anon9302::CategoryInfo
62 if (g_categories[i].identifier == category)
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 132 // Automatically sets up a TryCatch for accessing the identifier on the given
134 // the given identifier to an NPIdentifier and validate it, throwing an
139 // use (via the object() getter), that the identifier is valid and ready to
140 // use (via the identifier() getter), and that the TryCatch's pp_module() getter
145 PP_Var identifier,
149 identifier_ = PPVarToNPIdentifier(identifier);
155 NPIdentifier identifier() const { return identifier_; } function in class:content::__anon12072::ObjectAccessorWithIdentifierTryCatch
168 NULL, accessor.object()->np_object(), accessor.identifier()));
180 NULL, accessor.object()->np_object(), accessor.identifier());
191 accessor.identifier(),
268 NPIdentifier identifier; local
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
lexer.py 117 identifier = r'[a-zA-Z_][0-9a-zA-Z_]*' variable in class:Lexer
265 @TOKEN(identifier)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 102 // Create an identifier (null terminated utf8 char*) from the NPIdentifier.
105 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(name); local
106 if (identifier->isString)
107 return v8AtomicString(isolate, static_cast<const char*>(identifier->value.string));
110 snprintf(buffer, sizeof(buffer), "%d", identifier->value.number);
223 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(methodName); local
224 if (!identifier->isString)
227 if (!strcmp(identifier->value.string, "eval")) {
244 v8::Handle<v8::Value> functionObject = v8Object->Get(v8AtomicString(isolate, identifier->value.string));
511 bool _NPN_Enumerate(NPP npp, NPObject* npObject, NPIdentifier** identifier, uint32_t* count
    [all...]
npruntime.cpp 175 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(malloc(sizeof(PrivateIdentifier) + nameLen + 1)); local
176 char* nameStorage = reinterpret_cast<char*>(identifier + 1);
178 identifier->isString = true;
179 identifier->value.string = reinterpret_cast<NPUTF8*>(nameStorage);
181 identMap->set(key, identifier);
182 return (NPIdentifier)identifier;
220 PrivateIdentifier* identifier = reinterpret_cast<PrivateIdentifier*>(malloc(sizeof(PrivateIdentifier)));
221 identifier->isString = false;
222 identifier->value.number = intId;
223 identMap->set(intId, identifier);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 243 String identifier = title.isEmpty() ? String(lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber())) local
246 HashCountedSet<String>::AddResult result = m_counts.add(identifier);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp 203 InspectorInstrumentation::didReceiveCORSRedirectResponse(m_document.frame(), resource->identifier(), m_document.frame()->loader().documentLoader(), redirectResponse, 0);
223 // set the source origin to a globally unique identifier. (If the original request was same-origin, the origin of the new request
275 handleResponse(resource->identifier(), response);
278 void DocumentThreadableLoader::handlePreflightResponse(unsigned long identifier, const ResourceResponse& response)
285 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "ResourceReceiveResponse", "data", InspectorReceiveResponseEvent::data(identifier, m_document.frame(), response));
287 InspectorInstrumentation::didReceiveResourceResponse(m_document.frame(), identifier, loader, response, resource() ? resource()->loader() : 0);
312 void DocumentThreadableLoader::handleResponse(unsigned long identifier, const ResourceResponse& response)
317 handlePreflightResponse(identifier, response);
329 m_client->didReceiveResponse(identifier, response);
356 handleSuccessfulFinish(resource->identifier(), resource->loadFinishTime())
432 unsigned long identifier = resource()->identifier(); local
441 unsigned long identifier = resource ? resource->identifier() : std::numeric_limits<unsigned long>::max(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.h 123 // to indicate an unspecified identifier.
124 void setIdentifier(int64_t identifier) { m_identifier = identifier; }
125 int64_t identifier() const { return m_identifier; } function in class:WebCore::FormData
  /external/clang/lib/Parse/
ParseOpenMP.cpp 264 << tok::identifier
280 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
578 /// 'reduction' '(' reduction-identifier ':' list ')'
584 // Optional scope specifier and unqualified id for reduction identifier.
594 // Handle reduction-identifier for reduction clause.
609 Diag(Tok, diag::warn_pragma_expected_colon) << "reduction identifier";
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 252 self.identifier = None
263 if not self.identifier:
264 self.identifier = l[1:i]
285 have a colon character, groups them by identifier,
286 yielding lists of all lines with the same identifier.'''
288 def identifier (l): function in function:DiffHelpers.separate_test_cases
292 return groupby (f, key=identifier)
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 104 * @return the object identifier
116 eo.identifier = exportedObjects.size() - 1;
127 return eo.identifier;
236 out.writeInt(found.identifier);
247 public int identifier; field in class:ExportedObject
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 70 // Check that we have an identifier that might be a property name.
108 handler.identifier(token);
208 void identifier(String token); method in interface:CssGrammar.PropertyHandler
  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 20 u8 identifier; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */

Completed in 605 milliseconds

12 3 4 5 6 7 8 9