HomeSort by relevance Sort by last modified time
    Searched refs:set_location (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compat.py 45 rv = f.set_location(3)
47 self.fail('recno database set_location failed: '+repr(rv))
109 start = f.set_location(f.first()[0])
124 # test that set_location() returns the next nearest key, value
127 e = f.set_location('e')
132 e = f.set_location('e')
136 self.fail("set_location on non-existent key did not raise KeyError")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compat.py 45 rv = f.set_location(3)
47 self.fail('recno database set_location failed: '+repr(rv))
109 start = f.set_location(f.first()[0])
124 # test that set_location() returns the next nearest key, value
127 e = f.set_location('e')
132 e = f.set_location('e')
136 self.fail("set_location on non-existent key did not raise KeyError")
  /external/chromium_org/cc/test/
fake_scrollbar.h 33 void set_location(const gfx::Point& location) { location_ = location; } function in class:cc::FakeScrollbar
  /external/chromium_org/ui/events/test/
events_test_utils.h 42 void set_location(const gfx::Point& location) { function in class:ui::LocatedEventTestApi
  /external/chromium_org/components/storage_monitor/
storage_info.h 90 void set_location(const base::FilePath::StringType& location) { function in class:storage_monitor::StorageInfo
portable_device_watcher_win.cc 642 info.set_location(GetStoragePathFromStorageId(storage_id));
  /external/chromium_org/ui/events/
event_unittest.cc 80 test_ev1.set_location(gfx::Point(0, 0));
81 test_ev2.set_location(gfx::Point(1, 0));
87 test_ev1.set_location(gfx::Point(0, 0));
88 test_ev2.set_location(gfx::Point(10, 0));
94 test_ev1.set_location(gfx::Point(0, 0));
95 test_ev2.set_location(gfx::Point(0, 0));
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager_unittest.cc 244 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
278 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 176 set_location() that have no counterpart in [g]dbm databases.
188 def set_location(self, key): member in class:BsdDbShelf
189 (key, value) = self.dict.set_location(key)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 176 set_location() that have no counterpart in [g]dbm databases.
188 def set_location(self, key): member in class:BsdDbShelf
189 (key, value) = self.dict.set_location(key)
  /external/chromium_org/extensions/common/features/
simple_feature.h 45 void set_location(Location location) { location_ = location; } function in class:extensions::SimpleFeature
simple_feature_unittest.cc 30 feature.set_location(feature_location);
340 feature.set_location(SimpleFeature::COMPONENT_LOCATION);
344 feature.set_location(SimpleFeature::UNSPECIFIED_LOCATION);
608 feature.set_location(SimpleFeature::COMPONENT_LOCATION);
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 122 clone.set_location(root_loc);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 815 touch.set_location(gfx::Point(bounds.x() + 6, bounds.bottom() + 5));
822 touch.set_location(gfx::Point(bounds.x() + 6, bounds.bottom() + 5))
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_x11.cc 246 event->set_location(location);
  /external/chromium_org/athena/home/
home_card_gesture_manager_unittest.cc 69 event.set_location(location);
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 223 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
268 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
308 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(30, 10));
    [all...]
  /external/libpng/
pngtest.c 642 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) function
702 if (set_location(png_ptr, my_user_chunk_data, have_sTER))
721 if (!set_location(png_ptr, my_user_chunk_data, have_vpAg))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 88 * \sa _mesa_glsl_error, ast_node::set_location
108 void set_location(const struct YYLTYPE &locp) function in class:ast_node
  /external/mesa3d/src/glsl/
ast.h 88 * \sa _mesa_glsl_error, ast_node::set_location
108 void set_location(const struct YYLTYPE &locp) function in class:ast_node
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 211 # first/next/previous/last/set_location methods.
309 def set_location(self, key): member in class:_DBWithCursor
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 194 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 211 # first/next/previous/last/set_location methods.
309 def set_location(self, key): member in class:_DBWithCursor
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 194 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 424 touch_offset_event.set_location(touch_offset_location);

Completed in 736 milliseconds

1 2