/system/core/libsync/tests/ |
D | sync_test.cpp | 65 int inc(int val = 1) { in inc() function in __anonb2e362dd0111::SyncTimeline 257 ASSERT_EQ(timeline.inc(1), 0); in TEST() 264 ASSERT_EQ(timeline.inc(4), 0); in TEST() 270 ASSERT_EQ(timeline.inc(10), 0); in TEST() 290 timeline.inc(100); in TEST() 291 timeline.inc(100); in TEST() 321 timeline.inc(1); in TEST() 325 timeline.inc(1); in TEST() 329 timeline.inc(1); in TEST() 347 timeline.inc(5); in TEST() [all …]
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 30 const int inc = (flags & WRITE_BACK)?1:0; in store() local 33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4)); in store() 47 if (inc) in store() 51 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); in store() 55 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1)); in store() 67 const int inc = (flags & WRITE_BACK)?1:0; in load() local 70 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4)); in load() 91 if (inc) in load() 95 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2)); in load() 99 if (inc) LDRB(AL, s.reg, addr.reg, immed12_post(1)); in load()
|
/system/core/libutils/ |
D | RefBase.cpp | 113 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 114 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 127 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 128 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 268 char inc = ref->ref >= 0 ? '+' : '-'; in removeRef() local 269 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 295 char inc = refs->ref >= 0 ? '+' : '-'; in printRefsLocked() local 297 inc, refs->id, refs->ref); in printRefsLocked()
|
D | BasicHashtable.cpp | 135 size_t inc = chainIncrement(hash, mBucketCount); in find() local 137 index = chainSeek(index, inc, mBucketCount); in find() 164 size_t inc = chainIncrement(hash, mBucketCount); in add() local 167 index = chainSeek(index, inc, mBucketCount); in add() 221 size_t inc = chainIncrement(hash, newBucketCount); in rehash() local 224 index = chainSeek(index, inc, newBucketCount); in rehash()
|
D | Looper.cpp | 409 uint64_t inc = 1; in wake() local 410 ssize_t nWrite = TEMP_FAILURE_RETRY(write(mWakeEventFd, &inc, sizeof(uint64_t))); in wake()
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 21 * @file readsamplesjoint.inc 29 #include "readsamplesjoint.inc" 36 #include "readsamplesjoint.inc" 47 #include "readsamplesjoint.inc"
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 210 BOOLEAN inc; member
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_act.c | 709 evt.clcc.inc = incoming; in bta_hf_client_clcc()
|
/system/bt/btif/src/ |
D | btif_hf_client.c | 847 … p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING : BTHF_CLIENT_CALL_DIRECTION_OUTGOING, in btif_hf_client_upstreams_evt()
|