/external/gtest/test/ |
gtest_test_utils.py | 155 # communicate returns a tuple with the file obect for the child's
|
/external/iproute2/doc/actions/ |
mirred-usage | 7 on more than just a port (eg a 5 tuple classifier). They may also be
|
/external/kernel-headers/original/linux/mtd/ |
mtd.h | 182 which contains an (ofs, len) tuple.
|
/external/libvpx/examples/includes/geshi/geshi/ |
python.php | 77 'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple', 'type', 'unichr', 'unicode',
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 178 path_in_suite + tuple(suffix.split(os.sep)),
|
/external/markdown/markdown/extensions/ |
headerid.py | 125 """ Return meta data suported by this ext as a tuple """
|
/external/protobuf/python/google/protobuf/internal/ |
wire_format.py | 95 returns a (field_number, wire_type) tuple.
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.c | 46 /* Tuple/select functions for 32x2 vectors. */ 60 /* Tuple/select functions for 16x4 vectors. gcc is pretty hopeless 88 /* Tuple/select functions for 8x8 vectors. */ 1106 /* Tuple/select functions for 16x2 vectors. */ [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
ports.py | 148 return tuple(cls._system_version()[:2]) == (10, 5)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
message_broker2.py | 118 Messages have a name and a tuple of optional arguments. Both must be picklable."""
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_win.py | 43 windows_version = tuple(sys.getwindowsversion()[:2])
|
/external/webkit/Tools/TestResultServer/handlers/ |
testfilehandler.py | 192 if not isinstance(item, list) and not isinstance(item, tuple):
|
/frameworks/base/core/java/android/database/ |
CursorJoiner.java | 24 * supports the case where the tuple of key column values is unique.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
array | 230 // Tuple interface to class template array [6.2.2.5].
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
array | 230 // Tuple interface to class template array [6.2.2.5].
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
array | 230 // Tuple interface to class template array [6.2.2.5].
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.h | 57 /* Error out if a gimple tuple is addressed incorrectly. */ 264 Main identifying code for a tuple. */ 267 /* Nonzero if a warning should not be emitted on this tuple. */ 270 /* Nonzero if this tuple has been visited. Passes are responsible 274 /* Nonzero if this tuple represents a non-temporal move. */ 294 /* The SUBCODE field can be used for tuple-specific flags for tuples 309 /* Number of operands in this tuple. */ 743 /* Define the overall contents of a gimple tuple. It may be any of the [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.h | 57 /* Error out if a gimple tuple is addressed incorrectly. */ 264 Main identifying code for a tuple. */ 267 /* Nonzero if a warning should not be emitted on this tuple. */ 270 /* Nonzero if this tuple has been visited. Passes are responsible 274 /* Nonzero if this tuple represents a non-temporal move. */ 294 /* The SUBCODE field can be used for tuple-specific flags for tuples 309 /* Number of operands in this tuple. */ 743 /* Define the overall contents of a gimple tuple. It may be any of the [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
gimple.h | 57 /* Error out if a gimple tuple is addressed incorrectly. */ 264 Main identifying code for a tuple. */ 267 /* Nonzero if a warning should not be emitted on this tuple. */ 270 /* Nonzero if this tuple has been visited. Passes are responsible 274 /* Nonzero if this tuple represents a non-temporal move. */ 294 /* The SUBCODE field can be used for tuple-specific flags for tuples 309 /* Number of operands in this tuple. */ 743 /* Define the overall contents of a gimple tuple. It may be any of the [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | 134 (email, password) tuple when called. Will be called if authentication 552 Tuple (output, return code) 629 A tuple (base_content, new_content, is_binary, status) 646 A dictionary that maps from filename to GetBaseFile's tuple. Filenames 735 # Keys: dirname, Values: 2-tuple (ouput for start rev and end rev). [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 134 (email, password) tuple when called. Will be called if authentication 552 Tuple (output, return code) 629 A tuple (base_content, new_content, is_binary, status) 646 A dictionary that maps from filename to GetBaseFile's tuple. Filenames 735 # Keys: dirname, Values: 2-tuple (ouput for start rev and end rev). [all...] |
/external/chromium/testing/gmock/test/ |
gmock-matchers_test.cc | 71 using std::tr1::tuple; [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 192 dmode, fmode) tuple that will match the most descendants of that 206 # Find the (uid, gid, dmode, fmode) tuple that matches the most 236 # current is the (uid, gid, dmode, fmode) tuple that the current
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 519 mapping of 4-tuple input vectors to 4-tuple output vectors. 525 how the 4-tuple is mapped into the coordinates used for sampling. The [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | [all...] |