Home
last modified time | relevance | path

Searched refs:setTarget (Results 1 – 25 of 35) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSearchIterator.java101 void setTarget(CharacterIterator text) { in setTarget() method in SearchIterator.Search
242 public void setTarget(CharacterIterator text) in setTarget() method in SearchIterator
249 search_.setTarget(text); in setTarget()
617 search_.setTarget(target); in SearchIterator()
DStringSearch.java381 public void setTarget(CharacterIterator text) { in setTarget() method in StringSearch
382 super.setTarget(text); in setTarget()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DSearchIterator.java104 void setTarget(CharacterIterator text) { in setTarget() method in SearchIterator.Search
250 public void setTarget(CharacterIterator text) in setTarget() method in SearchIterator
257 search_.setTarget(text); in setTarget()
641 search_.setTarget(target); in SearchIterator()
DStringSearch.java393 public void setTarget(CharacterIterator text) { in setTarget() method in StringSearch
394 super.setTarget(text); in setTarget()
/third_party/skia/third_party/externals/oboe/src/flowgraph/
DRampLinear.h59 void setTarget(float target);
DRampLinear.cpp33 void RampLinear::setTarget(float target) { in setTarget() function in RampLinear
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp404 E.setTarget(GOTEntry); in fixGOTEdge()
406 E.setTarget(GOTEntry); in fixGOTEdge()
428 E.setTarget(Stub); in fixExternalBranchEdge()
DMachO_x86_64.cpp371 E.setTarget(GOTEntry); in fixGOTEdge()
391 E.setTarget(Stub); in fixExternalBranchEdge()
/third_party/cef/tests/cefclient/browser/
Droot_window_mac.mm452 [back_button_ setTarget:window_delegate_];
457 [forward_button_ setTarget:window_delegate_];
462 [reload_button_ setTarget:window_delegate_];
467 [stop_button_ setTarget:window_delegate_];
479 [url_textfield_ setTarget:window_delegate_];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h156 void setTarget(const TargetSubtargetInfo &NewSubtarget);
/third_party/skia/third_party/externals/oboe/tests/
DtestFlowgraph.cpp93 rampLinear.setTarget(target); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
DSearchTest.java1073 strsrch.setTarget(new StringCharacterIterator(text)); in TestContraction()
1105 strsrch.setTarget(new StringCharacterIterator(text)); in TestContractionCanonical()
1234 strsrch.setTarget(new StringCharacterIterator(text)); in TestGetSetOffset()
1308 strsrch.setTarget(new StringCharacterIterator(text)); in TestGetSetOffsetCanonical()
1372 strsrch.setTarget(new StringCharacterIterator(text)); in TestIgnorable()
1888 strsrch.setTarget(t); in TestText()
1915 strsrch.setTarget(t); in TestTextCanonical()
1928 strsrch.setTarget(t); in TestTextCanonical()
2071 strsrch.setTarget(new StringCharacterIterator(text)); in TestDiactricMatch()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java1070 strsrch.setTarget(new StringCharacterIterator(text)); in TestContraction()
1102 strsrch.setTarget(new StringCharacterIterator(text)); in TestContractionCanonical()
1231 strsrch.setTarget(new StringCharacterIterator(text)); in TestGetSetOffset()
1305 strsrch.setTarget(new StringCharacterIterator(text)); in TestGetSetOffsetCanonical()
1369 strsrch.setTarget(new StringCharacterIterator(text)); in TestIgnorable()
1885 strsrch.setTarget(t); in TestText()
1912 strsrch.setTarget(t); in TestTextCanonical()
1925 strsrch.setTarget(t); in TestTextCanonical()
2068 strsrch.setTarget(new StringCharacterIterator(text)); in TestDiactricMatch()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DConvertIcuDataTask.java203 public void setTarget(String target) { in setTarget() method in ConvertIcuDataTask.ForcedAlias
220 public void setTarget(String target) { in setTarget() method in ConvertIcuDataTask.AltPath
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp286 c->setTarget(clang::TargetInfo::CreateTargetInfo( in create_compiler_instance()
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_mac.mm156 [button setTarget:self];
/third_party/python/Lib/logging/
Dconfig.py160 h.setTarget(handlers[t])
Dhandlers.py1353 def setTarget(self, target): member in MemoryHandler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp399 Target->setTarget(MF.getSubtarget()); in initializeMachineFunction()
DMIParser.cpp86 void PerTargetMIParsingState::setTarget( in setTarget() function in PerTargetMIParsingState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h85 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() function
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp821 c->setTarget(clang::TargetInfo::CreateTargetInfo( in clc_compile_to_llvm_module()
/third_party/python/Doc/library/
Dlogging.handlers.rst911 specified, the target will need to be set using :meth:`setTarget` before this
934 .. method:: setTarget(target)
/third_party/python/Lib/test/
Dtest_logging.py1177 self.mem_hdlr.setTarget(None)
1186 self.mem_hdlr.setTarget(target)
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1453 Fixed a race between setTarget and flush in logging.handlers.MemoryHandler.

12