HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 151 - 175 of 4561) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /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
  /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 15 private ASN1Encodable id; field in class:SignerIdentifier
18 IssuerAndSerialNumber id)
20 this.id = id;
24 ASN1OctetString id)
26 this.id = new DERTaggedObject(false, 0, id);
30 ASN1Primitive id)
32 this.id = id;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_sync_data.h 19 std::string id; member in struct:ExtensionSyncData
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 39 std::string NotificationObjectProxy::id() const { function in class:NotificationObjectProxy
  /external/chromium/chrome/browser/sessions/
session_command.h 15 // 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 25 // Returns the underlying id.
26 id_type id() const { return id_; } function in class:SessionID
33 explicit SessionID(id_type id) : id_(id) {}
35 // Resets the id. This is used when restoring a session
36 void set_id(id_type id) { id_ = id; }
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 16 const Id kNullId; // Currently == root.
18 ostream& operator<<(ostream& out, const Id& id) {
19 out << id.s_;
23 StringValue* Id::ToValue() const {
27 string Id::GetServerId() const {
35 Id Id::CreateFromServerId(const string& server_id) {
36 Id id; local
45 Id id; local
56 Id id = *this; local
63 Id id; local
    [all...]
  /external/chromium/chrome/browser/themes/
theme_service_factory.cc 26 std::string id = GetForProfile(profile)->GetThemeID(); local
27 if (id == ThemeService::kDefaultThemeID)
30 return profile->GetExtensionService()->GetExtensionById(id, false);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 25 BrowserActionDragData(const std::string& id, int index);
27 const std::string& id() const { return id_; } function in class:BrowserActionDragData
48 // ID of the profile we originated from.
51 // The id of the view being dragged.
  /external/chromium/net/spdy/
spdy_settings_storage.cc 35 spdy::SettingsFlagsAndId id = it->first; local
36 if (id.flags() & spdy::SETTINGS_FLAG_PLEASE_PERSIST) {
37 id.set_flags(spdy::SETTINGS_FLAG_PERSISTED);
38 persistent_settings.push_back(std::make_pair(id, it->second));
  /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

Completed in 696 milliseconds

1 2 3 4 5 67 8 91011>>