/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; member in class:collate 98 static _STLP_STATIC_DECLSPEC locale::id id; member in class:collate
|
_num_get.h | 123 static locale::id id; member in class:num_get
|
_numpunct.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; member in class:numpunct 91 static _STLP_STATIC_DECLSPEC locale::id id; member in class:numpunct
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/ |
ebt_vlan.h | 30 __u16 id; member in struct:ebt_vlan_info
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_vlan.h | 30 __u16 id; member in struct:ebt_vlan_info
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebt_vlan.h | 30 __u16 id; member in struct:ebt_vlan_info
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_collate.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; member in class:collate 98 static _STLP_STATIC_DECLSPEC locale::id id; member in class:collate
|
_num_get.h | 123 static locale::id id; member in class:num_get
|
_numpunct.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; member in class:numpunct 91 static _STLP_STATIC_DECLSPEC locale::id id; member in class:numpunct
|
/system/core/init/ |
keychords.c | 53 keychord->id = keychords_count + 1; 55 svc->keychord_id = keychord->id; 100 __u16 id; local 104 ret = read(keychord_fd, &id, sizeof(id)); 105 if (ret != sizeof(id)) { 106 ERROR("could not read keychord id\n"); 111 svc = service_find_by_keychord(id); 116 ERROR("service for keychord %d not found\n", id);
|
/art/compiler/optimizing/ |
ssa_test.cc | 66 int id = 0; local 70 it.Current()->SetId(id++); 73 it.Current()->SetId(id++);
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
nf_conntrack_tuple_common.h | 39 __be16 id; member in struct:nf_conntrack_man_proto::__anon626
|
/development/ndk/platforms/android-3/include/linux/ |
platform_device.h | 19 u32 id; member in struct:platform_device
|
/development/ndk/platforms/android-L/include/linux/netfilter/ |
nf_conntrack_tuple_common.h | 39 __be16 id; member in struct:nf_conntrack_man_proto::__anon2224
|
/development/ndk/platforms/android-L/include/linux/ |
virtio_console.h | 36 __u32 id; member in struct:virtio_console_control
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ContactPhotoBinder.java | 38 * queries a contact's photo based on the contact's id and sets the 64 final long id = cursor.getLong(columnIndex); local 67 Drawable d = mCache.get(id); 72 Uri uri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, id); 89 mCache.put(id, d);
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpecRegistry.java | 83 * Unregisters the {@link CookieSpecFactory} with the given ID. 85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister 87 public synchronized void unregister(final String id) { 88 if (id == null) { 89 throw new IllegalArgumentException("Id may not be null"); 91 registeredSpecs.remove(id.toLowerCase(Locale.ENGLISH)); 95 * Gets the {@link CookieSpec cookie specification} with the given ID.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 19 * $Id: DefaultErrorHandler.java 524806 2007-04-02 15:51:39Z zongaro $ 352 String id = (null != locator.getPublicId() ) local 357 pw.print(id + "; " +XMLMessages.createXMLMessage("line", null) + locator.getLineNumber()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldID.java | 14 * ASN.1 def for Elliptic-Curve Field ID structure. See 21 private ASN1ObjectIdentifier id; field in class:X9FieldID 31 this.id = prime_field; 52 this.id = characteristic_two_field; 77 this.id = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); 98 return id; 110 * fieldType FIELD-ID.&id({IOSet}), 111 * parameters FIELD-ID.&Type({IOSet}{@fieldType}) 119 v.add(this.id); [all...] |
/external/chromium_org/ash/shelf/ |
shelf_window_watcher_unittest.cc | 41 ShelfID id = model_->next_id(); local 45 return id; 123 ShelfID id = CreateShelfItem(window.get()); local 126 int index = model_->ItemIndexByID(id); 136 // index and id are not changed after updating a launcher item. 137 EXPECT_EQ(index, model_->ItemIndexByID(id)); 138 EXPECT_EQ(id, model_->items()[index].id); 149 ShelfID id = CreateShelfItem(window.get()); local 152 int index = model_->ItemIndexByID(id); 184 ShelfID id = CreateShelfItem(window.get()); local 220 ShelfID id = CreateShelfItem(window.get()); local 251 ShelfID id = CreateShelfItem(window.get()); local [all...] |
/external/chromium_org/cc/debug/ |
micro_benchmark_controller.cc | 73 int id = GetNextIdAndIncrement(); local 74 benchmark->set_id(id); 77 return id; 83 int id = next_id_++; local 87 return id; 90 bool MicroBenchmarkController::SendMessage(int id, 95 if ((*it)->id() == id)
|
/external/chromium_org/cc/surfaces/ |
surface.cc | 54 resource_id_use_count_map_.find(resource.id); 69 ResourceRefs& ref = resource_id_use_count_map_[it->id]; 79 ResourceProvider::ResourceId id = it->id; local 80 ResourceIdCountMap::iterator count_it = resource_id_use_count_map_.find(id);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
path_util.cc | 113 const std::string id = user ? "-" + user->username_hash() : ""; local 114 return net::EscapePath(kDownloadsFolderName + id);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_utils.cc | 168 // Produces an extension-like friendly id. 170 std::string id; local 176 id.append(1, val + 'a'); 178 id.append(1, 'a'); 181 DCHECK(extensions::Extension::IdIsValid(id)); 182 return id;
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_protocol.h | 40 Command(int id, const std::string& method, base::DictionaryValue* params); 43 int id() { return id_; } function in class:DevToolsProtocol::Command 62 int id() { return id_; } function in class:DevToolsProtocol::Response 71 Response(int id, int error_code, const std::string error_message); 72 Response(int id, base::DictionaryValue* result);
|