Home
last modified time | relevance | path

Searched refs:target (Results 2226 - 2250 of 4997) sorted by relevance

1...<<81828384858687888990>>...200

/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp476 str += bad >> entry; // Cannot target entry block in TEST_P()
526 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P()
788 Block target("target", op); in GetUnreachableContinueTerminatedBy()
790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
794 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy()
796 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy()
802 str += target; in GetUnreachableContinueTerminatedBy()
887 Block target("target", SpvOpBranc in GetUnreachableContinueUnreachableLoopInst()
1078 foo >> target; GetUnreachableContinueWithBranchUse() local
1120 f >> target; GetReachableMergeAndContinue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp476 str += bad >> entry; // Cannot target entry block in TEST_P()
526 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P()
788 Block target("target", op); in GetUnreachableContinueTerminatedBy()
790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
794 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy()
796 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy()
802 str += target; in GetUnreachableContinueTerminatedBy()
887 Block target("target", SpvOpBranc in GetUnreachableContinueUnreachableLoopInst()
1078 foo >> target; GetUnreachableContinueWithBranchUse() local
1120 f >> target; GetReachableMergeAndContinue() local
[all...]
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp474 str += bad >> entry; // Cannot target entry block in TEST_P()
524 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P()
758 Block target("target", op); in GetUnreachableContinueTerminatedBy()
760 if (op == spv::Op::OpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
764 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy()
766 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy()
772 str += target; in GetUnreachableContinueTerminatedBy()
857 Block target("target", sp in GetUnreachableContinueUnreachableLoopInst()
1078 f >> target; GetReachableMergeAndContinue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp105 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument
107 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture()
108 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture()
109 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
112 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument
114 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture()
115 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture()
116 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
119 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument
121 for (int level = 0; level < target in clampFloatingPointTexture()
126 clampFloatingPointTexture(tcu::Texture1D& target) clampFloatingPointTexture() argument
133 clampFloatingPointTexture(tcu::Texture1DArray& target) clampFloatingPointTexture() argument
140 clampFloatingPointTexture(tcu::TextureCubeArray& target) clampFloatingPointTexture() argument
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp448 list<string> FaultDetectorUtil::GetDightStrArr(const string &target) in GetDightStrArr() argument
452 for (size_t i = 0, len = target.size(); i < len; i++) { in GetDightStrArr()
453 if (target[i] >= '0' && target[i] <= '9') { in GetDightStrArr()
454 temp += target[i]; in GetDightStrArr()
/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp238 bool SetUpLoopDevice(const int deviceFd, const string &target, const uint32_t imageOffset, const uint32_t imageSize) in SetUpLoopDevice() argument
242 string realPath = GetRealPath(target); in SetUpLoopDevice()
244 LOG(ERROR) << "invalid target " << target; in SetUpLoopDevice()
309 const string &target, const uint32_t imageOffset, const uint32_t imageSize) in CreateLoopDevice()
329 if (!SetUpLoopDevice(loopDevice->deviceFd.Get(), target, imageOffset, imageSize)) { in CreateLoopDevice()
308 CreateLoopDevice( const string &target, const uint32_t imageOffset, const uint32_t imageSize) CreateLoopDevice() argument
/base/update/updater/services/applypatch/
H A Dblock_set.cpp219 bool BlockSet::IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target) in IsTwoBlocksOverlap() argument
223 std::vector<BlockPair>::iterator secondIter = target.Begin(); in IsTwoBlocksOverlap()
224 for (; secondIter != target.End(); ++secondIter) { in IsTwoBlocksOverlap()
234 void BlockSet::MoveBlock(std::vector<uint8_t> &target, const BlockSet& locations, in MoveBlock() argument
238 uint8_t *td = target.data(); in MoveBlock()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp110 void CJFrontendAbstract::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument
114 PushPage(target.url, params); in NavigatePage()
117 ReplacePage(target.url, params); in NavigatePage()
120 Back(target.url, params); in NavigatePage()
124 Back(target.url, params); in NavigatePage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp74 void RichEditorLayoutAlgorithm::CopySpanStyle(RefPtr<SpanItem> source, RefPtr<SpanItem> target) in CopySpanStyle() argument
78 target->fontStyle->UpdateFontSize(typingTextStyle.GetFontSize()); in CopySpanStyle()
79 target->textLineStyle->UpdateLineHeight(typingTextStyle.GetLineHeight()); in CopySpanStyle()
83 target->fontStyle->UpdateFontSize(source->fontStyle->GetFontSizeValue()); in CopySpanStyle()
87 target->textLineStyle->UpdateLineHeight(source->textLineStyle->GetLineHeightValue()); in CopySpanStyle()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h267 CORE_NS::Entity rootEntity, CORE_NS::Entity target, BASE_NS::string_view property) override;
268 IEcsTrackAnimation::Ptr GetAnimationTrack(CORE_NS::Entity target, BASE_NS::string_view property) override;
285 * function succeeds, the object is attached to the target.
290 * @return The implementation should return true if the attachment can be attached to target object.
293 bool Attaching(const IAttach::Ptr& target, const IObject::Ptr& dataContext) override
295 META_ACCESS_PROPERTY(AttachedTo)->SetValue(target); variable
302 * @return If the attachment can be detached from the target, the implementation should return true.
304 * target may choose to not remove the attachment. During for example object destruction,
305 * the target will ignore the return value.
307 bool Detaching(const IAttach::Ptr& target) overrid
[all...]
/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py126 def build_testcases(self, productform, target):
131 if isinstance(target, list):
132 for test in target:
133 command.append("--build-target")
135 elif isinstance(target, str):
136 for test in target.split(','):
137 command.append("--build-target")
167 xts_build_test_command.append("--build-target")
210 command.append("--build-target")
/test/xts/hats/kernel/purgeableMem/
H A Dpurgeable_cpp_test.cpp99 explicit TestBigDataBuilder(char target) in TestBigDataBuilder() argument
101 this->target = target; in TestBigDataBuilder()
111 for (char ch = target; len < size;) { in Build()
124 char target; member in OHOS::PurgeableMem::TestBigDataBuilder
/third_party/ffmpeg/libavformat/
H A Drdt.c395 unsigned char *target; in rdt_parse_b64buf() local
402 target = av_mallocz(*target_len + AV_INPUT_BUFFER_PADDING_SIZE); in rdt_parse_b64buf()
403 if (!target) in rdt_parse_b64buf()
405 av_base64_decode(target, p, *target_len); in rdt_parse_b64buf()
406 return target; in rdt_parse_b64buf()
/third_party/backends/backend/
H A Dmustek_usb_high.h401 usb_high_cal_calibrate (Calibrator * cal, void *src, void *target);
412 usb_high_cal_i8o8_mono_calibrate (Calibrator * cal, void *src, void *target);
415 usb_high_cal_i8o8_rgb_calibrate (Calibrator * cal, void *src, void *target);
426 usb_high_cal_i4o1_calibrate (Calibrator * cal, void *src, void *target);
533 SANE_Byte * target, SANE_Byte max,
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java1192 * @param target the target string to be compared.
1199 public boolean equals(String source, String target) in equals() argument
1201 return (compare(source, target) == 0); in equals()
1218 * Compares the source text String to the target text String according to
1222 * less than, equal to or greater than the target String. See the Collator
1226 * @param target the target String.
1228 * less than target, value is zero if source and target ar
1235 compare(String source, String target) compare() argument
1249 compare(Object source, Object target) compare() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java427 long target = System.currentTimeMillis() + test.diffInSeconds * 1000; in TestFromNowTo()
430 target = test.diffInSeconds > 0 ? target + delayMS : target - delayMS; in TestFromNowTo()
431 Date d = new Date(target); in TestFromNowTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollator.java1145 * @param target the target string to be compared.
1151 public boolean equals(String source, String target) in equals() argument
1153 return (compare(source, target) == 0); in equals()
1169 * Compares the source text String to the target text String according to
1173 * less than, equal to or greater than the target String. See the Collator
1177 * @param target the target String.
1179 * less than target, value is zero if source and target ar
1185 compare(String source, String target) compare() argument
1198 compare(Object source, Object target) compare() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java430 long target = System.currentTimeMillis() + test.diffInSeconds * 1000; in TestFromNowTo()
433 target = test.diffInSeconds > 0 ? target + delayMS : target - delayMS; in TestFromNowTo()
434 Date d = new Date(target); in TestFromNowTo()
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py13 the target branch).
279 the target branch).
285 the target branch checked out.
312 def list_merges(some_hash, target, *options):
313 """List merge commits from some_hash to target.
319 '..'.join([some_hash, target])])
328 target = 'HEAD'
329 # List the merges from some_hash to the target in two ways.
331 # some_hash and ancestors of the target.
332 ancestry = frozenset(cls.list_merges(some_hash, target,
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.h179 tu_cs_add_entries(struct tu_cs *cs, struct tu_cs *target);
366 * Emit a CP_INDIRECT_BUFFER command packet for each entry in the target
370 tu_cs_emit_call(struct tu_cs *cs, const struct tu_cs *target) in tu_cs_emit_call() argument
372 assert(target->mode == TU_CS_MODE_GROW); in tu_cs_emit_call()
373 for (uint32_t i = 0; i < target->entry_count; i++) in tu_cs_emit_call()
374 tu_cs_emit_ib(cs, target->entries + i); in tu_cs_emit_call()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c277 enum pipe_texture_target target, in virgl_vtest_send_resource_create2()
295 res_create_buf[VCMD_RES_CREATE2_TARGET] = target; in virgl_vtest_send_resource_create2()
324 enum pipe_texture_target target, in virgl_vtest_send_resource_create()
339 return virgl_vtest_send_resource_create2(vws, handle, target, format, in virgl_vtest_send_resource_create()
348 res_create_buf[VCMD_RES_CREATE_TARGET] = target; in virgl_vtest_send_resource_create()
275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create2() argument
322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c53 template.target = pCreateInfo->arrayLayers > 1 ? PIPE_TEXTURE_1D_ARRAY : PIPE_TEXTURE_1D; in lvp_image_create()
57 template.target = pCreateInfo->arrayLayers > 1 ? PIPE_TEXTURE_2D_ARRAY : PIPE_TEXTURE_2D; in lvp_image_create()
60 template.target = PIPE_TEXTURE_3D; in lvp_image_create()
249 if (image->bo->target == PIPE_TEXTURE_3D) { in lvp_GetImageSubresourceLayout()
303 template.target = PIPE_BUFFER; in lvp_CreateBuffer()
/third_party/node/src/crypto/
H A Dcrypto_hash.cc55 void Hash::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
67 SetConstructorFunction(context, target, "Hash", t); in Initialize()
69 SetMethodNoSideEffect(context, target, "getHashes", GetHashes); in Initialize()
71 HashJob::Initialize(env, target); in Initialize()
74 context, target, "internalVerifyIntegrity", InternalVerifyIntegrity); in Initialize()
/third_party/node/deps/v8/tools/
H A Dlocs.py195 def __init__(self, file, target, loc, in_bytes, expanded, expanded_bytes):
198 self.target = target
201 return "{} {} {}".format(super().to_string(), self.file, self.target)
300 return {"file": o.file, "target": o.target, "loc": o.loc, "in_bytes": o.in_bytes,
356 # New target
361 sys.exit('Missing empty line before new target')
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c167 switch (texture->target) { in try_pbo_readpixels()
173 view_target = texture->target; in try_pbo_readpixels()
177 templ.target = view_target; in try_pbo_readpixels()
296 dst_templ.target = PIPE_TEXTURE_2D; in blit_to_staging()
467 !screen->is_format_supported(screen, src_format, src->target, in st_ReadPixels()

Completed in 30 milliseconds

1...<<81828384858687888990>>...200