/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); \
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsopt4.d | 27 Disassembly of section \.opt2: 29 0+1000010c <\.opt2>:
|
/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...] |
dhcp.c | 129 const struct dhcp_opt *opt, *opt2; local 136 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++) 137 if (opt->option == opt2->option) [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.25/gas/config/ |
tc-ns32k.c | 196 struct ns32k_option opt2[] = /* save, enter. */ 1042 optlist (argv[i], opt2, &iif.iifP[10].object); 195 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...] |
/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...] |
/prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.3.1/ |
commons-cli-1.3.1.jar | |
/external/python/cpython2/Lib/plat-mac/ |
FrameWork.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
FrameWork.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
FrameWork.py | [all...] |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |