/third_party/mesa3d/src/hgl/ |
H A D | GLRenderer.cpp | 66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() argument 73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_conditionaljumptracker.cpp | 126 bool ConditionalJumpTracker::add_mid(r600_bytecode_cf *source, JumpType type) in add_mid() argument 158 void IfFrame::fixup_mid(r600_bytecode_cf *source) in fixup_mid() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | buddhcal.cpp | 45 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) in BuddhistCalendar() argument
|
H A D | taiwncal.cpp | 45 TaiwanCalendar::TaiwanCalendar(const TaiwanCalendar& source) in TaiwanCalendar() argument
|
H A D | dtrule.cpp | 55 DateTimeRule::DateTimeRule(const DateTimeRule& source) in DateTimeRule() argument
|
H A D | format.cpp | 143 Format::parseObject(const UnicodeString& source, in parseObject() argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | normlzr.h | 785 quickCheck(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) quickCheck() argument 792 isNormalized(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) isNormalized() argument [all...] |
H A D | ucnv_err.h | 198 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member 214 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | Charset88591.java | 31 protected CoderResult decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, in decodeLoopCoreOptimized() argument 45 protected CoderResult decodeLoopCoreUnoptimized(ByteBuffer source, CharBuffer target) { in decodeLoopCoreUnoptimized() argument 70 protected final CoderResult encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, in encodeLoopCoreOptimized() argument 102 encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) encodeLoopCoreUnoptimized() argument [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | CaseIterator.java | 417 public void reset(String source) { in reset() argument [all...] |
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.h | 39 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { in StringSearchPerfFunction() argument 66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { in ICUForwardSearch() argument 75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { in ICUBackwardSearch() argument
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_filesystem_test.c | 47 static void mount2(const char *source, const char *target, in mount2() argument
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 47 static void do_mount(const char *source, const char *target, in do_mount() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-stack-trace-iterator.cc | 171 Evaluate( v8::Local<v8::String> source, bool throw_on_side_effect) Evaluate() argument
|
/third_party/node/deps/v8/include/ |
H A D | v8-extension.h | 37 const String::ExternalOneByteStringResource* source() const { in source() function in v8::Extension
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-extension.h | 37 const String::ExternalOneByteStringResource* source() const { in source() function in v8::Extension
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-function.cc | 44 Handle<String> source; in CreateDynamicFunction() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | compilation-cache-table-inl.h | 33 uint32_t CompilationCacheShape::StringSharedHash(String source, in StringSharedHash() argument 53 uint32_t CompilationCacheShape::StringSharedHash(String source, in StringSharedHash() argument 75 String source = String::cast(val.get(1)); in HashForObject() local [all...] |
H A D | js-regexp-inl.h | 59 String JSRegExp::source() const { in source() function in v8::internal::JSRegExp
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 39 Handle<Object> source = args.at(1); in RUNTIME_FUNCTION() local 178 Handle<Object> source = args.at(1); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-compiler.cc | 116 TorqueCompilerResult CompileTorque(const std::string& source, in CompileTorque() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.h | 72 struct pipe_sampler_view *source, *matrix; member
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_translate.c | 216 int source; in set_pair_instruction() local
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 157 sub source { subroutine [all...] |
/third_party/rust/crates/cxx/gen/src/ |
H A D | error.rs | 38 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() functions [all...] |