HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 501 - 525 of 5937) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/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
  /system/bt/stack/avrc/
avrc_pars_ct.c 202 AVRC_TRACE_DEBUG("%s cap id = %d, cap_count = %d ",
424 UINT16 id; local
437 status = avrc_pars_pass_thru(&p_msg->pass, &id);
440 p_result->pdu = (UINT8)id;
avrc_utils.c 170 UINT16 id; local
179 BE_STREAM_TO_UINT16 (id, p_data);
180 if (AVRC_IS_VALID_GROUP(id))
182 *p_vendor_unique_id = id;
  /system/connectivity/shill/wimax/
wimax_provider.h 100 WiMaxNetworkId id; member in struct:shill::WiMaxProvider::NetworkInfo
128 WiMaxServiceRefPtr GetUniqueService(const WiMaxNetworkId& id,
132 WiMaxServiceRefPtr CreateService(const WiMaxNetworkId& id,
  /system/core/adb/
shell_service_protocol_test.cpp 90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id,
92 return (protocol->id() == id &&
101 ShellProtocol::Id id = ShellProtocol::kIdStdout; local
105 ASSERT_TRUE(write_protocol_->Write(id, sizeof(data)));
108 ASSERT_TRUE(PacketEquals(read_protocol_, id, data, sizeof(data)));
113 ShellProtocol::Id id = ShellProtocol::kIdStdin local
129 ShellProtocol::Id id = ShellProtocol::kIdStderr; local
182 ShellProtocol::Id id = ShellProtocol::kIdStdout; local
    [all...]
  /system/core/init/
keychords.cpp 54 keychord->id = keychords_count + 1;
56 svc->set_keychord_id(keychord->id);
68 __u16 id; local
70 ret = read(keychord_fd, &id, sizeof(id));
71 if (ret != sizeof(id)) {
72 ERROR("could not read keychord id\n");
79 Service* svc = ServiceManager::GetInstance().FindServiceByKeychord(id);
84 ERROR("service for keychord %d not found\n", id);
  /toolchain/binutils/binutils-2.25/ld/
ldbuildid.c 1 /* ldbuildid.c - Build Id support routines
56 /* ID is in string form (hex). Count the bytes. */
57 const char *id = style + 2; local
61 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1]))
64 id += 2;
66 else if (*id == '-' || *id == ':')
67 ++id;
73 } while (*id != '\0')
138 const char *id = style + 2; local
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionDataStore.java 36 * already execution data with this same class id, this structure is merged
47 final Long id = Long.valueOf(data.getId()); local
48 final ExecutionData entry = entries.get(id);
50 entries.put(id, data);
60 * probes in this store will be unset. If there is no execution data with id
71 final Long id = Long.valueOf(data.getId()); local
72 final ExecutionData entry = entries.get(id);
92 * Returns the {@link ExecutionData} entry with the given id if it exists in
95 * @param id
96 * class id
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 39 __be16 id; member in struct:nf_conntrack_man_proto::__anon716
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 29 private static final String EXTRA_ID = "ID";
43 int id = intent.getIntExtra(EXTRA_ID, -1); local
44 Log.i(TAG, "id: " + id);
49 noMa.notify(id, n);
53 int id = intent.getIntExtra(EXTRA_ID, -1); local
54 Log.i(TAG, "id: " + id);
55 if (id < 0) {
56 Log.e(TAG, "received cancel action with no ID");
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
AbiUtilsTest.java 37 String id = AbiUtils.createId(ABI_NAME, MODULE_NAME); local
38 assertEquals("Incorrect id created", ABI_ID, id);
  /development/ndk/platforms/android-21/include/linux/netfilter/
nf_conntrack_tuple_common.h 39 __be16 id; member in struct:nf_conntrack_man_proto::__anon1823
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 19 u32 id; member in struct:platform_device
  /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 88 * Unregisters the {@link CookieSpecFactory} with the given ID.
90 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister
92 public synchronized void unregister(final String id) {
93 if (id == null) {
94 throw new IllegalArgumentException("Id may not be null");
96 registeredSpecs.remove(id.toLowerCase(Locale.ENGLISH));
100 * 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;
66 this.id = characteristic_two_field;
101 this.id = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0));
122 return id;
134 * fieldType FIELD-ID.&amp;id({IOSet}),
135 * parameters FIELD-ID.&amp;Type({IOSet}{&#64;fieldType})
143 v.add(this.id);
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Scenario.java 37 @ExcludeFromJson private int id; field in class:Scenario
  /external/clang/test/CXX/drs/
dr9xx.cpp 58 constexpr int id(int x) function in namespace:dr948
64 if (constexpr int i = id(101)) { }
65 switch (constexpr int i = id(2)) { default: break; case 2: break; }
66 for (; constexpr int i = id(0); ) { }
67 while (constexpr int i = id(0)) { }
  /external/clang/test/SemaTemplate/
explicit-specialization-member.cpp 18 static locale::id id; // expected-error{{use of undeclared identifier}} member in class:PR6161::numpunct
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 27 u64 id; member in struct:__tsan::MutexSet::Desc
34 // The 'id' is obtained from SyncVar::GetId().
35 void Add(u64 id, bool write, u64 epoch);
36 void Del(u64 id, bool write);
37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
61 void MutexSet::Del(u64 id, bool write) {}
62 void MutexSet::Remove(u64 id) {}
  /external/deqp/framework/egl/
egluConfigFilter.cpp 61 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } function in class:eglu::CandidateConfig
  /external/eigen/demos/mandelbrot/
mandelbrot.h 25 int id, max_iter; member in class:MandelbrotThread
29 MandelbrotThread(MandelbrotWidget *w, int i) : widget(w), id(i) {}

Completed in 766 milliseconds

<<21222324252627282930>>