HomeSort by relevance Sort by last modified time
    Searched refs:BINARY (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /external/python/cpython2/Objects/
classobject.c     [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 137 {Type: registry.BINARY, Name: "Binary1", Value: []byte{}},
138 {Type: registry.BINARY, Name: "Binary2", Value: []byte{1, 2, 3}},
139 {Type: registry.BINARY, Name: "Binary3", Value: []byte{3, 2, 1, 0, 1, 2, 3}},
171 case registry.BINARY:
408 case registry.BINARY:
556 case registry.BINARY:
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 137 {Type: registry.BINARY, Name: "Binary1", Value: []byte{}},
138 {Type: registry.BINARY, Name: "Binary2", Value: []byte{1, 2, 3}},
139 {Type: registry.BINARY, Name: "Binary3", Value: []byte{3, 2, 1, 0, 1, 2, 3}},
171 case registry.BINARY:
408 case registry.BINARY:
556 case registry.BINARY:
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 283 INF RuleOverride = BINARY FatBinPkg/EnhancedFatDxe/Fat.inf
288 INF RuleOverride = BINARY EdkShellBinPkg/FullShell/FullShell.inf
474 [Rule.Common.UEFI_DRIVER.BINARY]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
OvmfPkgIa32X64.fdf 283 INF RuleOverride = BINARY USE = X64 FatBinPkg/EnhancedFatDxe/Fat.inf
288 INF RuleOverride = BINARY USE = X64 EdkShellBinPkg/FullShell/FullShell.inf
474 [Rule.Common.UEFI_DRIVER.BINARY]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
OvmfPkgX64.fdf 283 INF RuleOverride = BINARY FatBinPkg/EnhancedFatDxe/Fat.inf
288 INF RuleOverride = BINARY EdkShellBinPkg/FullShell/FullShell.inf
474 [Rule.Common.UEFI_DRIVER.BINARY]
489 [Rule.Common.UEFI_APPLICATION.BINARY]
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
RealWebSocketTest.java 38 import static com.squareup.okhttp.ws.WebSocket.BINARY;
112 client.sendMessage(RequestBody.create(BINARY, "Hello!"));
122 assertEquals("Message content type was null. Must use WebSocket.TEXT or WebSocket.BINARY.",
133 "Unknown message content type: text/plain. Must use WebSocket.TEXT or WebSocket.BINARY.",
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
ArmVExpress-RTSM-A15_MPCore.fdf 341 [Rule.Common.UEFI_DRIVER.BINARY]
349 [Rule.Common.UEFI_APPLICATION.BINARY]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UResource.java 352 * @throws UResourceTypeMismatchException if this is not a binary-blob resource
438 case UResourceBundle.BINARY:
439 return "(binary blob)";
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/
UResource.java 350 * @throws UResourceTypeMismatchException if this is not a binary-blob resource
436 case UResourceBundle.BINARY:
437 return "(binary blob)";
ICUResourceBundleReader.java 646 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
680 if(RES_GET_TYPE(res)==UResourceBundle.BINARY) {
781 UResourceBundle.BINARY,
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 28 enum Arity { NULLARY, UNARY, BINARY, TERNARY };
161 /* Binary operator */
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 36 # - does not negotiate BINARY or COM_PORT_OPTION for his side but at least
105 BINARY = to_bytes([0]) # 8-bit data path
399 TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO, DONT, INACTIVE),
407 TelnetOption(self, 'they-BINARY', BINARY, DO, DONT, WILL, WONT, INACTIVE),
448 raise SerialException("Remote does not seem to support RFC2217 or BINARY mode %r" % mandadory_options)
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
SafeRepresenter.java 116 tag = Tag.BINARY;
117 char[] binary; local
119 binary = Base64Coder.encode(value.getBytes("UTF-8"));
123 value = String.valueOf(binary);
408 char[] binary = Base64Coder.encode((byte[]) data); local
409 return representScalar(Tag.BINARY, String.valueOf(binary), '|');
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 269 # for binary shell, binary fat and logo module.
394 [Rule.Common.UEFI_APPLICATION.BINARY]
405 [Rule.Common.UEFI_DRIVER.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/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/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...]

Completed in 2886 milliseconds

1 23 4 5 6 7 8