/external/chromium_org/third_party/sqlite/src/test/ |
collate6.test | 43 CREATE TABLE collate6tab(a COLLATE NOCASE, b COLLATE BINARY); 115 CREATE TABLE abc(a COLLATE binary, b, c);
|
collate2.test | 26 # collate2-4.* Precedence of collation/data types in binary comparisons 47 # BINARY: NULL AA AB Aa Ab BA BB Ba Bb aA aB aa ab bA bB ba bb 55 # The collation sequences BINARY and NOCASE are built-in, the BACKWARDS 62 a COLLATE BINARY, 103 SELECT a FROM collate2t1 WHERE a COLLATE binary > 'aa' ORDER BY 1; 108 SELECT a FROM collate2t1 WHERE b COLLATE binary > 'aa' ORDER BY 1; 113 SELECT a FROM collate2t1 WHERE c COLLATE binary > 'aa' ORDER BY 1; 611 CREATE TABLE collate2t2(b COLLATE binary); 618 # Test that when both sides of a binary comparison operator have
|
/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/grit/grit/ |
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/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/ |
SocketTunnelBase.java | 188 mDataChannel.send(packet, AbstractDataChannel.MessageType.BINARY);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Operator.h | 33 BINARY, 169 /* Binary operator */
|
/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...] |
/external/chromium_org/tools/json_schema_compiler/ |
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:
|
cc_generator.py | 163 t.property_type == PropertyType.BINARY or # mapped to std::string 551 elif underlying_type.property_type == PropertyType.BINARY: 805 elif underlying_type.property_type == PropertyType.BINARY: [all...] |
dart_generator.py | 759 elif prop_type is PropertyType.BINARY:
|
/external/chromium_org/ui/base/resource/ |
data_pack_unittest.cc | 136 DataPack::BINARY));
|
resource_bundle_unittest.cc | 142 DataPack::WritePack(path, resources, ui::DataPack::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 };
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | [all...] |
JDBCResultSet.java | 653 case Types.BINARY: [all...] |
/external/chromium_org/v8/src/ |
scanner.cc | 789 enum { DECIMAL, HEX, OCTAL, IMPLICIT_OCTAL, BINARY } kind = DECIMAL; 803 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or 827 kind = BINARY; 830 // we must have at least one binary digit after 'b'/'B' [all...] |
/external/oprofile/libpp/ |
xml_utils.cpp | 630 // set begin symbol for binary if not set 639 // add symbol count to binary count 646 // we have a module distinct from it's binary: --separate=lib 655 // mark end of enclosing binary symbols if there have been any 656 // NOTE: it is possible for the binary's symbols to follow its 678 string binary = get_image_name((*it)->app_name, local 683 if (binary != current_binary_name) { 684 current_binary = binaries_root.add_binary(binary, it); 685 current_binary_name = binary; 688 current_binary->add_module_symbol(module, binary, it) 726 string binary = get_image_name((*it)->app_name, local [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataTest.java | [all...] |
/external/chromium_org/third_party/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...] |
/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/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 102 BINARY 293 * {@link DataType#BINARY}. 305 * {@link DataType#BINARY}. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 73 BINARY = chr(0) # 8-bit data path
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 73 BINARY = chr(0) # 8-bit data path
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 831 return ui::DataPack::WritePack(path, resources, ui::DataPack::BINARY); [all...] |