/system/core/libsync/tests/ |
D | sync_test.cpp | 65 int inc(int val = 1) { in inc() function in __anon8e56633e0111::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/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/core/libutils/ |
D | RefBase.cpp | 174 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 175 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 188 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local 189 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl() 329 char inc = ref->ref >= 0 ? '+' : '-'; in removeRef() local 330 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref); in removeRef() 356 char inc = refs->ref >= 0 ? '+' : '-'; in printRefsLocked() local 358 inc, refs->id, refs->ref); in printRefsLocked()
|
D | Looper.cpp | 412 uint64_t inc = 1; in wake() local 413 ssize_t nWrite = TEMP_FAILURE_RETRY(write(mWakeEventFd, &inc, sizeof(uint64_t))); in wake()
|
/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 | 706 evt.clcc.inc = incoming; in bta_hf_client_clcc()
|
/system/bt/btif/src/ |
D | btif_hf_client.c | 849 … p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING : BTHF_CLIENT_CALL_DIRECTION_OUTGOING, in btif_hf_client_upstreams_evt()
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 265 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C 266 # (default is Fortran), use: inc=Fortran f=C. 762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
|
D | Doxyfile | 265 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C 266 # (default is Fortran), use: inc=Fortran f=C. 762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
|