Home
last modified time | relevance | path

Searched refs:target (Results 3376 - 3400 of 4886) sorted by relevance

1...<<131132133134135136137138139140>>...196

/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftrend1.c155 params.target = bitmap; in ft_raster1_render()
/third_party/skia/third_party/externals/tint/kokoro/linux/
H A Ddocker.sh116 cmake --build . --target tint-docs
/third_party/skia/third_party/externals/tint/src/transform/
H A Dexternal_texture_transform.cc81 auto* exp = ctx.Clone(call_expr->target.name); in Run()
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py82 threads = [threading.Thread(target=process, args=(url,)) for url in all_urls]
/third_party/typescript/tests/baselines/reference/
H A DimportHelpersInIsolatedModules.js30 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_api.py15 def find_spec(cls, fullname, path=None, target=None):
/third_party/skia/include/sksl/
H A DDSLLayout.h82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.hpp108 void attachTargetToNew (GLenum target, GLenum bufType,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
H A DMakefile14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.hpp52 const char* getBufferTargetName (deUint32 target);
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
H A DMakefile14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dbin2stream.py102 waiterThread = Thread(target=server.serve_forever, args=())
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp749 for (const auto& target : iter->second) { in DispatchTouchEvent()
750 AddGestureSnapshot(point.id, 0, target, NG::EventTreeType::TOUCH); in DispatchTouchEvent()
896 for (const auto& target : iter->second) { in PostEventDispatchTouchEvent()
897 AddGestureSnapshot(point.id, 0, target, NG::EventTreeType::POST_EVENT); in PostEventDispatchTouchEvent()
2061 int32_t finger, int32_t depth, const RefPtr<TouchEventTarget>& target, NG::EventTreeType type) in AddGestureSnapshot()
2063 if (!target) { in AddGestureSnapshot()
2066 RefPtr<GestureSnapshot> info = target->Dump(); in AddGestureSnapshot()
2067 auto frameNode = target->GetAttachedNode().Upgrade(); in AddGestureSnapshot()
2075 // add child gesture if target is group in AddGestureSnapshot()
2076 auto group = AceType::DynamicCast<NG::RecognizerGroup>(target); in AddGestureSnapshot()
2060 AddGestureSnapshot( int32_t finger, int32_t depth, const RefPtr<TouchEventTarget>& target, NG::EventTreeType type) AddGestureSnapshot() argument
2240 TouchTargetHitTest(const TouchEvent& touchPoint, const RefPtr<NG::FrameNode>& frameNode, TouchRestrict& touchRestrict, const Offset& offset, float viewScale, bool needAppend, const std::string& target) TouchTargetHitTest() argument
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py668 # bpo-35512: Ensure that patch with a string target resolves to
670 original = support.target.copy()
672 @patch.dict('unittest.test.testmock.support.target', {'bar': 'BAR'})
674 self.assertEqual(support.target, {'foo': 'BAZ', 'bar': 'BAR'})
677 support.target = {'foo': 'BAZ'}
679 self.assertEqual(support.target, {'foo': 'BAZ'})
681 support.target = original
1707 def with_custom_patch(target):
1708 getter, attribute = _get_target(target)
1969 for target i
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c827 unsigned target, struct ureg_src src0, in TEX_if_fetch4()
839 ureg_tex_insn(tx->ureg, TGSI_OPCODE_TG4, &tmp, 1, target, TGSI_RETURN_TYPE_FLOAT, in TEX_if_fetch4()
872 unsigned target, struct ureg_src src0, in TEX_with_ps1x_projection()
883 if (dim == 1 || (dim <= target && !shadow)) { in TEX_with_ps1x_projection()
884 ureg_TEX(tx->ureg, dst, target, src0, src1); in TEX_with_ps1x_projection()
886 ureg_TXP(tx->ureg, dst, target, src0, src1); in TEX_with_ps1x_projection()
890 ureg_TEX(tx->ureg, dst, target, ureg_src(tmp), src1); in TEX_with_ps1x_projection()
2945 unsigned target; in DECL_SPECIAL() local
2953 target = tx->sampler_targets[tx->insn.src[1].idx]; in DECL_SPECIAL()
2955 if (TEX_if_fetch4(tx, dst, target, sr in DECL_SPECIAL()
826 TEX_if_fetch4(struct shader_translator *tx, struct ureg_dst dst, unsigned target, struct ureg_src src0, struct ureg_src src1, INT idx) TEX_if_fetch4() argument
871 TEX_with_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, unsigned target, struct ureg_src src0, struct ureg_src src1, INT idx) TEX_with_ps1x_projection() argument
3010 unsigned target; DECL_SPECIAL() local
3031 unsigned target; DECL_SPECIAL() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c821 SLJIT_S390X_INSTRUCTION(br, sljit_gpr target) in SLJIT_S390X_INSTRUCTION() argument
823 return 0x07f0 | target; in SLJIT_S390X_INSTRUCTION()
826 SLJIT_S390X_INSTRUCTION(brc, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
829 sljit_ins ri2 = (sljit_ins)target & 0xffff; in SLJIT_S390X_INSTRUCTION()
833 SLJIT_S390X_INSTRUCTION(brcl, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
836 sljit_ins ri2 = (sljit_ins)target & 0xffffffff; in SLJIT_S390X_INSTRUCTION()
884 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() argument
888 return push_inst(compiler, lghi(target, (sljit_s16)v)); in push_load_imm_inst()
891 return push_inst(compiler, llill(target, (sljit_u16)v)); in push_load_imm_inst()
894 return push_inst(compiler, llilh(target, (sljit_u1 in push_load_imm_inst()
1568 sljit_sw target = (sljit_sw)((jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); sljit_generate_code() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp617 void RenderIndexerCircle::InitCollapseScrollInterpolator(double origin, double target) in InitCollapseScrollInterpolator() argument
620 auto endFrame = AceType::MakeRefPtr<Keyframe<double>>(KEYFRAME_END, target); in InitCollapseScrollInterpolator()
636 void RenderIndexerCircle::InitFocusInterpolator(double origin, double target, int32_t originIndex, int32_t targetIndex) in InitFocusInterpolator() argument
639 auto endFrame = AceType::MakeRefPtr<Keyframe<double>>(KEYFRAME_END, target); in InitFocusInterpolator()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp763 int32_t ImageUtils::KMPFind(const uint8_t* target, uint32_t targetLen, in KMPFind() argument
766 if (target == nullptr || pattern == nullptr || patternLen == 0) { in KMPFind()
777 while (patternIndex > 0 && target[targetIndex] != pattern[patternIndex]) { in KMPFind()
781 if (target[targetIndex] == pattern[patternIndex]) { in KMPFind()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c138 ConnBlePacket *target = NULL; in ConnGattTransRecv() local
151 target = it; in ConnGattTransRecv()
185 if (target != NULL) { in ConnGattTransRecv()
186 ListAdd(target->node.prev, &packet->node); in ConnGattTransRecv()
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c699 static int32_t RpcInvokerSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in RpcInvokerSendRequest() argument
711 HandleSessionList *sessinoObject = WriteTransaction(BC_TRANSACTION, option, target.handle, in RpcInvokerSendRequest()
775 static int32_t RpcSetRegistryObject(SvcIdentity target, SvcIdentity *samgr) in RpcSetRegistryObject() argument
777 (void)target; in RpcSetRegistryObject()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java720 * Delimiter before target in an ID.
1484 // No target; malformed id in getDisplayName()
1628 * containing only the forward direction source, target, and
1838 * <p>Warning. You might expect an empty filter to always produce an empty target.
1843 * With a filter of [], you still get some elements in the target set, because this rule will still match. It could
1864 * <p>When gathering the information on source and target, the compound transliterator makes things complicated.
1873 * While the filter just allows a and x, b is an intermediate result, which could produce c. So the source and target sets
1875 * the global filter, intersect that transliterator's filter. Based on that we get the target.
1876 * The next transliterator gets as a global filter (global + last target). And so on.
1896 // clumsy guess with target in addSourceTargetSet()
2064 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument
2126 getAvailableVariants(String source, String target) getAvailableVariants() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java704 * Delimiter before target in an ID.
1455 // No target; malformed id in getDisplayName()
1595 * containing only the forward direction source, target, and
1801 * <p>Warning. You might expect an empty filter to always produce an empty target.
1806 * With a filter of [], you still get some elements in the target set, because this rule will still match. It could
1826 * <p>When gathering the information on source and target, the compound transliterator makes things complicated.
1835 * While the filter just allows a and x, b is an intermediate result, which could produce c. So the source and target sets
1837 * the global filter, intersect that transliterator's filter. Based on that we get the target.
1838 * The next transliterator gets as a global filter (global + last target). And so on.
1859 // clumsy guess with target in addSourceTargetSet()
2027 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument
2085 getAvailableVariants(String source, String target) getAvailableVariants() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp208 // mass conversion target unit, but not needed for MeasureUnit
215 // Find the base target unit for this simple unit
218 if (!table.findValue("target", value)) {
224 CharString target;
225 target.appendInvariantChars(uTarget, len, status);
228 UStringTrieResult result = quantitiesTrie.next(target.data(), target.length());
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h192 int target,
204 int target,
216 int target,
1432 int target,
/third_party/jinja2/
H A Dnodes.py318 """The for loop. `target` is the target for the iteration (usually a
326 fields = ("target", "iter", "body", "else_", "test", "recursive")
327 target: Node
417 fields = ("template", "target", "with_context")
419 target: str
449 """Assigns an expression to a target."""
451 fields = ("target", "node")
452 target: "Expr"
457 """Assigns a block to a target
[all...]

Completed in 53 milliseconds

1...<<131132133134135136137138139140>>...196