HomeSort by relevance Sort by last modified time
    Searched defs:binary (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKey.h 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
51 static IDBKey* createBinary(PassRefPtr<SharedBuffer> binary)
53 return new IDBKey(binary);
118 PassRefPtr<SharedBuffer> binary() const function in class:WebCore::IDBKey
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
50 const char* const binary = "binary"; member in namespace:WebCore
163 contentEncoding = binary;
178 if (!strcmp(contentEncoding, binary)) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
44 WebIDBKey WebIDBKey::createBinary(const WebData& binary)
47 key.assignBinary(binary);
101 keys.append(IDBKey::createBinary(array[i].binary()));
136 keys[i] = WebIDBKey::createBinary(key->binary());
163 void WebIDBKey::assignBinary(const WebData& binary)
165 m_private = IDBKey::createBinary(binary);
219 WebData WebIDBKey::binary() const function in class:blink::WebIDBKey
221 return m_private->binary();
    [all...]
  /external/chromium_org/third_party/libjingle/source/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;
120 * Return the number of bytes of application data (UTF-8 text and binary data)
135 return sendNative(data, buffer.binary);
137 private native boolean sendNative(byte[] data, boolean binary);
    [all...]
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 111 std::ios_base::out | std::ios_base::binary); member in class:std::ios_base
117 std::ios_base::out | std::ios_base::binary);
scope.cc 205 const BinaryOpNode* binary = i->second.value.origin()->AsBinaryOp(); local
206 if (binary && binary->op().type() == Token::EQUAL) {
208 *err = Err(binary->left()->GetRange(), "Assignment had no effect.",
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 17 package org.apache.commons.codec.binary;
171 * Encodes binary data using the base64 algorithm but
174 * @param binaryData binary data to encode
182 * Encodes binary data using the base64 algorithm and chunks
185 * @param binaryData binary data to encode
201 * binary data which corresponds to the byte[] supplied.
217 * @return a byte array containing binary data
224 * Encodes binary data using the base64 algorithm, optionally
227 * @param binaryData Array containing binary data to encode.
514 * Encodes a byte[] containing binary data, into a byte[] containin
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc 34 const char* binary)
37 binary_(binary) { }
43 GLvoid* binary) {
48 memcpy(binary, binary_, length_);
53 const GLvoid* binary,
56 EXPECT_EQ(0, memcmp(binary_, binary, length));
61 const char* binary() const { return binary_; } function in class:gpu::gles2::ProgramBinaryEmulator
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 618 // Get the name of the binary to launch.
619 base::FilePath binary = current_command_line->GetProgram(); local
629 info.lpFile = binary.value().c_str();
635 PLOG(ERROR) << "Unable to launch '" << binary.value() << "'";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
328 bool binary = (params.type == cricket::DMT_BINARY); local
329 talk_base::scoped_ptr<DataBuffer> buffer(new DataBuffer(payload, binary));
530 send_params.type = buffer.binary ? cricket::DMT_BINARY : cricket::DMT_TEXT;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 973 * Return binary representation of 64-bit value (as a string).
980 binary(GLbitfield64 val) function
1008 (uint64_t) prog->InputsRead, binary(prog->InputsRead));
1010 (uint64_t) prog->OutputsWritten, binary(prog->OutputsWritten));
1017 prog->IndirectRegisterFiles, binary(prog->IndirectRegisterFiles));
1019 prog->SamplersUsed, binary(prog->SamplersUsed));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 26 // Length of binary spectrum sequence.
75 // Construct a sequence of binary spectra used to verify delay estimate. The
124 // Initialize Binary Delay Estimator (far-end part).
126 // Initialize Binary Delay Estimator
420 // In this test we verify correct output on invalid API calls to the Binary
423 BinaryDelayEstimatorFarend* binary = binary_farend_; local
429 binary = WebRtc_CreateBinaryDelayEstimatorFarend(1);
430 EXPECT_TRUE(binary == NULL);
434 // In this test we verify correct output on invalid API calls to the Binary
472 // the signal accordingly. We create two Binary Delay Estimators and feed the
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
32 {.name = "binary", .has_arg = false, .val = 'b'},
48 " [ --binary ]\n"
210 binary = 1;
iptables-restore.c 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
29 {.name = "binary", .has_arg = false, .val = 'b'},
47 " [ --binary ]\n"
210 binary = 1;
  /external/mesa3d/src/mesa/program/
prog_print.c 973 * Return binary representation of 64-bit value (as a string).
980 binary(GLbitfield64 val) function
1008 (uint64_t) prog->InputsRead, binary(prog->InputsRead));
1010 (uint64_t) prog->OutputsWritten, binary(prog->OutputsWritten));
1017 prog->IndirectRegisterFiles, binary(prog->IndirectRegisterFiles));
1019 prog->SamplersUsed, binary(prog->SamplersUsed));
    [all...]
  /external/stlport/src/
ios.cpp 72 const ios_base::openmode ios_base::binary; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 74 const ios_base::openmode ios_base::binary; member in class:ios_base
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
  /external/checkpolicy/
checkpolicy.c 41 * and then compiled into a binary format for use by
44 * reads the binary format instead.
47 * writes the binary format version of the configuration
55 * determine which policy version to use for generating binary
388 unsigned int binary = 0, debug = 0; local
402 {"binary", no_argument, NULL, 'b'},
428 binary = 1;
501 if (binary) {
600 ("%s: writing binary representation (version %d) to %s\n",
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 329 // Report the product version number of the daemon controller binary as
331 HMODULE binary = base::GetModuleFromAddress( local
334 FileVersionInfo::CreateFileVersionInfoForModule(binary));
  /external/libcxx/src/
ios.cpp 118 const ios_base::openmode ios_base::binary; member in class:ios_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 118 const ios_base::openmode ios_base::binary; member in class:ios_base
  /system/core/logcat/
logcat.cpp 36 bool binary; member in struct:log_device_t
46 binary = b;
129 if (dev->binary) {
236 " -B output the log in binary.\n"
485 bool binary = strcmp(optarg, "events") == 0; local
486 if (binary) {
495 dev->next = new log_device_t(optarg, binary, optarg[0]);
497 devices = new log_device_t(optarg, binary, optarg[0]);
  /external/blktrace/
blkiomon.c 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
239 if (!binary.fn)
242 if (fwrite(p, sizeof(*p), 1, binary.fp) != 1)
244 if (binary.pipe && fflush(binary.fp))
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
250 fclose(binary.fp);
251 binary.fn = NULL;
601 "[ -b <file> | --binary=<file> ]\n" \
609 "\t-b Binary output file.\n"
    [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 141 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath

Completed in 628 milliseconds

12 3 4 5 6