Home
last modified time | relevance | path

Searched defs:stripped (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord_ring_test.cc1003 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local
1018 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local
1033 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local
1048 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local
1063 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local
1078 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1096 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1124 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(10, child)); in TEST_P() local
1139 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(21, child)); in TEST_P() local
1153 CordRep* stripped = RefIfInputSharedIndirect(RemoveSuffix(8, child)); in TEST_P() local
[all …]
Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcord_ring_test.cc1003 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local
1018 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local
1033 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local
1048 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local
1063 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local
1078 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1096 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1124 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(10, child)); in TEST_P() local
1139 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(21, child)); in TEST_P() local
1153 CordRep* stripped = RefIfInputSharedIndirect(RemoveSuffix(8, child)); in TEST_P() local
[all …]
H A Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc1003 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local
1018 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local
1033 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local
1048 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local
1063 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local
1078 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1096 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); in TEST_P() local
1124 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(10, child)); in TEST_P() local
1139 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(21, child)); in TEST_P() local
1153 CordRep* stripped = RefIfInputSharedIndirect(RemoveSuffix(8, child)); in TEST_P() local
[all …]
H A Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
HDsqlite4java-0.282.jar ... javolution/ javolution/util/ javolution/util/stripped/ com/almworks/sqlite4java/DirectBuffer.class ...
/aosp_15_r20/external/cronet/base/
H A Dlocation.cc35 constexpr char stripped[] = "base\\location.cc"; in StrippedFilePathPrefixLength() local
37 constexpr char stripped[] = "base/location.cc"; in StrippedFilePathPrefixLength() local
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DStrippingZerosTest.java83 BigDecimal stripped = testCases[i][0].stripTrailingZeros(); in testStrippingZeros() local
/aosp_15_r20/external/elfutils/src/
H A Dunstrip.c1427 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections()
2192 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file()
2296 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local
2347 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
/aosp_15_r20/external/elfutils/tests/
H A Dtest-flag-nobits.c34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
H A DPluginFileReader.java15 String stripped = stripCommentAndWhitespace(line); in readPluginClass() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dcommon.h50 std::string stripped; in Write() local
/aosp_15_r20/external/coreboot/util/bincfg/
H A Dbincfg.l34 char *stripped; in stripquotes() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/external/owasp/sanitizer/src/tests/org/owasp/html/
DEncodingTest.java226 private static final void assertStripped(String stripped, String orig) { in assertStripped()
/aosp_15_r20/external/apache-commons-bcel/src/examples/
H A DPeephole.java49 Method stripped = removeNOPs(mg); in main() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_lower_swizzle.c176 bi_index stripped = bi_replace_index(bi_null(), orig); in lower_swizzle() local
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp94 std::vector<Style::Entry> stripped; in Consume() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/polyfill/
Dleading_zeros_skipped.rs74 let stripped = LeadingZerosStripped::new(input.iter().copied()); in test_leading_zeroes_stripped() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/
Doutput.h67 std::string stripped; in Write() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dascii.cc252 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dascii.cc252 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dascii.cc268 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
/aosp_15_r20/system/tools/aidl/
Dcomments.cpp73 std::string stripped = ConsumeSuffix(ConsumePrefix(c.body, kBlockCommentBegin), kBlockCommentEnd); in TrimmedLines() local

12345678910>>...17