HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 76 - 100 of 2018) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_endian.h 40 // Gets the endianness of the SPIR-V module given in the binary parameter.
43 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
  /external/gptfdisk/
gdisk_test.sh 367 for binary in gdisk sgdisk
370 printf "\033[0;34m**Testing $binary binary**\033[m\n"
372 create_table "$binary"
373 create_partition "$binary"
374 change_partition_name "$binary"
375 change_partition_type "$binary"
376 backup_table "$binary"
377 delete_partition "$binary"
379 change_disk_uid "$binary"
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.cpp 66 void Instruction::ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const {
68 dbg_line.ToBinary(binary, skip_nop);
74 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_));
76 binary->insert(binary->end(), operand.words.begin(), operand.words.end());
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 68 cmd := exec.Command(testenv.GoToolPath(t), "build", "-o", filepath.Join(dir, "encoding/binary.a"), "encoding/binary")
129 import "encoding/binary"
131 return binary.LittleEndian.Uint64(b)
137 import "encoding/binary"
139 return binary.LittleEndian.Uint64(b[i:])
145 import "encoding/binary"
147 return binary.LittleEndian.Uint32(b)
153 import "encoding/binary"
155 return binary.LittleEndian.Uint32(b[i:]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 68 cmd := exec.Command(testenv.GoToolPath(t), "build", "-o", filepath.Join(dir, "encoding/binary.a"), "encoding/binary")
129 import "encoding/binary"
131 return binary.LittleEndian.Uint64(b)
137 import "encoding/binary"
139 return binary.LittleEndian.Uint64(b[i:])
145 import "encoding/binary"
147 return binary.LittleEndian.Uint32(b)
153 import "encoding/binary"
155 return binary.LittleEndian.Uint32(b[i:]
    [all...]
  /development/testrunner/test_defs/
native_test.py 128 is no binary corresponding to the source file. We need to filter
139 binary = os.path.basename(f)
140 binary = os.path.splitext(binary)[0]
141 found = self._FindFileRecursively(path, binary)
143 binary = os.path.relpath(os.path.abspath(found),
145 binaries.append(binary)
149 """Finds the first executable binary in a given path that matches the name.
153 binary: Which binary to search for
    [all...]
  /external/autotest/client/site_tests/camera_HAL3/
camera_HAL3.py 12 This test is a wrapper of the test binary arc_camera3_test.
16 binary = 'arc_camera3_test' variable in class:camera_HAL3
32 binary_path = os.path.join(self.dep_dir, 'bin', self.binary)
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/
SupplementaryCharactersTest.java 43 * Supplementary Characters are dumped as binary
49 assertEquals("!!binary |-\n 8J+ZiA==\n", output);
50 byte[] binary = (byte[]) yaml.load(output);
51 String binString = new String(binary, "UTF-8");
  /external/xmlrpcpp/test/
TestBase64Server.cpp 29 std::ifstream infile("pngnow.png", std::ios::binary);
31 infile.open("../pngnow.png", std::ios::binary);
  /libcore/ojluni/src/main/java/sun/net/
TelnetInputStream.java 81 public TelnetInputStream(InputStream fd, boolean binary) {
83 binaryMode = binary;
TelnetOutputStream.java 78 public TelnetOutputStream(OutputStream fd, boolean binary) {
80 binaryMode = binary;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
msupdate 38 objdump -b binary -s $o | sed -n '/^ [0-9a-f][0-9a-f]* /p' > $d
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badfil1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badfil2.d 5 #ld: --oformat binary
b-badfixo.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badloc.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badquot.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx3.d 5 #ld: --oformat binary
b-badrx3.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend3.d 4 #ld: --oformat binary
b-bstab1.d 5 #ld: --oformat binary
b-bstab1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-fixo2.s 1 % The .text contents is supposed to be linked --oformat binary with

Completed in 399 milliseconds

1 2 34 5 6 7 8 91011>>