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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /system/core/adf/libadf/include/adf/
adf.h 29 adf_id_t id; member in struct:adf_device
50 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev);
128 int adf_interface_open(struct adf_device *dev, adf_id_t id, int flags);
198 int adf_overlay_engine_open(struct adf_device *dev, adf_id_t id, int flags);
  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 25 static const android::String8 STR_ID("id");
41 android::String8 id; local
42 if (!findStringAttribute(STR_ID, id)) {
47 android::sp<Buffer> buffer = getTestCase()->findBuffer(id);
49 LOGE("TaskDownload::run cannot find buffer %s", id.string());
53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
56 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterView_AdapterContextMenuInfoTest.java 30 long id = 0xffL; local
31 menuInfo = new AdapterView.AdapterContextMenuInfo(testView, position, id);
34 assertEquals(id, menuInfo.id);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 39 String id = getId(), stemId = stem.getId(); local
40 return id.length() > stemId.length() && id.charAt(stemId.length()) == '.' && id.startsWith(stemId);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerIdentifier.java 30 private ASN1Encodable id; field in class:SignerIdentifier
33 IssuerAndSerialNumber id)
35 this.id = id;
39 ASN1OctetString id)
41 this.id = new DERTaggedObject(false, 0, id);
45 ASN1Primitive id)
47 this.id = id;
    [all...]
  /external/chromium_org/cc/resources/
returned_resource.h 16 ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
17 unsigned id; member in struct:cc::ReturnedResource
scoped_ui_resource.h 33 UIResourceId id() { return id_; } function in class:cc::ScopedUIResource
  /external/chromium_org/cc/test/
test_shared_bitmap_manager.cc 26 SharedBitmapId id = SharedBitmap::GenerateId(); local
27 bitmap_map_[id] = memory.get();
29 new SharedBitmap(memory.release(), id, base::Bind(&FreeSharedBitmap)));
34 const SharedBitmapId& id) {
36 if (bitmap_map_.find(id) == bitmap_map_.end())
39 new SharedBitmap(bitmap_map_[id], id, base::Bind(&IgnoreSharedBitmap)));
45 SharedBitmapId id = SharedBitmap::GenerateId(); local
46 bitmap_map_[id] = memory;
48 new SharedBitmap(memory, id, base::Bind(&IgnoreSharedBitmap)))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/reading_list_private/
reading_list_private_api.cc 40 const std::string& id = service->AddToList( local
45 new_entry.id = id;
55 scoped_ptr<ArticleEntry> entry(service->RemoveEntry(params->id));
60 removed_entry.id = entry->entry_id();
75 e->id = i->entry_id();
  /external/chromium_org/chrome/browser/extensions/api/sessions/
session_id.cc 26 int id; local
29 &id)) {
32 return make_scoped_ptr(new SessionId(session_tag, id));
35 SessionId::SessionId(const std::string& session_tag, int id)
36 : session_tag_(session_tag), id_(id) {
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api_unittest.cc 23 content::BrowserThread::ID id; local
24 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
26 ResumableTCPSocket>::CreateApiResourceManagerForTest(context, id);
42 content::BrowserThread::ID id; local
43 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
47 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api_unittest.cc 23 content::BrowserThread::ID id; local
24 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
26 ResumableTCPSocket>::CreateApiResourceManagerForTest(context, id);
31 content::BrowserThread::ID id; local
32 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
34 ResumableTCPServerSocket>::CreateApiResourceManagerForTest(context, id);
54 content::BrowserThread::ID id; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api_unittest.cc 26 content::BrowserThread::ID id; local
27 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
29 ResumableUDPSocket>::CreateApiResourceManagerForTest(context, id);
45 content::BrowserThread::ID id; local
46 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
50 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_android.h 29 PermissionRequestID id; member in struct:GeolocationPermissionContextAndroid::PermissionRequestInfo
41 const PermissionRequestID& id,
48 virtual void PermissionDecided(const PermissionRequestID& id,
  /external/chromium_org/chrome/browser/local_discovery/
cloud_device_list_delegate.h 20 std::string id; member in struct:local_discovery::CloudDeviceListDelegate::Device
  /external/chromium_org/chrome/browser/media/
desktop_media_list.h 23 // Id of the source.
24 content::DesktopMediaID id; member in struct:DesktopMediaList::Source
45 // Sets ID of the hosting desktop picker dialog. The window with this ID will
47 virtual void SetViewDialogWindowId(content::DesktopMediaID::Id dialog_id) = 0;
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 46 std::string NotificationObjectProxy::id() const { function in class:NotificationObjectProxy
  /external/chromium_org/chrome/browser/sessions/
session_command.h 14 // SessionCommand contains a command id and arbitrary chunk of data. The id
33 // Creates a session command with the specified id. This allocates a buffer
35 SessionCommand(id_type id, size_type size);
38 // id whose contents is populated from the contents of pickle.
39 SessionCommand(id_type id, const Pickle& pickle);
46 id_type id() const { return id_; } function in class:SessionCommand
session_id.h 23 // was used as the contents of a tab), returns a tab id. This value is
31 // window, returns Browser::session_id().id() for that Browser. If the tab is
32 // being dragged between Browser windows, returns the old window's id value.
34 // Browser window, returns an id value that is different from that of any
39 // Returns the underlying id.
40 void set_id(id_type id) { id_ = id; }
41 id_type id() const { return id_; } function in class:SessionID
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
person.h 31 // This is a unique id for this person. In the case of a result with an
32 // associated Google account, this will always be the same as the owner id.
33 // In case of non-Google results, this id is arbitrary but guaranteed to be
35 std::string id; member in struct:app_list::Person
37 // The Owner Id is a GAIA obfuscated id which can be used to identify a
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 22 BrowserActionDragData(const std::string& id, int index);
24 const std::string& id() const { return id_; } function in class:BrowserActionDragData
48 // The id of the view being dragged.

Completed in 1483 milliseconds

1 2 3 4 5 6 7 8 91011>>