/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
pmap_prot.h | 53 * TRUE is success, FALSE is failure. Registers the tuple
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
utility | 44 // Various functions which give std::pair a tuple-like interface.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
utility | 89 * Components deemed generally useful. Includes pair, tuple,
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
utility | 44 // Various functions which give std::pair a tuple-like interface.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
utility | 89 * Components deemed generally useful. Includes pair, tuple,
|
/external/chromium/base/ |
callback_old.h | 10 #include "base/tuple.h" 18 // classes is provided to hide the Tuple details from the consumer. Client
|
/external/chromium/chrome/common/ |
json_schema_validator.h | 175 // tuple. In a tuple, there is one schema node for each item expected in the
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner2.py | 103 Return: A tuple (interrupted, keyboard_interrupted, thread_timings, 194 # FIXME: should this be a class instead of a tuple?
|
/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/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/llvm/utils/unittest/googletest/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...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/ |
cp-tree.def | 353 class tuple { ... }; 355 tuple<int, float, double> t; 357 Values is a (template) parameter pack. When tuple<int, float, 386 struct tied : tuple<Values&...> { 390 The derivation from tuple contains a TYPE_PACK_EXPANSION for the
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/ |
cp-tree.def | 353 class tuple { ... }; 355 tuple<int, float, double> t; 357 Values is a (template) parameter pack. When tuple<int, float, 386 struct tied : tuple<Values&...> { 390 The derivation from tuple contains a TYPE_PACK_EXPANSION for the
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/ |
cp-tree.def | 353 class tuple { ... }; 355 tuple<int, float, double> t; 357 Values is a (template) parameter pack. When tuple<int, float, 386 struct tied : tuple<Values&...> { 390 The derivation from tuple contains a TYPE_PACK_EXPANSION for the
|
/external/clang/utils/ABITest/ |
TypeGen.py | 295 self.sizes = tuple(map(int,sizes)) 309 self.sizes = tuple(size) 395 # Skip the empty tuple
|
/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)):
|
__init__.py | 138 If ``separators`` is an ``(item_separator, dict_separator)`` tuple 194 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
|
/external/chromium/testing/gmock/test/ |
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/chromium/testing/gtest/ |
Makefile.am | 11 include/gtest/internal/gtest-tuple.h.pump \ 211 include/gtest/internal/gtest-tuple.h \
|
/external/chromium/testing/gtest/test/ |
gtest_output_test.py | 204 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra 226 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra
|
/external/llvm/include/llvm/ |
Metadata.h | 75 /// MDNode - a tuple of other values. 181 /// NamedMDNode - a tuple of MDNodes. Despite its name, a NamedMDNode isn't
|
/external/protobuf/gtest/test/ |
gtest_output_test.py | 177 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra 206 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
mock.py | 92 if type(value) in (dict, list, tuple, set): 232 args += tuple(extra_args)
|