Searched refs:location (Results 1 - 25 of 1091) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-96526-001.js53 if (jumpto == 0) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.jpg";
57 else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.jpg";
58 else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.jpg";
59 else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.jpg";
60 else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkins.jpg";
61 else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.jpg";
62 else if (jumpto == [8]) window.location
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg36 location(file, line, column) ::= "<file>:<line>:<column>:"
40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
H A Dgnu.stg36 location(file, line, column) ::= "<file>:<line>:"
40 report(location, message, type) ::= "<location> <type>: <message>"
H A Dvs2005.stg36 location(file, line, column) ::= "<file>(<line>,<column>)"
40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
/external/bison/src/
H A Dreader.h24 # include "location.h"
35 location type_declaration_location;
45 void grammar_start_symbol_set (symbol *sym, location loc);
46 void grammar_current_rule_begin (symbol *lhs, location loc,
48 void grammar_current_rule_end (location loc);
50 void grammar_current_rule_prec_set (symbol *precsym, location loc);
51 void grammar_current_rule_dprec_set (int dprec, location loc);
52 void grammar_current_rule_merge_set (uniqstr name, location loc);
53 void grammar_current_rule_symbol_append (symbol *sym, location loc,
55 void grammar_current_rule_action_append (const char *action, location lo
[all...]
H A Dcomplain.h22 # include "location.h"
44 void warn_at (location loc, char const *format, ...)
50 void warn_at_indent (location loc, unsigned *indent,
59 void complain_at (location loc, char const *format, ...)
65 void complain_at_indent (location loc, unsigned *indent,
72 void yacc_at (location loc, char const *format, ...)
78 void midrule_value_at (location loc, char const *format, ...)
86 void fatal_at (location loc, char const *format, ...)
H A Dsymlist.h24 # include "location.h"
51 location location; member in struct:symbol_list
53 /* Proper location of the symbol, not all the rule */
54 location sym_loc;
75 location merger_declaration_location;
86 symbol_list *symbol_list_sym_new (symbol *sym, location loc);
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
92 symbol_list *symbol_list_default_tagged_new (location loc);
94 symbol_list *symbol_list_default_tagless_new (location lo
[all...]
H A Dlocation.h80 /* A location, that is, a region of source code. */
83 /* Boundary just before the location starts. */
86 /* Boundary just after the location ends. */
89 } location; typedef in typeref:struct:__anon375
91 #define GRAM_LTYPE location
94 extern location const empty_location;
98 void location_compute (location *loc,
101 /* Print location to file. Return number of actually printed
103 unsigned location_print (FILE *out, location loc);
109 /* Output to OUT the line and caret corresponding to location LO
[all...]
H A Dnamed-ref.h23 #include "location.h"
34 location loc;
38 named_ref *named_ref_new (uniqstr id, location loc);
/external/stlport/test/unit/
H A Dsearch_test.cpp45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
[all...]
H A Dadvance_test.cpp34 IntVector::iterator location = v.begin(); local
35 CPPUNIT_ASSERT(*location==0);
36 advance(location, 5);
37 CPPUNIT_ASSERT(*location==5);
/external/mockito/src/org/mockito/internal/debugging/
H A DLocalized.java13 private final Location location; field in class:Localized
17 location = new LocationImpl();
25 return location;
/external/webkit/Source/JavaScriptCore/assembler/
H A DCodeLocation.h69 CodeLocationCommon(MacroAssemblerCodePtr location) argument
70 : MacroAssemblerCodePtr(location)
78 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) argument
79 : CodeLocationCommon(location) {}
80 explicit CodeLocationInstruction(void* location) argument
81 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {}
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location) argument
88 : CodeLocationCommon(location) {}
89 explicit CodeLocationLabel(void* location) argument
90 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {}
96 CodeLocationJump(MacroAssemblerCodePtr location) argument
98 CodeLocationJump(void* location) argument
105 CodeLocationCall(MacroAssemblerCodePtr location) argument
107 CodeLocationCall(void* location) argument
114 CodeLocationNearCall(MacroAssemblerCodePtr location) argument
116 CodeLocationNearCall(void* location) argument
123 CodeLocationDataLabel32(MacroAssemblerCodePtr location) argument
125 CodeLocationDataLabel32(void* location) argument
132 CodeLocationDataLabelPtr(MacroAssemblerCodePtr location) argument
134 CodeLocationDataLabelPtr(void* location) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderVariable.java40 // if -2, location not known
43 protected int location = -2; field in class:ShaderVariable
67 public void setLocation(int location){ argument
68 this.location = location;
72 return location;
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLUniformLocation.cpp35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) argument
37 return adoptRef(new WebGLUniformLocation(program, location));
40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location) argument
42 , m_location(location)
57 GC3Dint WebGLUniformLocation::location() const function in class:WebCore::WebGLUniformLocation
H A DWebGLUniformLocation.h42 static PassRefPtr<WebGLUniformLocation> create(WebGLProgram*, GC3Dint location);
46 GC3Dint location() const;
49 WebGLUniformLocation(WebGLProgram*, GC3Dint location);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLocationTest.java3 import android.location.Location;
4 import android.location.LocationManager;
17 private Location location; field in class:LocationTest
21 location = new Location(LocationManager.GPS_PROVIDER);
22 location.setTime(1);
23 location.setLatitude(2);
24 location.setLongitude(3);
25 location.setAccuracy(4);
26 location.setBearing(0.5f);
27 location
[all...]
/external/bison/examples/calc++/
H A Dlocation.hh34 ** \file ../../../../examples/calc++/location.hh
35 ** Define the yy::location class.
45 /* Line 166 of location.cc */
46 #line 47 "../../../../examples/calc++/location.hh"
48 /// Abstract a location.
49 class location class in namespace:yy
53 /// Construct a location from \a b to \a e.
54 location (const position& b, const position& e) function in class:yy::location
60 /// Construct a 0-width location in \a p.
61 explicit location (cons function in class:yy::location
68 explicit location (std::string* f, function in class:yy::location
[all...]
/external/v8/test/mjsunit/
H A Ddebug-sourceinfo.js108 var location = script.locationFromPosition(p);
110 assertEquals(position + 1, location.position);
111 if (line == location.line) {
112 assertEquals(column + 1, location.column);
114 assertEquals(line + 1, location.line);
115 assertEquals(0, location.column);
118 assertEquals(0, location.position);
119 assertEquals(0, location.line);
120 assertEquals(0, location.column);
123 // Remember the location
266 var location; variable
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs48 StackFrame location = GetLastNonErrorManagerCodeLocation(e);
49 string msg = "Exception " + e + "@" + location + ": " + error;
56 StackFrame location = GetLastNonErrorManagerCodeLocation(new Exception());
57 string msg = location + ": " + error;
63 /// Return first non ErrorManager code location for generating messages
79 StackFrame location = stackTrace.GetFrame(i);
81 return location;
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager.h47 // In case of an error the location is filled with the location the
48 // error originated from. In case of a success the error location value
55 scoped_ptr<tracked_objects::Location> location; member in struct:browser_sync::DataTypeManager::ConfigureResultWithErrorLocation
59 const tracked_objects::Location& location,
63 this->location.reset(new tracked_objects::Location(
64 location.function_name(),
65 location.file_name(),
66 location.line_number()));
58 ConfigureResultWithErrorLocation(const ConfigureResult& result, const tracked_objects::Location& location, const TypeSet& requested_types) argument
/external/chromium/chrome/common/extensions/docs/js/
H A Dbootstrap.js19 if (window.location.search == "?regenerate" ||
21 (window.location.href.match("^file:")) &&
39 if (location.hash.length > 1)
40 location.href = location.href;
43 (window.location.href.match("^file:")) &&
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DAndroid22Workaround.java6 public static void glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride, int offset){ argument
7 GLES20.glVertexAttribPointer(location,
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java40 private Vector3f location; field in class:Listener
47 location = new Vector3f();
53 location = source.location.clone();
74 return location;
97 public void setLocation(Vector3f location) { argument
98 this.location.set(location);
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol.s1 # Historically 'as' treats '.' as a reference to the current location in

Completed in 763 milliseconds

1234567891011>>