/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/valgrind/main/memcheck/tests/vbit-test/ |
util.c | 206 # define BINARY(_ta1,_ta2,_td) \ 232 BINARY(Ity_I8,Ity_I8, Ity_I8); 236 BINARY(Ity_I16,Ity_I16, Ity_I16); 255 BINARY(Ity_I32,Ity_I32, Ity_I32); 314 BINARY(Ity_I64,Ity_I64, Ity_I64); 325 BINARY(Ity_I64,Ity_I8, Ity_I64); 328 BINARY(Ity_I8,Ity_I8, Ity_I8); 330 BINARY(Ity_I16,Ity_I8, Ity_I16); 332 BINARY(Ity_I32,Ity_I8, Ity_I32); 334 BINARY(Ity_I64,Ity_I8, Ity_I64) [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, ''<>' '}
|
/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
|
/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;
|
/libcore/luni/src/main/java/java/sql/ |
Types.java | 44 * The type code that identifies the SQL type {@code BINARY}. 46 public static final int BINARY = -2;
|
/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/valgrind/main/VEX/priv/ |
ir_defs.c | 7 This file is part of Valgrind, a dynamic binary instrumentation [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/valgrind/main/coregrind/m_debuginfo/ |
d3basics.c | 8 This file is part of Valgrind, a dynamic binary instrumentation [all...] |
/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...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerFunctionalTest.java | 91 * Test a basic download of a binary file 500k in size. 96 byte[] blobData = generateData(fileSize, DataType.BINARY); 308 byte[] blobData = generateData(fileSize, DataType.BINARY); 328 byte[] blobData = generateData(fileSize, DataType.BINARY);
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 62 PropertyType.BINARY: 'base::Value::TYPE_BINARY',
|
/frameworks/compile/mclinker/include/mcld/Script/ |
BinaryOp.h | 24 * \brief This class defines the interfaces to an binary operator token. 34 : Operator(Operator::BINARY, TYPE), m_Size(0)
|
/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)
|
/frameworks/compile/mclinker/lib/Script/ |
RpnEvaluator.cpp | 51 case Operator::BINARY: {
|