| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | SearchIterator.java | 101 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()
|
| D | StringSearch.java | 381 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/ |
| D | SearchIterator.java | 104 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()
|
| D | StringSearch.java | 393 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/ |
| D | RampLinear.h | 59 void setTarget(float target);
|
| D | RampLinear.cpp | 33 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/ |
| D | MachO_arm64.cpp | 404 E.setTarget(GOTEntry); in fixGOTEdge() 406 E.setTarget(GOTEntry); in fixGOTEdge() 428 E.setTarget(Stub); in fixExternalBranchEdge()
|
| D | MachO_x86_64.cpp | 371 E.setTarget(GOTEntry); in fixGOTEdge() 391 E.setTarget(Stub); in fixExternalBranchEdge()
|
| /third_party/cef/tests/cefclient/browser/ |
| D | root_window_mac.mm | 452 [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/ |
| D | MIParser.h | 156 void setTarget(const TargetSubtargetInfo &NewSubtarget);
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| D | testFlowgraph.cpp | 93 rampLinear.setTarget(target); in TEST()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
| D | SearchTest.java | 1073 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/ |
| D | SearchTest.java | 1070 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/ |
| D | ConvertIcuDataTask.java | 203 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/ |
| D | invocation.cpp | 286 c->setTarget(clang::TargetInfo::CreateTargetInfo( in create_compiler_instance()
|
| /third_party/cef/libcef/browser/native/ |
| D | file_dialog_runner_mac.mm | 156 [button setTarget:self];
|
| /third_party/python/Lib/logging/ |
| D | config.py | 160 h.setTarget(handlers[t])
|
| D | handlers.py | 1353 def setTarget(self, target): member in MemoryHandler
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| D | MIRParser.cpp | 399 Target->setTarget(MF.getSubtarget()); in initializeMachineFunction()
|
| D | MIParser.cpp | 86 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/ |
| D | JITLink.h | 85 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() function
|
| /third_party/mesa3d/src/compiler/clc/ |
| D | clc_helpers.cpp | 821 c->setTarget(clang::TargetInfo::CreateTargetInfo( in clc_compile_to_llvm_module()
|
| /third_party/python/Doc/library/ |
| D | logging.handlers.rst | 911 specified, the target will need to be set using :meth:`setTarget` before this 934 .. method:: setTarget(target)
|
| /third_party/python/Lib/test/ |
| D | test_logging.py | 1177 self.mem_hdlr.setTarget(None) 1186 self.mem_hdlr.setTarget(target)
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.10.0a1.rst | 1453 Fixed a race between setTarget and flush in logging.handlers.MemoryHandler.
|