/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 700 processes = [multiprocessing.Process(target=self._child)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | message.h | 329 uint8* _InternalSerialize(uint8* target,
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 282 background = threading.Thread(target=run_client)
|
H A D | test_tarfile.py | 1347 target = os.path.join(TEMPDIR, "link_target") 1348 with open(target, "wb") as fobj: 1351 os.link(target, link) 1357 # Record the link target in the inodes list. 1358 tar.gettarinfo(target) 1364 os_helper.unlink(target)
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.extension_test.cpp | 136 << "target env: " << spvTargetEnvDescription(env) << "\n"; in TEST_F()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 2805 int64_t target; in read_interval_packets() local 2814 target = *cur_ts + interval->start; in read_interval_packets() 2816 target = interval->start; in read_interval_packets() 2820 av_ts2timestr(target, &AV_TIME_BASE_Q)); in read_interval_packets() 2821 if ((ret = avformat_seek_file(fmt_ctx, -1, -INT64_MAX, target, INT64_MAX, 0)) < 0) { in read_interval_packets()
|
H A D | ffmpeg.c | 3556 char buf[4096], target[64], command[256], arg[256] = {0}; in check_keyboard_interaction() local 3559 fprintf(stderr, "\nEnter command: <target>|all <time>|-1 <command>[ <argument>]\n"); in check_keyboard_interaction() 3569 (n = sscanf(buf, "%63[^ ] %lf %255[^ ] %255[^\n]", target, &time, command, arg)) >= 3) { in check_keyboard_interaction() 3570 av_log(NULL, AV_LOG_DEBUG, "Processing command target:%s time:%f command:%s arg:%s", in check_keyboard_interaction() 3571 target, time, command, arg); in check_keyboard_interaction() 3576 ret = avfilter_graph_send_command(fg->graph, target, command, arg, buf, sizeof(buf), in check_keyboard_interaction() 3583 ret = avfilter_graph_queue_command(fg->graph, target, command, arg, 0, time); in check_keyboard_interaction()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2789 Id Builder::createLvalueSwizzle(Id typeId, Id target, Id source, const std::vector<unsigned>& channels) in createLvalueSwizzle() argument 2792 return createCompositeInsert(source, target, typeId, channels.front()); in createLvalueSwizzle() 2796 assert(isVector(target)); in createLvalueSwizzle() 2797 swizzle->addIdOperand(target); in createLvalueSwizzle() 2805 int numTargetComponents = getNumComponents(target); in createLvalueSwizzle() 3714 // If swizzle still exists, it may be out-of-order, we must load the target vector, 3832 // If swizzle exists, it is out-of-order or not full, we must load the target vector, in accessChainGetLValue()
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 1772 # Disable CCM_STAR_NO_TAG, which is the target of this test, as well as all 4434 armc6_build_test "--target=arm-arm-none-eabi -march=armv7-m -mthumb -Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Wformat=2 -Wno-format-nonliteral -Wshadow -Wasm-operand-widths -Wunused -I../tests/include/spe" 4446 make lib CC="clang" CFLAGS="--target=arm-linux-gnueabihf -march=armv7-m -mthumb -Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Wformat=2 -Wno-format-nonliteral -Wshadow -Wasm-operand-widths -Wunused -I../tests/include/spe" 4473 # enter the directory containing the target file & strip the dir from the filename 4480 # Extract the command generated by the Makefile to build the target file. 4498 target="t" 4504 target="${target}${opt}" 4511 echo "${target}: ${source_file}; $cmd ${source_file}" >> ${makefile} 4513 deps="${deps} ${target}" [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 3382 /* only support one dual source blend target hence always use output 1 */ in generate_fragment() 3554 debug_printf(" .target = %s\n", in dump_fs_variant_key() 3555 util_str_tex_target(texture->target, TRUE)); in dump_fs_variant_key() 3569 debug_printf(" .target = %s\n", in dump_fs_variant_key() 3570 util_str_tex_target(image->target, TRUE)); in dump_fs_variant_key() 3745 const enum pipe_texture_target target = samp0->texture_state.target; in generate_variant() local 3756 if (target == PIPE_TEXTURE_2D && in generate_variant() 4398 * linear render target format often does not, so force here the dst in make_variant_key()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 2769 SpillRange* target = nullptr; in MergeSpillRangesAndClear() local 2773 if (target == nullptr) { in MergeSpillRangesAndClear() 2774 target = current; in MergeSpillRangesAndClear() 2775 } else if (target != current) { in MergeSpillRangesAndClear() 2776 target->TryMerge(current); in MergeSpillRangesAndClear()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1444 switch (sel->target) {
in rkisp_g_selection() 1509 if (sel->target != V4L2_SEL_TGT_CROP) {
in rkisp_s_selection()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1464 switch (sel->target) { in rkisp_g_selection() 1539 if (sel->target != V4L2_SEL_TGT_CROP) in rkisp_s_selection()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ilbcdec.c | 1205 static int xcorr_coeff(int16_t *target, int16_t *regressor, in xcorr_coeff() argument 1256 tp = target; in xcorr_coeff()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 100 typedef void (APIENTRY *FF_PFNGLBUFFERDATAPROC) (GLenum target, ptrdiff_t size, const GLvoid *data, GLenum usage); 101 typedef void (APIENTRY *FF_PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 202 std::string target in is_float() 205 std::istringstream stream(target); in is_float()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/curl/lib/ |
H A D | mime.c | 1742 const char *target, size_t len) in content_type_match() 1744 if(contenttype && strncasecompare(contenttype, target, len)) in content_type_match() 1741 content_type_match(const char *contenttype, const char *target, size_t len) content_type_match() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tmsgfmt.cpp | 1718 UnicodeString target(patterns[i+1]); in testAutoQuoteApostrophe() 1719 if (target != result) { in testAutoQuoteApostrophe() 1727 sprintf(buf, "[%2d] test \"%s\": target (\"%s\") != result (\"%s\")\n", i/2, patterns[i], patterns[i+1], buf2); in testAutoQuoteApostrophe()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 80 Line target; variable 82 Line *gTarget = ⌖ 1402 // these things represent a script before the target script and in addUtilityChars()
|