Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
Dstable_sort.pass.cpp29 value_type* save(new value_type[len]); in test_sort_helper() local
32 std::copy(f, l, save); in test_sort_helper()
33 std::stable_sort(save, save+len); in test_sort_helper()
34 assert(std::is_sorted(save, save+len)); in test_sort_helper()
36 delete [] save; in test_sort_helper()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
Dsort.pass.cpp29 value_type* save(new value_type[len]); in test_sort_helper() local
32 std::copy(f, l, save); in test_sort_helper()
33 std::sort(save, save+len); in test_sort_helper()
34 assert(std::is_sorted(save, save+len)); in test_sort_helper()
36 delete [] save; in test_sort_helper()
/ndk/tests/build/mips-fp4/jni/
DAndroid.mk6 LOCAL_CFLAGS += -O2 -mips32r2 -save-temps
12 LOCAL_CFLAGS += -O2 -mips32r2 -ffast-math -save-temps
/ndk/tests/build/issue17144-byteswap/
Dbuild.sh24 $NDK/ndk-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-save-temps NDK_DEBUG=1
34 $NDK/ndk-build -B APP_ABI=x86 APP_CFLAGS=-save-temps NDK_DEBUG=1
/ndk/sources/host-tools/make-3.81/
Dexpand.c104 struct variable_set_list *save = 0; in recursively_expand_for_file() local
135 save = current_variable_set_list; in recursively_expand_for_file()
150 current_variable_set_list = save; in recursively_expand_for_file()
452 struct variable_set_list *save; in variable_expand_for_file() local
457 save = current_variable_set_list; in variable_expand_for_file()
464 current_variable_set_list = save; in variable_expand_for_file()
Dvpath.c80 int save = warn_undefined_variables_flag; in build_vpath_lists() local
85 warn_undefined_variables_flag = save; in build_vpath_lists()
112 int save = warn_undefined_variables_flag; in build_vpath_lists() local
117 warn_undefined_variables_flag = save; in build_vpath_lists()
Dread.c173 int save = warn_undefined_variables_flag; in read_all_makefiles() local
178 warn_undefined_variables_flag = save; in read_all_makefiles()
276 struct conditionals *save = conditionals; in install_conditionals() local
281 return save; in install_conditionals()
791 struct conditionals *save; in eval() local
817 save = install_conditionals (&new_conditionals); in eval()
841 restore_conditionals (save); in eval()
2946 int save = warn_undefined_variables_flag; in tilde_expand() local
2951 warn_undefined_variables_flag = save; in tilde_expand()
DREADME.Amiga31 - Can be made resident to save space and time
Dremake.c1483 int save = warn_undefined_variables_flag; in library_search() local
1488 warn_undefined_variables_flag = save; in library_search()
Djob.c2975 int save = warn_undefined_variables_flag; in construct_command_argv() local
3036 warn_undefined_variables_flag = save; in construct_command_argv()
Dfunction.c852 char save = p[len]; in func_foreach() local
857 p[len] = save; in func_foreach()
DINSTALL210 Enable the cache: use and save the results of the tests in FILE,
DChangeLog136 * expand.c (recursively_expand_for_file): Initialize `save' to
/ndk/tests/build/b14811006-GOT_PREL-optimization/
Dbuild.sh53 $NDK/ndk-build -B APP_ABI=$ABI APP_CFLAGS=-save-temps
/ndk/tests/build/cortex-a53-835769/
Dbuild.sh22 $NDK/ndk-build -B APP_CFLAGS=-save-temps
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c659 int save = errno; local
677 __set_errno (save);
744 int save = errno; local
761 __set_errno (save);
1229 int save; variable
1396 save = errno;
1404 __set_errno (save);
1410 int save = errno; variable
1415 __set_errno (save);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S134 ; save VRSave register
137 ; save CR registers
140 ; save CTR register
144 ; save float registers
179 ; save vector registers
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Denvironment.ipp53 // save the name in list of keys
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c2715 png_byte save; in png_do_read_swap_alpha() local
2720 save = *(--sp); in png_do_read_swap_alpha()
2724 *(--dp) = save; in png_do_read_swap_alpha()
2734 png_byte save[2]; in png_do_read_swap_alpha() local
2739 save[0] = *(--sp); in png_do_read_swap_alpha()
2740 save[1] = *(--sp); in png_do_read_swap_alpha()
2747 *(--dp) = save[0]; in png_do_read_swap_alpha()
2748 *(--dp) = save[1]; in png_do_read_swap_alpha()
2761 png_byte save; in png_do_read_swap_alpha() local
2766 save = *(--sp); in png_do_read_swap_alpha()
[all …]
Dpng.h1863 PNG_EXPORT(219, png_size_t, png_process_data_pause, (png_structp, int save));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dwcsnrtombs.inc65 * We need to save a copy of the conversion state
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT483 --toolchain-src-dir=<path> option to save a few minutes to your rebuild,
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex5281 % We save the uninterpreted tokens, rather than creating a box.
6416 % In case a @footnote appears in a vbox, save the footnote text and create
6419 % Similarily, if a @footnote appears inside an alignment, save the footnote
6791 % xref label, in the form LABEL-title, which is how we save it in the
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0196 # Try only shells that exist, to save several forks.
4175 # Best one so far, save it but keep looking for a better one
4241 # Best one so far, save it but keep looking for a better one
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-2408 remade from any other files; therefore, `make' can save time by not

12