HomeSort by relevance Sort by last modified time
    Searched defs:make_pair (Results 1 - 10 of 10) sorted by null

  /external/vboot_reference/utility/
dev_make_keypair 45 function make_pair { function
76 make_pair "$1" "${2:-4}"
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 56 function make_pair { function
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 56 function make_pair { function
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 56 function make_pair { function
  /external/vboot_reference/scripts/keygeneration/
common.sh 57 function make_pair { function
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
stl_pair.h 119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 270 // 181. make_pair() unintended behavior
276 make_pair(_T1&& __x, _T2&& __y) function
286 make_pair(_T1 __x, _T2 __y) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 270 // 181. make_pair() unintended behavior
276 make_pair(_T1&& __x, _T2&& __y) function
286 make_pair(_T1 __x, _T2 __y) function
  /frameworks/rs/
rsMap.h 20 Pair<T1, T2> make_pair(T1 first, T2 second) { function in namespace:android::renderscript
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 22 struct make_pair { struct
29 int a0[is_same<metafun_apply2<make_pair, int, float>::type,
32 typename make_pair::template apply<int, float>,
37 make_pair::apply<int, float>
49 int a2[is_same<swap_and_apply2<make_pair>::apply<int, float>::type,
60 int a3[is_same<swap_and_apply2b<make_pair>::apply<int, float>::type,

Completed in 428 milliseconds