| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_screen.c | 65 static char buffer[128]; in i915_get_name() local 389 struct i915_screen *is = i915_screen(screen); in i915_get_param() local 610 struct i915_screen *is = i915_screen(screen); in i915_fence_reference() local 619 struct i915_screen *is = i915_screen(screen); in i915_fence_finish() local 634 struct i915_screen *is = i915_screen(screen); in i915_destroy_screen() local 648 struct i915_screen *is = CALLOC_STRUCT(i915_screen); in i915_screen_create() local
|
| D | i915_resource_texture.c | 164 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) in i915_texture_tiling() 777 struct i915_screen *is = i915_screen(screen); in i915_resource_get_handle() local 916 struct i915_screen *is = i915_screen(screen); in i915_texture_create() local 973 struct i915_screen *is = i915_screen(screen); in i915_texture_from_handle() local 976 struct i915_winsys_buffer *buffer; in i915_texture_from_handle() local
|
| /third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
| D | SkottieAnimation.java | 49 SkottieAnimation(SurfaceTexture surfaceTexture, InputStream is) { in SkottieAnimation() 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() 64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() 78 private ByteBuffer convertToByteBuffer(InputStream is) throws IOException { in convertToByteBuffer() 95 ByteBuffer buffer = ByteBuffer.allocateDirect(tmpStorage.length); in convertToByteBuffer() local 101 private boolean init(InputStream is) { in init()
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | pipeline.cc | 103 const auto* is = info.GetShader(); in AddShader() local 130 const auto* is = info.GetShader(); in SetShaderOptimizations() local 147 const auto* is = info.GetShader(); in SetShaderCompileOptions() local 166 const auto* is = info.GetShader(); in SetShaderRequiredSubgroupSize() local 209 const auto* is = info.GetShader(); in SetShaderVaryingSubgroupSize() local 226 const auto* is = info.GetShader(); in SetShaderRequireFullSubgroups() local 816 Buffer* buffer = nullptr; in GenerateOpenCLPodBuffers() local
|
| /third_party/libwebsockets/lib/plat/windows/ |
| D | windows-sockets.c | 422 WCHAR *buffer; in lws_plat_inet_ntop() local 473 WCHAR *buffer; in lws_plat_inet_pton() local 560 lws_plat_ifconfig(int fd, uint8_t *ip, lws_dhcpc_ifstate_t *is) in lws_plat_ifconfig()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-graphite2.cc | 232 hb_buffer_t *buffer, in _hb_graphite2_shape() 252 const gr_slot *is; in _hb_graphite2_shape() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | CodedInputStreamTest.java | 75 ByteBuffer buffer = ByteBuffer.allocateDirect(data.length); in newDecoder() local 480 InputStream is = new RepeatingInputStream(new byte[]{1}, Integer.MAX_VALUE); in testSkipMaliciouslyHugeBlob() local 550 InputStream is = new RepeatingInputStream(serializedMessage, count); in testParseMessagesCloseTo2G() local 569 InputStream is = new RepeatingInputStream(serializedMessage, count); in testParseMessagesOver2G() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_adeclick.c | 69 AVFrame *buffer; member 70 AVFrame *is; member 482 double *is = (double *)s->is->extended_data[ch]; in filter_channel() local 565 double *is = (double *)s->is->extended_data[ch]; in filter_frame() local
|
| /third_party/typescript/src/lib/ |
| D | es5.d.ts | 1200 …every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thisAr… property 1391 …every<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any):… property 1471 isArray(arg: any): arg is any[]; property 1668 isView(arg: any): arg is ArrayBufferView; property 1676 buffer: ArrayBufferLike; property 1690 readonly buffer: ArrayBuffer; property 1836 readonly buffer: ArrayBufferLike; property 2118 readonly buffer: ArrayBufferLike; property 2400 readonly buffer: ArrayBufferLike; property 2681 readonly buffer: ArrayBufferLike; property [all …]
|
| D | dom.generated.d.ts | 71 buffer?: AudioBuffer | null; property 246 buffer?: AudioBuffer | null; property 414 is?: string; property 2234 buffer: AudioBuffer | null; property 3797 buffer: AudioBuffer | null; property
|
| /third_party/typescript/lib/ |
| D | lib.es5.d.ts | 1220 …every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thisAr… property 1411 …every<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any):… property 1491 isArray(arg: any): arg is any[]; property 1688 isView(arg: any): arg is ArrayBufferView; property 1696 buffer: ArrayBufferLike; property 1710 readonly buffer: ArrayBuffer; property 1856 readonly buffer: ArrayBufferLike; property 2138 readonly buffer: ArrayBufferLike; property 2420 readonly buffer: ArrayBufferLike; property 2701 readonly buffer: ArrayBufferLike; property [all …]
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | utf8tst.c | 1201 uint8_t buffer[100]; in TestAppend() local 1252 int32_t i, j, k, iu, is, il, length; in TestSurrogates() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
| D | TestCharsetDetector.java | 69 char[] buffer = new char[1024]; in stringFromReader() local 333 … InputStream is = TestCharsetDetector.class.getResourceAsStream("CharsetDetectionTests.xml"); in TestDetection() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
| D | TestCharsetDetector.java | 72 char[] buffer = new char[1024]; in stringFromReader() local 336 … InputStream is = TestCharsetDetector.class.getResourceAsStream("CharsetDetectionTests.xml"); in TestDetection() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
| D | fst_ctrl_iface.c | 36 char *buffer, size_t size) in format_session_state_extra() 88 const struct fst_event_extra_iface_state *is; in fst_ctrl_iface_notify() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
| D | fst_ctrl_iface.c | 36 char *buffer, size_t size) in format_session_state_extra() 88 const struct fst_event_extra_iface_state *is; in fst_ctrl_iface_notify() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 99 Move<VkBuffer>& buffer, in createTestBuffer() 138 void populateBufferWithValues (void* buffer, in populateBufferWithValues() 147 void populateBufferWithFiller (void* buffer, in populateBufferWithFiller() 156 void populateBufferWithCopy (void* buffer, in populateBufferWithCopy() 849 const char is = '='; in MakeShader() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 99 Move<VkBuffer>& buffer, in createTestBuffer() 138 void populateBufferWithValues (void* buffer, in populateBufferWithValues() 147 void populateBufferWithFiller (void* buffer, in populateBufferWithFiller() 156 void populateBufferWithCopy (void* buffer, in populateBufferWithCopy() 853 const char is = '='; in MakeShader() local
|
| /third_party/libwebsockets/lib/roles/http/server/ |
| D | server.c | 92 int m = 0, is; in _lws_vhost_init_server_af() local 3354 char *sp, buffer[32]; in lws_chunked_html_process() local
|
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 804 std::string buffer(token.start_, token.end_); in decodeDouble() local 805 std::istringstream is(buffer); in decodeDouble() local 999 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local 1801 Char buffer[bufferSize + 1]; in decodeDouble() local 1806 std::string buffer(token.start_, token.end_); in decodeDouble() local 2003 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local 4070 UIntToStringBuffer buffer; in valueToString() local 4086 UIntToStringBuffer buffer; in valueToString() local 4108 char buffer[32]; in valueToString() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | NumberFormatTest.java | 2130 java.io.InputStream is = NumberFormatTest.class.getResourceAsStream(caseFileName); in TestCases() local 2318 StringBuffer buffer = new StringBuffer(); in TestFieldPositionDecimal() local 2331 StringBuffer buffer = new StringBuffer(); in TestFieldPositionInteger() local 2344 StringBuffer buffer = new StringBuffer(); in TestFieldPositionFractionButInteger() local 2357 StringBuffer buffer = new StringBuffer(); in TestFieldPositionFraction() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | NumberFormatTest.java | 2133 java.io.InputStream is = NumberFormatTest.class.getResourceAsStream(caseFileName); in TestCases() local 2321 StringBuffer buffer = new StringBuffer(); in TestFieldPositionDecimal() local 2334 StringBuffer buffer = new StringBuffer(); in TestFieldPositionInteger() local 2347 StringBuffer buffer = new StringBuffer(); in TestFieldPositionFractionButInteger() local 2360 StringBuffer buffer = new StringBuffer(); in TestFieldPositionFraction() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | mjpegdec.c | 496 int is = (pix_fmt_id >> (4*i)) & 0xF; in ff_mjpeg_decode_sof() local 1079 uint16_t (*buffer)[4]; in ljpeg_decode_rgb_scan() local
|
| /third_party/python/Python/ |
| D | sysmodule.c | 181 PyInterpreterState *is = ts->interp; in sys_audit_tstate() local 611 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; in sys_displayhook_unencodable() local 3435 char buffer[1001]; in sys_write() local
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 1180 isArray(arg: any): arg is Array<any>; property 1240 isView(arg: any): arg is ArrayBufferView; property 1248 buffer: ArrayBuffer; property 1262 buffer: ArrayBuffer; property 1407 buffer: ArrayBuffer; property 1680 buffer: ArrayBuffer; property 1954 buffer: ArrayBuffer; property 2227 buffer: ArrayBuffer; property 2501 buffer: ArrayBuffer; property 2774 buffer: ArrayBuffer; property [all …]
|