Searched defs:identifiers (Results 1 - 21 of 21) 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/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/components/autofill/core/browser/
H A Dtest_autofill_client.cc51 const std::vector<int>& identifiers,
45 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_client.cc86 const std::vector<int>& identifiers,
89 identifiers_ = identifiers;
101 identifiers);
109 const std::vector<int>& identifiers) {
126 env, data_array.obj(), i, name.obj(), label.obj(), identifiers[i]);
80 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<autofill::AutofillPopupDelegate> delegate) argument
104 ShowAutofillPopupImpl( const gfx::RectF& element_bounds, bool is_rtl, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<int>& identifiers) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dchrome_autofill_client.cc135 const std::vector<int>& identifiers,
151 popup_controller_->Show(values, labels, icons, identifiers);
129 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.cc130 const std::vector<int>& identifiers) {
131 SetValues(names, subtexts, icons, identifiers);
350 top += GetRowHeightFromId(identifiers()[i]);
357 GetRowHeightFromId(identifiers()[index]));
398 const std::vector<int>& AutofillPopupControllerImpl::identifiers() const { function in class:autofill::AutofillPopupControllerImpl
446 !CanAccept(identifiers()[new_selected_line])) {
461 !CanAccept(identifiers()[new_selected_line])) {
506 for (size_t i = 0; i < identifiers().size(); ++i) {
507 current_height += GetRowHeightFromId(identifiers()[i]);
514 return identifiers()
126 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
537 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/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc143 v8::Local<v8::Array> identifiers = accessor.GetObject()->GetPropertyNames(); local
146 ScopedPPVarArray identifier_vars(identifiers->Length());
147 for (uint32_t i = 0; i < identifiers->Length(); ++i) {
148 ScopedPPVar var = try_catch.FromV8(identifiers->Get(i));
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry.cc307 RuleIdentifiersMap::const_iterator identifiers = local
309 if (identifiers == used_rule_identifiers_.end())
311 return identifiers->second.find(rule_id) == identifiers->second.end();
327 // identifiers cannot collide with identifiers passed by the caller.
366 const std::vector<std::string>& identifiers) {
368 for (i = identifiers.begin(); i != identifiers.end(); ++i)
364 RemoveUsedRuleIdentifiers( const std::string& extension_id, const std::vector<std::string>& identifiers) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp383 NPIdentifier* identifiers; local
384 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
387 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
393 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.cpp96 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
98 _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.cpp692 static const char * const identifiers[num_setids] = { local
698 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
/external/chromium_org/content/shell/tools/plugin/
H A DPluginObject.cpp726 NPIdentifier* identifiers; local
728 obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) {
733 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
747 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.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 436 milliseconds