Searched defs:loc (Results 1 - 25 of 485) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java76 public Location loc; field in class:EventMod
111 loc = new Location();
H A DFrame.java40 protected Location loc; field in class:Frame
52 loc = new Location();
71 this.loc = location;
119 return loc;
129 this.loc = location;
159 + ", location=" + loc.toString() + "\n";
185 || !(this.loc.equals(frame.loc))) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java49 Location loc; field in class:FramesTest.FrameStruct
50 FrameStruct(long frameID, Location loc) { argument
52 this.loc = loc;
89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
90 classSignature = getClassSignature(frame.loc.classID);
94 + "(" + frame.loc.index + ")");
143 methodName = getMethodName(frame.loc.classID, frame.loc
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java160 * @param loc the new locale
165 void setLocale(Locale loc); argument
H A DReasonPhraseCatalog.java61 * @param loc the preferred locale for the reason phrase
65 public String getReason(int status, Locale loc) argument
/external/apache-http/src/org/apache/http/impl/
H A DEnglishReasonPhraseCatalog.java83 * @param loc ignored
87 public String getReason(int status, Locale loc) { argument
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java185 public void setLocale(Locale loc) { argument
186 if (loc == null) {
189 this.locale = loc;
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp97 char String::charAt( unsigned int loc ) const
99 return operator[]( loc );
102 void String::setCharAt( unsigned int loc, const char aChar ) argument
105 if(_length > loc) {
106 _buffer[loc] = aChar;
252 int loc; local
253 while ( (loc = temp.indexOf( match )) != -1 )
255 newString += temp.substring( 0, loc );
257 temp = temp.substring( loc + match._length );
/external/bison/examples/calc++/
H A Dlocation.hh155 ** \param loc a reference to the location to redirect
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc) argument
163 position last = loc.end - 1;
164 ostr << loc.begin;
166 && (!loc.begin.filename
167 || *loc.begin.filename != *last.filename))
169 else if (loc.begin.line != last.line)
171 else if (loc.begin.column != last.column)
/external/bison/src/
H A Dcomplain.c40 * \param loc the location, defaulting to the current file,
51 error_message (location *loc,
57 if (loc)
58 pos += location_print (stderr, *loc);
82 if (loc && feature_flag & feature_caret)
83 location_caret (stderr, *loc);
116 warn_at (location loc, const char *message, ...)
121 ERROR_MESSAGE (&loc, _("warning"), message);
125 warn_at_indent (location loc, unsigned *indent,
132 ERROR_MESSAGE (&loc, *inden
50 error_message(location *loc, const char *prefix, const char *message, va_list args) argument
115 warn_at(location loc, const char *message, ...) argument
124 warn_at_indent(location loc, unsigned *indent, const char *message, ...) argument
149 complain_at(location loc, const char *message, ...) argument
156 complain_at_indent(location loc, unsigned *indent, const char *message, ...) argument
178 yacc_at(location loc, const char *message, ...) argument
193 midrule_value_at(location loc, const char *message, ...) argument
206 fatal_at(location loc, const char *message, ...) argument
[all...]
H A Dgetargs.c450 skeleton_arg (char const *arg, int prio, location loc) argument
458 complain_at (loc, _("multiple skeleton declarations are invalid"));
462 language_argmatch (char const *arg, int prio, location loc) argument
483 complain_at (loc, msg, quotearg_colon (arg));
H A Dlocation.c58 location_compute (location *loc, boundary *cur, char const *token, size_t size) argument
66 loc->start = *cur;
90 loc->end = *cur;
92 if (line == INT_MAX && loc->start.line != INT_MAX)
93 warn_at (*loc, _("line number overflow"));
94 if (column == INT_MAX && loc->start.column != INT_MAX)
95 warn_at (*loc, _("column number overflow"));
102 location_print (FILE *out, location loc) argument
105 int end_col = 0 != loc.end.column ? loc
161 location_caret(FILE *out, location loc) argument
[all...]
H A Dmuscle-tab.c177 muscle_syncline_grow (char const *key, location loc) argument
180 obstack_printf (&muscle_obstack, "]b4_syncline(%d, ", loc.start.line);
182 quotearg_style (c_quoting_style, loc.start.file));
197 muscle_code_grow (const char *key, const char *val, location loc) argument
199 muscle_syncline_grow (key, loc);
288 muscle_location_grow (char const *key, location loc) argument
290 muscle_boundary_grow (key, loc.start);
292 muscle_boundary_grow (key, loc.end);
345 location loc; local
366 boundary_set_from_string (&loc
389 muscle_user_name_list_grow(char const *key, char const *user_name, location loc) argument
574 location loc; local
607 location loc = muscle_percent_define_get_loc (*variablep); local
[all...]
H A Dnamed-ref.c26 named_ref_new (uniqstr id, location loc) argument
31 res->loc = loc;
39 return named_ref_new (r->id, r->loc);
H A Dnamed-ref.h34 location loc; member in struct:named_ref
38 named_ref *named_ref_new (uniqstr id, location loc);
H A Doutput.c410 location loc = (*get) (sym)->location; local
416 string_output (out, loc.start.file);
417 fprintf (out, ", %d, ", loc.start.line);
H A Dparse-gram.c120 static void version_check (location const *loc, char const *version);
135 * \param loc the location in the source.
137 static void add_param (char const *type, char *decl, location loc);
152 current_lhs(symbol *sym, location loc, named_ref *ref) argument
155 current_lhs_location = loc;
3159 YYLTYPE loc; local
3161 /* SGI MIPSpro 7.4.1m miscompiles "loc.start = loc.end = rhs[n].end;".
3163 loc.start = rhs[n].end;
3164 loc
3184 add_param(char const *type, char *decl, location loc) argument
3225 version_check(location const *loc, char const *version) argument
3236 gram_error(location const *loc, char const *msg) argument
[all...]
H A Dreader.c60 grammar_start_symbol_set (symbol *sym, location loc)
63 complain_at (loc, _("multiple %s declarations"), "%start");
68 startsymbol_location = loc;
181 grammar_symbol_append (symbol *sym, location loc)
183 symbol_list *p = symbol_list_sym_new (sym, loc);
207 warn_at (name->loc,
229 grammar_current_rule_begin (symbol *lhs, location loc,
238 p = grammar_symbol_append (lhs, loc);
252 complain_at (loc, _("rule given for %s, which is a token"), lhs->tag);
354 grammar_current_rule_end (location loc)
59 grammar_start_symbol_set(symbol *sym, location loc) argument
178 grammar_symbol_append(symbol *sym, location loc) argument
226 grammar_current_rule_begin(symbol *lhs, location loc, named_ref *lhs_name) argument
351 grammar_current_rule_end(location loc) argument
417 grammar_current_rule_prec_set(symbol *precsym, location loc) argument
438 grammar_current_rule_dprec_set(int dprec, location loc) argument
453 grammar_current_rule_merge_set(uniqstr name, location loc) argument
467 grammar_current_rule_symbol_append(symbol *sym, location loc, named_ref *name) argument
481 grammar_current_rule_action_append(const char *action, location loc, named_ref *name) argument
[all...]
H A Dscan-code.c698 #define YY_USER_ACTION location_compute (loc, &loc->end, code_text, code_leng);
711 static location *loc = &the_location; variable
1222 warn_at (*loc, _("stray '%s'"), code_text);
1243 handle_action_dollar (self->rule, code_text, *loc);
1254 handle_action_at (self->rule, code_text, *loc);
1284 warn_at_indent (*loc, &indent,
1287 warn_at_indent (*loc, &indent,
1329 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
1353 fetch_type_name (code_text + 1, &type_name, *loc)[
2508 location loc; member in struct:__anon383
[all...]
H A Dscan-gram.c991 code_start = scanner_cursor = loc->start; \
996 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, gram_text, gram_leng);
1023 static unsigned long int scan_integer (char const *p, int base, location loc);
1449 warn_at (*loc, _("stray ',' treated as white space"));
1464 token_start = loc->start;
1476 handle_syncline (gram_text + sizeof "#line " - 1, *loc);
1705 complain_at (*loc, _("invalid directive: %s"), quote (gram_text));
1738 id_loc = *loc;
1747 val->integer = scan_integer (gram_text, 10, *loc);
1755 val->integer = scan_integer (gram_text, 16, *loc);
3576 scan_integer(char const *number, int base, location loc) argument
3653 handle_syncline(char *args, location loc) argument
3682 location loc; local
[all...]
H A Dscan-skel.c2352 location loc; local
2362 boundary_set_from_string (&loc.start, at_directive_argv[1]);
2363 boundary_set_from_string (&loc.end, at_directive_argv[2]);
2367 func (loc, _(at_directive_argv[3]));
2370 func (loc, _(at_directive_argv[3]), at_directive_argv[4]);
2373 func (loc, _(at_directive_argv[3]), at_directive_argv[4],
2377 func (loc, _(at_directive_argv[3]), at_directive_argv[4],
2381 func (loc, _(at_directive_argv[3]), at_directive_argv[4],
H A Dsymlist.c33 symbol_list_sym_new (symbol *sym, location loc) argument
39 res->location = res->sym_loc = loc;
64 symbol_list_type_new (uniqstr type_name, location loc) argument
70 res->location = res->sym_loc = loc;
83 symbol_list_default_tagged_new (location loc) argument
88 res->location = res->sym_loc = loc;
101 symbol_list_default_tagless_new (location loc) argument
106 res->location = res->sym_loc = loc;
206 symbol_list_n_type_name_get (symbol_list *l, location loc, int n) argument
211 complain_at (loc,
[all...]
H A Dsymtab.c62 symbol_new (uniqstr tag, location loc) argument
71 yacc_at (loc, _("POSIX Yacc forbids dashes in symbol names: %s"),
75 res->location = loc;
177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) argument
182 symbol_redeclaration (sym, "%type", sym->type_location, loc);
185 sym->type_location = loc;
306 symbol_precedence_set (symbol *sym, int prec, assoc a, location loc) argument
312 loc);
315 sym->prec_location = loc;
319 symbol_class_set (sym, token_sym, loc, fals
328 symbol_class_set(symbol *sym, symbol_class class, location loc, bool declaring) argument
357 symbol_user_token_number_set(symbol *sym, int user_token_number, location loc) argument
412 symbol_make_alias(symbol *sym, symbol *str, location loc) argument
662 symbol_from_uniqstr(const uniqstr key, location loc) argument
713 symbol_get(const char *key, location loc) argument
737 dummy_symbol_get(location loc) argument
[all...]

Completed in 7638 milliseconds

1234567891011>>