Searched defs:identifiers (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dexpression-trees.js60 var identifiers = ['a','b','c','d','e','f']; variable
61 var or_trees = makeTrees("|", identifiers);
62 var and_trees = makeTrees("&", identifiers);
78 eval(identifiers[j] + "+= ''");
81 eval(identifiers[j] + "= +" + identifiers[j]);
99 eval(identifiers[j] + "+= ''");
102 eval(identifiers[j] + "= +" + identifiers[j]);
/external/chromium_org/v8/test/mjsunit/
H A Dkeywords-and-reserved_words.js107 // Not keywords - these are all just identifiers.
108 var identifiers = [ variable
122 for (var i = 0; i < identifiers.length; i++) {
123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
/external/v8/test/mjsunit/compiler/
H A Dexpression-trees.js59 var identifiers = ['a','b','c','d','e','f','g','h']; variable
60 var or_trees = makeTrees("|", identifiers);
61 var and_trees = makeTrees("&", identifiers);
79 eval(identifiers[j] + "+= ''");
82 eval(identifiers[j] + "= +" + identifiers[j]);
102 eval(identifiers[j] + "+= ''");
105 eval(identifiers[j] + "= +" + identifiers[j]);
/external/v8/test/mjsunit/
H A Dkeywords-and-reserved_words.js107 // Not keywords - these are all just identifiers.
108 var identifiers = [ variable
122 for (var i = 0; i < identifiers.length; i++) {
123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
/external/chromium/chrome/browser/extensions/
H A Dkey_identifier_conversion_views.cc25 const char* identifiers[kNumIdentifierTypes]; member in struct:__anon2188::KeyIdentifier
309 if (key.identifiers[j][0] != '\0') {
312 IdentifierPair(key.identifiers[j], event));
/external/srec/srec/Semproc/include/
H A DSR_ExpressionParser.h111 LCHAR identifiers[MAX_RHS_IDENTIFIERS][MAX_STRING_LEN]; member in struct:ExpressionParser_t
114 * the number of identifiers encountered
/external/chromium_org/chrome/renderer/
H A Dexternal_host_bindings.cc167 NPIdentifier identifiers[arraysize(identifier_names)] = {0}; local
169 arraysize(identifier_names), identifiers);
172 bool ok = WebBindings::getProperty(NULL, window, identifiers[0], &document);
181 identifiers[1], &event_type, 1, &result);
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_manager_delegate.cc45 const std::vector<int>& identifiers,
39 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
/external/chromium_org/android_webview/native/
H A Daw_autofill_manager_delegate.cc90 const std::vector<int>& identifiers,
94 identifiers_ = identifiers;
106 identifiers);
113 const std::vector<int>& identifiers) {
135 identifiers[i]);
84 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<autofill::AutofillPopupDelegate> delegate) argument
109 ShowAutofillPopupImpl( const gfx::RectF& element_bounds, const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<int>& identifiers) argument
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry.cc315 RuleIdentifiersMap::const_iterator identifiers = local
317 if (identifiers == used_rule_identifiers_.end())
319 return identifiers->second.find(rule_id) == identifiers->second.end();
335 // identifiers cannot collide with identifiers passed by the caller.
374 const std::vector<std::string>& identifiers) {
376 for (i = identifiers.begin(); i != identifiers.end(); ++i)
372 RemoveUsedRuleIdentifiers( const std::string& extension_id, const std::vector<std::string>& identifiers) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dtab_autofill_manager_delegate.cc117 const std::vector<int>& identifiers,
134 popup_controller_->Show(values, labels, icons, identifiers);
111 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
H A Dautofill_popup_controller_impl.cc131 const std::vector<int>& identifiers) {
132 SetValues(names, subtexts, icons, identifiers);
368 top += GetRowHeightFromId(identifiers()[i]);
375 GetRowHeightFromId(identifiers()[index]));
416 const std::vector<int>& AutofillPopupControllerImpl::identifiers() const { function in class:autofill::AutofillPopupControllerImpl
467 !CanAccept(identifiers()[new_selected_line])) {
482 !CanAccept(identifiers()[new_selected_line])) {
541 for (size_t i = 0; i < identifiers().size(); ++i) {
542 current_height += GetRowHeightFromId(identifiers()[i]);
549 return identifiers()
127 Show( const std::vector<base::string16>& names, const std::vector<base::string16>& subtexts, const std::vector<base::string16>& icons, const std::vector<int>& identifiers) argument
573 SetValues( const std::vector<base::string16>& names, const std::vector<base::string16>& subtexts, const std::vector<base::string16>& icons, const std::vector<int>& identifiers) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp368 NPIdentifier* identifiers; local
369 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
372 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
H A Dnpruntime.cpp174 // We never release identifiers, so this dictionary will grow.
188 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
191 ASSERT(identifiers);
193 if (names && identifiers) {
195 identifiers[i] = _NPN_GetStringIdentifier(names[i]);
219 // We never release identifiers, so this dictionary will grow.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBindings.cpp97 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
99 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp630 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t count, NPIdentifier *identifiers) argument
635 NPNFuncs.getstringidentifiers(names, count, identifiers);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp691 static const char * const identifiers[num_setids] = { local
697 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginObject.cpp645 NPIdentifier* identifiers; local
646 if (browser->enumerate(obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) {
651 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
664 browser->memfree(identifiers);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jar ... fileName int startMapId int startLine byte[] lineOffsets short[] columns String[] identifiers void " href="/4.4.3_r1.1/s
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 739 milliseconds