Home
last modified time | relevance | path

Searched defs:source (Results 1851 - 1875 of 3135) sorted by relevance

1...<<71727374757677787980>>...126

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc343 CallCCopyFastNumberJSArrayElementsToTypedArray( TNode<Context> context, TNode<JSArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> source_length, TNode<UintPtrT> offset) CallCCopyFastNumberJSArrayElementsToTypedArray() argument
358 CallCCopyTypedArrayElementsToTypedArray( TNode<JSTypedArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> source_length, TNode<UintPtrT> offset) CallCCopyTypedArrayElementsToTypedArray() argument
370 CallCCopyTypedArrayElementsSlice( TNode<JSTypedArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> start, TNode<UintPtrT> end) CallCCopyTypedArrayElementsSlice() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h304 void Move(Operand dst, Smi source) { in Move() argument
309 void Move(Register dst, TaggedIndex source) { Move(dst, source.ptr()); } in Move() argument
311 void Move(Operand dst, TaggedIndex source) { Move(dst, source.ptr()); } in Move() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc94 compileAndRunInternalScript( v8::Local<v8::Context> context, v8::Local<v8::String> source) compileAndRunInternalScript() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc120 compiler::AllocatedOperand source = in Process() local
136 void EmitSingleParallelMove(Register source, Register target, in EmitSingleParallelMove() argument
143 RecursivelyEmitParallelMoveChain(Register chain_start, Register source, Register target, RegisterMoves& moves) RecursivelyEmitParallelMoveChain() argument
171 EmitParallelMoveChain(Register source, RegisterMoves& moves) EmitParallelMoveChain() argument
179 EmitStackToRegisterGapMove(compiler::InstructionOperand source, Register target) EmitStackToRegisterGapMove() argument
185 RecordGapMove(compiler::AllocatedOperand source, Register target_reg, RegisterMoves& register_moves, StackToRegisterMoves& stack_to_register_moves) RecordGapMove() argument
204 RecordGapMove(compiler::AllocatedOperand source, compiler::AllocatedOperand target, RegisterMoves& register_moves, StackToRegisterMoves& stack_to_register_moves) RecordGapMove() argument
254 compiler::AllocatedOperand source = merge->operand(predecessor_id); EmitBlockEndGapMoves() local
270 compiler::AllocatedOperand source = compiler::AllocatedOperand::cast( EmitBlockEndGapMoves() local
[all...]
H A Dmaglev-graph-builder.h308 interpreter::Register source = iterator_.GetRegisterOperand(operand_index); in IsRegisterEqualToAccumulator() local
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc712 String source = string; in TryStringToIndexOrLookupExisting() local
629 TryStringToIndexOrLookupExisting(Isolate* isolate, String string, String source, size_t start) TryStringToIndexOrLookupExisting() argument
[all...]
H A Dshared-function-info.cc412 Handle<String> source = isolate->factory()->NewSubString( in GetSourceCodeHarmony() local
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-parser.h147 Parse( Isolate* isolate, Handle<String> source, Handle<Object> reviver) Parse() argument
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc155 explicit ChunkedStream(ScriptCompiler::ExternalSourceStream* source) in ChunkedStream() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc378 Handle<HeapObject> RegExpBytecodeGenerator::GetCode(Handle<String> source) { in GetCode() argument
H A Dregexp-macro-assembler-tracer.cc435 Handle<HeapObject> RegExpMacroAssemblerTracer::GetCode(Handle<String> source) { in GetCode() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1262 Handle<Object> source = args.at(1); in RUNTIME_FUNCTION() local
1280 Handle<Object> source = args.at(1); in RUNTIME_FUNCTION() local
1334 Handle<Object> source = args.at(0); RUNTIME_FUNCTION() local
[all...]
H A Druntime-wasm.cc716 Address source = instance->data_segment_starts()[data_segment] + offset; in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc339 Finalize(Isolate* isolate, Handle<String> source, ScriptOriginOptions origin_options) Finalize() argument
419 Deserialize( Isolate* isolate, AlignedCachedData* cached_data, Handle<String> source, ScriptOriginOptions origin_options) Deserialize() argument
498 FinishOffThreadDeserialize( Isolate* isolate, OffThreadDeserializeData&& data, AlignedCachedData* cached_data, Handle<String> source, ScriptOriginOptions origin_options) FinishOffThreadDeserialize() argument
657 SourceHash(Handle<String> source, ScriptOriginOptions origin_options) SourceHash() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c792 vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer, struct pipe_sampler_view *source, struct pipe_sampler_view *intermediate) vl_idct_init_buffer() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c567 rc_pair_remove_src( struct rc_instruction * inst, unsigned int src_type, unsigned int source) rc_pair_remove_src() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c445 int dest, source; in md5crypt() local
/third_party/node/deps/uv/src/win/
H A Dprocess.c455 WCHAR* quote_cmd_arg(const WCHAR *source, WCHAR *target) { in quote_cmd_arg() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java105 void visit(DfaNode source, DfaEdge edge, DfaNode target); in visit() argument
1115 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c198 coreaudio_source *source = PA_SOURCE(o)->userdata; in get_latency_us() local
320 coreaudio_source *source = PA_SOURCE(o)->userdata; in source_process_msg() local
516 coreaudio_source *source = s->userdata; ca_source_set_state_in_main_thread() local
546 pa_source *source; ca_device_create_source() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c332 static void append_variant_urls(DBusMessage *m, DBusMessageIter *iter, const struct userdata *u, pa_sink *sink, pa_source *source) { in append_variant_urls() argument
356 static void append_variant_mime_type(DBusMessage *m, DBusMessageIter *iter, pa_sink *sink, pa_source *source) { in append_variant_mime_type() argument
371 static void append_variant_item_display_name(DBusMessage *m, DBusMessageIter *iter, pa_sink *sink, pa_source *source) { in append_variant_item_display_name() argument
436 append_property_dict_entry_urls(DBusMessage *m, DBusMessageIter *iter, const struct userdata *u, pa_sink *sink, pa_source *source) append_property_dict_entry_urls() argument
448 append_property_dict_entry_mime_type(DBusMessage *m, DBusMessageIter *iter, pa_sink *sink, pa_source *source) append_property_dict_entry_mime_type() argument
460 append_property_dict_entry_item_display_name(DBusMessage *m, DBusMessageIter *iter, pa_sink *sink, pa_source *source) append_property_dict_entry_item_display_name() argument
559 append_sink_or_source_item_mediaobject2_properties(DBusMessage *r, DBusMessageIter *sub, const char *path, pa_sink *sink, pa_source *source) append_sink_or_source_item_mediaobject2_properties() argument
566 append_sink_or_source_item_properties( DBusMessage *r, DBusMessageIter *iter, const char *path, const struct userdata *user_data, pa_sink *sink, pa_source *source, char * const * filter, int filter_len) append_sink_or_source_item_properties() argument
854 pa_source *source; sinks_and_sources_handler() local
930 pa_source *source; sinks_and_sources_handler() local
949 pa_source *source = NULL; sinks_and_sources_handler() local
[all...]
H A Dmodule-solaris.c91 pa_source *source; member
[all...]
H A Dmodule-zeroconf-publish.c170 pa_source *source = PA_SOURCE(device); in get_service_data() local
577 pa_source *source; in publish_all_services() local
[all...]
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c104 pa_source *source; member
[all...]
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h703 uint32_t source; /**< Index of the connected source */ global() member
[all...]

Completed in 34 milliseconds

1...<<71727374757677787980>>...126