Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go35 suf = rstripSuffix(suf.remains)
38 valid = suf.remains
41 suf = rstripSuffix(suf.remains)
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
59 suf = rstripSuffix(suf.remains)
62 suf = rstripSuffix(suf.remains)
68 valid = suf.remains
70 suf = rstripSuffix(suf.remains)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
83 remains string member
[all …]
Dutf16.go77 remains := content[p.Offset():]
80 if len(remains) <= 0 {
83 r, w := utf8.DecodeRune(remains)
91 remains = remains[w:]
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go35 suf = rstripSuffix(suf.remains)
38 valid = suf.remains
41 suf = rstripSuffix(suf.remains)
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
59 suf = rstripSuffix(suf.remains)
62 suf = rstripSuffix(suf.remains)
68 valid = suf.remains
70 suf = rstripSuffix(suf.remains)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
83 remains string member
[all …]
Dutf16.go77 remains := content[p.Offset():]
80 if len(remains) <= 0 {
83 r, w := utf8.DecodeRune(remains)
91 remains = remains[w:]
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/
Dparse.go35 suf = rstripSuffix(suf.remains)
38 valid = suf.remains
41 suf = rstripSuffix(suf.remains)
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
59 suf = rstripSuffix(suf.remains)
62 suf = rstripSuffix(suf.remains)
68 valid = suf.remains
70 suf = rstripSuffix(suf.remains)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
83 remains string member
[all …]
Dutf16.go77 remains := content[p.Offset():]
80 if len(remains) <= 0 {
83 r, w := utf8.DecodeRune(remains)
91 remains = remains[w:]
/external/curl/tests/libtest/
Dlib576.c28 int remains; member
33 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains);
38 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains) in chunk_bgn() argument
41 ch_d->remains = remains; in chunk_bgn()
44 printf("Remains: %d\n", remains); in chunk_bgn()
95 if(ch_d->remains == 1) in chunk_end()
/external/curl/docs/examples/
Dftp-wildcard.c35 int remains);
96 int remains) in file_is_coming() argument
98 printf("%3d %40s %10luB ", remains, finfo->filename, in file_is_coming()
/external/llvm-project/llvm/test/tools/llvm-cxxfilt/
Dsimple.test9 RUN: llvm-cxxfilt -n "CLI remains mangled _Z1fi" \
15 CHECK-MANGLED: CLI remains mangled _Z1fi
/external/llvm-project/lld/test/ELF/linkerscript/
Dlma-offset.s25 ## LMA and VMA (0x2008-0x1004) remains the same
28 ## .data starts a PT_LOAD segment. The difference remains the same.
/external/libchrome/base/strings/
Dstring_split.cc121 StringPiece remains = input.substr(end_key_pos, input.size() - end_key_pos); in AppendStringKeyValue() local
122 size_t begin_value_pos = remains.find_first_not_of(delimiter); in AppendStringKeyValue()
127 remains.substr(begin_value_pos, remains.size() - begin_value_pos) in AppendStringKeyValue()
/external/zstd/examples/
DREADME.md11 Result remains in memory.
45 Result remains in memory.
/external/crosvm/x86_64/src/
Dregs.rs94 let mut remains = len; in get_mtrr_pairs() localVariable
96 while remains != 0 { in get_mtrr_pairs()
97 let max = get_max_len(new, remains); in get_mtrr_pairs()
99 remains -= max; in get_mtrr_pairs()
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dbit-addr-align.mir4 # a necessary A2_andir instruction. Make sure it remains.
Dexpand-condsets-def-undef.mir34 ; Check that this instruction is unchanged (remains unpredicated)
/external/webrtc/rtc_base/third_party/base64/
DLICENSE7 //* or commercial, provided the authors copyright notice remains
/external/llvm-project/mlir/test/mlir-reduce/
Ddce-test.mlir4 // the @simple1 function remains as the other functions should be
Dmultiple-function.mlir4 // the @simple5 function remains as this is the shortest function
/external/llvm-project/llvm/test/Transforms/LowerTypeTests/
Dimport-alias.ll4 ; but @g_alias remains.
/external/llvm-project/llvm/test/Object/
Darchive-darwin-duplicates.test4 non-zero timestamps, while baz.o, being unique, remains a zero
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlocalescape.ll46 ; Check that the alloca remains static and the localescape call remains in the
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dlocalescape.ll48 ; Check that the alloca remains static and the localescape call remains in the
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.integrity_full_disk7 PURPOSE = 'Verify that data written to disk remains valid after 72 hours.'
Dcontrol.integrity7 PURPOSE = 'Verify that data written to disk remains valid after 72 hours.'
/external/autotest/client/site_tests/graphics_VTSwitch/
Dcontrol.10027 sure each VT remains the same between VT switches, and that VT1 and VT2 are

12345678910>>...20