Searched refs:identifiers (Results 1 - 25 of 56) sorted by relevance

123

/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/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/
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/src/
H A DExpressionParser.c218 self->ptokenBuf = self->identifiers[self->idCount];
237 self->ptokenBuf = self->identifiers[self->idCount];
254 self->ptokenBuf = self->identifiers[self->idCount];
262 rc = EP_LookUpFunction(self, self->identifiers[self->idCount-1], &self->userData, &self->pfunction);
267 PLogError(L("%s: Function '%s' is undefined"), ESR_rc2str(rc), self->identifiers[self->idCount-1]);
273 LSTRCPY(self->functionName, self->identifiers[self->idCount-1]);
276 self->ptokenBuf = self->identifiers[self->idCount];
292 self->ptokenBuf = self->identifiers[self->idCount];
321 self->ptokenBuf = self->identifiers[self->idCount];
338 self->ptokenBuf = self->identifiers[sel
[all...]
/external/chromium_org/tools/grit/grit/tool/
H A Dtoolbar_postprocess.py8 Also adds some identifiers nodes to declare specific ids to be included
41 identifiers = grit.node.empty.IdentifiersNode()
42 identifiers.StartParsing('identifiers', release)
43 identifiers.EndParsing()
44 release.AddChild(identifiers)
101 self.AddIdentifiers(rctext, identifiers)
/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
H A Dinitializing_rules_registry.h70 // Removes all |identifiers| of |extension_id| from |used_rule_identifiers_|.
72 const std::vector<std::string>& identifiers);
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py104 """Tracks the status of identifiers in frames."""
145 self.identifiers = Identifiers()
175 self.identifiers.declared.update(
176 parent.identifiers.declared |
177 parent.identifiers.declared_parameter |
180 self.identifiers.outer_undeclared.update(
181 parent.identifiers.undeclared -
182 self.identifiers.declared
190 rv.identifiers = object.__new__(self.identifiers
[all...]
H A Dmeta.py28 """Remember all undeclared identifiers."""
29 self.undeclared_identifiers.update(frame.identifiers.undeclared)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt013parser.py18 assert parser.identifiers == ['foobar']
/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/third_party/WebKit/Source/devtools/front_end/cm/
H A Dpython.js13 var identifiers = parserConf.identifiers|| new RegExp("^[_A-Za-z][_A-Za-z0-9]*");
147 if (stream.match(identifiers)) {
252 // Handle '.' connected identifiers
254 style = stream.match(identifiers, false) ? null : ERRORCLASS;
256 // Apply 'meta' style to '.' connected identifiers when
265 return stream.match(identifiers, false) ? 'meta' : ERRORCLASS;
H A Dcoffeescript.js17 var identifiers = new RegExp("^[_A-Za-z$][_A-Za-z$0-9]*");
158 if (stream.match(identifiers)) {
258 // Handle '.' connected identifiers
/external/chromium_org/chrome/browser/ui/autofill/
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...]
H A Dautofill_popup_controller.h90 virtual const std::vector<int>& identifiers() const = 0;
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());
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb12 @identifiers = []
17 attr_reader :reported_errors, :identifiers
20 @identifiers << name
45 parser.identifiers.should == %w(blah_de_blah)
69 parser.identifiers.should == %w(blah_de_blah)
/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
H A Daw_autofill_manager_delegate.h94 const std::vector<int>& identifiers,
117 const std::vector<int>& identifiers);
/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
H A Dautofill_manager_delegate.h118 // |identifiers| for the element at |element_bounds|. |delegate| will be
126 const std::vector<int>& identifiers,
H A Dtest_autofill_manager_delegate.h52 const std::vector<int>& identifiers,
/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/ui/android/autofill/
H A Dautofill_popup_view_android.cc73 controller_->identifiers()[i]);

Completed in 1078 milliseconds

123