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

<<31323334353637383940>>

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 65 int id[] = {0, 0, 1}; local
66 const unsigned sd = sizeof(id)/sizeof(id[0]);
68 r = std::unique(Iter(id), Iter(id+sd), count_equal());
69 assert(base(r) == id + 2);
70 assert(id[0] == 0);
71 assert(id[1] == 1);
154 Ptr id[3]; local
155 id[2].reset(&one)
    [all...]
  /external/libcxx/test/support/
allocators.h 25 explicit A1(int id = 0) TEST_NOEXCEPT : id_(id) {}
29 int id() const {return id_;} function in class:A1
36 A1(const A1& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
37 A1(A1&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;}
40 A1(const A1<U>& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
42 A1(A1<U>&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;}
67 return x.id() == y.id();
82 explicit A2(int id = 0) TEST_NOEXCEPT : id_(id) {
91 int id() const {return id_;} function in class:A2
137 int id() const {return id_;} function in class:A3
    [all...]
  /external/libevent/
evthread_pthread.c 89 ev_uint64_t id; member in union:__anon15601
91 unsigned long id; member in union:__anon15601
98 return (unsigned long)r.id;
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c 75 UINT8 id; local
80 /* get subsystem id from event */
81 id = (UINT8) (p_msg->event >> 8);
83 /* verify id and call subsystem event handler */
84 if ((id < NFA_ID_MAX) && (nfa_sys_cb.is_reg[id]))
86 freebuf = (*nfa_sys_cb.reg[id]->evt_hdlr) (p_msg);
90 NFA_TRACE_WARNING1 ("NFA got unregistered event id %d", id);
127 void nfa_sys_register (UINT8 id, const tNFA_SYS_REG *p_reg
158 UINT8 id; local
254 UINT8 id; local
288 UINT8 id; local
331 UINT8 id; local
    [all...]
  /external/libnl/src/lib/
ct.c 76 uint32_t id = nl_cli_parse_u32(arg); local
77 nfnl_ct_set_id(ct, id);
  /external/libpcap/
pcap-septel.c 70 * so change it to 0xdd for technical reason and therefore the module id for upe becomes:
72 unsigned int id = 0xdd; local
103 h = GCT_grab(id);
  /external/libweave/src/
base_api_handler_unittest.cc 69 std::string id; local
72 UserRole::kOwner, &id, nullptr);
76 component_manager_.FindCommand(id)->GetState());
  /external/libweave/third_party/libuweave/src/
macaroon.h 36 const uint8_t* id; member in struct:__anon17444
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 50 /// The ID number of this value.
51 unsigned id; member in class:llvm::VNInfo
58 : id(i), def(d)
63 : id(i), def(orig.def)
238 segments.push_back(Segment(S.start, S.end, valnos[S.valno->id]));
302 return VNI && VNI->id < getNumValNums() && VNI == getValNumInfo(VNI->id);
857 unsigned getEqClass(const VNInfo *VNI) const { return EqClass[VNI->id]; }
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_types.h 45 __itt_group_id id; member in struct:___itt_group_list
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 101 static unsigned int id = 0; local
102 return ++id;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 33 unsigned id; member in struct:nouveau_context::__anon19672
64 nv->scratch.wrap = nv->scratch.id;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 129 result->id = util_bitmask_add(svga->fs_bm);
130 if(result->id == UTIL_BITMASK_INVALID_INDEX) {
136 result->id,
150 if (result->id != UTIL_BITMASK_INVALID_INDEX)
151 util_bitmask_clear( svga->fs_bm, result->id );
253 unsigned id = SVGA3D_INVALID_ID; local
277 id = result->id;
279 assert(id != SVGA3D_INVALID_ID);
284 id );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
block.hpp 56 static __device__ __forceinline__ unsigned int id() function in struct:cv::cuda::device::Block
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 183 class id;
644 class io_service::id class in class:asio::io_service
649 id() {} function in class:asio::io_service::id
688 const asio::io_service::id* id_;
714 // Special derived service id type to keep classes header-file only.
717 : public asio::io_service::id
727 static asio::detail::service_id<Type> id; member in class:asio::detail::service_base
737 asio::detail::service_id<Type> service_base<Type>::id; member in class:asio::detail::service_base
  /external/protobuf/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix;
71 String IdToString(int id) {
73 id_message << id; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id; local
85 EXPECT_STREQ(IdToString(id).c_str(), property->value());
90 void ManyAsserts(int id) {
    [all...]
  /external/regex-re2/re2/testing/
filtered_re2_test.cc 31 int id; local
32 v.f.Add("(foo|bar)", v.opts, &id);
39 EXPECT_EQ(id, v.matches[0]);
45 int id; local
48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id);
56 EXPECT_EQ(id, v.matches[0]);
137 int id; local
138 v->f.Add(regexps[i], v->opts, &id);
  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 18 final int id = event.getPointerId(x); local
22 BaseObject.sSystemRegistry.inputSystem.touchUp(id,
26 BaseObject.sSystemRegistry.inputSystem.touchDown(id,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 21 public void notify(int id, Notification notification)
23 notify(null, id, notification);
27 public void notify(String tag, int id, Notification notification) {
29 idForTag.put(tag, id);
31 notifications.put(id, notification);
35 public void cancel(int id)
37 cancel(null, id);
41 public void cancel(String tag, int id) {
42 // I can't make sense of this method signature. I'm guessing that the id is optional and if it's bogus you are supposed to use the tag instead, but that references to both should be gone. PG
44 if (notifications.containsKey(id)) {
66 Integer id = idForTag.get(tag); local
    [all...]
  /external/selinux/libsepol/src/
genusers.c 93 char *id = strdup(q); local
95 if (!id) {
107 free(id);
115 id, (hashtab_datum_t) usrdatum)) {
118 free(id);
  /external/skia/bench/
ResultsWriter.h 97 SkString id = SkStringPrintf( "%s_%d_%d", name, x, y); variable
98 fResults[id.c_str()] = Json::Value(Json::objectValue);
99 fBench = &fResults[id.c_str()];
  /external/skia/samplecode/
SampleBlur.cpp 42 int id = (int)d; local
43 if (id > 255) {
44 id = 255;
46 p[x] = id;
  /external/skia/src/animator/
SkDisplayable.h 99 const char* id; member in class:SkDisplayable
  /external/skia/src/core/
SkPicture.cpp 33 // If the ID is still zero, no one has read it, so no need to send this message.
34 uint32_t id = sk_atomic_load(&fUniqueID, sk_memory_order_relaxed); local
35 if (id != 0) {
36 SkPicture::DeletionMessage msg = { (int32_t)id };
43 uint32_t id = sk_atomic_load(&fUniqueID, sk_memory_order_relaxed); local
44 while (id == 0) {
46 if (sk_atomic_compare_exchange(&fUniqueID, &id, next,
49 id = next;
51 // sk_atomic_compare_exchange replaced id with the current value of fUniqueID.
54 return id;
    [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 51 SkFontIdentity id = fOwner->fProxy->matchIndexStyle(fFamilyIndex, pattern); variable
52 return fOwner->createTypefaceFromFontId(id);
93 SkTypeface* SkFontMgr_Indirect::createTypefaceFromFontId(const SkFontIdentity& id) const {
94 if (id.fDataId == SkFontIdentity::kInvalidDataId) {
104 if (entry.fDataId == id.fDataId) {
105 if (entry.fTtcIndex == id.fTtcIndex &&
133 SkAutoTDelete<SkStreamAsset> stream(fProxy->getData(id.fDataId));
138 SkAutoTUnref<SkTypeface> typeface(fImpl->createFromStream(stream.detach(), id.fTtcIndex));
145 newEntry.fDataId = id.fDataId;
146 newEntry.fTtcIndex = id.fTtcIndex
154 SkFontIdentity id = fProxy->matchNameStyle(familyName, fontStyle); local
163 SkFontIdentity id = fProxy->matchNameStyleCharacter(familyName, style, bcp47, local
    [all...]

Completed in 4037 milliseconds

<<31323334353637383940>>