HomeSort by relevance Sort by last modified time
    Searched full:vend (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /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"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/x/
x.go 6 import _ "vend/dir1" // not vendored
7 import _ "vend/dir1/dir2" // vendored
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/x/
x.go 6 import _ "vend/dir1" // not vendored
7 import _ "vend/dir1/dir2" // vendored
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 59 #define vend v6 define
101 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
102 addp vend.16b, vend.16b, vend.16b /* 128->64 */
103 mov synd, vend.d[0]
121 orr vend.16b, vhas_chr1.16b, vhas_chr2.16b
122 addp vend.2d, vend.2d, vend.2
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
ScanMem.S 55 #define vend v6 define
99 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b // 256->128
100 addp vend.16b, vend.16b, vend.16b // 128->64
101 mov synd, vend.d[0]
119 orr vend.16b, vhas_chr1.16b, vhas_chr2.16b
120 addp vend.2d, vend.2d, vend.2d
    [all...]
  /external/llvm/test/Feature/
properties.ll 6 target triple = "proc-vend-sys"
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 23 tg.run("list", "-f", "{{.ImportPath}} {{.Imports}}", "vend/...", "vend/vendor/...", "vend/x/vendor/...")
25 vend [vend/vendor/p r]
26 vend/dir1 []
27 vend/hello [fmt vend/vendor/strings]
28 vend/subdir [vend/vendor/p r
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 23 tg.run("list", "-f", "{{.ImportPath}} {{.Imports}}", "vend/...", "vend/vendor/...", "vend/x/vendor/...")
25 vend [vend/vendor/p r]
26 vend/dir1 []
27 vend/hello [fmt vend/vendor/strings]
28 vend/subdir [vend/vendor/p r
    [all...]
  /external/llvm/test/Integer/
properties_bt.ll 7 target triple = "proc-vend-sys"
  /external/swiftshader/third_party/LLVM/test/Feature/
properties.ll 6 target triple = "proc-vend-sys"
  /external/swiftshader/third_party/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
  /frameworks/base/packages/SystemUI/res/values-hu/
strings_car.xml 22 <string name="car_guest" msgid="3738772168718508650">"Vendég"</string>
  /external/perfetto/include/perfetto/tracing/core/
shared_memory_arbiter.h 40 // Used by the Producer-side of the transport layer to vend TraceWriters
  /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
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/res/values-da/
strings.xml 31 <string name="dialer_returnToInCallScreen" msgid="4111111633248125741">"Vend tilbage til igangvęrende opkald"</string>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-sq/
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>
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 101 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length);
102 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));

Completed in 1706 milliseconds

1 2 3 4 5 6 7 8