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

1 2 34 5 6 7 8 910

  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 275 # for binary shell, binary fat and logo module.
397 [Rule.Common.UEFI_APPLICATION.BINARY]
408 [Rule.Common.UEFI_DRIVER.BINARY]
  /external/libchrome/dbus/
values_util.cc 78 case base::Value::Type::BINARY:
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java 220 type = WebSocket.BINARY;
  /external/opencv/cv/include/
cv.hpp 16 // Redistribution and use in source and binary forms, with or without modification,
22 // * Redistribution's in binary form must reproduce the above copyright notice,
349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 83 private TransferType type = TransferType.BINARY;
378 * 150 Opening BINARY mode data connection for foo (6701 bytes).
    [all...]
  /external/libchrome/base/
values_unittest.cc 104 EXPECT_EQ(Value::Type::BINARY, value.type());
305 EXPECT_EQ(Value::Type::BINARY, moved_value.type());
311 EXPECT_EQ(Value::Type::BINARY, blank.type());
447 auto binary = MakeUnique<Value>(Value::Type::BINARY); local
448 ASSERT_TRUE(binary.get());
449 ASSERT_EQ(0U, binary->GetSize());
454 binary.reset(new BinaryValue(std::move(buffer)));
455 ASSERT_TRUE(binary.get());
456 ASSERT_TRUE(binary->GetBuffer())
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 648 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
682 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
783 UResourceBundle.BINARY,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 646 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
680 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
781 UResourceBundle.BINARY,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundle.java 383 * <strong>[icu]</strong> Returns a binary data item from a binary resource, as a read-only ByteBuffer.
424 * <strong>[icu]</strong> Returns a binary data from a binary resource, as a byte array with a copy
428 * @return an array of bytes containing the binary data from the resource.
616 // not every string/int/binary... resource has to have a keys cache field.
677 * {@link #BINARY BINARY}, {@link #INT_VECTOR INT_VECTOR},
724 * <strong>[icu]</strong> Resource type constant for binary data.
726 public static final int BINARY = 1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundle.java 398 * {@icu} Returns a binary data item from a binary resource, as a read-only ByteBuffer.
442 * {@icu} Returns a binary data from a binary resource, as a byte array with a copy
446 * @return an array of bytes containing the binary data from the resource.
642 // not every string/int/binary... resource has to have a keys cache field.
704 * {@link #BINARY BINARY}, {@link #INT_VECTOR INT_VECTOR},
757 * {@icu} Resource type constant for binary data.
760 public static final int BINARY = 1
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java     [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 306 // Correct when the property a String but the value is binary
307 if (property.getType() == String.class && Tag.BINARY.equals(valueNode.getTag()) && value instanceof byte[]) {
380 || Tag.BINARY.equals(node.getTag()) || Calendar.class.isAssignableFrom(type) || type == UUID.class) {
  /external/turbine/java/com/google/turbine/tree/
Tree.java 60 BINARY,
349 /** A JLS 15.17 - 14.24 binary expression. */
350 public static class Binary extends Expression {
355 public Binary(int position, Expression lhs, Expression rhs, TurbineOperatorKind op) {
364 return Kind.BINARY;
957 O visitBinary(Binary binary, I input);
  /external/v8/src/parsing/
scanner.cc 1184 BINARY
1200 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 463 #define BINARY 'B'
494 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 465 #define BINARY 'B'
496 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 463 #define BINARY 'B'
494 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 467 #define BINARY 'B'
498 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 469 #define BINARY 'B'
500 if (type == DECIMAL || type == BINARY)
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /external/libmojo/ipc/
ipc_message_utils.cc 51 // Windows has a GUI for logging, which can handle arbitrary binary data.
112 case base::Value::Type::BINARY: {
180 case base::Value::Type::BINARY: {
295 case base::Value::Type::BINARY: {
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 72 BINARY = chr(0) # 8-bit data path
  /external/python/cpython2/Lib/
telnetlib.py 73 BINARY = chr(0) # 8-bit data path
  /external/python/cpython3/Lib/
telnetlib.py 72 BINARY = bytes([0]) # 8-bit data path

Completed in 705 milliseconds

1 2 34 5 6 7 8 910