HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 101 - 125 of 8413) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
get_const.fail.cpp 12 // template <class T1, class T2> struct pair
15 // const typename tuple_element<I, std::pair<T1, T2> >::type&
16 // get(const pair<T1, T2>&);
24 typedef std::pair<int, short> P;
pairs.by.type3.fail.cpp 19 std::pair<upint, int> t(upint(new int(4)), 23);
get_const.pass.cpp 12 // template <class T1, class T2> struct pair
15 // const typename tuple_element<I, std::pair<T1, T2> >::type&
16 // get(const pair<T1, T2>&);
26 typedef std::pair<int, short> P;
34 typedef std::pair<int, short> P;
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
types.pass.cpp 13 // struct pair
23 typedef std::pair<float, short*> P;
assign_pair_cxx03.pass.cpp 14 // template <class T1, class T2> struct pair
16 // pair& operator=(pair const& p);
35 // Since we don't have access control SFINAE having pair evaluate SFINAE
37 typedef std::pair<int, NonAssignable> P;
41 typedef std::pair<int, Incomplete&> P;
assign_rv_pair_U_V.pass.cpp 14 // template <class T1, class T2> struct pair
16 // template<class U, class V> pair& operator=(pair<U, V>&& p);
35 typedef std::pair<std::unique_ptr<Derived>, short> P1;
36 typedef std::pair<std::unique_ptr<Base>, long> P2;
const_first_const_second_cxx03.pass.cpp 12 // template <class T1, class T2> struct pair
14 // pair(const T1& x, const T2& y);
31 typedef std::pair<float, short*> P;
37 typedef std::pair<A, int> P;
copy_ctor.pass.cpp 12 // template <class T1, class T2> struct pair
14 // pair(const pair&) = default;
24 typedef std::pair<int, short> P1;
32 typedef std::pair<int, short> P1;
  /external/libcxx/test/std/utilities/utility/pairs/pairs.spec/
make_pair.pass.cpp 12 // template <class T1, class T2> pair<V1, V2> make_pair(T1&&, T2&&);
23 typedef std::pair<int, short> P1;
31 typedef std::pair<std::unique_ptr<int>, short> P1;
37 typedef std::pair<std::unique_ptr<int>, short> P1;
45 typedef std::pair<int, short> P1;
  /external/python/cpython2/Demo/xml/
elem_count.py 32 for pair in self._elem_types.items():
33 print "%20s %d" % pair
36 for pair in self._attr_types.items():
37 print "%20s %d" % pair
  /external/tensorflow/tensorflow/compiler/tf2xla/
str_util.h 34 // every byte. Each (from,to) replacement pair is processed in the order it is
37 const std::vector<std::pair<string, string>>& replace);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emission_utils.h 38 using DynamicLoopBounds = std::vector<std::pair<llvm::Value*, llvm::Value*>>;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.h 40 std::pair<int, int> compute_capability,
  /frameworks/compile/slang/
slang_pragma_list.h 26 typedef std::list< std::pair<std::string, std::string> > PragmaList;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 13 // pair<T*, ptrdiff_t>
25 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.astuple/
get_const.fail.cpp 12 // template <class T1, class T2> struct pair
15 // const typename tuple_element<I, std::pair<T1, T2> >::type&
16 // get(const pair<T1, T2>&);
24 typedef std::pair<int, short> P;
pairs.by.type3.fail.cpp 19 std::pair<upint, int> t(upint(new int(4)), 23);
get_const.pass.cpp 12 // template <class T1, class T2> struct pair
15 // const typename tuple_element<I, std::pair<T1, T2> >::type&
16 // get(const pair<T1, T2>&);
26 typedef std::pair<int, short> P;
34 typedef std::pair<int, short> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
types.pass.cpp 13 // struct pair
23 typedef std::pair<float, short*> P;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.spec/
make_pair.pass.cpp 12 // template <class T1, class T2> pair<V1, V2> make_pair(T1&&, T2&&);
23 typedef std::pair<int, short> P1;
31 typedef std::pair<std::unique_ptr<int>, short> P1;
37 typedef std::pair<std::unique_ptr<int>, short> P1;
45 typedef std::pair<int, short> P1;
  /system/core/init/
rlimit_parser.h 30 Result<std::pair<int, rlimit>> ParseRlimit(const std::vector<std::string>& args);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
PushFilePreparer.java 136 String[] pair = pushspec.split("->"); local
137 if (pair.length != 2) {
138 fail(String.format("Invalid pushspec: '%s'", Arrays.asList(pair)), device);
141 Log.d(LOG_TAG, String.format("Trying to push local '%s' to remote '%s'", pair[0],
142 pair[1]));
144 File src = new File(pair[0]);
146 src = resolveRelativeFilePath(buildInfo, pair[0]);
149 fail(String.format("Local source file '%s' does not exist", pair[0]), device);
153 if (!device.pushDir(src, pair[1])) {
154 fail(String.format("Failed to push local '%s' to remote '%s'", pair[0]
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/sitemap/
SiteMapManager.java 70 final SiteMapPair pair = lookUpParent(currentClass, currentTitle); local
71 if (pair == null) {
77 breadcrumbs.add(0, pair.getParentTitle());
78 currentClass = pair.getParentClass();
79 currentTitle = pair.getParentTitle();
84 * Initialize a list of {@link SiteMapPair}s. Each pair knows about a single parent-child
100 final SiteMapPair pair = new SiteMapPair( local
105 mPairs.add(pair);
117 for (SiteMapPair pair : mPairs) {
118 if (TextUtils.equals(pair.getChildClass(), clazz
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.h 37 const std::vector<std::pair<int, int>>&
39 const std::vector<std::pair<int, int>>&
  /frameworks/base/tools/aapt2/util/
ImmutableMap.h 33 typename std::vector<std::pair<TKey, TValue>>::const_iterator;
39 std::initializer_list<std::pair<TKey, TValue>> list) {
41 std::vector<std::pair<TKey, TValue>>(list.begin(), list.end()));
45 std::initializer_list<std::pair<TKey, TValue>> list) {
46 std::vector<std::pair<TKey, TValue>> data(list.begin(), list.end());
54 auto cmp = [](const std::pair<TKey, TValue>& candidate,
74 explicit ImmutableMap(std::vector<std::pair<TKey, TValue>> data)
77 std::vector<std::pair<TKey, TValue>> data_;

Completed in 352 milliseconds

1 2 3 45 6 7 8 91011>>