Home
last modified time | relevance | path

Searched defs:target (Results 1051 - 1075 of 2104) sorted by relevance

1...<<41424344454647484950>>...85

/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp59 UChar target[1]={ 0 }; in ucbuf_autodetect_fs() local
165 UChar* target=NULL; in ucbuf_fillucbuf() local
588 UChar target[1]={ 0 }; ucbuf_rewind() local
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) ucbuf_resolveFileName() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java287 abstract CoderResult encodeLoop(CharBuffer source, ByteBuffer target, in encodeLoop() argument
299 final CoderResult encode(CharBuffer source, ByteBuffer target, in encode() argument
390 fromUnicodeWithCallback(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) fromUnicodeWithCallback() argument
776 cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteSub() argument
797 cbFromUWriteUChars(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteUChars() argument
[all...]
H A DCharsetCompoundText.java344 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
513 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c436 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.cc354 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
745 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1052 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1279 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1507 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.cc346 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc41 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
53 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
87 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
66 BuildConstruct( TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstruct() argument
96 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
118 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
128 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
142 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
265 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local
278 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target) FastNewObject() argument
295 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target, Label* call_runtime) FastNewObject() argument
[all...]
H A Dbuiltins-intl.cc277 Handle<JSFunction> target = args.target(); in LegacyFormatConstructor() local
349 Handle<JSFunction> target = args.target(); in DisallowCallConstructor() local
380 Handle<JSFunction> target = args.target(); in CallOrConstructConstructor() local
700 Handle<JSFunction> target = args.target(); BUILTIN() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc272 int AssemblerBase::AddCodeTarget(Handle<CodeT> target) { in AddCodeTarget() argument
H A Dreloc-info.cc352 void RelocInfo::set_target_address(Address target, in set_target_address() argument
514 Address target = target_internal_reference(); in Verify() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc219 bool Instruction::IsTargetInImmPCOffsetRange(Instruction* target) { in IsTargetInImmPCOffsetRange() argument
254 void Instruction::SetBranchImmTarget(Instruction* target) { in SetBranchImmTarget() argument
223 SetImmPCOffsetTarget(const AssemblerOptions& options, Instruction* target) SetImmPCOffsetTarget() argument
237 SetPCRelImmTarget(const AssemblerOptions& options, Instruction* target) SetPCRelImmTarget() argument
287 SetUnresolvedInternalReferenceImmTarget( const AssemblerOptions& options, Instruction* target) SetUnresolvedInternalReferenceImmTarget() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h55 Address target = Memory<Address>(pc_); in apply() local
60 Address target = Assembler::target_address_at(pc_, constant_pool_); in apply() local
121 set_target_compressed_address_at( Address pc, Address constant_pool, Tagged_t target, ICacheFlushMode icache_flush_mode) set_target_compressed_address_at() argument
183 set_target_object(Heap* heap, HeapObject target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_object() argument
200 WriteBarrierForCode(host(), this, target); set_target_object() local
209 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument
221 set_target_runtime_entry(Address target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_runtime_entry() argument
421 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
433 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument
443 set_target_address_at(Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode) set_target_address_at() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h115 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
129 WriteBarrierForCode(host(), this, target); in set_target_object() local
160 void RelocInfo::set_target_runtime_entry(Address target, in set_target_runtime_entry() argument
138 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument
217 deserialization_set_special_target_at( Address constant_pool_entry, Code code, Address target) deserialization_set_special_target_at() argument
227 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument
276 set_target_address_at(Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode) set_target_address_at() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64-inl.h244 int32_t Assembler::relative_target_offset(Address target, Address pc) { in relative_target_offset() argument
235 set_target_address_at(Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode) set_target_address_at() argument
250 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument
255 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
351 set_target_external_reference( Address target, ICacheFlushMode icache_flush_mode) set_target_external_reference() argument
370 set_target_object(Heap* heap, HeapObject target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_object() argument
387 WriteBarrierForCode(host(), this, target); set_target_object() local
396 set_target_runtime_entry(Address target, WriteBarrierMode write_barrier_mode, ICacheFlushMode icache_flush_mode) set_target_runtime_entry() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h85 bool Scavenger::MigrateObject(Map map, HeapObject source, HeapObject target, in MigrateObject() argument
124 HeapObject target; in SemiSpaceCopyObject() local
173 HeapObject target; PromoteObject() local
323 HeapObject target = first_word.ToForwardingAddress(); EvacuateShortcutCandidate() local
478 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); VisitCodeTarget() local
[all...]
H A Dmarking-visitor-inl.h136 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in VisitCodeTarget() local
391 HeapObject target = HeapObject::cast(weak_ref.target()); in VisitJSWeakRef() local
416 HeapObject target = weak_cell.relaxed_target(); VisitWeakCell() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc70 Handle<Object> target; member
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc37 bool IsTargetOfNodeFallthrough(ControlNode* node, BasicBlock* target) { in IsTargetOfNodeFallthrough() argument
61 bool IsLiveAtTarget(ValueNode* node, ControlNode* source, BasicBlock* target) { in IsLiveAtTarget() argument
235 BasicBlock* target = control->Cast<Jump>()->target(); AllocateRegisters() local
473 InitializeConditionalBranchRegisters( ConditionalControlNode* control_node, BasicBlock* target) InitializeConditionalBranchRegisters() argument
512 BasicBlock* target = unconditional->target(); AllocateControlNode() local
564 AddMoveBeforeCurrentNode( compiler::AllocatedOperand source, compiler::AllocatedOperand target) AddMoveBeforeCurrentNode() argument
786 InitializeBranchTargetRegisterValues( ControlNode* source, BasicBlock* target) InitializeBranchTargetRegisterValues() argument
801 MergeRegisterValues(ControlNode* control, BasicBlock* target, int predecessor_id) MergeRegisterValues() argument
[all...]
H A Dmaglev-graph-printer.cc145 size_t AddTarget(std::vector<BasicBlock*>& targets, BasicBlock* target) { in AddTarget() argument
164 bool AddTargetIfNotNext(std::vector<BasicBlock*>& targets, BasicBlock* target, in AddTargetIfNotNext() argument
240 BasicBlock* target = node->Cast<JumpLoop>()->target(); PreProcessGraph() local
440 BasicBlock* target = control_node->Cast<JumpLoop>()->target(); Process() local
449 BasicBlock* target = Process() local
482 BasicBlock* target = Process() local
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc240 void Fork(Label& target) { in Fork() argument
244 void Jmp(Label& target) { in Jmp() argument
252 void Bind(Label& target) { in Bind() argument
273 LabelledInstrImpl(RegExpInstruction::Opcode op, Label& target) LabelledInstrImpl() argument
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc243 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in FinalizeEmbeddedCodeTargets() local
H A Dplatform-embedded-file-writer-win.cc392 DeclarePointerToSymbol(const char* name, const char* target) DeclarePointerToSymbol() argument
604 DeclarePointerToSymbol(const char* name, const char* target) DeclarePointerToSymbol() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h298 fd6_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd6_emit_ib() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h396 fdl_type_from_pipe_target(enum pipe_texture_target target) { in fdl_type_from_pipe_target() argument

Completed in 23 milliseconds

1...<<41424344454647484950>>...85