HomeSort by relevance Sort by last modified time
    Searched full:tuple (Results 126 - 150 of 384) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/gtest/test/
gtest_nc_test.py 48 # Defines a list of test specs, where each element is a tuple
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 20 tuple of (start, end) for a range of code-points.'''
  /external/llvm/utils/lit/lit/
ShUtil.py 65 assert isinstance(tok, tuple) and len(tok) == 1
189 if isinstance(tok, tuple):
207 assert isinstance(tok, tuple)
237 assert isinstance(operator, tuple) and len(operator) == 1
  /frameworks/base/core/java/android/util/
Pair.java 20 * Container to ease passing around a tuple of two objects. This object provides a sensible
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
functional 58 # include <tuple>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
stdc++.h 107 #include <tuple>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
functional 58 # include <tuple>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 107 #include <tuple>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 107 #include <tuple>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
functional 58 # include <tuple>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 107 #include <tuple>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 107 #include <tuple>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
stdc++.h 107 #include <tuple>
  /system/vold/
Volume.h 59 * The major/minor tuple of the currently mounted filesystem.
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 212 using ::std::tr1::tuple;
966 tuple<> t0;
969 tuple<int> t1(5);
972 tuple<char, bool> t2('a', true);
975 tuple<bool, int, int> t3(false, 2, 3);
978 tuple<bool, int, int, int> t4(false, 2, 3, 4);
981 tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
984 tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
987 tuple<bool, int, int, int, bool, int, int> t7(false, 2, 3, 4, true, 6, 7);
990 tuple<bool, int, int, int, bool, int, int, bool> t8
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 61 // GTEST_HAS_TR1_TUPLE 1 - Define it to 1/0 to indicate tr1::tuple
334 // Determines whether tr1/tuple is available. If you have tr1/tuple
337 // tr1/tuple on your platform automatically, please open an issue
342 // GCC provides <tr1/tuple> since 4.0.0.
352 // tr1/tuple.
355 // GCC implements tr1/tuple in the <tr1/tuple> header. This does not
356 // conform to the TR1 spec, which requires the header to be <tuple>.
357 #include <tr1/tuple>
    [all...]
  /external/chromium/testing/gtest/
CMakeLists.txt 173 # tuple implementation. Therefore using our own tuple with
  /external/chromium/base/
tuple.h 5 // A Tuple is a generic templatized container, similar in concept to std::pair.
8 // and will construct and return the appropriate Tuple object. The functions
10 // and method pointer, and unpack a tuple into arguments to the call.
12 // Tuple elements are copied by value, and stored in the tuple. See the unit
16 // // These two methods of creating a Tuple are identical.
39 // A simple traits class for tuple arguments.
62 // Tuple -----------------------------------------------------------------------
73 // want filled by the dispatchee, and the tuple is merely a container for that
269 // Tuple types ---------------------------------------------------------------
    [all...]
  /external/chromium/net/tools/testserver/
device_management.py 117 A tuple of HTTP status code and response data to send to the client.
164 A tuple of HTTP status code and response data to send to the client.
198 A tuple of HTTP status code and response data to send to the client.
226 A tuple of HTTP status code and response data to send to the client.
267 A tuple of HTTP status code and response data to send to the client.
320 A tuple of HTTP status code and response data to send to the client.
437 A tuple of HTTP status code and response data to send to the client.
  /external/guava/src/com/google/common/collect/
Sets.java 749 * position of an element inside a tuple always corresponds to the position of
794 * position of an element inside a tuple always corresponds to the position of
849 Object[] tuple = new Object[axes.size()];
850 for (int i = 0 ; i < tuple.length; i++) {
851 tuple[i] = axes.get(i).getForIndex(index);
856 List<B> result = (ImmutableList<B>) ImmutableList.of(tuple);
866 List<?> tuple = (List<?>) element;
    [all...]
  /external/clang/utils/ABITest/
Enumeration.py 135 Return the N-th W-tuple, where for 0 <= x_i < H."""
141 return tuple(elts)
164 Return the N-th tuple where len(x) < maxSize and for y in x, 0 <=
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 41 #include <tuple>
87 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
235 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 41 #include <tuple>
87 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
235 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 41 #include <tuple>
87 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
235 typedef std::tuple<_Tp*, _Tp_Deleter> __tuple_type;
  /development/scripts/
add-accounts 78 adb_flags = tuple(argv)

Completed in 1252 milliseconds

1 2 3 4 56 7 8 91011>>