HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 151 - 175 of 205) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/testing/
generate_gmock_mutant.py 115 #include "base/tuple.h" // for Tuple
366 return Clean("Tuple%d<%s>" % (n, Gen(pattern, n)))
414 mutant2 = mutant2.replace(" " * 17 + "Tuple", " " * 31 + "Tuple")
434 stdcall2 = stdcall2.replace(" " * 17 + "Tuple", " " * 31 + "Tuple")
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 62 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
72 // Test's own tr1 tuple implementation should be
423 // Determines whether Google Test can use tr1/tuple. You can define
424 // this macro to 0 to prevent Google Test from using tuple (any
425 // feature depending on tuple with be disabled in this mode).
431 // Determines whether Google Test's own tr1 tuple implementation
436 // We use our own TR1 tuple if we aren't sure the user has an
438 // 2010 are the only mainstream compilers that come with a TR1 tuple
440 // defining __GNUC__ and friends, but cannot compile GCC's tuple
441 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 M
    [all...]
gtest-param-util-generated.h 41 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/clang/utils/
SummarizeErrors 78 aborts[tuple(stack)] = stack
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 75 #include <base/tuple.h>
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_win.py 43 windows_version = tuple(sys.getwindowsversion()[:2])
  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 205 """Determine the path-specific rules to use, and return as a tuple.
207 This method returns a tuple rather than a list so the return
215 return tuple(path_rules)
216 return () # Default to the empty tuple.
222 path_rules: A tuple of path rules. We require a tuple rather
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 92 if type(value) in (dict, list, tuple, set):
232 args += tuple(extra_args)
  /external/openfst/src/include/fst/
accumulator.h 630 return state_table_->Tuple(s);
700 StateTuple tuple = data_->GetTuple(s); local
701 fst_id_ = tuple.fst_id - 1; // Replace FST ID is 1-based
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
703 if ((tuple.prefix_id != 0) &&
704 (data_->GetFst(fst_id_)->Final(tuple.fst_state) != Weight::Zero())) {
706 offset_weight_ = data_->GetFst(fst_id_)->Final(tuple.fst_state);
power-weight.h 24 #include <fst/tuple-weight.h>
sparse-power-weight.h 28 #include <fst/sparse-tuple-weight.h>
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h 49 // The type of the i-th (0-based) field of Tuple.
50 #define GMOCK_FIELD_TYPE_(Tuple, i) \
51 typename ::std::tr1::tuple_element<i, Tuple>::type
53 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a
54 // tuple of type Tuple. It has two members:
56 // type: a tuple type whose i-th field is the ki-th field of Tuple.
57 // GetSelectedFields(t): returns fields k0, ..., and kn of t as a tuple.
59 // For example, in class TupleFields<tuple<bool, char, int>, 2, 0>, we have
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1933 Tuple tuple = TUPLES[i]; local
1980 Tuple tuple = TUPLES[i]; local
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 157 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
167 // Test's own tr1 tuple implementation should be
527 // Determines whether Google Test can use tr1/tuple. You can define
528 // this macro to 0 to prevent Google Test from using tuple (any
529 // feature depending on tuple with be disabled in this mode).
535 // Determines whether Google Test's own tr1 tuple implementation
540 // We use our own TR1 tuple if we aren't sure the user has an
542 // 2010 are the only mainstream compilers that come with a TR1 tuple
544 // defining __GNUC__ and friends, but cannot compile GCC's tuple
545 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 M
736 class tuple<> { class in namespace:std::tr1
738 tuple() {} function in class:std::tr1::tuple
739 tuple(const tuple& \/* t *\/) {} function in class:std::tr1::tuple
748 tuple() : f0_() {} function
752 tuple(const tuple& t) : f0_(t.f0_) {} function
780 tuple() : f0_(), f1_() {} function
785 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} function
790 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} function
823 tuple() : f0_(), f1_(), f2_() {} function
828 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} function
860 tuple() : f0_(), f1_(), f2_(), f3_() {} function
866 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} function
901 tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} function
907 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
945 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} function
952 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
992 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} function
999 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1041 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} function
1049 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1093 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} function
1101 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1143 class tuple { class in namespace:std::tr1
1147 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), function in class:std::tr1::tuple
1156 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function in class:std::tr1::tuple
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 51 using ::std::tr1::tuple;
371 virtual int Perform(const tuple<int, int>& args) {
639 // Tests that the body of ACTION() can reference the argument tuple
642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>();
692 EXPECT_EQ(&b, a.Perform(tuple<int, const bool&>(0, b)));
704 EXPECT_EQ(&n, a.Perform(tuple<int&, bool, int>(n, true, 1)));
    [all...]
gmock-more-actions_test.cc 52 using ::std::tr1::tuple;
539 a1.Perform(tuple<int&>(value));
546 a1.Perform(tuple<int, int&>(0, value));
553 a1.Perform(tuple<bool, int, int&, const char*>(true, 0, value, "hi"));
gmock-actions_test.cc 49 using ::std::tr1::tuple;
330 virtual int Perform(const tuple<bool, int>& args) {
344 // it a tuple whose size and type are compatible with F's argument
346 // 0-tuple; if F is void(bool, int), then Perform() takes a
347 // tuple<bool, int>, and so on.
394 virtual bool Perform(const tuple<int>& arg) {
438 Result Perform(const tuple<>&) const { return 0; }
542 action.Perform(tuple<>());
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 62 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
72 // Test's own tr1 tuple implementation should be
446 // Determines whether Google Test can use tr1/tuple. You can define
447 // this macro to 0 to prevent Google Test from using tuple (any
448 // feature depending on tuple with be disabled in this mode).
454 // Determines whether Google Test's own tr1 tuple implementation
459 // We use our own TR1 tuple if we aren't sure the user has an
461 // 2010 are the only mainstream compilers that come with a TR1 tuple
463 // defining __GNUC__ and friends, but cannot compile GCC's tuple
464 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 M
    [all...]
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 62 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
72 // Test's own tr1 tuple implementation should be
436 // Determines whether Google Test can use tr1/tuple. You can define
437 // this macro to 0 to prevent Google Test from using tuple (any
438 // feature depending on tuple with be disabled in this mode).
444 // Determines whether Google Test's own tr1 tuple implementation
449 // We use our own TR1 tuple if we aren't sure the user has an
451 // 2010 are the only mainstream compilers that come with a TR1 tuple
453 // defining __GNUC__ and friends, but cannot compile GCC's tuple
454 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 M
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/config/
ports.py 148 return tuple(cls._system_version()[:2]) == (10, 5)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 106 executive.run_command(tuple(echo.command_arguments('foo')))
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 192 if not isinstance(item, list) and not isinstance(item, tuple):
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
172 """Return a 2-tuple of number of enabled and total printers."""
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 34 The result is a 3-tuple of compiled regular expressions, except that
172 """Return a 2-tuple of number of enabled and total printers."""

Completed in 2554 milliseconds

1 2 3 4 5 67 8 9