/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | registers1.cpp | 16 const int depth = 3; variable 18 float float_src[num_vars * depth]; 21 int int_src[num_vars * depth]; 118 for (int i = 0; i < depth * num_vars; i++) in main() 123 for (int level = 0; level < depth; level++) in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | registers1.cpp | 16 const int depth = 3; variable 18 float float_src[num_vars * depth]; 21 int int_src[num_vars * depth]; 118 for (int i = 0; i < depth * num_vars; i++) in main() 123 for (int level = 0; level < depth; level++) in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 42 extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth)); 63 static int update_file PARAMS ((struct file *file, unsigned int depth)); 64 static int update_file_1 PARAMS ((struct file *file, unsigned int depth)); 65 static int check_dep PARAMS ((struct file *file, unsigned int depth, FILE_TIMESTAMP this_mtime, int… 284 update_file (struct file *file, unsigned int depth) in update_file() argument 307 status |= update_file_1 (f, depth); in update_file() 337 status |= update_file (d->file, depth + 1); in update_file() 370 update_file_1 (struct file *file, unsigned int depth) in update_file_1() argument 419 ++depth; in update_file_1() 453 if (try_implicit_rule (file, depth)) in update_file_1() [all …]
|
D | debug.h | 31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ 34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \
|
D | alloca.c | 174 register char *depth = ADDRESS_FUNCTION (probe); in alloca() local 192 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca() 193 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca() 224 ((header *) new)->h.deep = depth; in alloca()
|
D | implicit.c | 30 unsigned int depth, unsigned int recursions)); 39 try_implicit_rule (struct file *file, unsigned int depth) in try_implicit_rule() argument 48 if (pattern_search (file, 0, depth, 0)) in try_implicit_rule() 58 if (pattern_search (file, 1, depth, 0)) in try_implicit_rule() 201 unsigned int depth, unsigned int recursions) in pattern_search() argument 737 depth + 1, in pattern_search()
|
D | NEWS | 69 conditional on the same line: this does not increase the depth of the
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 156 register char *depth = ADDRESS_FUNCTION (probe); in alloca() local 174 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca() 175 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca() 212 new->h.deep = depth; in alloca()
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 614 local($depth); 619 $depth = defined ($_[0]) ? $_[0] : 1; 620 ($package, $filename, $linenum) = caller ($depth + 1);
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 317 unsigned int depth = 0; local 322 if (depth == 0) 327 ++depth; 334 while (*cp != '\0' && (*cp != '}' || depth > 0)) 337 --depth;
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 265 git clone --depth 2 git://git.sv.gnu.org/gnulib || 587 -depth \( -name '*.m4' -o -name '*.[ch]' \) \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/ |
D | forward1.hpp | 14 # error BOOST_PP_ERROR: depth #1 filename is not defined 34 # error BOOST_PP_ERROR: depth #1 iteration boundaries or filename not defined
|
/ndk/build/gmsl/ |
D | gmsl-tests | 424 $(call test_assert,$(call depth,mystack),2) 426 $(call test_assert,$(call depth,mystack),1)
|
D | __gmsl | 810 # Function: depth 814 depth = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(words $(__gmsl_stack_$1))
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 619 png_byte depth; /* depth of palette samples */ member
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 202 % We want to insert a rule with the height and depth of the current 377 {\hrule height\cornerthick depth\cornerlong width\cornerthick}} 378 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} 380 {\hrule height\cornerlong depth\cornerthick width\cornerthick}} 706 % The \vtop produces a box with normal height and large depth; thus, TeX puts 747 %% if the depth of the box does not fit. 1491 depth \strutdepthpercent \baselineskip 1752 % Count depth in font-changes, for error checks 2954 % A count to remember the depth of nesting.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 216 % We want to insert a rule with the height and depth of the current 437 {\hrule height\cornerthick depth\cornerlong width\cornerthick}} 438 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} 440 {\hrule height\cornerlong depth\cornerthick width\cornerthick}} 766 % The \vtop produces a box with normal height and large depth; thus, TeX puts 807 %% if the depth of the box does not fit. 1681 depth \strutdepthpercent \baselineskip 2502 % Count depth in font-changes, for error checks 3860 % A count to remember the depth of nesting.
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 911 Removed limit on depth of function calls.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 2695 must be less than 65536. The maximum nesting depth of 4188 that matches up to some fixed depth of nesting. It is not 4189 possible to handle an arbitrary nesting depth. Perl 5.6 has
|
D | sed-in.texi | 2528 must be less than 65536. The maximum nesting depth of 4021 that matches up to some fixed depth of nesting. It is not 4022 possible to handle an arbitrary nesting depth. Perl 5.6 has
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 3677 which is the depth of the level as a decimal number. The value is `0'
|
D | make.texi | 4430 which is the depth of the level as a decimal number. The value is
|