/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvscsu.cpp | 236 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 D | ucnv_ct.cpp | 182 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 D | ff_fragment_shader.cpp | 432 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) emit_combine_source() argument
|
H A D | transformfeedback.c | 337 struct gl_program *source; in begin_transform_feedback() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gregocal.cpp | 280 GregorianCalendar::GregorianCalendar(const GregorianCalendar &source) in GregorianCalendar() argument
|
H A D | simpletz.cpp | 196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) in SimpleTimeZone() argument
|
H A D | ucol.cpp | 247 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 D | citertst.c | 222 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 D | stringperf.h | 186 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 D | CharsetLMBCS.java | 590 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 D | libinput-debug-events.c | 497 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 D | mount.c | 453 char *source = NULL; in fuse_mount_sys() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | flow.c | 239 struct basic_block *source, *target; in try_to_simplify_bb() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 343 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 D | macro-assembler-x64.h | 304 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 D | v8-inspector-impl.cc | 94 compileAndRunInternalScript( v8::Local<v8::Context> context, v8::Local<v8::String> source) compileAndRunInternalScript() argument
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-code-generator.cc | 120 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 D | maglev-graph-builder.h | 308 interpreter::Register source = iterator_.GetRegisterOperand(operand_index); in IsRegisterEqualToAccumulator() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | string-table.cc | 712 String source = string; in TryStringToIndexOrLookupExisting() local 629 TryStringToIndexOrLookupExisting(Isolate* isolate, String string, String source, size_t start) TryStringToIndexOrLookupExisting() argument [all...] |
H A D | shared-function-info.cc | 412 Handle<String> source = isolate->factory()->NewSubString( in GetSourceCodeHarmony() local [all...] |
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 147 Parse( Isolate* isolate, Handle<String> source, Handle<Object> reviver) Parse() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 155 explicit ChunkedStream(ScriptCompiler::ExternalSourceStream* source) in ChunkedStream() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-generator.cc | 378 Handle<HeapObject> RegExpBytecodeGenerator::GetCode(Handle<String> source) { in GetCode() argument
|
H A D | regexp-macro-assembler-tracer.cc | 435 Handle<HeapObject> RegExpMacroAssemblerTracer::GetCode(Handle<String> source) { in GetCode() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 1262 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...] |