Searched defs:location (Results 101 - 125 of 858) sorted by relevance

1234567891011>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DMemoryFlyoutPreferences.java52 public void setDockLocation(int location) { argument
53 m_dockLocation = location;
/external/mesa3d/src/mesa/program/
H A Dsampler.cpp115 unsigned location; local
116 if (!shader_program->UniformHash->get(location, getname.name)) {
122 return shader_program->UniformStorage[location].sampler + getname.offset;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb46 RewriteOperation = Struct.new( :stream, :location, :text )
90 return "(%s @ %p : %p)" % [ name, location, text ]
107 alias index location
108 alias index= location=
112 token = stream[ location ]
114 return location + 1
131 def initialize( stream, location, text )
133 self.location = location
136 def location
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DEventLocationEventTestCase.java86 * Since we don't know the location where the event can be reported,
110 Location location = new Location(JDWPConstants.TypeTag.CLASS,
115 setEvent(builder, location);
121 private void setEvent(EventBuilder builder, Location location) { argument
122 builder.setLocationOnly(location);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java58 * @param location A SourceLocator object, or null to clear the location.
60 public void setLocator(SourceLocator location) { argument
61 locator = location;
212 * Get the error message with location information
249 * Get the location information as a string.
251 * @return A string with location info, or null
252 * if there is no location information.
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java54 // The location of the exception
99 * @param location
102 Exception exception, Object relatedData, DOMLocatorImpl location) {
108 fLocation = location;
132 * The location of the DOMError.
134 * @return A DOMLocator object containing the DOMError location.
101 DOMErrorImpl(short severity, String message, String type, Exception exception, Object relatedData, DOMLocatorImpl location) argument
/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/bison/src/
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 Dsymtab.h30 # include "location.h"
60 /** The location of its first occurrence. */
61 location location; member in struct:symbol
71 /** Its \c \%type's location. */
72 location type_location;
90 location prec_location;
119 symbol *symbol_from_uniqstr (const uniqstr key, location loc);
122 symbol *symbol_get (const char *key, location loc);
127 symbol *dummy_symbol_get (location lo
[all...]
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc36 float GetDistance(const gfx::PointF& location, argument
41 // Convert location from window coordinates to screen coordinates.
42 gfx::Point point_in_screen(gfx::ToRoundedPoint(location));
49 // Returns the bezel corresponding to the |location| in |window| or BEZEL_NONE
50 // if the location is outside of the bezel area.
52 BezelController::Bezel GetBezel(const gfx::PointF& location, argument
55 gfx::Point point_in_screen(gfx::ToRoundedPoint(location));
/external/chromium_org/cc/test/
H A Dfake_scrollbar.h33 void set_location(const gfx::Point& location) { location_ = location; } argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_resource_protocols.cc38 virtual bool IsRedirectResponse(GURL* location,
63 bool ExtensionResourcesJob::IsRedirectResponse(GURL* location, argument
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h16 #include "base/location.h"
47 const tracked_objects::Location& location,
54 const tracked_objects::Location location; member in struct:MTPDeviceDelegateImplLinux::PendingTaskInfo
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h12 #include "base/location.h"
74 PendingTaskInfo(const tracked_objects::Location& location,
78 const tracked_objects::Location location; member in struct:MTPDeviceDelegateImplWin::PendingTaskInfo
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_token.h9 #include "base/location.h"
40 void UpdateTask(const tracked_objects::Location& location,
43 const tracked_objects::Location& location() const { return location_; } function in class:sync_file_system::drive_backend::SyncTaskToken
/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer.cc28 // Re-serializes the |location| into |dictionary|.
29 void LocationSnapshotToValue(const LocationSnapshot& location, argument
31 dictionary->SetString("file_name", location.file_name);
35 dictionary->SetString("function_name", location.function_name);
36 dictionary->SetInteger("line_number", location.line_number);
40 // "thread" and "location" key names in the dictionary.
47 LocationSnapshotToValue(birth.location, location_value.get());
/external/chromium_org/chrome/common/extensions/features/
H A Dchrome_channel_feature_filter.cc86 Manifest::Location location,
83 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Feature::Platform platfortm) const argument
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc33 Manifest::Location location,
72 extension_path, location, source, creation_flags, &error);
85 Manifest::Location location,
89 type, update_url, launch_url, location, extension_path,
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.cc91 bool SendMouseMoveSync(const gfx::Point& location) { argument
95 location.x(), location.y(), runner->QuitClosure())) {
/external/chromium_org/chrome/utility/media_galleries/
H A Ditunes_library_parser.cc25 base::FilePath location; member in struct:itunes::__anon6031::TrackInfo
55 base::string16 location(decoded_location.data(),
60 std::string location = "/" + base::UTF16ToUTF8(location16); variable
62 track_info_->location = base::FilePath(location);
87 // true if at least the id and location where found (artist and album may be
153 parser::Track track(track_info.id, track_info.location);
H A Ditunes_library_parser_unittest.cc36 EXPECT_EQ(a.location.value(), b.location.value());
91 void AddExpectedTrack(uint32 id, const std::string& location, argument
95 std::string os_location = "/" + location;
97 const std::string& os_location = location;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h56 FormFieldError(ErrorType error_type, Location location);
60 Location location() const { return location_; } function in class:autofill::wallet::FormFieldError
62 // Gets the appropriate field type for |location| and |error_type|.
65 // Gets a user facing error message appropriate for |location| and
79 // The location of the error as defined by the Wallet server.
/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util_unittest.cc46 const base::FilePath::StringType& location) {
47 StorageInfo info(id, location, base::string16(), base::string16(),
145 ProcessAttach(kImageCaptureDeviceId, FILE_PATH_LITERAL("/location"));
45 ProcessAttach(const std::string& id, const base::FilePath::StringType& location) argument
H A Dportable_device_watcher_win.h58 base::string16 location; member in struct:storage_monitor::PortableDeviceWatcherWin::DeviceDetails
H A Dstorage_info.h83 const base::FilePath::StringType& location() const { return location_; } function in class:storage_monitor::StorageInfo
90 void set_location(const base::FilePath::StringType& location) { argument
91 location_ = location;
101 // Current attached removable storage device location.

Completed in 2618 milliseconds

1234567891011>>