HomeSort by relevance Sort by last modified time
    Searched refs:system (Results 226 - 250 of 568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/
build-dumprendertree 42 Usage: $programName [options] [options to pass to build system]
do-file-rename 89 system "svn move $file $newFile";
set-webkit-configuration 63 system "mkdir", "-p", "$baseProductDir";
build-webkit 199 Usage: $programName [options] [options to pass to build system]
292 system "ditto", $srcLib, $lib;
293 system "ranlib", $lib;
302 system "mkdir", "-p", "$productDir/usr/local/include";
303 system "ditto", $srcHeader, $header;
310 system "ditto", $srcHeaderDir, $headerDir;
315 (system("perl WebKitTools/Scripts/update-webkit-support-libs") == 0) or die;
  /external/webkit/WebKitTools/Scripts/webkitperl/
features.pm 101 system "rm -f $path" if ($shouldHaveFeature xor $hasFeature);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 48 uptime_total = 0; # total system uptime (before/after)
84 /^[0-9]+ / { # /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state lines
218 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >$my_log
225 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >>$my_log
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
hardirq.h 19 #include <asm/system.h>
  /packages/apps/IM/src/com/android/im/imps/
CustomPresenceMapping.java 27 import dalvik.system.PathClassLoader;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 25 import dalvik.system.VMRuntime;
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset13.h     [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 147 int err = system("pwd > pwd.txt");
150 system("rm pwd.txt");
155 system(outputMkdir.c_str());
158 system(scratchMkdir.c_str());
198 int err = system(listStr.c_str());
210 int err = system(scratch);
456 int err = system(scratch);
490 int err = system(scratch);
534 int err = system(scratch);
542 err = system(scratch)
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 727 result = system(cmd);
740 result = system(cmd);
756 result = system(cmd);
798 result = system(cmd);
818 result = system(cmd);
852 result = system(cmd);
863 result = system(cmd);
911 result = system(cmd);
938 result = system(cmd);
964 result = system(cmd)
    [all...]
  /bionic/libstdc++/include/
cstdlib 71 using ::system;
  /bootable/recovery/
Android.mk 28 # a (redundant) copy of the binary in /system/bin for user builds.
  /cts/tests/tests/jni/libjnitest/
Android.mk 28 # This isn't part of the system, so don't prelink it.
  /cts/tests/tests/os/libbuildtest/
Android.mk 24 # This isn't part of the system, so don't prelink it.
  /external/bluetooth/bluez/audio/
Android.mk 69 system/bluetooth/bluez-clean-headers
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 69 * @return the result of System.currentTimeMillis (), evaluated on the
77 s_timestamp = result = System.currentTimeMillis ();
149 final IProperties system = wrap (Property.getSystemProperties (appName)); local
154 // (2) system properties (java.lang.System.getProperties(),
156 // (3) system file properties ("emma.properties" system property,
159 // (5) system property redirects (report.out.encoding->file.encoding,
163 IProperties.Factory.combine (system,
  /external/icu4c/config/
test-icu-config.sh 30 icu-config --ldflags-system
  /external/strace/
Android.mk 11 resource.c signal.c sock.c system.c term.c time.c \

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>