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

1 2 34 5 6 7 8 91011>>

  /system/chre/host/common/include/chre_host/
fragmented_load_transaction.h 39 std::vector<uint8_t> binary; member in struct:android::chre::FragmentedLoadRequest
43 const std::vector<uint8_t>& binary) :
44 FragmentedLoadRequest(fragmentId, transactionId, 0, 0, 0, 0, binary) {}
49 size_t appTotalSizeBytes, const std::vector<uint8_t>& binary)
56 binary(binary) {}
64 * fragment and send a load request with the fragmented binary and the fragment
74 * @param appBinary the nanoapp binary data
84 * binary. Invoking getNextRequest() will prepare the next fragment for a
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
cons.s 5 .global binary, octal, hex, field
6 binary: .word 11b, 0100B label
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 17 package org.apache.commons.codec.binary;
78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
81 * the raw binary data to convert
90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
93 * the raw binary data to convert
111 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
137 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
149 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
169 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
196 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argumen
    [all...]
Hex.java 17 package org.apache.commons.codec.binary;
54 * @return A byte array containing binary data decoded from
129 * @return A byte array containing binary data decoded from
147 * @return A byte array containing binary data decoded from
  /external/autotest/client/site_tests/video_JDAPerf/
video_JDAPerf.py 47 binary = 'jpeg_decode_accelerator_unittest' variable in class:video_JDAPerf
158 self.run_chrome_test_binary(self.binary, cmd_line)
  /external/libxcam/modules/isp/
x3a_analyzer_aiq.cpp 33 bool read (ia_binary_data &binary);
56 bool CpfReader::read (ia_binary_data &binary)
62 binary.data = _aiq_cpf->data;
63 binary.size = _aiq_cpf->size;
145 ia_binary_data binary; local
151 xcam_mem_clear (binary);
154 reader.read(binary),
161 _aiq_compositor->open (binary),
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.h 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
68 // Enable binary-format support?
69 bool binary; member in struct:google::protobuf::compiler::js::GeneratorOptions
85 binary(false),
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java 18 package org.apache.commons.codec.binary;
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
70 DataBuffer(const rtc::Buffer& data, bool binary)
72 binary(binary) {
77 binary(false) {
82 // Indicates if the received data contains UTF-8 or binary data.
85 bool binary; member in struct:webrtc::DataBuffer
146 // (UTF-8 text and binary data) that have been queued using SendBuffer but
  /packages/apps/Dialer/java/com/android/dialer/binary/common/
DialerApplication.java 17 package com.android.dialer.binary.common;
  /prebuilts/go/darwin-x86/src/unicode/
letter_test.go 442 // cutoff point for linear search of a range list vs. binary search.
451 var calibrate = flag.Bool("calibrate", false, "compute crossover for linear vs. binary search")
462 // Find the point where binary search wins by more than 10%.
482 binary(tab, uint16(j))
488 fmt.Printf("n=%d: linear=%d binary=%d\n", n, bmlinear.NsPerOp(), bmbinary.NsPerOp())
515 func binary(ranges []Range16, r uint16) bool { func
516 // binary search over ranges
  /prebuilts/go/linux-x86/src/unicode/
letter_test.go 442 // cutoff point for linear search of a range list vs. binary search.
451 var calibrate = flag.Bool("calibrate", false, "compute crossover for linear vs. binary search")
462 // Find the point where binary search wins by more than 10%.
482 binary(tab, uint16(j))
488 fmt.Printf("n=%d: linear=%d binary=%d\n", n, bmlinear.NsPerOp(), bmbinary.NsPerOp())
515 func binary(ranges []Range16, r uint16) bool { func
516 // binary search over ranges
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
68 // Enable binary-format support?
69 bool binary; member in struct:google::protobuf::compiler::js::GeneratorOptions
85 binary(false),
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.cpp 49 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary)
51 , m_binary (binary, binary+binarySize)
69 bool isSaneSpirVBinary (const ProgramBinary& binary)
76 DE_ASSERT(binary.getFormat() == PROGRAM_FORMAT_SPIRV);
78 if (binary.getSize() % sizeof(deUint32) != 0)
81 if (binary.getSize() < sizeof(deUint32))
84 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes)
90 ProgramBinary* createProgramBinaryFromSpirV (const vector<deUint32>& binary)
92 DE_ASSERT(!binary.empty())
119 vector<deUint32> binary; local
142 vector<deUint32> binary; local
165 vector<deUint32> binary; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationLoader.java 204 UResourceBundle binary = data.get("%%CollationBin"); local
205 ByteBuffer inBytes = binary.getBinary();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationLoader.java 202 UResourceBundle binary = data.get("%%CollationBin"); local
203 ByteBuffer inBytes = binary.getBinary();
  /external/libcap/progs/
capsh.c 32 static char *binary(unsigned long value) function
522 b = binary(set); /* use verilog convention for binary string */
  /external/protobuf/src/google/protobuf/util/
json_util_test.cc 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
79 string binary; local
81 GetTypeUrl(message->GetDescriptor()), json, &binary)
85 return message->ParseFromString(binary);
  /external/selinux/checkpolicy/
checkmodule.c 135 printf(" -b treat input as a binary policy file\n");
136 printf(" -C output CIL policy instead of binary policy\n");
151 unsigned int binary = 0, cil = 0; local
158 {"binary", no_argument, NULL, 'b'},
175 binary = 1;
221 if (binary && (policy_type != POLICY_BASE)) {
239 if (binary) {
316 printf("%s: writing binary representation (version %d) to %s\n",
  /external/selinux/secilc/
secilc.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
49 printf(" -o, --output=<file> write binary policy to <file>\n");
58 printf(" -c, --policyvers=<version> build a binary policy with a given <version>\n");
64 printf(" -D, --disable-dontaudit do not add dontaudit rules to the binary policy\n");
81 FILE *binary = NULL; local
310 binary = fopen(output, "w");
311 if (binary == NULL) {
312 fprintf(stderr, "Failure opening binary file for writing\n");
323 sepol_policy_file_set_fp(pf, binary);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 246 // Attempt to open the binary.
247 OwningPtr<Binary> binary; local
248 if (error_code ec = createBinary(file, binary)) {
253 if (Archive *a = dyn_cast<Archive>(binary.get())) {
257 OwningPtr<Binary> child;
271 } else if (ObjectFile *o = dyn_cast<ObjectFile>(binary.get())) {
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
67 * Indicates whether |data| contains UTF-8 text or "binary data"
70 public final boolean binary; field in class:DataChannel.Buffer
72 public Buffer(ByteBuffer data, boolean binary) {
74 this.binary = binary;
122 * Return the number of bytes of application data (UTF-8 text and binary data)
137 return sendNative(data, buffer.binary);
139 private native boolean sendNative(byte[] data, boolean binary);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 5 // Package binary implements simple translation between numbers and byte
22 package binary package
95 func (littleEndian) GoString() string { return "binary.LittleEndian" }
143 func (bigEndian) GoString() string { return "binary.BigEndian" }
145 // Read reads structured binary data from r into data.
242 return errors.New("binary.Read: invalid type " + reflect.TypeOf(data).String())
252 // Write writes the binary representation of data into w.
362 return errors.New("binary.Write: invalid type " + reflect.TypeOf(data).String())
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 762 // The binary expression e may be nil. It's passed in for better error messages only.
763 func (check *Checker) binary(x *operand, e *ast.BinaryExpr, lhs, rhs ast.Expr, op token.Token) { func
    [all...]
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 5 // Package binary implements simple translation between numbers and byte
22 package binary package
95 func (littleEndian) GoString() string { return "binary.LittleEndian" }
143 func (bigEndian) GoString() string { return "binary.BigEndian" }
145 // Read reads structured binary data from r into data.
242 return errors.New("binary.Read: invalid type " + reflect.TypeOf(data).String())
252 // Write writes the binary representation of data into w.
362 return errors.New("binary.Write: invalid type " + reflect.TypeOf(data).String())

Completed in 836 milliseconds

1 2 34 5 6 7 8 91011>>