HomeSort by relevance Sort by last modified time
    Searched refs:writes (Results 1 - 25 of 641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/exec/
internal_test.go 15 writes []string
20 writes: nil,
25 writes: []string{"a"},
30 writes: []string{"abc", "d"},
35 writes: []string{"abc", "d", "e"},
40 writes: []string{"ab______________________yz"},
45 writes: []string{"ab_______________________y", "z"},
51 for _, s := range tt.writes {
  /prebuilts/go/linux-x86/src/os/exec/
internal_test.go 15 writes []string
20 writes: nil,
25 writes: []string{"a"},
30 writes: []string{"abc", "d"},
35 writes: []string{"abc", "d", "e"},
40 writes: []string{"ab______________________yz"},
45 writes: []string{"ab_______________________y", "z"},
51 for _, s := range tt.writes {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
mcdper.s 1 # Test reads/writes to the %mcdper asr register
mwait.s 1 # Test reads/writes to the %mwait asr register and the MWAIT
  /external/valgrind/none/tests/s390x/
ex.stdout.exp 8 ------- EX 0,... has no effect (writes out target)
11 ------- EX to OR in the syscall number (writes out target)
exrl.stdout.exp 8 ------- EXRL 0,... has no effect (writes out target)
11 ------- EXRL to OR in the syscall number (writes out target)
  /external/llvm/test/MC/Mips/
mips-reginfo-fp32.s 25 # abs.s - Reads and writes from/to $f0.
27 # round.w.d - Reads $f4 and $f5 and writes to $f2.
29 # ceil.w.s - Reads $f8 and writes to $f10.
31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14
33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
mips-reginfo-fp64.s 47 # abs.s - Reads and writes from/to $f0.
49 # round.w.d - Reads $f4 and writes to $f2.
51 # ceil.w.s - Reads $f8 and writes to $f10.
53 # cvt.s.d - Reads from $f12 and writes to $f14.
55 # abs.d - Reads from $f30 and writes to $f30.
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 257 std::vector<VkWriteDescriptorSet> writes = m_writes; local
264 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0];
267 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0];
270 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0];
273 const VkWriteDescriptorSet* const writePtr = (m_writes.empty()) ? (DE_NULL) : (&writes[0]);
276 vk.updateDescriptorSets(device, (deUint32)writes.size(), writePtr, (deUint32)m_copies.size(), copyPtr);
282 std::vector<VkWriteDescriptorSet> writes = m_writes; local
289 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0];
292 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0];
295 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at
21 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
34 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at
20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
27 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
binary.go 37 _ = b[1] // early bounds check to guarantee safety of writes below
48 _ = b[3] // early bounds check to guarantee safety of writes below
62 _ = b[7] // early bounds check to guarantee safety of writes below
81 _ = b[1] // early bounds check to guarantee safety of writes below
92 _ = b[3] // early bounds check to guarantee safety of writes below
106 _ = b[7] // early bounds check to guarantee safety of writes below
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
binary.go 37 _ = b[1] // early bounds check to guarantee safety of writes below
48 _ = b[3] // early bounds check to guarantee safety of writes below
62 _ = b[7] // early bounds check to guarantee safety of writes below
81 _ = b[1] // early bounds check to guarantee safety of writes below
92 _ = b[3] // early bounds check to guarantee safety of writes below
106 _ = b[7] // early bounds check to guarantee safety of writes below
  /external/lisa/tools/scripts/
py2ipynb.py 34 jsonform = v4.writes(nbook) + "\n"
  /external/curl/docs/cmdline-opts/
stderr.d 5 Redirect all writes to stderr to the specified file instead. If the file name
  /external/libevent/test/
bench.c 67 static int count, writes, fired, failures; variable
85 if (writes) {
91 writes--;
119 writes = num_writes;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 127 bool reads, writes; local
128 tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
132 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
  /prebuilts/go/darwin-x86/test/
notinheap3.go 41 // Test direct writes
49 // Test aggregate writes
  /prebuilts/go/linux-x86/test/
notinheap3.go 41 // Test direct writes
49 // Test aggregate writes
  /hardware/interfaces/health/2.0/
types.hal 95 * number of writes processed.
97 uint64_t writes;
99 * number of writes merged with in-queue I/Os.
  /prebuilts/go/darwin-x86/src/crypto/rand/
example_test.go 14 // rand.Reader and writes them to a byte slice.
  /prebuilts/go/darwin-x86/src/testing/iotest/
writer.go 9 // TruncateWriter returns a Writer that writes to w
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
binary.go 36 _ = b[1] // early bounds check to guarantee safety of writes below
47 _ = b[3] // early bounds check to guarantee safety of writes below
68 _ = b[1] // early bounds check to guarantee safety of writes below
79 _ = b[3] // early bounds check to guarantee safety of writes below
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15902.go 7 // This test makes sure we don't use 4-byte unaligned writes
  /prebuilts/go/linux-x86/src/crypto/rand/
example_test.go 14 // rand.Reader and writes them to a byte slice.

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>