/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 436 // represented as a (pointer, size) tuple. 438 class StlContainerView< ::std::tr1::tuple<ElementPointer, Size> > { 446 const ::std::tr1::tuple<ElementPointer, Size>& array) { 450 static type Copy(const ::std::tr1::tuple<ElementPointer, Size>& array) {
|
/external/chromium/testing/gmock/test/ |
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_output_test.py | 126 A tuple (the normalized test output, the list of test names that have
|
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...] |
/external/chromium/testing/gtest/ |
CHANGES | 62 * New feature: comes with a TR1 tuple implementation such that Boost
|
/external/chromium/testing/gtest/samples/ |
sample8_unittest.cc | 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
|
/external/chromium/testing/gtest/test/ |
gtest_help_test.py | 85 the exit code and the text output as a tuple.
|
/external/gtest/samples/ |
sample8_unittest.cc | 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
|
/external/icu4c/common/unicode/ |
ucat.h | 138 * the set_num/msg_num tuple does not specify a valid message string
|
/external/libvpx/examples/includes/geshi/geshi/ |
eiffel.php | 125 'TUPLE',
|
/external/protobuf/gtest/samples/ |
sample8_unittest.cc | 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 33 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */
|
/frameworks/base/core/java/android/os/ |
Broadcaster.java | 97 * Unregister for notifications for this senderWhat/target/targetWhat tuple.
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyDevice.java | 141 argDocs = { "The starting point for the drag (a tuple (x,y) in pixels)", 142 "The end point for the drag (a tuple (x,y) in pixels", 151 throw Py.TypeError("Agrument 0 is not a tuple"); 155 throw Py.TypeError("Agrument 1 is not a tuple");
|
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 192 std::vector<Init*> Tuple; 198 Tuple.push_back(DefInit::get(Reg)); 217 // Replace the sub-register list with Tuple. 219 RV.setValue(new ListInit(Tuple, RegisterRecTy)); 225 // CostPerUse is aggregated from all Tuple members.
|
/frameworks/base/core/java/android/util/ |
Base64.java | 228 * States 0-3 are reading through the next input tuple. 281 // Try the fast path: we're starting a new tuple and the 311 // partial tuple, or the next four input bytes aren't all 343 // Emit the last (partial) output tuple; 363 // Emit the last (partial) output tuple;
|
/external/chromium/testing/gtest/xcode/gtest.xcodeproj/ |
project.pbxproj | 59 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 40899F4D0FFA7271000B29AE /* gtest-tuple.h */; }; 193 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */, 226 40899F4D0FFA7271000B29AE /* gtest-tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-tuple.h"; sourceTree = "<group>"; }; 386 40899F4D0FFA7271000B29AE /* gtest-tuple.h */, [all...] |
/external/protobuf/gtest/xcode/gtest.xcodeproj/ |
project.pbxproj | 59 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 40899F4D0FFA7271000B29AE /* gtest-tuple.h */; }; 192 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */, 225 40899F4D0FFA7271000B29AE /* gtest-tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-tuple.h"; sourceTree = "<group>"; }; 383 40899F4D0FFA7271000B29AE /* gtest-tuple.h */, [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
MonkeyDevice.jd | 109 (<em>tuple</em> start, 110 <em>tuple</em> end, 558 <em>tuple</em> start, 559 <em>tuple</em> end, 577 The starting point of the drag gesture, in the form of a <em>tuple</em> 584 The end point of the drag gesture, in the form of a <em>tuple</em> (x,y) [all...] |
/external/tcpdump/ |
print-atalk.c | 396 /* must be room for at least one tuple */ 419 * be one tuple, the address must match the source
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.def | 27 tuple structures that contain operands. Since vector operands 356 This tuple should not exist outside of the gimplifier proper. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.def | 27 tuple structures that contain operands. Since vector operands 356 This tuple should not exist outside of the gimplifier proper. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
gimple.def | 27 tuple structures that contain operands. Since vector operands 356 This tuple should not exist outside of the gimplifier proper. */
|
/development/testrunner/ |
create_test.py | 179 a tuple of options and individual command line arguments.
|
/external/chromium/build/util/ |
lastchange.py | 218 Returns the last change (in the form of a branch, revision tuple),
|