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

/external/chromium_org/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/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:__anon2185::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/browser/extensions/api/declarative/
H A Dinitializing_rules_registry.cc92 RuleIdentifiersMap::const_iterator identifiers = local
94 if (identifiers == used_rule_identifiers_.end())
96 return identifiers->second.find(rule_id) == identifiers->second.end();
113 // identifiers cannot collide with identifiers passed by the caller.
150 const std::vector<std::string>& identifiers) {
152 for (i = identifiers.begin(); i != identifiers.end(); ++i)
148 RemoveUsedRuleIdentifiers( const std::string& extension_id, const std::vector<std::string>& identifiers) argument
/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/android_webview/native/
H A Daw_autofill_manager_delegate.cc85 const std::vector<int>& identifiers,
89 identifiers_ = identifiers;
101 identifiers);
108 const std::vector<int>& identifiers) {
130 identifiers[i]);
79 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
104 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/ui/autofill/
H A Dtab_autofill_manager_delegate.cc174 const std::vector<int>& identifiers,
190 popup_controller_->Show(values, labels, icons, identifiers);
168 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<AutofillPopupDelegate> delegate) argument
H A Dautofill_popup_controller_unittest.cc93 const std::vector<int>& identifiers() const { function in class:autofill::__anon6021::TestAutofillPopupController
94 return AutofillPopupControllerImpl::identifiers();
381 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
397 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
410 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
424 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
437 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
448 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
H A Dautofill_popup_controller_impl.cc117 const std::vector<int>& identifiers) {
118 SetValues(names, subtexts, icons, identifiers);
335 top += GetRowHeightFromId(identifiers()[i]);
342 GetRowHeightFromId(identifiers()[index]));
378 const std::vector<int>& AutofillPopupControllerImpl::identifiers() const { function in class:autofill::AutofillPopupControllerImpl
424 !CanAccept(identifiers()[new_selected_line])) {
439 !CanAccept(identifiers()[new_selected_line])) {
498 for (size_t i = 0; i < identifiers().size(); ++i) {
499 current_height += GetRowHeightFromId(identifiers()[i]);
506 return identifiers()
113 Show( const std::vector<string16>& names, const std::vector<string16>& subtexts, const std::vector<string16>& icons, const std::vector<int>& identifiers) argument
530 SetValues( const std::vector<string16>& names, const std::vector<string16>& subtexts, const std::vector<string16>& icons, const std::vector<int>& identifiers) argument
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_manager_delegate.cc60 const std::vector<int>& identifiers,
54 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/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp369 NPIdentifier* identifiers; local
370 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
373 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
H A Dnpruntime.cpp172 // We never release identifiers, so this dictionary will grow.
186 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
189 ASSERT(identifiers);
191 if (names && identifiers) {
193 identifiers[i] = _NPN_GetStringIdentifier(names[i]);
217 // 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.cpp646 NPIdentifier* identifiers; local
647 if (browser->enumerate(obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) {
652 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
665 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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/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.2_r1/s?defs ...

Completed in 859 milliseconds