/external/chromium_org/build/mac/ |
copy_asan_runtime_dylib.sh | 10 # name in the binary to be relative to @executable_path. 14 BINARY="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}" 16 if [[ ! -f "$BINARY" ]]; then 22 BINARY_DIR="$(dirname "${BINARY}")" 24 # Find the link to the ASan runtime encoded in the binary. 25 BUILTIN_DYLIB_PATH=$(otool -L "${BINARY}" | \ 35 echo "${BINARY} does not depend on the ASan runtime library!" >&2 51 # Check whether the directory containing the executable binary is named 72 # Fix the rpath to the runtime library recorded in the binary. 76 "${BINARY}" [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
colmeta.test | 50 1 {main abc a} {0 {{} BINARY 0 0 0}} 51 2 {{} abc a} {0 {{} BINARY 0 0 0}} 52 3 {{} abc2 b} {0 {VARCHAR(32) BINARY 0 0 0}} 53 4 {main abc2 b} {0 {VARCHAR(32) BINARY 0 0 0}} 55 6 {{} abc3 a} {0 {{} BINARY 1 0 0}} 56 7 {{} abc3 b} {0 {INTEGER BINARY 0 1 0}} 57 13 {main abc rowid} {0 {INTEGER BINARY 0 1 0}} 58 14 {main abc3 rowid} {0 {INTEGER BINARY 0 1 0}} 63 8 {{} abc4 b} {0 {INTEGER BINARY 0 1 1}} 64 15 {main abc4 rowid} {0 {INTEGER BINARY 0 1 1} [all...] |
collateA.test | 25 b TEXT COLLATE BINARY, 71 execsql {SELECT ' '='' COLLATE RTRIM, ' '='' COLLATE BINARY, ' '=''} 74 execsql {SELECT ''=' ' COLLATE RTRIM, ''=' ' COLLATE BINARY, ''=' '} 80 execsql {SELECT ''<>' ' COLLATE RTRIM, ''<>' ' COLLATE BINARY, ''<>' '}
|
collate6.test | 43 CREATE TABLE collate6tab(a COLLATE NOCASE, b COLLATE BINARY); 115 CREATE TABLE abc(a COLLATE binary, b, c);
|
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/ |
AbstractDataChannel.java | 25 * TEXT and BINARY messages should be handled equally. Size of the message is 34 * be observed as strings, BINARY as ByteArray's. 37 TEXT, BINARY
|
SocketTunnelBase.java | 188 mDataChannel.send(packet, AbstractDataChannel.MessageType.BINARY);
|
/external/chromium_org/ui/base/resource/ |
resource_handle.h | 23 BINARY,
|
resource_data_dll_win.cc | 56 return BINARY;
|
data_pack.cc | 68 text_encoding_type_(BINARY), 134 text_encoding_type_ != BINARY) { 136 << ", expected between " << BINARY << " and " << UTF16; 258 textEncodingType != BINARY) { 260 << ", expected between " << BINARY << " and " << UTF16;
|
/external/chromium_org/media/formats/webm/ |
webm_parser.cc | 27 BINARY, 75 {BINARY, kWebMIdSeekID}, 80 {BINARY, kWebMIdSegmentUID}, 82 {BINARY, kWebMIdPrevUID}, 84 {BINARY, kWebMIdNextUID}, 86 {BINARY, kWebMIdSegmentFamily}, 90 {BINARY, kWebMIdDateUTC}, 99 {BINARY, kWebMIdChapterTranslateID}, 103 {BINARY, kWebMIdSimpleBlock}, 116 {BINARY, kWebMIdBlock} [all...] |
/external/chromium_org/tools/grit/grit/format/ |
data_pack.py | 27 BINARY, UTF8, UTF16 = range(3) 53 data = util.ReadFile(input_file, util.BINARY) 160 if encoding in (None, BINARY): 162 elif content.encoding not in (BINARY, encoding): 178 # Encoding is 0 for BINARY, 1 for UTF8 and 2 for UTF16 180 encoding = BINARY
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TypesTest.java | 31 assertEquals(BINARY, -2);
|
/external/oprofile/libop/ |
op_xml_out.h | 33 BINARY,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-create-patch | 5 # Redistribution and use in source and binary forms, with or without 11 # 2. Redistributions in binary form must reproduce the above copyright 35 # Handles binary files (encoded as a base64 chunk of text). 36 # Sorts the diffs alphabetically by text files, then binary files. 123 # All binary files come after all non-binary files. 135 # Sort so text files appear before binary files. 316 print "\nCannot display: file marked as a binary type.\n"; 358 open BINARY, $path or die; 359 while (read(BINARY, $buffer, 60*57)) [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 62 PropertyType.BINARY: 'base::Value::TYPE_BINARY',
|
model.py | 206 elif json_type == 'binary': 207 self.property_type = PropertyType.BINARY 465 BINARY = _PropertyTypeInfo(False, "binary")
|
cpp_type_generator.py | 114 elif type_.property_type == PropertyType.BINARY:
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCResultSetMetaData.java | 34 case Types.BINARY: 112 case Types.BINARY: return "binary";
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image.py | 134 data = util.ReadFile(self.grd_node.ToRealPath(path), util.BINARY)
|
chrome_scaled_image_unittest.py | 55 data = util.ReadFile(rcname, util.BINARY).decode('utf-16')
|
/external/chromium_org/tools/grit/grit/node/ |
include.py | 87 data = util.ReadFile(filename, util.BINARY) 89 # Include does not care about the encoding, because it only returns binary
|
/external/chromium_org/tools/grit/grit/ |
util_unittest.py | 95 Test(test, util.BINARY, test)
|
util.py | 26 BINARY, RAW_TEXT = range(2) 42 # Default is BINARY 202 encoding: A Python codec name or one of two special values: BINARY to read 203 the file in binary mode, or RAW_TEXT to read it with newline 206 mode = 'rb' if encoding == BINARY else 'rU' 209 if encoding not in (BINARY, RAW_TEXT):
|
/external/chromium_org/build/android/ |
adb_gdb | 38 log "Removing target gdbserver binary: $TARGET_GDBSERVER." 244 - target gdbserver binary 315 --gdbserver=<file> Specify target gdbserver binary. 316 --gdb=<file> Specify host gdb client binary. 318 --adb=<file> Specify host ADB binary. 489 # Out: install path + binary prefix (e.g. 527 local BINARY 530 BINARY=$NDK_DIR/prebuilt/android-$ARCH/gdbserver/gdbserver 531 if [ ! -f "$BINARY" ]; then 532 BINARY=$(get_ndk_toolchain_prebuilt "$NDK_DIR" "$ARCH" gdbserver [all...] |
/external/chromium_org/tools/telemetry/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...] |