HomeSort by relevance Sort by last modified time
    Searched refs:identifiers (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/tools/grit/grit/node/
empty.py 20 <messages> and <identifiers>).'''
62 '''The <identifiers> element.'''
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 214 * identifiers table: [2][number of distinct identifiers]
215 * identifiers[0]: stores identifiers (includes nested choices)
216 * identifiers[1]: stores identifiers' indexes in array of types
218 private final int[][] identifiers; field in class:ASN1Choice
235 // create map of all identifiers
246 // add all choice's identifiers
247 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;
    [all...]
  /external/srec/srec/Semproc/src/
ExpressionParser.c 218 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[self->idCount]
    [all...]
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.cc 90 const std::vector<int>& identifiers,
94 identifiers_ = identifiers;
106 identifiers);
113 const std::vector<int>& identifiers) {
135 identifiers[i]);
aw_autofill_manager_delegate.h 80 const std::vector<int>& identifiers,
100 const std::vector<int>& identifiers);
  /external/chromium_org/tools/grit/grit/tool/
toolbar_postprocess.py 8 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/v8/test/mjsunit/compiler/
expression-trees.js 60 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/v8/test/mjsunit/compiler/
expression-trees.js 59 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/third_party/jinja2/
compiler.py 101 class Identifiers(object):
102 """Tracks the status of identifiers in frames."""
143 self.identifiers = Identifiers()
173 self.identifiers.declared.update(
174 parent.identifiers.declared |
175 parent.identifiers.declared_parameter |
178 self.identifiers.outer_undeclared.update(
179 parent.identifiers.undeclared -
180 self.identifiers.declare
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t013parser.py 18 assert parser.identifiers == ['foobar']
  /external/chromium_org/chrome/renderer/
external_host_bindings.cc 167 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/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 131 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().size() - 1
    [all...]
autofill_popup_controller.h 100 virtual const std::vector<int>& identifiers() const = 0;
tab_autofill_manager_delegate.cc 117 const std::vector<int>& identifiers,
134 popup_controller_->Show(values, labels, icons, identifiers);
tab_autofill_manager_delegate.h 59 const std::vector<int>& identifiers,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 8 grammar Identifiers;
12 @identifiers = []
17 attr_reader :reported_errors, :identifiers
20 @identifiers << name
38 lexer = Identifiers::Lexer.new( input )
40 parser = Identifiers::Parser.new( tokens )
45 parser.identifiers.should == %w(blah_de_blah)
51 lexer = Identifiers::Lexer.new( '' )
52 parser = Identifiers::Parser.new( lexer )
64 parser = Identifiers::Parser.new( 'blah_de_blah', :file => 'blah.txt'
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_delegate.h 76 // |identifiers| for the element at |element_bounds|. |delegate| will be
84 const std::vector<int>& identifiers,
test_autofill_manager_delegate.cc 45 const std::vector<int>& identifiers,
test_autofill_manager_delegate.h 41 const std::vector<int>& identifiers,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 17 var identifiers = new RegExp("^[_A-Za-z$][_A-Za-z$0-9]*");
158 if (stream.match(identifiers)) {
258 // Handle '.' connected identifiers
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 111 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/
rules_registry.cc 315 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)
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 107 // 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/
keywords-and-reserved_words.js 107 // 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_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 73 controller_->identifiers()[i]);

Completed in 712 milliseconds

1 2 3