HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 776 - 800 of 2452) sorted by null

<<31323334353637383940>>

  /external/bcc/src/cc/
bcc_debug.cc 19 #include <tuple>
46 using std::tuple;
  /external/catch2/projects/SelfTest/UsageTests/
Misc.tests.cpp 269 TEMPLATE_TEST_CASE( "TemplateTest: vectors can be sized and resized", "[vector][template]", int, float, std::string, (std::tuple<int,float>) ) {
314 TEMPLATE_PRODUCT_TEST_CASE("Product with differing arities", "[template][product]", std::tuple, (int, (int, double), (int, double, float))) {
  /external/chromium-trace/catapult/devil/devil/android/
device_errors.py 87 return tuple(result)
146 return tuple(result)
  /external/clang/lib/CodeGen/
EHScopeStack.h 199 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
217 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
281 /// Push a lazily-created cleanup on the stack. Tuple version.
283 void pushCleanupTuple(CleanupKind Kind, std::tuple<As...> A) {
  /external/deqp-deps/SPIRV-Tools/test/
text_to_binary.control_flow_test.cpp 20 #include <tuple>
80 TestWithParam<std::tuple<spv_target_env, EnumCase<int>>>>;
text_to_binary.mode_setting_test.cpp 19 #include <tuple>
139 TestWithParam<std::tuple<spv_target_env, EnumCase<SpvExecutionMode>>>>;
  /external/deqp-deps/SPIRV-Tools/test/val/
val_non_uniform_test.cpp 17 #include <tuple>
104 std::tuple<std::string, std::string, SpvScope, std::string, std::string>>;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 161 if not isinstance(element, tuple):
197 if not isinstance(element, tuple):
293 if not isinstance(element, tuple):
334 if not isinstance(element, tuple):
427 if not isinstance(element, tuple):
478 if not isinstance(element, tuple):
685 if not isinstance(element, tuple):
691 if not isinstance(compElement, tuple):
_h_d_m_x.py 83 writer.write(format % (("ppem",) + tuple(ppems)))
93 writer.write(format % ((glyphName,) + tuple(row)))
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
channel.pxd.pxi 75 cdef tuple _arguments
event.pyx.pxi 29 Call call, CallDetails call_details, tuple invocation_metadata):
  /external/grpc-grpc/src/python/grpcio_tests/tests/testing/
_time_test.py 44 return tuple(self._call_times)
99 test_events = tuple(threading.Event() for _ in range(_MANY))
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
_channel_connectivity_test.py 46 return tuple(self._connectivities)
51 connectivities = tuple(self._connectivities)
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
_cancel_many_calls_test.py 137 return tuple(self._events)
197 lambda: tuple(channel.next_call_event() for _ in range(_SUCCESSFUL_CALLS)))
_read_some_but_not_all_responses_test.py 64 return tuple(self._events)
108 return tuple(self._events)
  /external/libaom/libaom/test/
subtract_test.cc 114 using ::testing::tuple;
117 typedef tuple<int, int, int, HBDSubtractFunc> Params;
  /external/libbrillo/brillo/dbus/
data_serialization.h 36 // | (UVW...) | std::tuple<U,V,W,...>
57 #include <tuple>
624 // std::tuple = D-Bus STRUCT with arbitrary number of members. ----------------
628 // of a tuple<T...> from index I to N. TupleIterator<>::Read and ::Write methods
629 // are called for each element of the tuple and iteration continues until I == N
633 // Tuple is just a convenience alias to a tuple containing elements of type T.
634 using Tuple = std::tuple<T...>;
636 using ValueType = typename std::tuple_element<I, Tuple>::type
    [all...]
  /external/libvpx/libvpx/test/
blockiness_test.cc 14 #include <tuple>
142 typedef std::tuple<int, int> BlockinessParam;
consistency_test.cc 14 #include <tuple>
131 typedef std::tuple<int, int> ConsistencyParam;
decode_perf_test.cc 12 #include <tuple>
37 DecodePerfTest takes a tuple of filename + number of threads to decode with
39 typedef std::tuple<const char *, unsigned> DecodePerfParam;
  /external/mesa3d/scons/
custom.py 51 scons_version = tuple(map(int, SCons.__version__.split('.')))
284 if f.endswith(tuple(['.h','.hpp','.inl'])):
  /external/pdfium/core/fxge/dib/
cfx_imagestretcher.cpp 10 #include <tuple>
37 // Returns tuple c, m, y, k
38 std::tuple<int, int, int, int> CmykDecode(const uint32_t cmyk) {
  /external/python/cpython2/Lib/
DocXMLRPCServer.py 95 if isinstance(object, tuple):
187 method_info = tuple(method_info)
  /external/python/cpython2/Lib/distutils/
ccompiler.py 103 # macro definition is a 2-tuple (name, value), where the value is
105 # undefinition is a 1-tuple (name,).
178 definition, ie. either (name,value) 2-tuple or a (name,) tuple. Do
182 if not (isinstance(defn, tuple) and
189 "must be tuple (string,), (string, string), or " + \
340 elif isinstance(incdirs, (list, tuple)):
400 elif isinstance(include_dirs, (list, tuple)):
414 if not isinstance(objects, (list, tuple)):
416 "'objects' must be a list or tuple of strings
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_font.py 89 self.assertIsInstance(families, tuple)
97 self.assertIsInstance(names, tuple)

Completed in 2132 milliseconds

<<31323334353637383940>>