/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.h | 160 # define _STLP_ASSERT(expr) \ argument 161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); } 165 # define _STLP_ASSERT(expr) 173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \ argument 174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\ 175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \ 179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr) argument 182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHECK(expr) argument 184 # define _STLP_STD_DEBUG_CHECK(expr) 439 # define _STLP_VERBOSE_ASSERT(expr, diagnostic) [all …]
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 349 param=`expr -- "$1" : '^\([^\-].*\)$'` 362 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'` 365 value=`expr -- "$1" : '^--[^=]*=\(.*\)$'` 370 opt=`expr -- "$1" : '^\(--.*\)$'` 378 opt=`expr -- "$1" : '^\(-[A-Za-z0-9]\)..*$'` 381 value=`expr -- "$1" : '^-.\(.*\)$'` 386 opt=`expr -- "$1" : '^\(-.\)$'`
|
D | build-ndk-sysroot.sh | 46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | install-sh | 218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; 276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 319 mkdir_umask=`expr $umask + 22 \
|
D | mdate-sh | 187 if (expr $nummonth \> $nummonthtod) > /dev/null; 189 year=`expr $year - 1`
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 184 if (expr $nummonth \> $nummonthtod) > /dev/null; 186 year=`expr $year - 1`
|
D | size_max.m4 | 29 dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
|
/ndk/ |
D | ndk-gdb | 176 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 193 optarg=`expr -- "$opt" : '-s\(.*\)'` 203 optarg=`expr -- "$opt" : '-p\(.*\)'` 215 optarg=`expr -- "$opt" : '-x\(.*\)'`
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 313 # define assert(expr) _STLP_ASSERT(expr) argument
|
D | features.h | 311 # define _STLP_STATIC_ASSERT(expr) typedef char __static_assert[expr ? 1 : -1]; argument
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 224 char *expr; in __Extract_locale_name() local 228 expr = strstr( (char*)loc, category ); in __Extract_locale_name() 229 if ( expr == NULL ) in __Extract_locale_name() 231 ++expr; in __Extract_locale_name() 232 len_name = strcspn( expr, ";" ); in __Extract_locale_name() 234 strncpy( buf, expr, len_name ); in __Extract_locale_name()
|
/ndk/tests/ |
D | run-tests.sh | 54 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 85 JOBS=`expr "$opt" : '-j\(.*\)'` 619 ADB_DEVCOUNT=`expr $ADB_DEVCOUNT - 1`
|
D | check-release.sh | 41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 95 # define BE(expr, val) __builtin_expect (expr, val) argument 97 # define BE(expr, val) (expr) argument
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1629 char *expr; in __Extract_locale_name() local 1633 expr = strstr((char*)loc, category); in __Extract_locale_name() 1634 if (expr == NULL) return NULL; /* Category not found. */ in __Extract_locale_name() 1635 expr = strchr(expr, '='); in __Extract_locale_name() 1636 if (expr == NULL) return NULL; in __Extract_locale_name() 1637 ++expr; in __Extract_locale_name() 1638 len_name = strcspn(expr, ";"); in __Extract_locale_name() 1641 _STLP_STRNCPY(buf, _Locale_MAX_SIMPLE_NAME, expr, len_name); buf[len_name] = 0; in __Extract_locale_name()
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 65 expr "X$arg" : "X\\(.*\\)$as_nl"; 66 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 68 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 380 test "X`expr 00001 : '.*\(...\)'`" = X001; then 428 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 803 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 846 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 848 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 872 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 174 GNULIB_SRCDIR=`expr "X$option" : 'X--gnulib-srcdir=\(.*\)'`;; 613 build-aux/*) dst=$build_aux/`expr "$file" : 'build-aux/\(.*\)'`;;
|
D | configure | 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 137 if expr a : '\(a\)' >/dev/null 2>&1 && 139 as_expr=expr 504 if expr a : '\(a\)' >/dev/null 2>&1 && 506 as_expr=expr 3201 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3304 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.in | 920 all=`expr $$all + 1`; \ 923 xpass=`expr $$xpass + 1`; \ 924 failed=`expr $$failed + 1`; \ 932 all=`expr $$all + 1`; \ 935 xfail=`expr $$xfail + 1`; \ 939 failed=`expr $$failed + 1`; \ 944 skip=`expr $$skip + 1`; \
|
D | bsd.sh | 99 MARK=`expr $MARK + 1`
|
D | binary.sed | 47 # if [ `expr $2 : ".*\\."` -gt 0 ]; then
|
D | binary2.sed | 48 # if [ `expr $2 : ".*\\."` -gt 0 ]; then
|
D | binary3.sed | 51 # if [ `expr $2 : ".*\\."` -gt 0 ]; then
|
/ndk/tests/standalone/ |
D | run.sh | 58 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/build/core/ |
D | ndk-common.sh | 365 BUILD_NUM_CPUS=`expr $HOST_NUM_CPUS \* 2`
|