Home
last modified time | relevance | path

Searched defs:source (Results 1751 - 1775 of 3023) sorted by relevance

1...<<71727374757677787980>>...121

/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local
590 const uint8_t *source, *sourceLimit; _SCSUToUnicode() local
1015 const char16_t *source, *sourceLimit; _SCSUFromUnicodeWithOffsets() local
1523 const char16_t *source, *sourceLimit; _SCSUFromUnicode() local
[all...]
H A Ducnv_ct.cpp182 static int32_t findNextEsc(const char *source, const char *sourceLimit) { in findNextEsc() argument
226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { in findStateFromEscSeq() argument
339 const char16_t* source = args->source; in UConverter_fromUnicode_CompoundText_OFFSETS() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp432 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) emit_combine_source() argument
H A Dtransformfeedback.c337 struct gl_program *source; in begin_transform_feedback() local
/third_party/node/deps/icu-small/source/i18n/
H A Dgregocal.cpp280 GregorianCalendar::GregorianCalendar(const GregorianCalendar &source) in GregorianCalendar() argument
H A Dsimpletz.cpp196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) in SimpleTimeZone() argument
H A Ducol.cpp247 ucol_getBound(const uint8_t *source, in ucol_getBound() argument
198 ucol_getSortKey(const UCollator *coll, const char16_t *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument
447 ucol_strcoll( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_strcoll() argument
468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument
498 ucol_greater( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_greater() argument
510 ucol_greaterOrEqual( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_greaterOrEqual() argument
522 ucol_equal( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_equal() argument
622 ucol_equals(const UCollator *source, const UCollator *target) ucol_equals() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcitertst.c222 UChar source[0x100]; in TestUnicodeChar() local
288 UChar source[0x100]; in TestNormalizedUnicodeChar() local
368 UChar source[10]; TestNormalization() local
425 UChar *source; TestPrevious() local
[all...]
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h186 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
208 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetLMBCS.java590 private int LMBCS_SimpleGetNextUChar(UConverterSharedData cnv, ByteBuffer source, int positionOffset, int length) { in LMBCS_SimpleGetNextUChar() argument
616 private int LMBCSGetNextUCharWorker(ByteBuffer source, CoderResul argument
755 decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) decodeLoop() argument
936 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-events.c497 const char *source = NULL; in print_pointer_axis_event() local
749 const char *source = NULL; in print_tablet_pad_ring_event() local
775 const char *source = NULL; print_tablet_pad_strip_event() local
[all...]
/third_party/libfuse/lib/
H A Dmount.c453 char *source = NULL; in fuse_mount_sys() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c239 struct basic_block *source, *target; in try_to_simplify_bb() local
/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...]

Completed in 33 milliseconds

1...<<71727374757677787980>>...121