Searched refs:local (Results 1 – 25 of 44) sorted by relevance
12
/ndk/tests/device/bitfield/jni/ |
D | func.c | 6 union u local; in foo() local 7 local.i = ptr->i; in foo() 22 local.s.x = flag; in foo() 23 ptr->i = local.i; in foo()
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 86 adb push libs/armeabi/libfoo.so /data/local/tmp/ 87 adb push libs/armeabi/libgnustl_shared.so /data/local/tmp/ 88 adb push libs/armeabi/foo_unittest /data/local/tmp/ 89 adb shell chmod 775 /data/local/tmp/foo_unittest 90 adb shell "LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/foo_unittest"
|
/ndk/ |
D | .gitignore | 5 local.properties
|
D | ndk-build.cmd | 6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd…
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-prefix.m4 | 59 dnl 3. if it's /usr/local/include and we are using GCC on Linux, 71 if test "X$additional_includedir" = "X/usr/local/include"; then 90 dnl 3. if it's /usr/local/lib and we are using GCC on Linux, 102 if test "X$additional_libdir" = "X/usr/local/lib"; then
|
D | lib-link.m4 | 344 dnl 2. if it's /usr/local/include and we are using GCC on Linux, 350 if test "X$additional_includedir" = "X/usr/local/include"; then 393 dnl 2. if it's /usr/local/lib and we are using GCC on Linux, 399 if test "X$additional_libdir" = "X/usr/local/lib"; then
|
/ndk/sources/host-tools/make-3.81/ |
D | README.customs | 49 library in /usr/local/lib and the headers in /usr/local/include/customs, 50 then you'd pass ``--with-customs=/usr/local'' as an option to configure.
|
D | INSTALL | 106 `/usr/local/bin', `/usr/local/man', etc. You can specify an 107 installation prefix other than `/usr/local' by giving `configure' the
|
D | config.log | 30 PATH: /usr/local/sbin 31 PATH: /usr/local/bin
|
D | configure.in | 345 # local version. 362 make_cv_sys_gnu_glob=yes], [AC_MSG_RESULT([no; using local copy])
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | progress_monitor.ipp | 54 } // local namespace
|
D | results_reporter.ipp | 93 } // local namespace
|
D | compiler_log_formatter.ipp | 55 } // local namespace
|
D | plain_report_formatter.ipp | 76 } // local namespace
|
D | results_collector.ipp | 114 } // local namespace
|
D | unit_test_log.ipp | 125 } // local namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | dual_name_parameter.ipp | 58 } // local namespace
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info | 2 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.info, 4 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.texi.
|
D | make-stds.texi | 317 below. The default value of @code{prefix} should be @file{/usr/local}. 348 This should normally be @file{/usr/local/bin}, but write it as 356 should normally be @file{/usr/local/sbin}, but write it as 365 @file{/usr/local/libexec}, but write it as @file{$(exec_prefix)/libexec}. 401 data files. This should normally be @file{/usr/local/share}, but 414 This should normally be @file{/usr/local/share}, but write it as 427 files. This directory should normally be @file{/usr/local/etc}, but 440 @file{/usr/local/com}, but write it as @file{$(prefix)/com}. 449 should normally be @file{/usr/local/var}, but write it as 464 should normally be @file{/usr/local/include}, but write it as [all …]
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 193 #define CPPUNIT_TEST_SUITE_REGISTRATION(X) static X local
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 193 #define CPPUNIT_TEST_SUITE_REGISTRATION(X) static X local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | README | 66 compiled this without any changes using gcc -Wall and/or local C
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 43 "perl run_make_tests -make_path /usr/local/src/make-3.78/make") if
|
D | ChangeLog | 373 * run_make_tests.pl: Change `#!/usr/local/bin/perl' to be 789 local clock, or, if the file didn't exist, it merely created it. 792 the local clock: normally modifying a file causes it to get a mod 795 unreliable except on local filesystems. The new function will
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 26 to build the local GNU glob library or use the system one.
|
12