Searched defs:location (Results 251 - 275 of 858) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h156 /** The parser is going to look arbitrarily ahead; mark this location,
188 void (*location) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int line, int pos); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
221 * location 7 1
226 * location 7 5
229 * location 7 7
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DBlankDebugEventListener.java45 public void location(int line, int pos) {} method in class:BlankDebugEventListener
H A DDebugEventHub.java119 public void location(int line, int pos) { method in class:DebugEventHub
122 listener.location(line, pos);
H A DDebugEventListener.java107 /** The parser is going to look arbitrarily ahead; mark this location,
139 public void location(int line, int pos); method in interface:DebugEventListener
172 * location 7 1
177 * location 7 5
180 * location 7 7
H A DDebugEventRepeater.java56 public void location(int line, int pos) { listener.location(line, pos); } method in class:DebugEventRepeater
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb162 def location( line, position ) method in class:ANTLR3.Debug.EventSocketProxy
163 transmit "%s\t%i\t%i", :location, line, position
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb456 # The parser is going to look arbitrarily ahead; mark this location,
492 def location( line, position ) method in class:ANTLR3.Debug.EventListener
521 # location 7 1
526 # location 7 5
529 # location 7 7
690 :exit_sub_rule, :flat_node, :location, :look, :mark,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java63 * @param location
64 * frame location
68 Frame(long threadID, long id, Location location, ArrayList vars) { argument
71 this.loc = location;
114 * Gets frame location.
123 * Sets new frame location.
125 * @param location
126 * new frame location
128 public void setLocation(Location location) { argument
129 this.loc = location;
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DLaunchedDebugger.java140 Location location; field in class:LaunchedDebugger.FrameInfo
142 public FrameInfo(long frameID, Location location) { argument
145 this.location = location;
155 * @return Returns the location.
158 return location;
179 Location location = reply.getNextValueAsLocation();
180 frameInfos[i] = new FrameInfo(frameID, location);
217 methodName = getMethodName(frameInfos[i].location.classID,
218 frameInfos[i].location
[all...]
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc72 // The |location| should be in physical pixels.
74 const gfx::Point& location) {
78 location,
130 const gfx::Point& location) {
132 location,
133 location,
144 const gfx::Point& location) {
145 return GenerateSynthesizedMouseEventAt(type, location);
150 const gfx::Point& location) {
151 return GenerateSynthesizedMouseEventAt(ui::ET_MOUSE_MOVED, location);
73 GenerateMouseEventAt(ui::EventType type, const gfx::Point& location) argument
129 GenerateSynthesizedMouseEventAt(ui::EventType event_type, const gfx::Point& location) argument
142 GenerateSynthesizedMouseClickEvent( ui::EventType type, const gfx::Point& location) argument
149 GenerateSynthesizedMouseMoveEvent( const gfx::Point& location) argument
[all...]
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer_unittest.cc103 gfx::Point location = resizer.GetInitialLocation(); local
104 location.set_x(location.x() + delta_x);
105 location.set_y(location.y() + delta_y);
106 return location;
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc56 gfx::Point location = resizer.GetInitialLocation(); local
57 location.set_x(location.x() + delta_x);
58 location.set_y(location.y() + delta_y);
59 return location;
/external/chromium_org/base/
H A Dtracked_objects_unittest.cc50 // |location|.
51 void TallyABirth(const Location& location, const std::string& thread_name) { argument
58 Births* birth = ThreadData::TallyABirthIfActive(location);
76 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
78 process_data.tasks[0].birth.location.function_name);
79 EXPECT_EQ(kLineNumber, process_data.tasks[0].birth.location.line_number);
165 Location location(kFunction, kFile, kLineNumber, NULL);
166 Births* first_birth = ThreadData::TallyABirthIfActive(location);
176 EXPECT_EQ(1u, birth_map.size()); // 1 birth location.
185 // Create a child (using the same birth location)
[all...]
/external/chromium_org/cc/test/
H A Dordered_simple_task_runner.cc33 const tracked_objects::Location& location,
38 : base::TestPendingTask(location, task, post_time, delay, nestability),
75 state->SetString("posted_from", location.ToString());
32 TestOrderablePendingTask( const tracked_objects::Location& location, const base::Closure& task, base::TimeTicks post_time, base::TimeDelta delay, TestNestability nestability) argument
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.cc293 bool ExternalFileURLRequestJob::IsRedirectResponse(GURL* location, argument
300 *location = redirect_url_;
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.h46 std::string location; member in struct:chromeos::WallpaperInfo
51 return (location == other.location) && (layout == other.layout) &&
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory_unittest.cc100 Manifest::Location location) {
123 Extension::Create(test_file, location, *valid_value,
99 CreateExtension(const char* name, Manifest::Location location) argument
H A Dextension_function_test_utils.cc107 Manifest::Location location) {
110 return CreateExtension(location, test_extension_value.get(), std::string());
120 Manifest::Location location,
130 location,
106 CreateEmptyExtensionWithLocation( Manifest::Location location) argument
119 CreateExtension( Manifest::Location location, base::DictionaryValue* test_extension_value, const std::string& id_input) argument
H A Dextension_management_unittest.cc122 void CreateExtension(Manifest::Location location) { argument
124 CreateExtensionFromValues(location, &values);
127 void CreateHostedApp(Manifest::Location location) { argument
132 CreateExtensionFromValues(location, &values);
135 void CreateExtensionFromValues(Manifest::Location location, argument
140 extension_ = Extension::Create(base::FilePath(), location, *values,
H A Dextension_ui_unittest.cc103 Manifest::Location location) {
112 extension_path, location, *extension_data, Extension::REQUIRE_KEY,
231 // Test that using Manifest::UNPACKED for the extension location triggers the
232 // correct values in the details, including location, order, and allow_reload.
261 // Test that using Manifest::EXTERNAL_PREF for the extension location triggers
262 // the correct values in the details, including location, order, and
100 CreateExtensionDetailViewFromPath( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, Manifest::Location location) argument
H A Dpending_extension_manager.cc171 Manifest::Location location,
182 if (extension && location == Manifest::GetHigherPriorityLocation(
183 location, extension->location())) {
184 // If the new location has higher priority than the location of an existing
204 location,
292 << " old location: " << pending->install_source()
293 << " new location: " << install_source
167 AddFromExternalUpdateUrl( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
H A Dpermissions_updater_unittest.cc40 Manifest::Location location) {
60 .SetLocation(location)
37 CreateExtensionWithPermissions( const std::set<URLPattern>& scriptable_hosts, const std::set<URLPattern>& explicit_hosts, Manifest::Location location) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util.cc219 base::FilePath location = GetDataProvider()->GetPhotoLocationInAlbum( local
221 if (!location.empty()) {
228 base::FilePath location = GetDataProvider()->GetOriginalPhotoLocation( local
230 if (!location.empty()) {
330 base::FilePath location = GetDataProvider()->GetPhotoLocationInAlbum( local
332 if (!location.empty()) {
333 *local_file_path = location;
341 base::FilePath location = GetDataProvider()->GetOriginalPhotoLocation( local
343 if (!location.empty()) {
344 *local_file_path = location;
[all...]
H A Ditunes_file_util.cc172 base::FilePath location = local
175 if (!location.empty()) {
276 base::FilePath location; local
277 location = GetDataProvider()->GetTrackLocation(components[1], components[2],
279 if (!location.empty())
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service_unittest.cc27 const tracked_objects::Location& location,
42 const tracked_objects::Location& location,
44 return syncer::SyncError(location,
41 CreateAndUploadError( const tracked_objects::Location& location, const std::string& message) argument

Completed in 2157 milliseconds

<<11121314151617181920>>