Home
last modified time | relevance | path

Searched defs:source (Results 876 - 900 of 3376) sorted by relevance

1...<<31323334353637383940>>...136

/third_party/node/src/
H A Dstream_pipe.cc22 StreamPipe::StreamPipe(StreamBase* source, in StreamPipe() argument
41 StreamBase* StreamPipe::source() { in source() function in node::StreamPipe
243 New(StreamBase* source, StreamBase* sink, Local<Object> obj) New() argument
279 StreamBase* source = StreamBase::FromObject(args[0].As<Object>()); New() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvlat1.cpp38 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local
124 const uint8_t *source=(const uint8_t *)pArgs->source; _Latin1GetNextUChar() local
140 const char16_t *source, *sourceLimit; _Latin1FromUnicodeWithOffsets() local
328 const uint8_t *source, *sourceLimit; ucnv_Latin1FromUTF8() local
484 const uint8_t *source, *sourceLimit; _ASCIIToUnicodeWithOffsets() local
593 const uint8_t *source; _ASCIIGetNextUChar() local
621 const uint8_t *source, *sourceLimit; ucnv_ASCIIFromUTF8() local
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; in test_norm_function() local
[all...]
H A Dm_debug_xform.c170 GLvector4f source[1], dest[1], ref[1]; in test_transform_function() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText() argument
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status){ in removeCmtText() argument
87 getText(const char16_t* source, int32_t srcLen, in getText() argument
124 getDescription( const char16_t* source, int32_ argument
148 getCount(const char16_t* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) getCount() argument
185 getAt(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
227 getTranslate( const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument
237 getNote(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getNote() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print.c40 mir_print_index(int source) in mir_print_index() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetASCII.java40 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument
111 decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) decodeLoopCoreOptimized() argument
135 decodeLoopCoreUnoptimized(ByteBuffer source, CharBuffer target) decodeLoopCoreUnoptimized() argument
190 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
271 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument
296 encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) encodeLoopCoreUnoptimized() argument
324 encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) encodeMalformedOrUnmappable() argument
334 encodeTrail(CharBuffer source, char lead, boolean flush) encodeTrail() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc164 InstructionOperand source = move->source(); in PerformMove() local
[all...]
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc29 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource() argument
/third_party/node/deps/v8/src/heap/
H A Dcode-stats.cc24 Object source = script.source(cage_base); in RecordCodeAndMetadataStatistics() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap.cc45 void Heap::ForceGarbageCollectionSlow(const char* source, const char* reason, in ForceGarbageCollectionSlow() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h231 String16 source; member
/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc356 MaybeHandle<String> source; in CompileGlobalEval() local
/third_party/node/deps/v8/src/torque/
H A Dsource-positions.h58 SourceId source; member
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_local.h80 sct_source_t source; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java257 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
H A DRangeTreeFactorizer.java144 public void visit(DfaNode source, DfaEdge srcEdge, DfaNode srcTarget) { in visit() argument
190 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java125 private ImmutableSet<DfaNode> sortedOutputs(DfaNode source) { in sortedOutputs() argument
132 private DfaNode singleOutput(DfaNode source) { in singleOutput() argument
143 private ImmutableMap<DfaNode, Integer> getOutMap(DfaNode source) { in getOutMap() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DSubgroupOptimizer.java125 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
162 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java131 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs188 pub fn source(&self, file_id: FileId) -> &Source { source() functions
239 fn source(&'a self, id: FileId) -> Result<&str, Error> { source() functions
362 fn source(&self) -> &Source { source() functions
[all...]
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs83 pub fn source(mut self, source: impl Into<String>) -> Self { in source() functions
/third_party/python/Tools/scripts/
H A Dhighlight.py245 source = f.read() variable

Completed in 13 milliseconds

1...<<31323334353637383940>>...136