/third_party/icu/icu4c/source/common/ |
D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32() 57 c = utext_next32(ut); in utext_moveIndex32() 62 ut->chunkOffset++; in utext_moveIndex32() 68 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32() 71 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32() 73 c = utext_previous32(ut); in utext_moveIndex32() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32() 57 c = utext_next32(ut); in utext_moveIndex32() 62 ut->chunkOffset++; in utext_moveIndex32() 68 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32() 71 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32() 73 c = utext_previous32(ut); in utext_moveIndex32() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32() 57 c = utext_next32(ut); in utext_moveIndex32() 62 ut->chunkOffset++; in utext_moveIndex32() 68 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32() 71 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32() 73 c = utext_previous32(ut); in utext_moveIndex32() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 39 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 40 return ut->pFuncs->access(ut, index, forward); in utext_access() 46 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 50 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32() 53 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32() 55 c = utext_next32(ut); in utext_moveIndex32() 60 ut->chunkOffset++; in utext_moveIndex32() 66 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32() 69 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32() 71 c = utext_previous32(ut); in utext_moveIndex32() [all …]
|
/third_party/toybox/toys/pending/ |
D | last.c | 59 struct utmp *ut = (struct utmp *)l->arg; in find_and_dlink() local 61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) { in find_and_dlink() 89 struct utmp ut; in last_main() local 104 loc -= sizeof(ut); in last_main() 109 xreadall(fd, &ut, sizeof(ut)); in last_main() 110 *tm = ut.ut_tv.tv_sec; in last_main() 111 if (*ut.ut_line == '~') { in last_main() 112 if (!strcmp(ut.ut_user, "runlevel")) ut.ut_type = RUN_LVL; in last_main() 113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main() 114 else if (!strcmp(ut.ut_user, "shutdown")) ut.ut_type = SHUTDOWN_TIME; in last_main() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 184 utext_close(UText *ut); 227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 262 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); 278 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status); 294 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); 309 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status); 408 utext_nativeLength(UText *ut); 424 utext_isLengthExpensive(const UText *ut); 452 utext_char32At(UText *ut, int64_t nativeIndex); [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 184 utext_close(UText *ut); 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); 259 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status); 275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); 290 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status); 389 utext_nativeLength(UText *ut); 405 utext_isLengthExpensive(const UText *ut); 433 utext_char32At(UText *ut, int64_t nativeIndex); [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 184 utext_close(UText *ut); 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); 259 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status); 275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); 290 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status); 389 utext_nativeLength(UText *ut); 405 utext_isLengthExpensive(const UText *ut); 433 utext_char32At(UText *ut, int64_t nativeIndex); [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 184 utext_close(UText *ut); 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); 259 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status); 275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); 290 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status); 389 utext_nativeLength(UText *ut); 405 utext_isLengthExpensive(const UText *ut); 433 utext_char32At(UText *ut, int64_t nativeIndex); [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 30 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status); 170 UText *ut = NULL; in TestString() local 196 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 198 TestAccess(sa, ut, cpCount, cpMap); in TestString() 199 utext_close(ut); in TestString() 207 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 209 TestAccess(sa, ut, cpCount, cpMap); in TestString() 210 utext_close(ut); in TestString() 216 ut = utext_openUnicodeString(NULL, &sa, &status); in TestString() 218 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map); 53 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move, 57 UText *ut, // UnicodeText object under test.
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.c | 301 get_chunk(struct u_trace *ut, size_t payload_size) in get_chunk() argument 308 if (!list_is_empty(&ut->trace_chunks)) { in get_chunk() 309 chunk = list_last_entry(&ut->trace_chunks, in get_chunk() 340 chunk->utctx = ut->utctx; in get_chunk() 341 chunk->timestamps = ut->utctx->create_timestamp_buffer(ut->utctx, TIMESTAMP_BUF_SIZE); in get_chunk() 350 list_addtail(&chunk->node, &ut->trace_chunks); in get_chunk() 594 u_trace_init(struct u_trace *ut, struct u_trace_context *utctx) in u_trace_init() argument 596 ut->utctx = utctx; in u_trace_init() 597 list_inithead(&ut->trace_chunks); in u_trace_init() 598 ut->enabled = u_trace_context_instrumenting(utctx); in u_trace_init() [all …]
|
D | u_trace.h | 102 typedef void (*u_trace_record_ts)(struct u_trace *ut, void *cs, 211 void u_trace_init(struct u_trace *ut, struct u_trace_context *utctx); 212 void u_trace_fini(struct u_trace *ut); 214 bool u_trace_has_points(struct u_trace *ut); 218 struct u_trace *ut; member 224 u_trace_begin_iterator(struct u_trace *ut); 227 u_trace_end_iterator(struct u_trace *ut); 273 void u_trace_flush(struct u_trace *ut, void *flush_data, bool free_data);
|
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_solve_upper_triangular_f32.c | 55 const arm_matrix_instance_f32 * ut, in arm_mat_solve_upper_triangular_f32() argument 65 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f32() 67 (ut->numRows != a->numRows) ) in arm_mat_solve_upper_triangular_f32() 83 float32_t *pUT = ut->pData; in arm_mat_solve_upper_triangular_f32() 152 const arm_matrix_instance_f32 * ut, in arm_mat_solve_upper_triangular_f32() argument 162 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f32() 164 (ut->numRows != a->numRows) ) in arm_mat_solve_upper_triangular_f32() 180 float32_t *pUT = ut->pData; in arm_mat_solve_upper_triangular_f32() 248 const arm_matrix_instance_f32 * ut, in arm_mat_solve_upper_triangular_f32() argument 258 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f32() [all …]
|
D | arm_mat_solve_upper_triangular_f16.c | 58 const arm_matrix_instance_f16 * ut, in arm_mat_solve_upper_triangular_f16() argument 68 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f16() 70 (ut->numRows != a->numRows) ) in arm_mat_solve_upper_triangular_f16() 86 float16_t *pUT = ut->pData; in arm_mat_solve_upper_triangular_f16() 154 const arm_matrix_instance_f16 * ut, in arm_mat_solve_upper_triangular_f16() argument 164 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f16() 166 (ut->numRows != a->numRows) ) in arm_mat_solve_upper_triangular_f16() 182 float16_t *pUT = ut->pData; in arm_mat_solve_upper_triangular_f16()
|
D | arm_mat_solve_upper_triangular_f64.c | 50 const arm_matrix_instance_f64 * ut, in arm_mat_solve_upper_triangular_f64() argument 60 if ((ut->numRows != ut->numCols) || in arm_mat_solve_upper_triangular_f64() 62 (ut->numRows != a->numRows) ) in arm_mat_solve_upper_triangular_f64() 78 float64_t *pUT = ut->pData; in arm_mat_solve_upper_triangular_f64()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) argument 34 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) argument 34 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
|
/third_party/icu/icu4c/source/i18n/ |
D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) argument 34 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) argument 34 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 180 ut::BufferHandleAllocSp buffer; 181 ut::BufferViewSp bufferView; 207 ut::BufferHandleAllocSp vertexAttributesBuffer; 208 ut::BufferHandleAllocSp descriptorsBuffer; 210 std::vector<ut::BufferViewSp> descriptorsBufferViews; 211 std::vector<ut::ImageViewSp> descriptorImageViews; 212 std::vector<ut::SamplerSp> descriptorSamplers; 213 std::vector<ut::ImageHandleAllocSp> descriptorsImages; 214 ut::FrameBufferSp frameBuffer; 260 void createVertexAttributeBuffer (ut::BufferHandleAllocSp& buffer, [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 180 ut::BufferHandleAllocSp buffer; 181 ut::BufferViewSp bufferView; 207 ut::BufferHandleAllocSp vertexAttributesBuffer; 208 ut::BufferHandleAllocSp descriptorsBuffer; 210 std::vector<ut::BufferViewSp> descriptorsBufferViews; 211 std::vector<ut::ImageViewSp> descriptorImageViews; 212 std::vector<ut::SamplerSp> descriptorSamplers; 213 std::vector<ut::ImageHandleAllocSp> descriptorsImages; 214 ut::FrameBufferSp frameBuffer; 260 void createVertexAttributeBuffer (ut::BufferHandleAllocSp& buffer, [all …]
|
/third_party/openssl/fuzz/corpora/conf/ |
D | 84b772e8542477d23d7fa573eecc169c5d4acc35 | 1 [ut] 2 [ut] 3 [ut] 4 [ut]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_trace_gallium.c | 77 trace_framebuffer_state(struct u_trace *ut, void *cs, const struct pipe_framebuffer_state *pfb) in trace_framebuffer_state() argument 79 if (likely(!ut->enabled)) in trace_framebuffer_state() 82 trace_framebuffer(ut, cs, pfb); in trace_framebuffer_state() 86 trace_surface(ut, cs, pfb->cbufs[i]); in trace_framebuffer_state() 90 trace_surface(ut, cs, pfb->zsbuf); in trace_framebuffer_state()
|
/third_party/jsframework/ |
D | js_framework_build.sh | 59 …/node node_modules/.bin/mocha -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts || exit… 64 …/node node_modules/.bin/mocha -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts || exit…
|