HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 201 - 225 of 1971) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find_selectors.h 75 { return std::make_pair(find_if(__begin1, __end1, __pred,
114 return std::make_pair(__spot, __begin2);
190 return std::make_pair(find_first_of(__begin1, __end1,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 74 return (std::make_pair(const_iterator(non_const_ret.first),
95 return (std::make_pair(end(), end()));
104 return (std::make_pair(ret_b, ++ret_e));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 75 { return std::make_pair(find_if(__begin1, __end1, __pred,
114 return std::make_pair(__spot, __begin2);
190 return std::make_pair(find_first_of(__begin1, __end1,
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration_unittest.cc 478 std::make_pair(kUnprotectedPref, kUnprotectedPrefValue));
483 std::make_pair(kProtectedPref, kProtectedPrefValue));
536 std::make_pair(kUnprotectedPref, kUnprotectedPrefValue));
541 std::make_pair(kProtectedPref, kProtectedPrefValue));
617 std::make_pair(kUnprotectedPref, kUnprotectedPrefValue));
619 std::make_pair(kPreviouslyProtectedPref, kPreviouslyProtectedPrefValue));
622 std::make_pair(kProtectedPref, kProtectedPrefValue));
623 expected_protected_values.push_back(std::make_pair(
742 expected_unprotected_values.push_back(std::make_pair(
744 expected_unprotected_values.push_back(std::make_pair(
    [all...]
  /external/chromium_org/base/posix/
global_descriptors.cc 49 descriptors_.push_back(std::make_pair(key, fd));
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter_browsertest.cc 78 app_icons.push_back(std::make_pair(16, GetTestUrl("extensions/icon1.png")));
79 app_icons.push_back(std::make_pair(32, GetTestUrl("extensions/icon2.png")));
80 app_icons.push_back(std::make_pair(66, GetTestUrl("extensions/icon3.png")));
81 app_icons.push_back(std::make_pair(16, GetTestUrl("extensions/icon2.png")));
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.cc 48 std::make_pair(command_line.argv(), current_directory));
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.cc 88 return std::make_pair(right_growth_start, popup_width);
90 return std::make_pair(left_growth_end - popup_width, popup_width);
117 return std::make_pair(bottom_growth_start, popup_required_height);
120 return std::make_pair(top_growth_end - popup_required_height,
  /external/chromium_org/net/test/embedded_test_server/
http_response.h 53 custom_headers_.push_back(std::make_pair(key, value));
  /external/chromium_org/sync/engine/
commit_processor.cc 42 contributions->insert(std::make_pair(it.Get(), contribution.release()));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.cpp 49 if (self->m_listeners->find(std::make_pair(name, phase)) == self->m_listeners->end())
94 ListenersMap::iterator it = m_listeners->find(std::make_pair(event.name(), event.phase()));
111 ListenersMap::iterator it = m_listeners->find(std::make_pair(name, phase));
113 m_listeners->add(std::make_pair(name, phase), adoptPtrWillBeNoop(new WillBeHeapVector<OwnPtrWillBeMember<TraceEventListener> >())).storedValue->value->append(listener);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.cpp 35 entries.append(std::make_pair(FECOLORMATRIX_TYPE_MATRIX, "matrix"));
36 entries.append(std::make_pair(FECOLORMATRIX_TYPE_SATURATE, "saturate"));
37 entries.append(std::make_pair(FECOLORMATRIX_TYPE_HUEROTATE, "hueRotate"));
38 entries.append(std::make_pair(FECOLORMATRIX_TYPE_LUMINANCETOALPHA, "luminanceToAlpha"));
SVGFEDisplacementMapElement.cpp 34 entries.append(std::make_pair(CHANNEL_R, "R"));
35 entries.append(std::make_pair(CHANNEL_G, "G"));
36 entries.append(std::make_pair(CHANNEL_B, "B"));
37 entries.append(std::make_pair(CHANNEL_A, "A"));
SVGFETurbulenceElement.cpp 34 entries.append(std::make_pair(SVG_STITCHTYPE_STITCH, "stitch"));
35 entries.append(std::make_pair(SVG_STITCHTYPE_NOSTITCH, "noStitch"));
44 entries.append(std::make_pair(FETURBULENCE_TYPE_FRACTALNOISE, "fractalNoise"));
45 entries.append(std::make_pair(FETURBULENCE_TYPE_TURBULENCE, "turbulence"));
SVGTextPathElement.cpp 35 entries.append(std::make_pair(SVGTextPathMethodAlign, "align"));
36 entries.append(std::make_pair(SVGTextPathMethodStretch, "stretch"));
45 entries.append(std::make_pair(SVGTextPathSpacingAuto, "auto"));
46 entries.append(std::make_pair(SVGTextPathSpacingExact, "exact"));
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.cc 55 cache_impl_->insert(make_pair(pattern, regexp));
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 22 full_screen_windows_->insert(std::make_pair(hwnd_, 1));
  /external/libcxx/test/utilities/utility/pairs/pair.astuple/
pairs.by.type.pass.cpp 21 auto t1 = std::make_pair<int, cf> ( 42, { 1,2 } );
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));
  /external/stlport/test/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 31 f_KeyMap.insert(std::make_pair(pPath, result));
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 186 return std::make_pair(*out, *in);
189 return std::make_pair((const Output*)NULL, (const Input*)NULL);
200 return std::make_pair(*out, *in);
203 return std::make_pair((Output*)NULL, (Input*)NULL);
246 return std::make_pair(std::make_pair(*out, *in), false);
250 return std::make_pair(std::make_pair(*out, input), true);
259 return std::make_pair(std::make_pair(output, input), true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
pairs.by.type.pass.cpp 21 auto t1 = std::make_pair<int, cf> ( 42, { 1,2 } );
  /ndk/tests/device/test-gnustl-full/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /ndk/tests/device/test-stlport/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);

Completed in 469 milliseconds

1 2 3 4 5 6 7 891011>>