/external/lz4/lib/ |
D | lz4frame_static.h | 54 #define LZ4F_LIST_ERRORS(ITEM) \ argument 55 ITEM(OK_NoError) ITEM(ERROR_GENERIC) \ 56 …ITEM(ERROR_maxBlockSize_invalid) ITEM(ERROR_blockMode_invalid) ITEM(ERROR_contentChecksumFlag_inva… 57 ITEM(ERROR_compressionLevel_invalid) \ 58 …ITEM(ERROR_headerVersion_wrong) ITEM(ERROR_blockChecksum_unsupported) ITEM(ERROR_reservedFlag_set)… 59 ITEM(ERROR_allocation_failed) \ 60 ITEM(ERROR_srcSize_tooLarge) ITEM(ERROR_dstMaxSize_tooSmall) \ 61 … ITEM(ERROR_frameHeader_incomplete) ITEM(ERROR_frameType_unknown) ITEM(ERROR_frameSize_wrong) \ 62 ITEM(ERROR_srcPtr_wrong) \ 63 ITEM(ERROR_decompressionFailed) \ [all …]
|
/external/python/cpython3/Modules/_ctypes/ |
D | malloc_closure.c | 28 } ITEM; typedef 30 static ITEM *free_list; 35 ITEM *item; in more_core() 56 count = BLOCKSIZE / sizeof(ITEM); in more_core() 60 item = (ITEM *)VirtualAlloc(NULL, in more_core() 61 count * sizeof(ITEM), in more_core() 67 item = (ITEM *)mmap(NULL, in more_core() 68 count * sizeof(ITEM), in more_core() 79 item, count * sizeof(ITEM), count); in more_core() 94 ITEM *item = (ITEM *)p; in ffi_closure_free() [all …]
|
/external/python/cpython2/Modules/_ctypes/ |
D | malloc_closure.c | 28 } ITEM; typedef 30 static ITEM *free_list; 35 ITEM *item; in more_core() 56 count = BLOCKSIZE / sizeof(ITEM); in more_core() 60 item = (ITEM *)VirtualAlloc(NULL, in more_core() 61 count * sizeof(ITEM), in more_core() 67 item = (ITEM *)mmap(NULL, in more_core() 68 count * sizeof(ITEM), in more_core() 79 item, count * sizeof(ITEM), count); in more_core() 94 ITEM *item = (ITEM *)p; in ffi_closure_free() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 240 #define ITEM(x) [RADEON_PRIO_##x] = #x in priority_to_string() macro 242 ITEM(FENCE), in priority_to_string() 243 ITEM(TRACE), in priority_to_string() 244 ITEM(SO_FILLED_SIZE), in priority_to_string() 245 ITEM(QUERY), in priority_to_string() 246 ITEM(IB1), in priority_to_string() 247 ITEM(IB2), in priority_to_string() 248 ITEM(DRAW_INDIRECT), in priority_to_string() 249 ITEM(INDEX_BUFFER), in priority_to_string() 250 ITEM(VCE), in priority_to_string() [all …]
|
/external/tensorflow/tensorflow/tools/dist_test/scripts/ |
D | delete_tf_cluster.sh | 62 for ITEM in ${ITEMS_TO_DELETE}; do 63 K8S_ITEM_COUNT=$(get_tf_${ITEM}_count) 65 echo "There are currently ${K8S_ITEM_COUNT} tf ${ITEM}(s) running. " 68 "${KUBECTL_BIN}" delete --all ${ITEM} 78 die "Reached maximum polling steps while trying to delete all tf ${ITEM}" 81 if [[ $(get_tf_${ITEM}_count) == "0" ]]; then
|
/external/libxml2/result/XPath/tests/ |
D | usr1check | 3 Expression: //ITEM[1] 6 1 ELEMENT ITEM
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | ci_parameterized_build.sh | 392 for ITEM in "${ITEMS[@]}"; do 393 if [[ ${ITEM} == *"--test_tag_filters="* ]]; then 394 NEW_ITEM="${ITEM}" 403 EXTRA_ARGS="${EXTRA_ARGS} ${ITEM}"
|
/external/curl/CMake/ |
D | Utilities.cmake | 6 foreach(ITEM ${${_LIST_NAME}}) 7 set(NEW_LIST_SPACE "${NEW_LIST_SPACE} ${ITEM}")
|
/external/python/cpython3/Modules/ |
D | hashtable.h | 16 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) argument
|
/external/libxml2/test/XPath/tests/ |
D | usr1check | 1 //ITEM[1]
|
/external/python/cpython2/Include/ |
D | metagrammar.h | 12 #define ITEM 260 macro
|
/external/python/cpython3/Include/ |
D | metagrammar.h | 12 #define ITEM 260 macro
|
/external/syslinux/com32/cmenu/ |
D | MENU_FORMAT | 36 <ITEM 1> 40 <ITEM N> 46 <ITEM A> 48 <ITEM B> 157 ITEM ATTRIBUTES
|
/external/python/cpython2/Parser/ |
D | pgen.c | 231 REQ(n, ITEM); in compile_alt() 236 REQ(n, ITEM); in compile_alt() 249 REQ(n, ITEM); in compile_item()
|
/external/python/cpython3/Parser/ |
D | pgen.c | 241 REQ(n, ITEM); in compile_alt() 246 REQ(n, ITEM); in compile_alt() 259 REQ(n, ITEM); in compile_item()
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 3510 32A0 >9805 # 1.1 CIRCLED IDEOGRAPH ITEM
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 11637 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 11637 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|
D | ppucd.txt | 14553 cp;32A0;dm=9805;na=CIRCLED IDEOGRAPH ITEM;NFKC_CF=9805;scx=Hani
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 11637 32A0;CIRCLED IDEOGRAPH ITEM;So;0;L;<circle> 9805;;;;N;;;;;
|