HomeSort by relevance Sort by last modified time
    Searched refs:Pin (Results 1 - 24 of 24) sorted by null

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 757 i->Pin.LI.dst = dst;
758 i->Pin.LI.imm64 = imm64;
767 i->Pin.Alu.op = op;
768 i->Pin.Alu.dst = dst;
769 i->Pin.Alu.srcL = srcL;
770 i->Pin.Alu.srcR = srcR;
777 i->Pin.Shft.op = op;
778 i->Pin.Shft.sz32 = sz32;
779 i->Pin.Shft.dst = dst;
780 i->Pin.Shft.srcL = srcL
    [all...]
host_ppc_defs.h 957 } Pin;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client_unittest.cc 158 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(resource_ids_["foo"]));
161 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(resource_ids_["bar"]));
164 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(resource_ids_["baz"]));
172 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(resource_ids_["fetched"]));
180 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(resource_ids_["dirty"]));
dummy_file_system.h 55 virtual void Pin(const base::FilePath& file_path,
file_cache.h 155 // Runs Pin() on |blocking_task_runner_|, and calls |callback| with the result
163 FileError Pin(const std::string& resource_id);
fake_file_system.h 88 virtual void Pin(const base::FilePath& file_path,
file_system_interface.h 312 virtual void Pin(const base::FilePath& file_path,
file_cache.cc 280 base::Bind(&FileCache::Pin, base::Unretained(this), resource_id),
284 FileError FileCache::Pin(const std::string& resource_id) {
file_system.h 120 virtual void Pin(const base::FilePath& file_path,
195 // Used to implement Pin().
fake_file_system.cc 122 void FakeFileSystem::Pin(const base::FilePath& file_path,
file_system_unittest.cc 661 // Pin the file.
663 file_system_->Pin(file_path,
700 file_system_->Pin(
    [all...]
file_cache_unittest.cc 452 // Pin the existing file in cache.
459 // Pin back the same existing file in cache.
463 // Pin a non-existent file in cache.
482 // Pin a non-existent file.
500 // Pin a non-existent file.
519 // Store a file to cache, and pin it.
560 // First store a file to cache and pin it.
597 // Pin the dirty file.
670 // Store a file to cache, pin it, mark it dirty and commit it.
795 // Pin the file
    [all...]
file_system.cc 438 void FileSystem::Pin(const base::FilePath& file_path,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 128 virtual void Pin(ash::LauncherID id) = 0;
220 // Checks whether the user is allowed to pin apps. Pinning may be disallowed
chrome_launcher_controller_per_app.h 122 virtual void Pin(ash::LauncherID id) OVERRIDE;
216 // Checks whether the user is allowed to pin apps. Pinning may be disallowed
chrome_launcher_controller_per_browser.h 115 virtual void Pin(ash::LauncherID id) OVERRIDE;
204 // Checks whether the user is allowed to pin apps. Pinning may be disallowed
chrome_launcher_controller_per_browser.cc 450 void ChromeLauncherControllerPerBrowser::Pin(ash::LauncherID id) {
479 Pin(id);
    [all...]
chrome_launcher_controller_per_app.cc 388 void ChromeLauncherControllerPerApp::Pin(ash::LauncherID id) {
450 Pin(id);
716 NOTREACHED() << "Can't pin but pinned state being updated";
    [all...]
chrome_launcher_controller_browsertest.cc 234 // Pin the app. The item should remain.
235 controller_->Pin(id);
    [all...]
chrome_launcher_controller_per_app_browsertest.cc 368 // Pin the app. The item should remain.
369 controller_->Pin(id);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 223 file_system->Pin(drive_path,
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 878 milliseconds