HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 201 - 225 of 2088) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/runtime/
compiler.go 8 // running binary. Known toolchains are:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug393.go 8 // was trying binary search with an interface type
issue15646.go 8 // in binary export data and can be imported again.
  /prebuilts/go/linux-x86/src/cmd/pprof/
doc.go 9 // go tool pprof binary profile
  /prebuilts/go/linux-x86/src/runtime/
compiler.go 8 // running binary. Known toolchains are:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug393.go 8 // was trying binary search with an interface type
issue15646.go 8 // in binary export data and can be imported again.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
module.cpp 114 void Module::ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const {
115 binary->push_back(header_.magic_number);
116 binary->push_back(header_.version);
118 binary->push_back(header_.generator);
119 binary->push_back(header_.bound);
120 binary->push_back(header_.reserved);
122 auto write_inst = [binary, skip_nop](const Instruction* i) {
123 if (!(skip_nop && i->IsNop())) i->ToBinaryWithoutAttachedDebugInsts(binary);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
cons.s 5 .global binary, octal, hex, field
6 binary: .word 11b, 0100B label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-badfil2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badm2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend1.d 5 #ld: --oformat binary
b-bend2.d 5 #ld: --oformat binary
b-goodmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-loc64k.d 3 #ld: --oformat binary
b-loc64k.s 1 % The .text contents is supposed to be linked --oformat binary, and will
b-nosym.d 4 #ld: --oformat binary
b-nosym.s 1 % The .text contents is supposed to be linked --oformat binary with
b-offloc.s 1 % The .text contents is supposed to be linked --oformat binary with
b-offlocmis.s 1 % The .text contents is supposed to be linked --oformat binary with
b-twoinsn.s 1 % The .text contents is supposed to be linked --oformat binary, and will
b-widec2.s 1 % The .text contents is supposed to be linked --oformat binary with
  /external/protobuf/js/
gulpfile.js 12 exec(protoc + ' --js_out=library=testproto_libs,binary:. -I ../src -I . *.proto ../src/google/protobuf/descriptor.proto',
21 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . *.proto commonjs/test*/*.proto ../src/google/protobuf/descriptor.proto',
32 exec('./node_modules/google-closure-library/closure/bin/calcdeps.py -i message.js -i binary/reader.js -i binary/writer.js -i commonjs/export.js -p . -p node_modules/google-closure-library/closure -o compiled --compiler_jar node_modules/google-closure-compiler/compiler.jar > google-protobuf.js',
61 var cmd = "mkdir -p commonjs_out/binary && mkdir -p commonjs_out/test_node_modules && ";
68 glob.sync('binary/*_test.js').forEach(addTestFile);
82 exec('./node_modules/google-closure-library/closure/bin/build/depswriter.py *.js binary/*.js > deps.js',

Completed in 660 milliseconds

1 2 3 4 5 6 7 891011>>