Home
last modified time | relevance | path

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

12345678910>>...17

/external/angle/third_party/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/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dlocalescape.ll46 ; Check that the alloca remains static and the localescape call remains in the
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlocalescape.ll46 ; Check that the alloca remains static and the localescape call remains in the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/
Dimport-alias.ll4 ; but @g_alias remains.
/external/swiftshader/third_party/PowerVR_SDK/Builds/Windows/Resources/
Dshared.rc56 // remains consistent on all systems.
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.core_prefetch19 Once disabled, prefetch remains disabled until the next reset.
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.integrity7 PURPOSE = 'Verify that data written to disk remains valid after 72 hours.'
Dcontrol.integrity_full_disk7 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
Dcontrol28 sure each VT remains the same between VT switches, and that VT1 and VT2 are
/external/jemalloc_new/
DREADME8 remains critical. Ongoing development efforts trend toward making jemalloc
/external/jemalloc/
DREADME8 and therefore versatility remains critical. Ongoing development efforts trend
/external/autotest/server/site_tests/firmware_RollbackKernel/
Dcontrol23 rollback check so it remains unchanged.
Dcontrol.dev23 rollback check so it remains unchanged.
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.rc31 // remains consistent on all systems.

12345678910>>...17