/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | region.cpp | 257 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)¤tRegion); in loadRegionData() local 258 if (target) { in loadRegionData() 259 LocalPointer<UnicodeString> preferredValue(new UnicodeString(target->idStr), status); in loadRegionData()
|
/third_party/python/Lib/logging/ |
H A D | config.py | 164 target = section.get("target", "") 165 if len(target): #the target handler may not be loaded yet, so keep for later... 166 fixups.append((h, target)) 577 if 'target not configured yet' in str(e.__cause__): 738 'target' in config: 740 th = self.config['handlers'][config['target']] 743 raise TypeError('target not configured yet') 744 config['target'] [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_intrinsic_test.cc | 177 auto* target = sem->Target(); in TEST_P() local 178 ASSERT_NE(target, nullptr); in TEST_P() 179 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 656 // Find the target of this instruction. 'this' may be a branch or a 664 // Patch a PC-relative offset to refer to 'target'. 'this' may be a branch or 666 void SetImmPCOffsetTarget(const Instruction* target); 672 // target [instr - range - kInstructionSize, instr + range]. 762 void SetPCRelImmTarget(const Instruction* target); 763 void SetBranchImmTarget(const Instruction* target);
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 239 byte[] target = new byte[bytes.length + 1000]; in testCopyTo_TargetOffset() 240 byteString.copyTo(target, 400); in testCopyTo_TargetOffset() 243 isArrayRange(bytes, target, 400, bytes.length)); in testCopyTo_TargetOffset()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 271 for (auto& target : targets) { in AddSwitch() 274 target.first}); in AddSwitch() 276 Operand{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {target.second}}); in AddSwitch()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 772 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew() argument 777 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew() 780 builder.glAttach(target, att); in attachTargetToNew()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 331 void render (tcu::Surface* target, const Frame& frame) const; 341 void ReferenceRenderer::render (tcu::Surface* target, const Frame& frame) const in render() argument 353 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), in render()
|
H A D | teglPartialUpdateTests.cpp | 320 void render (tcu::Surface* target, const Frame& frame) const; 330 void ReferenceRenderer::render (tcu::Surface* target, const Frame& frame) const in render() argument 342 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), in render()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 390 s64 target; member 769 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins() 779 /* pick the higher latency target */ in ioc_refresh_period_us() 791 * multiple of the latency target. Ideally, the multiplier should in ioc_refresh_period_us() 1247 * Always start with the target budget. On deactivation, we throw away in iocg_activate() 1250 vtarget = now->vnow - ioc->margins.target; in iocg_activate() 1588 * Call this function on the target leaf @iocg's to build pre-order traversal 1693 s64 excess, delta, target, new_hwi; in hweight_after_donation() local 1704 /* throw away excess above target */ in hweight_after_donation() 1705 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 335 " tag_info:<tag_str> Set per-target tag depth\n" 768 * Attempt to send a target reset message to the device that timed out. 802 * No target device for this command exists, in ahd_linux_dev_reset() 1262 * target. 1329 /* destroy all of the device and target objects */ in ahd_platform_free() 1472 ahd_platform_abort_scbs(struct ahd_softc *ahd, int target, char channel, in ahd_platform_abort_scbs() argument 1528 ahd_send_async(ahd, devinfo.channel, devinfo.target, in ahd_linux_device_queue_depth() 1534 ahd_send_async(ahd, devinfo.channel, devinfo.target, in ahd_linux_device_queue_depth() 1673 u_int target, u_int lun, ac_code code) in ahd_send_async() 1683 BUG_ON(target in ahd_send_async() 1672 ahd_send_async(struct ahd_softc *ahd, char channel, u_int target, u_int lun, ac_code code) ahd_send_async() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 39 #include "target.h" 1062 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config() 1146 if (target__has_cpu(&opts->target) || opts->sample_cpu) in evsel__config() 1154 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config() 1227 if (target__none(&opts->target) && evsel__is_group_leader(evsel) && in evsel__config() 2600 int evsel__open_strerror(struct evsel *evsel, struct target *target, in evsel__open_strerror() argument 2657 if (target->cpu_list) in evsel__open_strerror()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 335 " tag_info:<tag_str> Set per-target tag depth\n" 762 * Attempt to send a target reset message to the device that timed out. 796 * No target device for this command exists, in ahd_linux_dev_reset() 1256 * target. 1323 /* destroy all of the device and target objects */ in ahd_platform_free() 1466 ahd_platform_abort_scbs(struct ahd_softc *ahd, int target, char channel, in ahd_platform_abort_scbs() argument 1522 ahd_send_async(ahd, devinfo.channel, devinfo.target, in ahd_linux_device_queue_depth() 1528 ahd_send_async(ahd, devinfo.channel, devinfo.target, in ahd_linux_device_queue_depth() 1667 u_int target, u_int lun, ac_code code) in ahd_send_async() 1677 BUG_ON(target in ahd_send_async() 1666 ahd_send_async(struct ahd_softc *ahd, char channel, u_int target, u_int lun, ac_code code) ahd_send_async() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 591 struct bpf_prog *target; in bpf_tail_call_direct_fixup() local 606 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup() 607 if (target) { in bpf_tail_call_direct_fixup() 610 (u8 *)target->bpf_func + in bpf_tail_call_direct_fixup() 1554 * Compute size of x86 insn and its target dest x86 register. in do_jit() 2197 /* replace 2 nops with JE insn, since jmp target is known */ in invoke_bpf_prog() 2219 u8 *target, *prog = *pprog; in emit_align() local 2221 target = PTR_ALIGN(prog, align); in emit_align() 2222 if (target != prog) in emit_align() 2223 emit_nops(&prog, target in emit_align() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 1648 TreeSet<String> target = new TreeSet<String>(); in TestComparison() 1650 target.add(s); in TestComparison() 1652 target.add(s + t); in TestComparison() 1654 target.add(s + t + u); in TestComparison() 1661 for (String last : target) { in TestComparison() 1662 for (String curr : target) { in TestComparison() 2549 public void checkCountIn(UnicodeSetSpanner m, CountMethod countMethod, SpanCondition spanCondition, String target, int expected) { in checkCountIn() argument 2551 assertEquals(message, callCountIn(m, target, countMethod, spanCondition), expected); in checkCountIn()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 1662 TreeSet<String> target = new TreeSet<>(); in TestComparison() 1664 target.add(s); in TestComparison() 1666 target.add(s + t); in TestComparison() 1668 target.add(s + t + u); in TestComparison() 1675 for (String last : target) { in TestComparison() 1676 for (String curr : target) { in TestComparison() 2552 public void checkCountIn(UnicodeSetSpanner m, CountMethod countMethod, SpanCondition spanCondition, String target, int expected) { in checkCountIn() argument 2554 assertEquals(message, callCountIn(m, target, countMethod, spanCondition), expected); in checkCountIn()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 1445 * @target: target in unicode (only for symlinks) 1446 * @target_len: length of target in unicode characters 1463 * @target and @target_len are used only if @type is S_IFLNK, in other cases 1471 const ntfschar *target, int target_len) in __ntfs_create() 1660 memcpy(data->target, target, in __ntfs_create() 1741 err = ntfs_reparse_set_wsl_symlink(ni, target, in __ntfs_create() 1829 const ntfschar *name, u8 name_len, const ntfschar *target, in ntfs_create_symlink() 1832 if (!target || !target_le in ntfs_create_symlink() 1469 __ntfs_create(ntfs_inode *dir_ni, le32 securid, const ntfschar *name, u8 name_len, mode_t type, dev_t dev, const ntfschar *target, int target_len) __ntfs_create() argument 1828 ntfs_create_symlink(ntfs_inode *dir_ni, le32 securid, const ntfschar *name, u8 name_len, const ntfschar *target, int target_len) ntfs_create_symlink() argument [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 243 // Puts a labels target address at the given position. 247 // Read/Modify the code target address in the branch/call instruction at pc. 251 Address pc, Address target, in set_target_address_at() 253 set_target_value_at(pc, target, icache_flush_mode); in set_target_address_at() 259 Address pc, Address constant_pool, Address target, 262 // Read/Modify the code target address in the branch/call instruction at pc. 266 Address pc, Address constant_pool, Tagged_t target, 280 Address pc, uint64_t target, 289 Address instruction_payload, Code code, Address target); 291 // Get the size of the special target encode 250 set_target_address_at( Address pc, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 2296 // Determine the key to be used and the target map to transition to, if in ReadJSObjectProperties() 2300 Handle<Map> target; in ReadJSObjectProperties() local 2306 target = transitions.ExpectedTransitionTarget(); in ReadJSObjectProperties() 2321 .ToHandle(&target); in ReadJSObjectProperties() 2337 target->instance_descriptors(isolate_).GetDetails(descriptor); in ReadJSObjectProperties() 2341 !target->instance_descriptors(isolate_) in ReadJSObjectProperties() 2346 MapUpdater::GeneralizeField(isolate_, target, descriptor, in ReadJSObjectProperties() 2350 DCHECK(target->instance_descriptors(isolate_) in ReadJSObjectProperties() 2354 map = target; in ReadJSObjectProperties()
|
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 66 t = threading.Thread(target=run) 81 # t = threading.Thread(target=run) 613 t = threading.Thread(target=f) 645 t = threading.Thread(target=f) 711 t = threading.Thread(target=f) 760 t = threading.Thread(target=f) 797 t = threading.Thread(target=f) 811 t = threading.Thread(target=f) 1060 t = threading.Thread(target=f) 1423 t = threading.Thread(target [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.cpp | 240 GLenum target, in CaptureFramebufferParameteri() 246 paramBuffer.addEnumParam("target", GLenumGroup::FramebufferTarget, ParamType::TGLenum, target); in CaptureFramebufferParameteri() 285 GLenum target, in CaptureGetBooleani_v() 291 paramBuffer.addEnumParam("target", GLenumGroup::BufferTargetARB, ParamType::TGLenum, target); in CaptureGetBooleani_v() 298 CaptureGetBooleani_v_data(glState, isCallValid, target, index, data, &dataParam); in CaptureGetBooleani_v() 314 GLenum target, in CaptureGetFramebufferParameteriv() 320 paramBuffer.addEnumParam("target", GLenumGroup::FramebufferTarget, ParamType::TGLenum, target); in CaptureGetFramebufferParameteriv() 238 CaptureFramebufferParameteri(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint param) CaptureFramebufferParameteri() argument 283 CaptureGetBooleani_v(const State &glState, bool isCallValid, GLenum target, GLuint index, GLboolean *data) CaptureGetBooleani_v() argument 312 CaptureGetFramebufferParameteriv(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params) CaptureGetFramebufferParameteriv() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustResourceInitTest.cpp | 1371 for (GLenum target = GL_TEXTURE_CUBE_MAP_POSITIVE_X; target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1372 ++target) in TEST_P() 1374 glTexImage2D(target, 0, GL_RGBA, kTextureSize, kTextureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P() 1386 for (GLenum target = GL_TEXTURE_CUBE_MAP_POSITIVE_X; target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1387 ++target) in TEST_P() 1391 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, target, tex, level); in TEST_P()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 337 // For the given render target and requested render pass features we need to find a compatible in onGetOpsRenderPass() 613 // Change layout of our target so it can be copied to in onTransferPixelsTo() 747 void GrVkGpu::onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) { in onResolveRenderTarget() argument 748 SkASSERT(target->numSamples() > 1); in onResolveRenderTarget() 749 GrVkRenderTarget* rt = static_cast<GrVkRenderTarget*>(target); in onResolveRenderTarget() 757 this->resolveImage(target, rt, resolveRect, in onResolveRenderTarget() 1011 // Change layout of our target so it can be copied to in uploadTexDataOptimal() 1078 // Change layout of our target so it can be copied to in uploadTexDataCompressed() 2564 // Change layout of our target so it can be used as copy in onReadPixels() 2632 const GrSurface* target, in beginRenderPass() 2629 beginRenderPass(const GrVkRenderPass* renderPass, sk_sp<const GrVkFramebuffer> framebuffer, const VkClearValue* colorClear, const GrSurface* target, const SkIRect& renderPassBounds, bool forSecondaryCB) beginRenderPass() argument 2659 endRenderPass(GrRenderTarget* target, GrSurfaceOrigin origin, const SkIRect& bounds) endRenderPass() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 620 static GLint QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) in QueryQueryValue() argument 623 functions->getQueryiv(target, name, &result); in QueryQueryValue() 2436 gl::TextureTarget GetNativeTextureTarget(gl::TextureTarget target) in GetNativeTextureTarget() argument 2440 // Actually, it will be translated to different texture target in GetNativeTextureTarget() 2446 if (target != gl::TextureTarget::VideoImage) in GetNativeTextureTarget() 2448 return target; in GetNativeTextureTarget() 2531 GLenum target, in MapBufferRangeWithFallback() 2538 return static_cast<uint8_t *>(functions->mapBufferRange(target, offset, length, access)); in MapBufferRangeWithFallback() 2565 return static_cast<uint8_t *>(functions->mapBuffer(target, accessEnum)) + offset; in MapBufferRangeWithFallback() 2530 MapBufferRangeWithFallback(const FunctionsGL *functions, GLenum target, size_t offset, size_t length, GLbitfield access) MapBufferRangeWithFallback() argument
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 53 // -- r1 : target function (preserved for callee) in GenerateTailCallToReturnedCode() 54 // -- r3 : new target (preserved for callee) in GenerateTailCallToReturnedCode() 58 // Push a copy of the target function, the new target and the actual in GenerateTailCallToReturnedCode() 68 // Restore target function, new target and actual argument count. in GenerateTailCallToReturnedCode() 109 // -- r3 : new target in Generate_JSBuiltinsConstructStubHelper() 149 // r3: new target in Generate_JSBuiltinsConstructStubHelper() 179 // -- r3: new target in Generate_JSConstructStubGeneric() 196 // -- sp[0*kPointerSize]: new target in Generate_JSConstructStubGeneric() 2420 Register target = r1; Generate_Call() local 2552 Register target = r1; Generate_Construct() local [all...] |