/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/ |
D | works-using-legacy-resolution-logic.js | 72 Info 33 [00:00:50.000] fileExists:: [{"key":"/c/d/f2.ts","count":1},{"key":"/c/d/f2.tsx","count":… property 73 Info 34 [00:00:51.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":2},{"key":… property 96 Info 47 [00:01:04.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":… property 97 Info 48 [00:01:05.000] directoryExists:: [{"key":"/c/d","count":1},{"key":"/c","count":1},{"key":… property 117 Info 67 [00:01:24.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":… property 118 Info 68 [00:01:25.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":1},{"key":… property
|
D | loads-missing-files-from-disk.js | 42 Info 16 [00:00:29.000] fileExists:: [{"key":"/c/tsconfig.json","count":1},{"key":"/c/jsconfig.jso… property 43 Info 17 [00:00:30.000] directoryExists:: [{"key":"/c","count":3},{"key":"/","count":2},{"key":"/c… property 45 Info 19 [00:00:32.000] readFile:: [{"key":"/c/foo.ts","count":1}] property 102 Info 36 [00:00:51.000] fileExists:: [{"key":"/c/bar.ts","count":1},{"key":"/c/bar.tsx","count":1}… property 103 Info 37 [00:00:52.000] directoryExists:: [{"key":"/c","count":1},{"key":"/c/node_modules/@types",… property 105 Info 39 [00:00:54.000] readFile:: [{"key":"/c/bar.d.ts","count":1}] property
|
D | watchDirectories-for-config-file-with-case-insensitive-file-system.js | 197 …ey":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1},{"key":"/Users… property 198 …ryExists:: [{"key":"/users/someuser/work/applications/frontend/src/app/utils/cookie.ts","count":1}] property 200 …readFile:: [{"key":"/Users/someuser/work/applications/frontend/src/app/utils/Cookie.ts","count":1}] property
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | strftime_ext.c | 47 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c", timeptr); in strftime_0100() local 75 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c %Z%z", timeptr); in strftime_0200() local 102 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0300() local 128 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0400() local 154 size_t count = strftime(buffer, sizeof(buffer) - 1, "%I", timeptr); in strftime_0500() local 180 size_t count = strftime(buffer, sizeof(buffer) - 1, "%P", timeptr); in strftime_0600() local 206 size_t count = strftime(buffer, sizeof(buffer) - 1, "%v", timeptr); in strftime_0700() local 232 size_t count = strftime(buffer, sizeof(buffer) - 1, "%j", timeptr); in strftime_0800() local 258 size_t count = strftime(buffer, sizeof(buffer) - 1, "%l", timeptr); in strftime_0900() local 290 size_t count = strftime(buffer, sizeof(buffer) - 1, "%V", timeptr); in strftime_1000() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ProgramNULL.cpp | 47 void ProgramNULL::setUniform1fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform1fv() 49 void ProgramNULL::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform2fv() 51 void ProgramNULL::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform3fv() 53 void ProgramNULL::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform4fv() 55 void ProgramNULL::setUniform1iv(GLint location, GLsizei count, const GLint *v) {} in setUniform1iv() 57 void ProgramNULL::setUniform2iv(GLint location, GLsizei count, const GLint *v) {} in setUniform2iv() 59 void ProgramNULL::setUniform3iv(GLint location, GLsizei count, const GLint *v) {} in setUniform3iv() 61 void ProgramNULL::setUniform4iv(GLint location, GLsizei count, const GLint *v) {} in setUniform4iv() 63 void ProgramNULL::setUniform1uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform1uiv() 65 void ProgramNULL::setUniform2uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform2uiv() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 char16_t *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/mesa3d/src/gtest/include/ |
D | mesa-gtest-extras.h | 36 size_t count) in array_equal_pred() 80 #define EXPECT_U8_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint8_t>, a, b, co… argument 81 #define ASSERT_U8_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint8_t>, a, b, co… argument 82 #define EXPECT_U16_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint16_t>, a, b, c… argument 83 #define ASSERT_U16_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint16_t>, a, b, c… argument 84 #define EXPECT_U32_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint32_t>, a, b, c… argument 85 #define ASSERT_U32_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint32_t>, a, b, c… argument 86 #define EXPECT_U64_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint64_t>, a, b, c… argument 87 #define ASSERT_U64_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint64_t>, a, b, c… argument
|
/third_party/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() 157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB() 193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA() 197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA() [all …]
|
D | SkUtils_opts.h | 17 static void memsetT(T buffer[], T value, int count) { in memsetT() 33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16() 36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32() 39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64() 44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT() 51 /*not static*/ inline void rect_memset16(uint16_t buffer[], uint16_t value, int count, in rect_memset16() 55 /*not static*/ inline void rect_memset32(uint32_t buffer[], uint32_t value, int count, in rect_memset32() 59 /*not static*/ inline void rect_memset64(uint64_t buffer[], uint64_t value, int count, in rect_memset64()
|
/third_party/bounds_checking_function/src/ |
D | memcpy_s.c | 27 #define SECUREC_SMALL_MEM_COPY(dest, src, count) do { \ argument 433 #define SECUREC_MEMCPY_OPT(dest, src, count) do { \ argument 445 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError() 478 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument 482 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument 515 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s() 533 errno_t memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptAsm() 544 errno_t memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptTc()
|
D | strncpy_s.c | 23 #define SECUREC_STRNCPY_PARAM_OK(strDest, destMax, strSrc, count) \ argument 27 #define SECUREC_STRNCPY_PARAM_OK(strDest, destMax, strSrc, count) \ argument 35 …_INLINE errno_t CheckSrcCountRange(char *strDest, size_t destMax, const char *strSrc, size_t count) in CheckSrcCountRange() 58 errno_t strncpy_error(char *strDest, size_t destMax, const char *strSrc, size_t count) in strncpy_error() 108 errno_t strncpy_s(char *strDest, size_t destMax, const char *strSrc, size_t count) in strncpy_s()
|
/third_party/rust/crates/memchr/bench/src/memchr/ |
D | imp.rs | 10 let mut count = 0; in memchr1_libc_count() localVariable 20 let mut count = 0; in fallback1_count() localVariable 30 let mut count = 0; in naive1_count() localVariable 44 let mut count = 0; in fallback2_count() localVariable 54 let mut count = 0; in naive2_count() localVariable 68 let mut count = 0; in fallback3_count() localVariable 78 let mut count = 0; in naive3_count() localVariable 88 let mut count = 0; in memrchr1_count() localVariable 99 let mut count = 0; in memrchr1_libc_count() localVariable 109 let mut count = 0; in memrchr2_count() localVariable [all …]
|
/third_party/skia/src/core/ |
D | SkMalloc.cpp | 8 void* sk_calloc_throw(size_t count, size_t elemSize) { in sk_calloc_throw() 12 void* sk_malloc_throw(size_t count, size_t elemSize) { in sk_malloc_throw() 16 void* sk_realloc_throw(void* buffer, size_t count, size_t elemSize) { in sk_realloc_throw() 20 void* sk_malloc_canfail(size_t count, size_t elemSize) { in sk_malloc_canfail()
|
/third_party/skia/include/effects/ |
D | SkGradientShader.h | 78 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear() 103 const SkScalar pos[], int count, SkTileMode mode) { in MakeLinear() 125 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial() 149 const SkScalar pos[], int count, SkTileMode mode) { in MakeRadial() 168 int count, SkTileMode mode) { in MakeTwoPointConical() 189 int count, SkTileMode mode) { in MakeTwoPointConical() 216 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep() 222 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep() 250 const SkScalar pos[], int count, in MakeSweep() 257 const SkScalar pos[], int count) { in MakeSweep()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 79 void ArrayInputStream::BackUp(int count) { in BackUp() 88 bool ArrayInputStream::Skip(int count) { in Skip() 126 void ArrayOutputStream::BackUp(int count) { in BackUp() 172 void StringOutputStream::BackUp(int count) { in BackUp() 186 int CopyingInputStream::Skip(int count) { in Skip() 251 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() 262 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() 334 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() 404 void LimitingInputStream::BackUp(int count) { in BackUp() 414 bool LimitingInputStream::Skip(int count) { in Skip()
|
/third_party/mesa3d/src/mesa/main/ |
D | uniforms.c | 267 _mesa_Uniform1fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fv() 274 _mesa_Uniform2fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fv() 281 _mesa_Uniform3fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform3fv() 288 _mesa_Uniform4fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform4fv() 295 _mesa_Uniform1iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform1iv() 302 _mesa_Uniform2iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform2iv() 309 _mesa_Uniform3iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform3iv() 316 _mesa_Uniform4iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform4iv() 330 _mesa_UniformHandleui64vARB(GLint location, GLsizei count, in _mesa_UniformHandleui64vARB() 443 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv() [all …]
|
/third_party/ffmpeg/libswscale/arm/ |
D | rgb2yuv_neon_common.S | 172 .macro store_y8_16x1 dst, count 181 .macro store_chroma_nv12_8x1 dst, count 189 .macro store_chroma_nv21_8x1 dst, count 197 .macro load_8888_16x1 a, b, c, d, src, count 209 .macro load_rgbx_16x1 src, count 213 .macro load_bgrx_16x1 src, count 268 .macro kernel_420_16x2 rgb_fmt, yuv_fmt, rgb0, rgb1, y0, y1, chroma, count
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 66 #define FT_OFFSET( base, count ) ( (base) ? (base) + (count) : NULL ) argument 198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument 234 #define FT_MEM_SET( dest, byte, count ) \ argument 237 #define FT_MEM_COPY( dest, source, count ) \ argument 240 #define FT_MEM_MOVE( dest, source, count ) \ argument 244 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument 249 #define FT_ARRAY_ZERO( dest, count ) \ argument 253 #define FT_ARRAY_COPY( dest, source, count ) \ argument 258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument [all …]
|
/third_party/node/test/addons/register-signal-handler/ |
D | test.js | 23 const count = +process.argv[5]; constant 33 for (const { reset, count, stderr, code, signal } of [ property 34 { reset: true, count: 1, stderr: [signo], code: 0, signal: null }, property 35 { reset: true, count: 2, stderr: [signo], code: null, signal: raiseSignal }, property 36 { reset: false, count: 1, stderr: [signo], code: 0, signal: null }, property 37 { reset: false, count: 2, stderr: [signo, signo], code: 0, signal: null }, property
|
/third_party/mesa3d/src/glx/ |
D | vertarr.c | 51 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 59 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 67 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 74 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count, in __indirect_glNormalPointerEXT() 83 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 91 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 129 GLubyte count; in __indirect_glInterleavedArrays() member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures2.inl | 11 const int count = 2u; local 48 const int count = 2u; local 86 const int count = 2u; local 125 const int count = 2u; local 162 const int count = 2u; local 199 const int count = 2u; local 239 const int count = 2u; local 276 const int count = 2u; local 313 const int count = 2u; local 350 const int count = 2u; local [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 31 uint32_t count = 0; in GatherInstanceExtensions() local 77 uint32_t count = 0; in GatherGlobalInfo() local 125 uint32_t count = 0; in GatherPhysicalDevices() local 162 uint32_t count = 0; in GatherDeviceInfo() local 172 uint32_t count = 0; in GatherDeviceInfo() local 187 uint32_t count = 0; in GatherDeviceInfo() local 300 uint32_t count = 0; in GatherSurfaceInfo() local 315 uint32_t count = 0; in GatherSurfaceInfo() local
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiEventScheduler.java | 39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 49 public int count = 0; field in MidiEventScheduler.MidiEvent 52 private MidiEvent(int count) { in MidiEvent() 57 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent() 77 private MidiEvent createScheduledEvent(byte[] msg, int offset, int count, in createScheduledEvent()
|