Home
last modified time | relevance | path

Searched defs:full (Results 51 - 75 of 104) sorted by relevance

12345

/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h234 inline std::vector<string> Split(StringPiece full, const char* delim, in Split() argument
H A Dstrutil.cc179 static inline void SplitStringToIteratorUsing(StringPiece full, in SplitStringToIteratorUsing() argument
212 void SplitStringUsing(StringPiece full, const char *delim, in SplitStringUsing() argument
230 SplitStringToIteratorAllowEmpty(StringPiece full, const char *delim, int pieces, ITR &result) SplitStringToIteratorAllowEmpty() argument
249 SplitStringAllowEmpty(StringPiece full, const char *delim, std::vector<string> *result) SplitStringAllowEmpty() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc599 InputVec full; in ReplicateInputs() local
616 FillSubset(const InputVec& full, const FuncInput input_to_skip, const size_t num_skip, InputVec* subset) FillSubset() argument
739 MeasureImpl(const Func func, const void* arg, const size_t num_skip, const InputVec& unique, const InputVec& full, const Params& p, Result* results) MeasureImpl() argument
788 const InputVec full = Measure() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dh264qpel_mmi.c2181 uint8_t full[36]; in ff_put_h264_qpel4_mc01_mmi() local
2192 uint8_t full[36]; in ff_put_h264_qpel4_mc02_mmi() local
2201 uint8_t full[36]; in ff_put_h264_qpel4_mc03_mmi() local
2212 uint8_t full[3 in ff_put_h264_qpel4_mc11_mmi() local
2225 uint8_t full[36]; ff_put_h264_qpel4_mc31_mmi() local
2238 uint8_t full[36]; ff_put_h264_qpel4_mc13_mmi() local
2251 uint8_t full[36]; ff_put_h264_qpel4_mc33_mmi() local
2290 uint8_t full[36]; ff_put_h264_qpel4_mc12_mmi() local
2303 uint8_t full[36]; ff_put_h264_qpel4_mc32_mmi() local
2345 uint8_t full[36]; ff_avg_h264_qpel4_mc01_mmi() local
2356 uint8_t full[36]; ff_avg_h264_qpel4_mc02_mmi() local
2365 uint8_t full[36]; ff_avg_h264_qpel4_mc03_mmi() local
2376 uint8_t full[36]; ff_avg_h264_qpel4_mc11_mmi() local
2389 uint8_t full[36]; ff_avg_h264_qpel4_mc31_mmi() local
2402 uint8_t full[36]; ff_avg_h264_qpel4_mc13_mmi() local
2415 uint8_t full[36]; ff_avg_h264_qpel4_mc33_mmi() local
2454 uint8_t full[36]; ff_avg_h264_qpel4_mc12_mmi() local
2467 uint8_t full[36]; ff_avg_h264_qpel4_mc32_mmi() local
2509 uint8_t full[104]; ff_put_h264_qpel8_mc01_mmi() local
2520 uint8_t full[104]; ff_put_h264_qpel8_mc02_mmi() local
2529 uint8_t full[104]; ff_put_h264_qpel8_mc03_mmi() local
2540 uint8_t full[104]; ff_put_h264_qpel8_mc11_mmi() local
2553 uint8_t full[104]; ff_put_h264_qpel8_mc31_mmi() local
2566 uint8_t full[104]; ff_put_h264_qpel8_mc13_mmi() local
2579 uint8_t full[104]; ff_put_h264_qpel8_mc33_mmi() local
2673 uint8_t full[104]; ff_avg_h264_qpel8_mc01_mmi() local
2684 uint8_t full[104]; ff_avg_h264_qpel8_mc02_mmi() local
2693 uint8_t full[104]; ff_avg_h264_qpel8_mc03_mmi() local
2704 uint8_t full[104]; ff_avg_h264_qpel8_mc11_mmi() local
2717 uint8_t full[104]; ff_avg_h264_qpel8_mc31_mmi() local
2730 uint8_t full[104]; ff_avg_h264_qpel8_mc13_mmi() local
2743 uint8_t full[104]; ff_avg_h264_qpel8_mc33_mmi() local
2837 uint8_t full[336]; ff_put_h264_qpel16_mc01_mmi() local
2848 uint8_t full[336]; ff_put_h264_qpel16_mc02_mmi() local
2857 uint8_t full[336]; ff_put_h264_qpel16_mc03_mmi() local
2868 uint8_t full[336]; ff_put_h264_qpel16_mc11_mmi() local
2881 uint8_t full[336]; ff_put_h264_qpel16_mc31_mmi() local
2894 uint8_t full[336]; ff_put_h264_qpel16_mc13_mmi() local
2907 uint8_t full[336]; ff_put_h264_qpel16_mc33_mmi() local
3001 uint8_t full[336]; ff_avg_h264_qpel16_mc01_mmi() local
3012 uint8_t full[336]; ff_avg_h264_qpel16_mc02_mmi() local
3021 uint8_t full[336]; ff_avg_h264_qpel16_mc03_mmi() local
3032 uint8_t full[336]; ff_avg_h264_qpel16_mc11_mmi() local
3045 uint8_t full[336]; ff_avg_h264_qpel16_mc31_mmi() local
3058 uint8_t full[336]; ff_avg_h264_qpel16_mc13_mmi() local
3071 uint8_t full[336]; ff_avg_h264_qpel16_mc33_mmi() local
[all...]
/third_party/curl/lib/
H A Dhostip.c658 static bool tailmatch(const char *full, const char *part) in tailmatch() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java1019 boolean full; field in RoundTripTest.LegalGreek
1021 public LegalGreek(boolean full) { in LegalGreek() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1004 boolean full; field in RoundTripTest.LegalGreek
1006 public LegalGreek(boolean full) { in LegalGreek() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c1668 BOOL full; in ntfs_ih_takeout() local
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp781 UnicodeString full; in TestFullCaseFoldingIterator() local
[all...]
H A Dtransrt.cpp170 UBool full; member in LegalGreek
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4199 StrT full() const { return first + second; } in full() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1089 tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, int full) tls_match_suffix_helper() argument
1109 tls_match_suffix(gnutls_x509_crt_t cert, const char *match, int full) tls_match_suffix() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1089 tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, int full) tls_match_suffix_helper() argument
1109 tls_match_suffix(gnutls_x509_crt_t cert, const char *match, int full) tls_match_suffix() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3918 private static final void addCaseMapping(UnicodeSet set, int result, StringBuilder full) { in addCaseMapping() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c860 UDateFormat *date=0, *time=0, *full=0; in TestDateFormatCalendar() local
H A Dcucdtst.c3439 UChar full[32]; in caseFoldingLineFn() local
3377 testFold(UChar32 c, int which, UChar32 simple, UChar32 turkic, const UChar *full, int32_t fullLength, const UChar *turkicFull, int32_t turkicFullLength) testFold() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java3793 private static final void addCaseMapping(UnicodeSet set, int result, StringBuilder full) { in addCaseMapping() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c585 char *full; in read_protected() local
634 char *full; in write_protected() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c3778 uint64_t max_ents, full, max, max_wrapped, ricnt; in nghttp3_qpack_decoder_reconstruct_ricnt() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1273 bool full = !fb->extent.minx && !fb->extent.miny && in pan_preload_emit_pre_frame_dcd() local
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c915 bool full = alu_field->output_full; in print_scalar_field() local
1810 bool full = texture->offset & 1; in print_texture_word() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp578 void SIScheduleBlock::printDebug(bool full) { in printDebug() argument
/third_party/rust/crates/syn/src/gen/
H A Dfold.rs15 macro_rules! full { macros
21 macro_rules! full { macros
[all...]
H A Dvisit.rs11 macro_rules! full { macros
17 macro_rules! full { macros
[all...]
H A Dvisit_mut.rs11 macro_rules! full { macros
17 macro_rules! full { macros
[all...]

Completed in 69 milliseconds

12345