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

<<11121314151617181920>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EmitterMultiLineTest.java 44 byte[] binary = { 8, 14, 15, 10, 126, 32, 65, 65, 65 };
48 list.add(binary);
54 String etalon = "- |-\n first\n second\n third\n- |\n one\n two\n three\n- !!binary |-\n CA4PCn4gQUFB\n";
61 assertEquals(new String(binary), new String((byte[]) parsed.get(2)));
  /external/golang-protobuf/protoc-gen-go/testdata/
main_test.go 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
32 // A simple binary to link together the protocol buffers in this test.
  /external/v8/tools/testrunner/network/
network_execution.py 2 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above
131 binary = signatures.ReadFileAndSignature(path)
132 if binary[0] is None:
134 assert binary[1] != 0
135 return binary[1]
136 binary.append(binary_needs_libv8)
137 self.binaries[shell] = binary
  /prebuilts/go/darwin-x86/doc/play/
tree.go 3 // this binary tree comparison.
25 // A Tree is a binary tree with integer values.
72 // New returns a new, random binary tree
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 15 // marshal itself into a binary form.
17 // MarshalBinary encodes the receiver into a binary form and returns the result.
23 // unmarshal a binary representation of itself.
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 21 "encoding/binary"
41 binary.PutVarint(buf, int64(x))
42 _, err := w.Write(buf[0:binary.MaxVarintLen64])
48 _, err := io.ReadFull(r, buf[0:binary.MaxVarintLen64]) // ok to continue with error
49 x, _ := binary.Varint(buf)
57 p := binary.MaxVarintLen64
58 for ; n < len(data) && p+binary.MaxVarintLen64 <= len(buf); n++ {
59 p += binary.PutUvarint(buf[p:], uint64(data[n]))
63 binary.PutVarint(buf, int64(p))
81 if _, err = io.ReadFull(r, buf[binary.MaxVarintLen64:size]); err != nil
    [all...]
  /prebuilts/go/linux-x86/doc/play/
tree.go 3 // this binary tree comparison.
25 // A Tree is a binary tree with integer values.
72 // New returns a new, random binary tree
  /prebuilts/go/linux-x86/src/encoding/
encoding.go 15 // marshal itself into a binary form.
17 // MarshalBinary encodes the receiver into a binary form and returns the result.
23 // unmarshal a binary representation of itself.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 21 "encoding/binary"
41 binary.PutVarint(buf, int64(x))
42 _, err := w.Write(buf[0:binary.MaxVarintLen64])
48 _, err := io.ReadFull(r, buf[0:binary.MaxVarintLen64]) // ok to continue with error
49 x, _ := binary.Varint(buf)
57 p := binary.MaxVarintLen64
58 for ; n < len(data) && p+binary.MaxVarintLen64 <= len(buf); n++ {
59 p += binary.PutUvarint(buf[p:], uint64(data[n]))
63 binary.PutVarint(buf, int64(p))
81 if _, err = io.ReadFull(r, buf[binary.MaxVarintLen64:size]); err != nil
    [all...]
  /build/make/tools/fs_config/
Android.mk 20 # To Build the custom target binary for the host to generate the fs_config
114 # Generate the system/etc/fs_config_dirs binary file for the target
129 # Generate the system/etc/fs_config_files binary file for the target
145 # Generate the vendor/etc/fs_config_dirs binary file for the target
160 # Generate the vendor/etc/fs_config_files binary file for the target
178 # Generate the oem/etc/fs_config_dirs binary file for the target
193 # Generate the oem/etc/fs_config_files binary file for the target
211 # Generate the odm/etc/fs_config_dirs binary file for the target
226 # Generate the odm/etc/fs_config_files binary file for the target
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 197 "bytes use binary mode and leave encoding unspecified.) The available\n"
206 "'b' binary mode\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
217 "Python distinguishes between files opened in binary and text modes,\n"
219 "binary mode (appending 'b' to the mode argument) return contents as\n"
226 "Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n"
231 "* Binary files are buffered in fixed-size chunks; the size of the buffer\n"
238 " for binary files.\n"
246 "be handled---this argument should not be used in binary mode. Pass\n"
279 "a file in a binary mode, the returned class varies: in read binary\n"
300 int text = 0, binary = 0, universal = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
base64mime.py 125 def encode(s, binary=True, maxlinelen=76, eol=NL):
131 If binary is False, end-of-line characters will be converted to the
142 if not binary:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 197 "bytes use binary mode and leave encoding unspecified.) The available\n"
206 "'b' binary mode\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
217 "Python distinguishes between files opened in binary and text modes,\n"
219 "binary mode (appending 'b' to the mode argument) return contents as\n"
226 "Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n"
231 "* Binary files are buffered in fixed-size chunks; the size of the buffer\n"
238 " for binary files.\n"
246 "be handled---this argument should not be used in binary mode. Pass\n"
279 "a file in a binary mode, the returned class varies: in read binary\n"
300 int text = 0, binary = 0, universal = 0; local
    [all...]
  /device/linaro/hikey/l-loader/
hikey.mk 19 $(OBJCOPY) -O binary loader temp
  /external/ImageMagick/api_examples/
magick_script 20 It could even be binary, image data or something else!
  /external/curl/docs/cmdline-opts/
get.d 5 When used, this option will make all data specified with --data, --data-binary
  /external/libxcam/modules/ocl/
cl_demo_handler.cpp 108 create_cl_binary_demo_image_handler (const SmartPtr<CLContext> &context, const uint8_t *binary, size_t size)
122 ret = demo_kernel->load_from_binary (binary, size);
127 "CL image handler(%s) load binary failed", demo_kernel->get_kernel_name());
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-rcu.sh 52 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } END {print sum}'`
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr
  /external/python/cpython2/Lib/email/
base64mime.py 125 def encode(s, binary=True, maxlinelen=76, eol=NL):
131 If binary is False, end-of-line characters will be converted to the
142 if not binary:
  /external/python/cpython2/Modules/_io/
_iomodule.c 197 "bytes use binary mode and leave encoding unspecified.) The available\n"
206 "'b' binary mode\n"
213 "The default mode is 'rt' (open for reading text). For binary random\n"
217 "Python distinguishes between files opened in binary and text modes,\n"
219 "binary mode (appending 'b' to the mode argument) return contents as\n"
226 "Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n"
231 "* Binary files are buffered in fixed-size chunks; the size of the buffer\n"
238 " for binary files.\n"
246 "be handled---this argument should not be used in binary mode. Pass\n"
279 "a file in a binary mode, the returned class varies: in read binary\n
300 int text = 0, binary = 0, universal = 0; local
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.c 128 current locale encoding. (For reading and writing raw bytes use binary
138 'b' binary mode
144 The default mode is 'rt' (open for reading text). For binary random
149 Python distinguishes between files opened in binary and text modes,
151 binary mode (appending 'b' to the mode argument) return contents as
162 Pass 0 to switch buffering off (only allowed in binary mode), 1 to select
167 * Binary files are buffered in fixed-size chunks; the size of the buffer
174 for binary files.
182 be handled---this argument should not be used in binary mode. Pass
221 a file in a binary mode, the returned class varies: in read binar
240 int text = 0, binary = 0, universal = 0; local
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 13 (* variant for a binary operator. *)
14 | Binary of char * expr * expr

Completed in 1493 milliseconds

<<11121314151617181920>>