/prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/ |
bad.go | 1 package vend package
|
good.go | 1 package vend package
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/ |
bad.go | 1 package vend package
|
good.go | 1 package vend package
|
/prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/x/invalid/ |
invalid.go | 3 import "vend/x/invalid/vendor/foo"
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/x/invalid/ |
invalid.go | 3 import "vend/x/invalid/vendor/foo"
|
/bionic/libc/arch-arm64/generic/bionic/ |
memchr.S | 60 #define vend v6 define 102 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */ 103 addp vend.16b, vend.16b, vend.16b /* 128->64 */ 104 mov synd, vend.d[0] 122 orr vend.16b, vhas_chr1.16b, vhas_chr2.16b 123 addp vend.2d, vend.2d, vend.2 [all...] |
/external/llvm/test/Feature/ |
properties.ll | 6 target triple = "proc-vend-sys"
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vendor_test.go | 24 tg.run("list", "-f", "{{.ImportPath}} {{.Imports}}", "vend/...") 26 vend [vend/vendor/p r] 27 vend/hello [fmt vend/vendor/strings] 28 vend/subdir [vend/vendor/p r] 29 vend/vendor/p [] 30 vend/vendor/q [] 31 vend/vendor/strings [ [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
vendor_test.go | 24 tg.run("list", "-f", "{{.ImportPath}} {{.Imports}}", "vend/...") 26 vend [vend/vendor/p r] 27 vend/hello [fmt vend/vendor/strings] 28 vend/subdir [vend/vendor/p r] 29 vend/vendor/p [] 30 vend/vendor/q [] 31 vend/vendor/strings [ [all...] |
/external/llvm/test/Integer/ |
properties_bt.ll | 7 target triple = "proc-vend-sys"
|
/external/libchrome/base/time/ |
clock.h | 13 // A Clock is an interface for objects that vend Times. It is
|
tick_clock.h | 13 // A TickClock is an interface for objects that vend TimeTicks. It is
|
/external/libweave/third_party/chromium/base/time/ |
clock.h | 13 // A Clock is an interface for objects that vend Times. It is
|
/external/eigen/unsupported/Eigen/src/BVH/ |
BVAlgorithms.h | 25 VolIter vBegin = VolIter(), vEnd = VolIter(); 31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); 34 for(; vBegin != vEnd; ++vBegin) //go through child volumes 157 VolIter vBegin = VolIter(), vEnd = VolIter(); 164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); 170 for(; vBegin != vEnd; ++vBegin) { //go through child volumes
|
/frameworks/base/packages/BackupRestoreConfirmation/res/values-sq-rAL/ |
strings.xml | 24 <string name="restore_confirm_text" msgid="7499866728030461776">"Ėshtė kėrkuar njė restaurim i plotė i tė gjitha tė dhėnave nga njė kompjuter i lidhur. Dėshiron ta lejosh kėtė?\n\nNėse nuk e ke kėrkuar vetė rivendosjen, mos e lejo operacionin tė vazhdojė. Kjo do tė zėvendėsojė ēdo tė dhėnė qė ekziston aktualisht nė pajisje!"</string>
|
/packages/apps/PackageInstaller/res/values-sq-rAL/ |
strings.xml | 52 <string name="dlg_app_replacement_title" msgid="1232230739563820951">"Tė zėvendėsohet aplikacioni?"</string> 53 <string name="dlg_app_replacement_statement" msgid="2992911899989907492">"Aplikacioni qė po instalon do tė zėvendėsojė njė aplikacion tjetėr.\n\nTė gjitha tė dhėnat e pėrdoruesit tė mėparshėm do tė ruhen."</string> 66 <string name="uninstall_update_text" msgid="1394549691152728409">"Tė zėvendėsohet ky aplikacion me versionin e fabrikės? Tė gjitha tė dhėnat do tė hiqen."</string> 67 <string name="uninstall_update_text_multiuser" msgid="2083665452990861991">"Tė zėvendėsohet ky aplikacion me versionin e fabrikės? Tė gjitha tė dhėnat do tė hiqen. Kjo ndikon te tė gjithė pėrdoruesit e kėsaj pajisjeje, duke pėrfshirė ata me profile tė punės."</string>
|
/external/webrtc/webrtc/base/ |
proxydetect.cc | 521 int nstart = 0, nend = 0, vstart = 0, vend = 0; local 523 &nstart, &nend, &vstart, &vend); 524 if (vend > 0) { 527 if ((vend - vstart >= 2) && (buffer[vstart] == '"')) { 529 vend -= 1; 532 value[vend - vstart] = 0; [all...] |
/external/dagger2/compiler/ |
pom.xml | 175 <!-- guava which has a consistent API and whose public types we vend in producers -->
|
/external/libvncserver/libvncserver/ |
rfbregion.c | 622 sraSpan *vend, *hend; local 629 vend = &(((sraSpanList*)rgn)->front); 632 vend = &(((sraSpanList*)rgn)->back); 635 if (vcurr != vend) {
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 144 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data + V.Length); 145 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
|
/external/llvm/include/llvm/Analysis/ |
AssumptionCache.h | 98 /// This analysis is intended for use with the new pass manager and will vend
|
/external/llvm/include/llvm/Transforms/IPO/ |
PassManagerBuilder.h | 43 /// frontends to vend a plugin API, where plugins are allowed to add extensions
|
/toolchain/binutils/binutils-2.25/bfd/ |
versados.c | 49 #define VEND '4' 479 case VEND: 635 case VEND:
|
/external/autotest/site_utils/docgen/ |
CreateDocs.py | 389 vend = ' @endverbatim\n' 445 fw.write(vstart + line + vend) 451 fw.write(line + vend)
|