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

1 2

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 787 i->Pin.LI.dst = dst;
788 i->Pin.LI.imm64 = imm64;
797 i->Pin.Alu.op = op;
798 i->Pin.Alu.dst = dst;
799 i->Pin.Alu.srcL = srcL;
800 i->Pin.Alu.srcR = srcR;
807 i->Pin.Shft.op = op;
808 i->Pin.Shft.sz32 = sz32;
809 i->Pin.Shft.dst = dst;
810 i->Pin.Shft.srcL = srcL
    [all...]
  /external/chromium_org/net/spdy/
spdy_pinnable_buffer_piece.h 20 // underlying storage. Users may "pin" the buffer at a later time to ensure
40 void Pin();
spdy_pinnable_buffer_piece_test.cc 27 TEST_F(SpdyPinnableBufferPieceTest, Pin) {
37 piece.Pin();
46 piece.Pin();
56 piece1.Pin();
spdy_pinnable_buffer_piece.cc 14 void SpdyPinnableBufferPiece::Pin() {
spdy_headers_block_parser.cc 116 key_.Pin();
119 headers_block_prefix_.Pin();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 833 ULONG Pin;
838 typedef NTSTATUS (*PFNKSINTERSECTHANDLER) ( PIRP Irp, PKSP_PIN Pin,
842 PKSP_PIN Pin,
    [all...]
ksproxy.h 480 IKsPin *Pin
ntsecapi.h     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 87 FileError Pin(const std::string& id);
sync_client_unittest.cc 206 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("foo")));
207 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("bar")));
208 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("baz")));
215 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("fetched")));
221 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("dirty")));
dummy_file_system.h 53 virtual void Pin(const base::FilePath& file_path,
file_cache_unittest.cc 149 ASSERT_EQ(FILE_ERROR_OK, cache_->Pin(id_pinned));
207 // Pin a non-existent file.
208 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(id));
289 // Pin the existing file.
290 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(id));
301 // Pin a non-present file.
306 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(id_non_present));
fake_file_system.h 81 virtual void Pin(const base::FilePath& file_path,
file_system_interface.h 300 virtual void Pin(const base::FilePath& file_path,
file_system.h 122 virtual void Pin(const base::FilePath& file_path,
fake_file_system.cc 108 void FakeFileSystem::Pin(const base::FilePath& file_path,
sync_client.cc 113 error = cache->Pin(local_id);
115 LOG(WARNING) << "Failed to pin cache entry: " << local_id;
file_system.cc 100 // Used to implement Pin().
118 return cache->Pin(*local_id);
507 void FileSystem::Pin(const base::FilePath& file_path,
    [all...]
file_system_unittest.cc 783 // Pin the file.
785 file_system_->Pin(file_path,
823 file_system_->Pin(
    [all...]
file_cache.cc 192 FileError FileCache::Pin(const std::string& id) {
resource_metadata_unittest.cc 369 // Pin the file.
370 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(entry.local_id()));
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 167 void Pin(ash::ShelfID id);
444 // Pin a running app with |shelf_id| internally to |index|. It returns
chrome_launcher_controller.cc 522 void ChromeLauncherController::Pin(ash::ShelfID id) {
571 Pin(id);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 398 if (params->pin) {
399 file_system->Pin(drive_path,

Completed in 808 milliseconds

1 2