/external/webrtc/webrtc/voice_engine/ |
D | level_indicator.h | 46 int16_t _count; variable
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_memory_debug.h | 82 #define os_calloc( _count, _size ) \ argument
|
D | os_memory_stdc.h | 44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_memory_debug.h | 82 #define os_calloc( _count, _size ) \ argument
|
D | os_memory_stdc.h | 44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
|
/external/freetype/include/freetype/internal/ |
D | ftgloadr.h | 106 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ argument 112 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ argument
|
/external/capstone/bindings/ocaml/ |
D | ocaml.c | 623 CAMLprim value ocaml_cs_disasm(value _arch, value _mode, value _code, value _addr, value _count) in ocaml_cs_disasm() 735 … value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value _count) in ocaml_cs_disasm_internal()
|
/external/perfetto/ui/src/frontend/ |
D | perf.ts | 47 private _count = 0; property in RunningStatistics
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | PathProfileInfo.h | 72 unsigned int _count; variable
|
/external/freetype/src/sfnt/ |
D | ttbdf.c | 178 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_memory.h | 50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
|
D | u_dump_defines.c | 81 #define DEFINE_UTIL_STR_CONTINUOUS_COUNT(_name, _count) \ argument
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_memory.h | 50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractReportGenerator.java | 144 final int [] _count = new int [1]; in initialize() local
|
/external/python/cpython3/Lib/multiprocessing/ |
D | synchronize.py | 389 def _count(self): member in Barrier 393 def _count(self, value): member in Barrier
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state.c | 257 #define EMIT_RS(_rs, _count, _name, _value) \ argument
|
/external/perfetto/ui/src/controller/ |
D | logs_controller.ts | 102 private _count: number; property in Pagination
|
/external/freetype/src/gxvalid/ |
D | gxvcommn.h | 272 #define GXV_LIMIT_CHECK( _count ) \ argument 510 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ argument
|
/external/harfbuzz_ng/src/ |
D | hb-ot-name-table.hh | 163 unsigned int _count = count; in sanitize_records() local
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-replaysubject.hpp | 63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state()
|
/external/freetype/src/otvalid/ |
D | otvcommn.h | 91 #define OTV_LIMIT_CHECK( _count ) \ argument
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 310 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { in getSupportedIDs()
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 166 _count = 0 variable in Block
|
/external/python/cpython3/Lib/ |
D | threading.py | 10 from itertools import islice as _islice, count as _count unknown
|
/external/python/cpython2/Lib/ |
D | threading.py | 14 from itertools import count as _count unknown
|