/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/ |
copy.pass.cpp | 77 const optional<T> opt2; local 79 opt = opt2; 81 assert(!opt2.has_value()); 87 optional<X> opt2(X{}); 88 assert(static_cast<bool>(opt2) == true); 92 opt = opt2;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
tlsopt4_32.d | 25 Disassembly of section \.opt2: 27 0+18000b0 <\.opt2>:
|
tlsopt4.d | 27 Disassembly of section \.opt2: 29 0+1000010c <\.opt2>:
|
/external/libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/ |
copy.pass.cpp | 52 optional<T> opt2; local 53 opt = opt2;
|
move.pass.cpp | 49 optional<T> opt2; local 50 opt = std::move(opt2);
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
common.h | 12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ 15 prog, opt1, opt2); \
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/optional/optional.object/optional.object.assign/ |
copy.pass.cpp | 52 optional<T> opt2; local 53 opt = opt2;
|
move.pass.cpp | 49 optional<T> opt2; local 50 opt = std::move(opt2);
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
optional_test.cc | 201 constexpr optional<ConstexprType> opt2{in_place_t(), {1, 2}}; 202 static_assert(opt2, ""); 203 static_assert(opt2->x == 2, ""); 234 constexpr optional<ConstexprType> opt2{2}; 235 static_assert(opt2, ""); 236 static_assert(2 == opt2->x, ""); 376 optional<Listenable> opt2(in_place, 1, 2); 377 EXPECT_TRUE(!!opt2); 429 const optional<int> empty, opt1 = 1, opt2 = 2; local 443 opt1_to_opt2 = opt2; 672 optional<int> opt_empty, opt1 = 1, opt2 = 2; local 798 optional<Listenable> opt2 = make_optional<Listenable>(1, 2); local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
variance_sse2.c | 317 #define DECLS(opt1, opt2) \ 359 #define FNS(opt1, opt2) \ 387 #define DECLS(opt1, opt2) \ 430 #define FNS(opt1, opt2) \
|
/external/ppp/pppd/ |
ccp.c | [all...] |
/external/dhcpcd-6.8.2/ |
ipv6nd.c | 745 char *opt, *opt2, *tmp; local 889 opt = opt2 = NULL; 1003 opt2 = strdup(ap->saddr); 1140 free(opt2); 1162 if (rao && rao->type == ND_OPT_PREFIX_INFORMATION && opt2) { 1164 opt = opt2; 1165 opt2 = NULL; [all...] |
dhcp6.c | 136 const struct dhcp_opt *opt, *opt2; local 142 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++) 143 if (opt2->option == opt->option) 518 const struct dhcp_opt *opt, *opt2; local 562 for (n = 0, opt2 = ifo->dhcp6_override; 564 n++, opt2++) 566 if (opt->option == opt2->option) 897 for (n = 0, opt2 = ifo->dhcp6_override; 899 n++, opt2++ [all...] |
/external/libvpx/libvpx/build/make/ |
configure.sh | 58 opt2=`echo $opt | sed -e 's;_;-;g'` 60 eval "toggle_${opt}=\"--disable-${opt2}\"" 62 eval "toggle_${opt}=\"--enable-${opt2} \"" [all...] |
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
sha1-armv4-large.pl | 110 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_; 125 $opt2 @ F_xx_xx
|
/prebuilts/misc/common/commons-cli/ |
commons-cli-1.2.jar | |
/prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.2/ |
commons-cli-1.2.jar | |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-ns32k.c | 195 struct ns32k_option opt2[] = /* save, enter. */ 1041 optlist (argv[i], opt2, &iif.iifP[10].object); 194 struct ns32k_option opt2[] = \/* save, enter. *\/ variable in typeref:struct:ns32k_option [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose")
354 self.assertTrue(opt1 is opt2 is opt3 is opt4)
[all...] |
/external/python/cpython2/Lib/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose") 354 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |
/external/python/cpython3/Lib/test/ |
test_optparse.py | 364 opt2 = self.parser.get_option("--verbose") 367 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose") 354 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose") 354 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose") 354 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 351 opt2 = self.parser.get_option("--verbose") 354 self.assertTrue(opt1 is opt2 is opt3 is opt4) [all...] |