HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 126 - 150 of 5510) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 27 JobID id; local
28 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
29 EXPECT_EQ(102, id);
30 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
31 EXPECT_EQ(104, id);
34 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
35 EXPECT_EQ(101, id);
38 EXPECT_FALSE(queue.PopForRun(LOW_PRIORITY, &id));
48 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
49 EXPECT_EQ(103, id);
91 JobID id; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
session_id.h 25 // represents a local session, |session_tag_| will be the empty string. |id|
28 SessionId(const std::string& session_tag, int id);
38 int id() const { return id_; } function in class:extensions::SessionId
45 // ID corresponding to a window or tab object.
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc 20 content::BrowserThread::ID id; local
21 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
23 id);
38 content::BrowserThread::ID id; local
39 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
43 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_unittest.cc 25 std::string id = extensions::id_util::GenerateId("some random string"); local
27 GURL url = WebstoreInstaller::GetWebstoreInstallURL(id,
  /external/chromium_org/chrome/browser/install_verification/win/
module_ids.cc 20 struct { size_t id; const char* module_name_digest; } member in struct:__anon8697::__anon8698
48 unsigned id = 0; local
49 if (!StringToUint(id_piece, &id))
62 module_ids->insert(std::make_pair(digest_piece.as_string(), id));
86 kExpectedInstallModules[i].id));
  /external/chromium_org/content/browser/
font_list_async.cc 24 BrowserThread::ID calling_thread_id,
36 BrowserThread::ID id; local
37 bool well_known_thread = BrowserThread::GetCurrentThreadIdentifier(&id);
44 base::Bind(&GetFontListInBlockingPool, id, callback));
  /external/chromium_org/content/browser/service_worker/
service_worker_test_utils.h 15 void ReceiveResult(BrowserThread::ID run_quit_thread,
24 CreateReceiver(BrowserThread::ID run_quit_thread,
31 BrowserThread::ID id; local
32 bool ret = BrowserThread::GetCurrentThreadIdentifier(&id);
34 return base::Bind(&ReceiveResult<Arg>, id, base::Closure(), out);
  /external/chromium_org/content/common/gpu/media/
va_surface.h 89 VASurfaceID id() { function in class:content::VASurface
  /external/chromium_org/content/public/browser/
child_process_data.h 24 // process ID, and will be unique for all types of child process for
26 int id; member in struct:content::ChildProcessData
34 : process_type(process_type), id(0), handle(base::kNullProcessHandle) {
  /external/chromium_org/content/public/common/
signed_certificate_timestamp_id_and_status.h 15 // Holds the ID of a SignedCertificateTimestamp (as assigned by
19 int id, net::ct::SCTVerifyStatus status);
23 int id; member in struct:content::SignedCertificateTimestampIDAndStatus
  /external/chromium_org/remoting/host/
desktop_session.h 25 int id() const { return id_; } function in class:remoting::DesktopSession
30 DesktopSession(DaemonProcess* daemon_process, int id);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationHelpers.h 27 CSSPropertyID id = cssPropertyID(builder.toString()); local
28 return id;
  /external/chromium_org/third_party/WebKit/Source/core/css/
HashTools.h 27 int id; member in struct:WebCore::Property
32 int id; member in struct:WebCore::Value
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.cpp 45 String SourceInfo::id() const function in class:WebCore::SourceInfo
47 return m_webSourceInfo.id();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 8 int id; member in struct:nv50_tsc_entry
20 int id; member in struct:nv50_tic_entry
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_unittest.cc 27 int32_t id = 42; local
29 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
31 EXPECT_FALSE(mgr->Init(id, threads))
39 int32_t id = 42; local
41 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
43 UdpSocketWrapper::CreateSocket(id,
64 int32_t id = 42;
66 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
68 id,
  /external/chromium_org/ui/display/types/chromeos/
touchscreen_device.h 17 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal);
19 // ID of the touch screen. This ID must uniquely identify the touch screen.
20 int id; member in struct:ui::TouchscreenDevice
  /external/iproute2/lib/
ll_proto.c 34 int id; member in struct:__anon26224
89 const char * ll_proto_n2a(unsigned short id, char *buf, int len)
93 id = ntohs(id);
96 if (llproto_names[i].id == id)
99 snprintf(buf, len, "[%d]", id);
103 int ll_proto_a2n(unsigned short *id, char *buf)
108 *id = htons(llproto_names[i].id);
    [all...]
  /external/iptables/include/linux/netfilter/
xt_LED.h 7 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
  /external/kernel-headers/original/uapi/linux/
keychord.h 28 * Reading /dev/keychord returns the id of a keychord when the
40 * client specified ID, returned from read()
43 __u16 id; member in struct:input_keychord
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_LED.h 7 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
  /external/libcxx/test/depr/depr.auto.ptr/auto.ptr/
A.h 19 explicit A(int id) : id_(id) {++count;}
23 int id() const {return id_;} function in class:A
  /external/libhevc/common/
ihevc_disp_mgr.c 68 WORD32 id; local
72 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
74 ps_disp_mgr->ai4_abs_poc[id] = DEFAULT_POC;
75 ps_disp_mgr->apv_ptr[id] = NULL;
93 * ID of the display buffer
142 * Pointer to hold buffer id of the display buffer being returned
155 WORD32 id; local
166 for(id = 0; id < DISP_MGR_MAX_CNT; id++
    [all...]
  /external/libmtp/examples/
getfile.c 44 int id = parse_path (from_path,files,folders); local
45 if (id > 0) {
47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
58 uint32_t id; local
62 // We need file ID and filename
68 // Sanity check song ID
69 id = strtoul(argv[1], &endptr, 10);
73 } else if ( ! id ) {
74 fprintf(stderr, "bad file/track id %u\n", id);
    [all...]
newfolder.c 42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
50 printf("New folder created with ID: %d\n", newid);
60 int id = parse_path (parent,files,folders); local
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
67 printf("New folder created with ID: %d\n", newid);

Completed in 1476 milliseconds

1 2 3 4 56 7 8 91011>>