HomeSort by relevance Sort by last modified time
    Searched full:system (Results 1001 - 1025 of 46866) sorted by null

<<41424344454647484950>>

  /device/linaro/hikey/hikey/
fstab.hikey 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
6 /dev/block/platform/soc/f723d000.dwmmc0/by-name/system /system ext4 ro wait
7 /dev/block/platform/soc/f723d000.dwmmc0/by-name/system /system squashfs ro wait
  /external/annotation-tools/buildtest/
TestWrapper.java 20 System.out.println();
21 System.out.println("Failed tests in: " + filename);
25 System.out.println("Problem reading file " + filename);
26 e.printStackTrace(System.out);
59 System.out.println(line);
  /external/autotest/client/tools/
avgtime 23 (user, system, elapsed, cpu) = line.split()[0:4]
25 system = float(re.match(r'([\d\.]+)', system).group(0)) variable
30 list.append((user, system, elapsed, cpu))
33 print " system: %0.2fs (%0.2f%%)" % avg_deviation([x[1] for x in list])
  /external/jcommander/src/test/java/com/beust/jcommander/internal/
DefaultConsoleTest.java 12 final InputStream inBackup = System.in;
15 System.setIn(in);
21 Assert.assertFalse(in.isClosedCalled(), "System.in stream shouldn't be closed");
26 Assert.assertFalse(in.isClosedCalled(), "System.in stream shouldn't be closed");
28 System.setIn(inBackup);
  /external/kernel-headers/original/uapi/asm-generic/
hugetlb_encode.h 5 * Several system calls take a flag to request "hugetlb" huge pages.
6 * Without further specification, these system calls will use the
7 * system's default huge page size. If a system supports multiple
13 * encoding in flag arguments. System call specific header files
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DataPipeConsumerHandleImpl.java 5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
8 import org.chromium.mojo.system.DataPipe.ReadFlags;
9 import org.chromium.mojo.system.ResultAnd;
33 * @see org.chromium.mojo.system.Handle#pass()
DataPipeProducerHandleImpl.java 5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ProducerHandle;
8 import org.chromium.mojo.system.DataPipe.WriteFlags;
9 import org.chromium.mojo.system.ResultAnd;
33 * @see org.chromium.mojo.system.DataPipe.ProducerHandle#pass()
MessagePipeHandleImpl.java 5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.Handle;
8 import org.chromium.mojo.system.MessagePipeHandle;
9 import org.chromium.mojo.system.ResultAnd;
34 * @see org.chromium.mojo.system.MessagePipeHandle#pass()
WatcherImpl.java 5 package org.chromium.mojo.system.impl;
9 import org.chromium.mojo.system.Core;
10 import org.chromium.mojo.system.Handle;
11 import org.chromium.mojo.system.MojoResult;
12 import org.chromium.mojo.system.Watcher;
  /external/testng/src/test/java/test/
ClassConfigurations.java 15 // System.out.println("@@@@@@ beforeTestClass has been called " + beforeCount + " time(s)");
27 // System.out.println("@@@@@@@ afterTestClass has been called " + afterCount + " time(s)");
32 // System.out.println("testOne");
39 // System.out.println("testTwo");
46 // System.out.println("testThree");
  /external/testng/src/test/java/testhelper/
OutputDirectoryPatch.java 18 /** The name of the System property used to store the output directory. */
37 String tmp = System.getProperty(OUTPUT_DIRECTORY_PROPERTY_NAME);
41 // System.err.println("System property: " + OUTPUT_DIRECTORY_PROPERTY_NAME
44 // new Throwable("Stack is only to help locate the problem. No excpetion thrown.").printStackTrace(System.err);
  /frameworks/base/core/java/android/printservice/
package.html 6 bridge between the system and the printers. Hence, the printer and print protocol specific
7 implementation is factored out of the system and can be independently developed and updated.
15 The system is responsible for starting and stopping a print service depending on whether
18 The interaction between the system and the print service during printer discovery is
20 by the print service when requested by the system.
  /frameworks/base/data/sounds/
AudioPackage12.mk 19 $(LOCAL_PATH)/alarms/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
22 $(LOCAL_PATH)/notifications/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
25 $(LOCAL_PATH)/ringtones/ogg/$(fn).ogg:system/media/audio/ringtones/$(fn).ogg)
28 $(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
30 $(LOCAL_PATH)/effects/material/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
AudioPackage13.mk 20 $(LOCAL_PATH)/alarms/material/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
23 $(LOCAL_PATH)/notifications/material/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
26 $(LOCAL_PATH)/ringtones/material/ogg/$(fn).ogg:system/media/audio/ringtones/$(fn).ogg)
29 $(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
31 $(LOCAL_PATH)/effects/material/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
AudioTv.mk 18 $(LOCAL_PATH)/effects/ogg/KeypressDelete_120_48k.ogg:system/media/audio/ui/KeypressDelete.ogg \
19 $(LOCAL_PATH)/effects/ogg/KeypressInvalid_120_48k.ogg:system/media/audio/ui/KeypressInvalid.ogg \
20 $(LOCAL_PATH)/effects/ogg/KeypressReturn_120_48k.ogg:system/media/audio/ui/KeypressReturn.ogg \
21 $(LOCAL_PATH)/effects/ogg/KeypressSpacebar_120_48k.ogg:system/media/audio/ui/KeypressSpacebar.ogg \
22 $(LOCAL_PATH)/effects/ogg/KeypressStandard_120_48k.ogg:system/media/audio/ui/KeypressStandard.ogg
  /frameworks/base/media/lib/tvremote/
README.txt 5 o This library is effectively a System API for unbundled emote service provider
6 that may be distributed outside the system image. So it MUST BE API STABLE.
13 This library is distributed in the system image, and loaded as
23 infrastructure is ready with APIs allowing unbundled system apps to
26 make new capabilities available to the system
  /platform_testing/scripts/perf-setup/
angler-setup.sh 8 cpubase=/sys/devices/system/cpu
22 echo -n 0 > /sys/devices/system/cpu/cpu4/online
23 echo -n 0 > /sys/devices/system/cpu/cpu5/online
24 echo -n 0 > /sys/devices/system/cpu/cpu6/online
25 echo -n 0 > /sys/devices/system/cpu/cpu7/online
  /system/netd/tests/dns_responder/
Android.mk 38 system/netd/server/binder
40 LOCAL_C_INCLUDES += system/netd/include \
41 system/netd/server \
42 system/netd/server/binder \
43 system/netd/tests/dns_responder \
  /cts/tools/dasm/src/java_cup/
Main.java 12 /** This class serves as the main driver for the JavaCup system.
44 * <dd> print messages to indicate progress of the system
137 /** The main driver for the system.
145 start_time = System.currentTimeMillis();
151 if (print_progress) System.err.println("Opening files...");
154 prelim_end = System.currentTimeMillis();
158 System.err.println("Parsing specification from standard input...");
161 parse_end = System.currentTimeMillis();
167 if (print_progress) System.err.println("Checking specification...");
170 check_end = System.currentTimeMillis()
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 56 System.err.println("Usage: java -jar ${artifactId}-${version}-jar-with-dependencies.jar <directory | filename.dmo>");
61 System.err.println("ANTLR demo parser threw exception:");
78 System.out.println("Directory: " + source.getAbsolutePath());
110 System.err.println("ANTLR demo parser caught error on file open:");
138 System.out.println("file: " + source);
142 System.out.println(" Lexer Start");
143 long start = System.currentTimeMillis();
149 long lexerStop = System.currentTimeMillis();
150 System.out.println(" lexed in " + (lexerStop - start) + "ms.");
154 System.out.println(" Parser Start")
    [all...]
  /external/vogar/src/vogar/target/
TestEnvironment.java 41 * against tests that muck with system properties and other global state.
62 private static final String JAVA_RUNTIME_VERSION = System.getProperty("java.runtime.version");
63 private static final String JAVA_VM_INFO = System.getProperty("java.vm.info");
64 private static final String JAVA_VM_VERSION = System.getProperty("java.vm.version");
65 private static final String JAVA_VM_VENDOR = System.getProperty("java.vm.vendor");
66 private static final String JAVA_VM_NAME = System.getProperty("java.vm.name");
71 this.tmpDir = System.getProperty("java.io.tmpdir");
75 System.setProperties(null); // Reset.
83 System.setProperty("java.io.tmpdir", tmpDir);
85 String userHome = System.getProperty("user.home")
    [all...]
  /art/test/906-iterate-heap/src/art/
Test906.java 76 System.out.println(sort(n, classTags, sizes, tags, lengths));
80 System.out.println(sort(n, classTags, sizes, tags, lengths));
82 System.out.println(iterateThroughHeapString(getTag(s)));
83 System.out.println(getTag(s));
87 System.out.println(iterateThroughHeapPrimitiveArray(getTag(zArray)));
88 System.out.println(getTag(zArray));
92 System.out.println(iterateThroughHeapPrimitiveArray(getTag(bArray)));
93 System.out.println(getTag(bArray));
97 System.out.println(iterateThroughHeapPrimitiveArray(getTag(cArray)));
98 System.out.println(getTag(cArray))
    [all...]
  /device/google/wahoo/
CleanSpec.mk 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/init.power.sh)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/init.radio.sh)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.flash-autofocus.xml)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.front.xml)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.full.xml)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.raw.xml)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.bluetooth.xml)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.bluetooth_le.xml)
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.sensor.accelerometer.xml)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.sensor.compass.xml
    [all...]
  /art/test/098-ddmc/src/
Main.java 25 String name = System.getProperty("java.vm.name");
27 System.out.println("This test is not supported on " + name);
36 System.out.println("Confirm empty");
38 System.out.println("empty=" + empty);
40 System.out.println("Confirm enable");
41 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
43 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
45 System.out.println("Capture some allocations (note just this causes allocations)");
47 System.out.println("before > 0=" + (before.numberOfEntries > 0));
49 System.out.println("Confirm when we overflow, we don't roll over to zero. b/17392248")
    [all...]
  /system/core/libcutils/tests/
fs_config.cpp 34 // Maximum entries in system/core/libcutils/fs_config.cpp:android_* before we
46 { true, "system/lib", "system/lib/hw", true },
47 { true, "vendor/lib", "system/vendor/lib/hw", true },
48 { true, "system/vendor/lib", "vendor/lib/hw", true },
49 { true, "system/vendor/lib", "system/vendor/lib/hw", true },
50 { false, "vendor/bin/wifi", "system/vendor/bin/w", false },
51 { false, "vendor/bin/wifi", "system/vendor/bin/wifi", true },
52 { false, "vendor/bin/wifi", "system/vendor/bin/wifi2", false }
    [all...]

Completed in 561 milliseconds

<<41424344454647484950>>