/third_party/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/ |
H A D | TestLocaleNamePackaging.java | 226 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects() 231 assertEquals("dialect 2", target, dn.localeDisplayName("en_GB")); in testLanguageDisplayNameDoesNotTranslateDialects() 239 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords() 241 assertEquals("collation", target, name); in testLocaleKeywords()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestLocaleNamePackaging.java | 229 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects() 234 assertEquals("dialect 2", target, dn.localeDisplayName("en_GB")); in testLanguageDisplayNameDoesNotTranslateDialects() 242 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords() 244 assertEquals("collation", target, name); in testLocaleKeywords()
|
/third_party/node/src/crypto/ |
H A D | crypto_spkac.cc | 128 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument 130 SetMethodNoSideEffect(context, target, "certVerifySpkac", VerifySpkac); in Initialize() 132 context, target, "certExportPublicKey", ExportPublicKey); in Initialize() 134 context, target, "certExportChallenge", ExportChallenge); in Initialize()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.h | 83 // target.. size = (((mb(w)*((mb(h)+1)&~1))+3)>>2)<<8 * (max_references+1) 159 nouveau_vp3_video_addr(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nouveau_vp3_video_addr() argument 162 if (target) in nouveau_vp3_video_addr() 163 ret = dec->ref_stride * target->valid_ref; in nouveau_vp3_video_addr() 228 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | allcoll.cpp | 161 UnicodeString target("Thisisatest."); in TestJB581() 169 Collator::EComparisonResult result = coll->compare(source, target); in TestJB581() 177 result = coll->compare(source, target); in TestJB581() 187 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec.h | 51 struct pipe_video_buffer *target, 59 struct pipe_video_buffer *target, 70 struct pipe_video_buffer *target, 130 // Holds pointers to current decode output target texture and reference textures from upper layer 181 struct pipe_video_buffer *target,
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_helpers.c | 190 * meaning that we draw to a given target. Adding to only one mask does not 195 panfrost_draw_target(struct panfrost_batch *batch, unsigned target) in panfrost_draw_target() argument 197 batch->draws |= target; in panfrost_draw_target() 198 batch->resolve |= target; in panfrost_draw_target() 249 bool is_buffer = rsrc->base.target == PIPE_BUFFER; in panfrost_track_image_access()
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/ |
H A D | continuous.bat | 43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 50 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 57 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 63 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ufmt_cmn.cpp | 228 UChar *target, int32_t tSize) in ufmt_defaultCPToUnicode() 242 if(target != 0) { in ufmt_defaultCPToUnicode() 244 alias = target; in ufmt_defaultCPToUnicode() 255 return target; in ufmt_defaultCPToUnicode() 227 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) ufmt_defaultCPToUnicode() argument
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testFlowgraph.cpp | 86 constexpr float target = 100.0f; in TEST() local 93 rampLinear.setTarget(target); in TEST() 103 float expected = i * value * target / rampSize; in TEST() 107 float expected = value * target; in TEST()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | extract.py | 46 def __init__(self, path, mode, target): 49 self.target = target 157 os.symlink(entry.target, fixed_path)
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | core.c | 194 * The device remains polling for targets until a target is found or 201 pr_debug("dev_name %s initiator protocols 0x%x target protocols 0x%x\n", in nfc_start_poll() 284 struct nfc_target *target; in nfc_dep_link_up() local 309 target = nfc_find_target(dev, target_index); in nfc_dep_link_up() 310 if (target == NULL) { in nfc_dep_link_up() 315 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up() 317 dev->active_target = target; in nfc_dep_link_up() 368 struct nfc_target *target; in nfc_dep_link_is_up() local 370 target = nfc_find_target(dev, target_idx); in nfc_dep_link_is_up() 371 if (target in nfc_dep_link_is_up() 396 struct nfc_target *target; nfc_activate_target() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 151 struct annotation_line *target; in annotate_browser__draw_current_jump() local 186 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump() 187 if (target == NULL) { in annotate_browser__draw_current_jump() 188 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n", in annotate_browser__draw_current_jump() 189 cursor->ops.target.offset); in annotate_browser__draw_current_jump() 195 to = target->idx_asm; in annotate_browser__draw_current_jump() 198 to = (u64)target->idx; in annotate_browser__draw_current_jump() 405 * So all we check here is that dl->ops.target.sym is set, if it is, just 418 if (!dl->ops.target in annotate_browser__callq() [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 155 struct annotation_line *target; in annotate_browser__draw_current_jump() local 191 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump() 192 if (target == NULL) { in annotate_browser__draw_current_jump() 193 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n", in annotate_browser__draw_current_jump() 194 cursor->ops.target.offset); in annotate_browser__draw_current_jump() 200 to = target->idx_asm; in annotate_browser__draw_current_jump() 203 to = (u64)target->idx; in annotate_browser__draw_current_jump() 454 * So all we check here is that dl->ops.target.sym is set, if it is, just 467 if (!dl->ops.target in annotate_browser__callq() [all...] |
/kernel/linux/linux-6.6/net/nfc/ |
H A D | core.c | 195 * The device remains polling for targets until a target is found or 202 pr_debug("dev_name %s initiator protocols 0x%x target protocols 0x%x\n", in nfc_start_poll() 285 struct nfc_target *target; in nfc_dep_link_up() local 310 target = nfc_find_target(dev, target_index); in nfc_dep_link_up() 311 if (target == NULL) { in nfc_dep_link_up() 316 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up() 318 dev->active_target = target; in nfc_dep_link_up() 369 struct nfc_target *target; in nfc_dep_link_is_up() local 371 target = nfc_find_target(dev, target_idx); in nfc_dep_link_is_up() 372 if (target in nfc_dep_link_is_up() 397 struct nfc_target *target; nfc_activate_target() local [all...] |
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 77 // Enum for compilation target. 184 // the target under the semantics conveyed via |controls|. Returns true 208 // |stage| into the target under the semantics specified via |controls|. 210 // during the process. If the target includes SPIR-V, also disassembles 307 // |stage| into the target under the semantics specified via |controls|. 309 // during the process. If the target includes SPIR-V, also disassembles 466 Target target, in loadFileCompileAndCheck() 482 EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileAndCheck() 505 Target target, bool automap = true, const std::string &entryPointName = "", in loadFileCompileAndCheckWithOptions() 516 EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileAndCheckWithOptions() 460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument 499 loadFileCompileAndCheckWithOptions(const std::string &testDir, const std::string &testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string &entryPointName = �, const std::string &baseDir = �, const EShMessages additionalOptions = EShMessages::EShMsgDefault) loadFileCompileAndCheckWithOptions() argument 528 loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�) loadFileCompileFlattenUniformsAndCheck() argument 555 loadFileCompileIoMapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName, int baseSamplerBinding, int baseTextureBinding, int baseImageBinding, int baseUboBinding, int baseSsboBinding, bool autoMapBindings, bool flattenUniformArrays) loadFileCompileIoMapAndCheck() argument 592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument 619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument 699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.c | 311 enum pipe_texture_target target = view->target; in svga_init_shader_key_common() local 312 assert(target < (1 << 4)); /* texture_target:4 */ in svga_init_shader_key_common() 314 key->tex[i].target = target; in svga_init_shader_key_common() 324 switch (target) { in svga_init_shader_key_common() 340 if (target == PIPE_BUFFER) { in svga_init_shader_key_common() 344 assert(view->texture->target == PIPE_BUFFER); in svga_init_shader_key_common() 498 /* Save the image resource target in the shader key because in svga_init_shader_key_common() 499 * for single layer image view, the resource target i in svga_init_shader_key_common() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 287 GLenum target; in iterate() local 290 target = GL_TEXTURE_2D_MULTISAMPLE; in iterate() 291 gl.bindTexture(target, tex); in iterate() 296 target = GL_TEXTURE_2D; in iterate() 297 gl.bindTexture(target, tex); in iterate() 311 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, target, tex, 0); in iterate() 534 gl.bindTexture(target, 0); in iterate() 602 GLenum target; in iterate() local 605 target = GL_TEXTURE_2D_MULTISAMPLE; in iterate() 606 gl.bindTexture(target, te in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 285 GLenum target; in iterate() local 288 target = GL_TEXTURE_2D_MULTISAMPLE; in iterate() 289 gl.bindTexture(target, tex); in iterate() 294 target = GL_TEXTURE_2D; in iterate() 295 gl.bindTexture(target, tex); in iterate() 309 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, target, tex, 0); in iterate() 532 gl.bindTexture(target, 0); in iterate() 603 GLenum target; in iterate() local 606 target = GL_TEXTURE_2D_MULTISAMPLE; in iterate() 607 gl.bindTexture(target, te in iterate() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 261 static int ahc_abort_scbs(struct ahc_softc *ahc, int target, 273 * transaction for this target or target lun. 283 * Allow the next untagged transaction for this target or target lun 448 * of the target role. Since the parameters for a connection in ahc_fetch_transinfo() 449 * in the initiator role to a given target are the same as in ahc_fetch_transinfo() 450 * when the roles are reversed, we pretend we are the target. in ahc_fetch_transinfo() 1070 devinfo.target, in ahc_handle_seqint() 1104 * We can't allow the target t in ahc_handle_seqint() 1778 u_int target; ahc_handle_scsiint() local 2797 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) ahc_compile_devinfo() argument 5694 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) ahc_match_scb() argument 5732 int target; ahc_freeze_devq() local 5801 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) ahc_search_qinfifo() argument 6010 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, int target, char channel, int lun, uint32_t status, ahc_search_action action) ahc_search_untagged_queues() argument 6108 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) ahc_search_disc_list() argument 6271 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) ahc_abort_scbs() argument 6425 u_int initiator, target, max_scsiid; ahc_reset_channel() local 7112 int target; ahc_dump_card_state() local 7338 u_int target; ahc_handle_en_lun() local 7803 int target; ahc_handle_target_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 261 static int ahc_abort_scbs(struct ahc_softc *ahc, int target, 273 * transaction for this target or target lun. 283 * Allow the next untagged transaction for this target or target lun 448 * of the target role. Since the parameters for a connection in ahc_fetch_transinfo() 449 * in the initiator role to a given target are the same as in ahc_fetch_transinfo() 450 * when the roles are reversed, we pretend we are the target. in ahc_fetch_transinfo() 1070 devinfo.target, in ahc_handle_seqint() 1104 * We can't allow the target t in ahc_handle_seqint() 1777 u_int target; ahc_handle_scsiint() local 2795 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) ahc_compile_devinfo() argument 5691 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) ahc_match_scb() argument 5729 int target; ahc_freeze_devq() local 5798 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) ahc_search_qinfifo() argument 6005 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, int target, char channel, int lun, uint32_t status, ahc_search_action action) ahc_search_untagged_queues() argument 6103 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) ahc_search_disc_list() argument 6266 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) ahc_abort_scbs() argument 6420 u_int initiator, target, max_scsiid; ahc_reset_channel() local 7106 int target; ahc_dump_card_state() local 7332 u_int target; ahc_handle_en_lun() local 7796 int target; ahc_handle_target_cmd() local [all...] |
/third_party/node/benchmark/napi/function_call/ |
H A D | binding.cc | 10 void Initialize(v8::Local<v8::Object> target, in Initialize() argument 13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_eglimage.h | 38 void st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target, 42 void st_egl_image_target_tex_storage(struct gl_context *ctx, GLenum target,
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target-alpha.c | 2 #include "target.h" 7 static void predefine_alpha(const struct target *self) in predefine_alpha() 24 const struct target target_alpha = {
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_umount2_test.cpp | 19 const char* target = nullptr; in HWTEST_F() local 21 int result = umount2(target, MNT_FORCE); in HWTEST_F()
|