| /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...] |
| gmock-matchers_test.cc | 71 using std::tr1::tuple; [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...] |
| gtest-param-util-generated.h | 43 // by the maximum arity of the implementation of tr1::tuple which is [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')))
|
| executive.py | 358 assert(isinstance(args, list) or isinstance(args, tuple))
|
| /external/webkit/Tools/TestResultServer/handlers/ |
| testfilehandler.py | 192 if not isinstance(item, list) and not isinstance(item, tuple):
|
| /external/chromium/testing/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 41 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 41 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 41 // by the maximum arity of the implementation of tr1::tuple which is [all...] |
| /external/clang/utils/ABITest/ |
| TypeGen.py | 295 self.sizes = tuple(map(int,sizes)) 309 self.sizes = tuple(size) 395 # Skip the empty tuple
|
| 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 <=
|
| /build/tools/releasetools/ |
| sign_target_files_apks | 307 OPTIONS.tag_changes = tuple(new)
|
| /external/llvm/utils/lit/lit/ |
| TestFormats.py | 182 path_in_suite + tuple(suffix.split(os.sep)),
|
| main.py | 200 return ts, tuple(relative + tuple(components))
|
| /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
| encoder.py | 91 | list, tuple | array | 146 tuple. The default is (', ', ': '). To get the most compact JSON 293 elif isinstance(o, (list, tuple)):
|
| /external/clang/utils/ |
| FindSpecRefs | 702 self.indices = tuple(indices) [all...] |
| /external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
| rebaselineserver.py | 242 return tuple(actual_files)
|
| /external/chromium/testing/gmock/include/gmock/ |
| gmock-matchers.h | 503 // An internal helper class for doing compile-time loop on a tuple's [all...] |
| /external/chromium/chrome/common/extensions/docs/build/ |
| directory.py | 87 urlparts = tuple(method.replace('chrome.', '').rsplit('.', 1))
|
| /external/webkit/Source/WebKit2/Scripts/webkit2/ |
| messages.py | 464 return ['<%s/%s.h>' % tuple(split)]
|
| /packages/experimental/procstatlog/ |
| procstatreport.py | 142 if type(datum) == tuple: datum = "%d/%d" % datum
|