Searched refs:definition (Results 1 - 25 of 182) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as453 * definition of plain FOLLOW for rule r:
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2096 /// definition of plain FOLLOW for rule r:
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb49 generate a special DFA class definition to implement a decision.
H A Dtoken.rb433 definition <tt>name_symbol</tt> with the value <tt>int_value</tt>. It is
441 type-to-name definition. This is particularly useful for the anonymous tokens
447 special name definition for type value <tt><i>x</i></tt> with the string
572 "new token type definition ``#{ name } = #{ value }'' conflicts " <<
573 "with existing type definition ``#{ name } = #{ current_value }''", name
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb43 using definitions writing in ANTLR-style tree definition syntax. It can also
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb43 /** Either a function definition or any other kind of C decl/def.
H A Dll-star.rb37 { @output.puts( $functionHeader.name + " is a definition") }
139 foo is a definition
/external/bison/build-aux/
H A Dtexinfo.tex70 % We never want plain's \outer definition of \+ in Texinfo.
565 % @end foo executes the definition of \Efoo.
588 % if the definition is written into an index file.
903 \let\centersub\relax % don't let the definition persist, just in case
984 % We switch the definition of this back and forth according to WORD.
1171 % Extract \thiscolor definition from the marks.
2424 % sometimes \x has an active definition that messes things up.
2512 % will therefore expand the active definition of _, which is us
2554 % (This \urefnobreak definition isn't used now, leaving it for a while
2578 % This \urefbreak definition i
[all...]
/external/bison/
H A Dconfigure372 # Append the text in VALUE to the end of the definition contained in VAR. Take
7229 # definition of 'errno' in <errno.h>.
24831 /* Solaris 10 has a broken definition of NAN. Other platforms
24866 /* Solaris 10 has a broken definition of HUGE_VAL. */
37922 # Append the text in VALUE to the end of the definition contained in VAR. Take
39033 # Extract the definition of DEPDIR, am__include, and am__quote
H A Dmaint.mk83 # (i.e., with no $(srcdir) prefix), this definition is careful to
1023 # definition of LDADD from the appropriate Makefile.am and exits 0
1079 # to emit a definition for each substituted variable.
1612 # can override this definition to automatically extract those names:
/external/bison/data/
H A Dglr.cc98 # Hijack the post prologue to insert early definition of YYLLOC_DEFAULT
/external/bison/doc/
H A Drefcard.tex280 %%%%% Prime definition of key; redefined below to prevent overful hboxes
332 {\it name} is the leading part of the parser definition filename.
360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
373 The general form for a parser definition is:
384 Rule definition 1
386 Rule definition {\it n}
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dcommon.py197 def _parse_extension_param(state, definition, allow_quoted_string):
206 definition.add_parameter(param_name, None)
221 definition.add_parameter(param_name, param_value)
H A Dheaderparserhandler.py137 def _parse_option(name, value, definition):
141 meaning = definition.get(value.lower())
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_handshake.py147 definition used in this test is a pair of an extension name and a
158 for formatted_string, definition in _TEST_TOKEN_EXTENSION_DATA:
160 definition, parse_extensions(formatted_string,
169 for formatted_string, definition in _TEST_TOKEN_EXTENSION_DATA:
171 definition, parse_extensions(formatted_string,
174 for formatted_string, definition in _TEST_QUOTED_EXTENSION_DATA:
176 definition, parse_extensions(formatted_string,
181 definition) in _TEST_REDUNDANT_TOKEN_EXTENSION_DATA:
183 definition, parse_extensions(formatted_string,
187 definition) i
[all...]
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc128 #error Port warning: depending on the definition of struct dirent, \
/external/chromium_org/build/android/gyp/
H A Djava_cpp_enum_tests.py17 definition = EnumDefinition(class_name='ClassName',
20 output = GenerateOutput('path/to/file', definition)
50 definition = definitions[0]
51 self.assertEqual('EnumName', definition.class_name)
52 self.assertEqual('test.namespace', definition.class_package)
55 definition.entries)
79 definition = definitions[0]
80 self.assertEqual('EnumOne', definition.class_name)
81 self.assertEqual('test.namespace', definition.class_package)
84 definition
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc32 void AddCookie(const std::string& host, const std::string& definition);
39 const std::string& definition);
77 const std::string& definition) {
86 definition));
105 const std::string& definition) {
110 GURL(host), definition, net::CookieOptions(), local
76 AddCookie(const std::string& host, const std::string& definition) argument
102 SetCookieOnIOThread( net::URLRequestContextGetter* context_getter, const std::string& host, const std::string& definition) argument
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dbrowser_action_custom_bindings.js18 sendRequest(this.name, [args, callback], this.definition.parameters);
H A Dchrome_direct_setting.js17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
H A Dchrome_setting.js17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
H A Dchrome_web_view_internal_custom_bindings.js76 sendRequest(this.name, args, this.definition.parameters, optArgs);
H A Dcontent_setting.js18 var getSchema = this.functionSchemas.get.definition.parameters;
26 this.functionSchemas.set.definition.parameters);
34 var clearSchema = this.functionSchemas.clear.definition.parameters;
42 this.functionSchemas.getResourceIdentifiers.definition.parameters;
H A Ddesktop_capture_custom_bindings.js35 this.definition.parameters, {});
42 sendRequest(this.name, [id], this.definition.parameters, {});

Completed in 1848 milliseconds

12345678