Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
Dctor_sseq.pass.cpp28 unsigned as[] = {3, 5, 7}; in test1() local
29 std::seed_seq sseq(as, as+3); in test1()
43 unsigned as[] = {3, 5, 7}; in test2() local
44 std::seed_seq sseq(as, as+3); in test2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Dctor_sseq.pass.cpp182 unsigned as[] = {3, 5, 7}; in test1() local
183 std::seed_seq sseq(as, as+3); in test1()
297 unsigned as[] = {3, 5, 7}; in test2() local
298 std::seed_seq sseq(as, as+3); in test2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Dctor_sseq.pass.cpp28 unsigned as[] = {3, 5, 7}; in test1() local
29 std::seed_seq sseq(as, as+3); in test1()
43 unsigned as[] = {3, 5, 7}; in test2() local
44 std::seed_seq sseq(as, as+3); in test2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Dctor_sseq.pass.cpp28 unsigned as[] = {3, 5, 7}; in test1() local
29 std::seed_seq sseq(as, as+3); in test1()
43 unsigned as[] = {3, 5, 7}; in test2() local
44 std::seed_seq sseq(as, as+3); in test2()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp75 unw_addr_space_t as, in unw_init_remote_thread() argument
78 if (as == (unw_addr_space_t) & sThisAddressSpace) in unw_init_remote_thread()
82 switch (as->cpuType) { in unw_init_remote_thread()
86 Registers_x86>(((unw_addr_space_i386 *)as)->oas, arg); in unw_init_remote_thread()
91 ((unw_addr_space_x86_64 *)as)->oas, arg); in unw_init_remote_thread()
96 ((unw_addr_space_ppc *)as)->oas, arg); in unw_init_remote_thread()
113 unw_addr_space_x86_64 *as = new unw_addr_space_x86_64(task); in unw_create_addr_space_for_task() local
114 as->taskPort = task; in unw_create_addr_space_for_task()
115 as->cpuType = CPU_TYPE_X86_64; in unw_create_addr_space_for_task()
118 unw_addr_space_i386 *as = new unw_addr_space_i386(task); in unw_create_addr_space_for_task() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Dctor_sseq.pass.cpp68 unsigned as[] = {3, 5, 7}; in test1() local
69 std::seed_seq sseq(as, as+3); in test1()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dtempname.m46 # with or without modifications, as long as this notice is preserved.
8 # glibc provides __gen_tempname as a wrapper for mk[ds]temp. Expose
9 # it as a public API, and provide it on systems that are lacking.
Dssize_t.m45 dnl with or without modifications, as long as this notice is preserved.
19 [Define as a signed type of the same size as size_t.])
Dgetopt.m45 dnl with or without modifications, as long as this notice is preserved.
39 dnl and (as of 2004-10-15) mishandles optional option-arguments.
44 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
45 dnl option string (as of 2005-05-05).
60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
61 dnl option string (as of 2005-05-05).
Dalloca.m45 dnl with or without modifications, as long as this notice is preserved.
20 AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [
34 dnl alloca exists as a library function, i.e. it is slow and probably
Dquotearg.m45 dnl with or without modifications, as long as this notice is preserved.
Dxstrndup.m45 dnl with or without modifications, as long as this notice is preserved.
Dexitfail.m45 dnl with or without modifications, as long as this notice is preserved.
Dquote.m45 dnl with or without modifications, as long as this notice is preserved.
Dlonglong.m45 dnl with or without modifications, as long as this notice is preserved.
14 # (as on some very old compilers), HAVE_LONG_LONG_INT will not be
24 dnl nobody cross compiles for this platform as far as we know.
59 # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
85 [[/* For now, do not test the preprocessor; as of 2007 there are too many
Dselinux-context-h.m45 # with or without modifications, as long as this notice is preserved.
Dpathmax.m45 dnl with or without modifications, as long as this notice is preserved.
Derror.m48 # with or without modifications, as long as this notice is preserved.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dreadin.inp3 I have as much right as the other fellow has
13 I want freedom just as you.''
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cprolog.h12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
D_epilog.h8 # error STLport epilog header can not be included as long as prolog has not be included.
/ndk/sources/cxx-stl/stlport/
DREADME.android5 * Do not use linux float functions in num_get_float.cpp as Android does not
7 * _mbstate_t.h cannot define its own mbstate_t as bionic already defines
/ndk/
DREADME.TXT6 as JNI shared libraries.
11 in docs/OVERVIEW.html. Please read this document as it contains crucial
15 this NDK, as well as the corresponding system image versions that support
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch7 In NDK bionic's stdio.h, putchar appears as both a function prototype and a macro
8 (later in the same header). Because it's defined as a macro, libc++ replaces
28 +// In bionic's stdio.h, putchar appears as both a function prototype and a macro (later
29 +// in the same header). Because it's defined as a macro, the following code snippet replaces
/ndk/sources/host-tools/make-3.81/
Daclocal.m47 # with or without modifications, as long as this notice is preserved.
18 # with or without modifications, as long as this notice is preserved.
39 # with or without modifications, as long as this notice is preserved.
47 # therefore $ac_aux_dir as well) can be either absolute or relative,
68 # and then we would define $MISSING as
70 # This will work as long as MISSING is not called from configure, because
93 # with or without modifications, as long as this notice is preserved.
125 # with or without modifications, as long as this notice is preserved.
173 # both Tru64's cc and ICC support -MD to output dependencies as a
188 # We need to recreate these files for each test, as the compiler may
[all …]

12345678910>>...18