HomeSort by relevance Sort by last modified time
    Searched defs:BINARY (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/capstone/suite/regress/
invalid_read_in_print_operand.c 3 #define BINARY "\x3b\x30\x62\x93\x5d\x61\x03\xe8"
12 cs_disasm(handle, (uint8_t *)BINARY, sizeof(BINARY) - 1, 0x1000, 0, &insn);
  /external/autotest/client/site_tests/security_SandboxLinuxUnittests/
security_SandboxLinuxUnittests.py 16 BINARY = 'sandbox_linux_unittests'
21 self.run_chrome_test_binary(self.BINARY)
22 crash_pattern = os.path.join(self.CRASH_DIR, self.BINARY + '*')
  /external/autotest/client/site_tests/video_VDASanity/
video_VDASanity.py 16 BINARY = 'video_decode_accelerator_unittest'
20 VDA sanity autotest runs binary video_decode_accelerator_unittest on a list
51 self.run_chrome_test_binary(BINARY, cmd_line)
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 18 BINARY = 'video_encode_accelerator_unittest'
42 This test is a wrapper of the chrome unittest binary:
153 self.run_chrome_test_binary(BINARY, cmd_line, as_chronos=False)
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java 27 /** A {@link MediaType} indicating binary frames should be used when sending the message. */
28 MediaType BINARY = MediaType.parse("application/vnd.okhttp.websocket+binary");
34 * {@link #TEXT} or {@link #BINARY}.
  /external/autotest/client/site_tests/platform_SecureEraseFile/
platform_SecureEraseFile.py 16 BINARY = '/usr/bin/secure_erase_file'
93 utils.run('%s %s' % (BINARY, TEST_PATH))
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterPropertyNames.java 43 public static final String BINARY = "binary";
46 * Final argument to interpreter binary when running the interpreter interactively.
51 * Final argument to interpreter binary when running a script.
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
Makefile 11 BINARY := ${PROJECT}${BIN_EXT}
72 all: clean ${BINARY}
74 ${BINARY}: ${OBJECTS} Makefile
89 $(call SHELL_DELETE, ${BINARY})
  /frameworks/support/room/common/src/main/java/androidx/room/
ColumnInfo.java 69 * collation sequence to the column, and SQLite treats it like {@link #BINARY}.
72 * {@link #BINARY}, {@link #NOCASE}, {@link #RTRIM}, {@link #LOCALIZED} or {@link #UNICODE}.
107 * Column affinity constant for binary data.
121 * Collation sequence is not specified. The match will behave like {@link #BINARY}.
131 int BINARY = 2;
160 @IntDef({UNSPECIFIED, BINARY, NOCASE, RTRIM, LOCALIZED, UNICODE})
  /external/capstone/tests/
Makefile 94 BINARY = $(addprefix $(TESTDIR)/,$(SOURCES:.c=$(BIN_EXT)))
96 all: $(BINARY)
99 rm -rf $(OBJS) $(BINARY) $(TESTDIR)/*.exe $(TESTDIR)/*.static $(OBJDIR)/lib$(LIBNAME).* $(OBJDIR)/$(LIBNAME).*
101 $(BINARY): $(OBJS)
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 32 BINARY = 'video_decode_accelerator_unittest'
72 binary, video_decode_accelerator_unittest.
242 self.run_chrome_test_binary(BINARY, cmd_line)
266 self.run_chrome_test_binary(BINARY, cmd_line, prefix=time_cmd)
282 self.run_chrome_test_binary(BINARY, cmd_line)
  /libcore/ojluni/src/main/java/java/sql/
Types.java 154 * <code>BINARY</code>.
156 public final static int BINARY = -2;
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 22 BINARY = 3
255 // GetBinaryValue retrieves the binary value for the specified
258 // If value is not BINARY, it will return the correct value
265 if typ != BINARY {
334 // under key k to value and BINARY.
336 return k.setValue(name, BINARY, value)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 22 BINARY = 3
255 // GetBinaryValue retrieves the binary value for the specified
258 // If value is not BINARY, it will return the correct value
265 if typ != BINARY {
334 // under key k to value and BINARY.
336 return k.setValue(name, BINARY, value)
  /external/curl/tests/
negtelnetserver.py 178 if byte_int in [NegOptions.BINARY,
257 # Binary Transmission
258 BINARY = 0
  /external/libchrome/base/
values.h 60 BINARY,
122 bool is_blob() const { return type() == Type::BINARY; }
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 38 public static final Tag BINARY = new Tag(PREFIX + "binary");
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 8 This file is part of Valgrind, a dynamic binary instrumentation
    [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/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 28 enum Arity { NULLARY, UNARY, BINARY, TERNARY };
161 /* Binary operator */
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 81 ASCII, BINARY, EBCDIC
655 * Changes the transfer type (binary, ascii, ebcdic) and issue the
666 * Changes the current transfer type to binary.
668 * {@code setType(TransferType.BINARY)}
676 setType(TransferType.BINARY);
    [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

Completed in 1467 milliseconds

1 2 3 4 5 6 7 8