OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
776 - 800
of
45948
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/system/hardware/interfaces/net/netd/1.0/vts/functional/
Android.bp
11
"android.
system
.net.netd@1.0",
/system/media/radio/include/system/
RadioMetadataWrapper.h
4
#include <
system
/radio_metadata.h>
/system/nvram/hal/
fake-nvram.rc
4
service fake-nvram /
system
/bin/fake-nvram
/system/sepolicy/public/
thermalserviced.te
1
# thermalserviced -- thermal management services for
system
and vendor
/test/vts/testcases/fuzz/hal_light/conventional_standalone/
StandaloneLightFuzzTest.config
6
"module_name": "
system
/lib64/hw/lights.vts",
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
syscontrol_32.s
2
* tests for
system
control instruction relaxation
/art/test/033-class-init-deadlock/src/
Main.java
33
System
.out.println("Deadlock test starting.");
40
try { barrier.await(); } catch (Exception e) {
System
.out.println(e); }
43
System
.out.println("Deadlock test interrupting threads.");
46
System
.out.println("Deadlock test main thread bailing.");
47
System
.out.println("A initialized: " + aInitialized);
48
System
.out.println("B initialized: " + bInitialized);
49
System
.exit(0);
56
try { Main.barrier.await(); } catch (Exception e) {
System
.out.println(e); }
58
System
.out.println("A initialized");
66
try { Main.barrier.await(); } catch (Exception e) {
System
.out.println(e);
[
all
...]
/art/test/1908-suspend-native-resume-self/src/art/
Test1908.java
24
System
.out.println("Got " + ret + " instead of JVMTI_ERROR_THREAD_NOT_SUSPENDED");
34
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
35
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
40
System
.out.println(me + ": Suspended spinner while native spinning");
41
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
42
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
44
System
.out.println("Resuming other thread");
50
System
.out.println("other thread attempting self resume");
51
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
53
System
.out.println("real resume")
[
all
...]
/art/test/596-monitor-inflation/src-art/
Main.java
17
import dalvik.
system
.VMRuntime;
21
System
.loadLibrary(args[0]);
36
System
.out.println("Monitor list grew by at least 4000 monitors");
38
System
.out.println("Monitor list did not grow as expected");
46
System
.gc();
47
System
.runFinalization();
52
System
.out.println("Monitor list failed to shrink properly");
54
System
.out.println("Monitor list shrank correctly");
63
System
.out.println("Finished first check");
72
System
.out.println("Finished second check")
[
all
...]
/device/generic/mini-emulator-arm64/
mini_emulator_common.mk
41
device/generic/goldfish/init.goldfish.sh:
system
/etc/init.goldfish.sh \
43
device/generic/goldfish/data/etc/apns-conf.xml:
system
/etc/apns-conf.xml \
44
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:
system
/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
45
frameworks/native/data/etc/android.hardware.camera.autofocus.xml:
system
/etc/permissions/android.hardware.camera.autofocus.xml \
46
frameworks/av/media/libeffects/data/audio_effects.conf:
system
/etc/audio_effects.conf \
47
hardware/libhardware_legacy/audio/audio_policy.conf:
system
/etc/audio_policy.conf \
48
device/generic/goldfish/camera/media_profiles.xml:
system
/etc/media_profiles.xml \
49
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:
system
/etc/media_codecs_google_audio.xml \
50
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:
system
/etc/media_codecs_google_telephony.xml \
51
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:
system
/etc/media_codecs_google_video.xml
[
all
...]
/device/generic/mini-emulator-armv7-a-neon/
mini_emulator_common.mk
41
device/generic/goldfish/init.goldfish.sh:
system
/etc/init.goldfish.sh \
43
device/generic/goldfish/data/etc/apns-conf.xml:
system
/etc/apns-conf.xml \
44
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:
system
/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
45
frameworks/native/data/etc/android.hardware.camera.autofocus.xml:
system
/etc/permissions/android.hardware.camera.autofocus.xml \
46
frameworks/av/media/libeffects/data/audio_effects.conf:
system
/etc/audio_effects.conf \
47
hardware/libhardware_legacy/audio/audio_policy.conf:
system
/etc/audio_policy.conf \
48
device/generic/goldfish/camera/media_profiles.xml:
system
/etc/media_profiles.xml \
49
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:
system
/etc/media_codecs_google_audio.xml \
50
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:
system
/etc/media_codecs_google_telephony.xml \
51
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:
system
/etc/media_codecs_google_video.xml
[
all
...]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java
28
* {@link
System
#nanoTime()}. Note that this utility necessarily invokes {@link
System
#nanoTime()}
38
long first =
System
.nanoTime();
39
long second =
System
.nanoTime();
40
long third =
System
.nanoTime();
41
long fourth =
System
.nanoTime();
42
long fifth =
System
.nanoTime();
43
long sixth =
System
.nanoTime();
44
long seventh =
System
.nanoTime();
45
long eighth =
System
.nanoTime()
[
all
...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
assertions.xml
2
<assertion id="1" tag="ref:XSH6:{
System
Interfaces:shm_unlink:DESCRIPTION}">
6
<assertion id="2" tag="ref:XSH6:{
System
Interfaces:shm_unlink:DESCRIPTION}">
10
<assertion id="3" tag="ref:XSH6:{
System
Interfaces:shm_unlink:DESCRIPTION}">
16
<assertion id="4" tag="ref:XSH6:{
System
Interfaces:shm_unlink:DESCRIPTION}">
20
<assertion id="5" tag="ref:XSH6:{
System
Interfaces:shm_unlink:DESCRIPTION}">
25
<assertion id="6" tag="ref:XSH6:{
System
Interfaces:shm_unlink:RETURN VALUE}">
28
<assertion id="7" tag="ref:XSH6:{
System
Interfaces:shm_unlink:RETURN VALUE}">
31
<assertion id="8" tag="ref:XSH6:{
System
Interfaces:shm_unlink:RETURN VALUE}">
35
<assertion id="9" tag="ref:XSH6:{
System
Interfaces:shm_unlink:ERRORS}">
39
<assertion id="10" tag="ref:XSH6:{
System
Interfaces:shm_unlink:ERRORS}"
[
all
...]
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CancelCall.java
36
final long startNanos =
System
.nanoTime();
42
System
.out.printf("%.2f Canceling call.%n", (
System
.nanoTime() - startNanos) / 1e9f);
44
System
.out.printf("%.2f Canceled call.%n", (
System
.nanoTime() - startNanos) / 1e9f);
49
System
.out.printf("%.2f Executing call.%n", (
System
.nanoTime() - startNanos) / 1e9f);
51
System
.out.printf("%.2f Call was expected to fail, but completed: %s%n",
52
(
System
.nanoTime() - startNanos) / 1e9f, response);
54
System
.out.printf("%.2f Call failed as expected: %s%n"
[
all
...]
/external/r8/src/test/examples/shaking2/
SubClass1.java
28
System
.out.println("SubClass1::virtualMethod");
33
System
.out.println("SubClass1::virtualMethod2 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8));
39
System
.out.println("SubClass1::virtualMethod3");
45
System
.out.println("SubClass1::virtualMethod4 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8));
50
System
.out.println("SubClass1::unusedVirtualMethod");
55
System
.out.println("SubClass1::interfaceMethod");
60
System
.out.println("SubClass1::interfaceMethod2");
65
System
.out.println("SubClass1::interfaceMethod3");
70
System
.out.println("SubClass1::interfaceMethod4");
75
System
.out.println("SubClass1::interfaceMethod5 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8))
[
all
...]
/art/test/059-finalizer-throw/src/
Main.java
35
System
.gc();
36
System
.runFinalization();
40
System
.out.println("Timed out, exiting");
41
System
.exit(1);
49
System
.out.println(ie);
57
System
.out.println(ie);
60
System
.out.println("done");
64
System
.out.println("In finalizer");
/art/test/142-classloader2/smali/
MyPathClassLoader.smali
6
.super Ldalvik/
system
/PathClassLoader;
11
invoke-direct {p0, p1, p2}, Ldalvik/
system
/PathClassLoader;-><init>(Ljava/lang/String;Ljava/lang/ClassLoader;)V
/art/test/1905-suspend-native/src/art/
Test1905.java
31
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
32
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
37
System
.out.println(me + ": Suspended spinner while native spinning");
38
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
39
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
44
System
.out.println(me + ": resumed spinner while native spinning");
45
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
46
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
/art/test/901-hello-ti-agent/src/art/
Test901.java
21
System
.out.println("Hello, world!");
24
System
.out.println("Agent in live phase.");
27
System
.out.println("Received expected error for unattached JVMTI calls");
40
System
.out.println(i);
45
System
.out.println(e.getMessage());
63
System
.out.println(consecutiveErrors + " times " + lastError);
69
System
.out.println(i + " = " + errorName);
76
System
.out.println(consecutiveErrors + " times " + lastError);
/device/generic/qemu/
fstab.ranchu
3
# The filesystem that contains the filesystem checker binary (typically /
system
) cannot
5
/dev/block/vda /
system
ext4 ro wait
/device/generic/uml/
fstab.uml
3
# The filesystem that contains the filesystem checker binary (typically /
system
) cannot
5
/dev/block/ubda /
system
ext4 ro wait
surfaceflinger.rc
6
service surfaceflinger /
system
/bin/surfaceflinger
8
user
system
/device/huawei/angler/
init.angler.nanohub.rc
3
chown root
system
/persist/sensorcal.json
10
chown root
system
/data/vendor/sensor
/device/lge/bullhead/
init.bullhead.nanohub.rc
3
chown root
system
/persist/sensorcal.json
10
chown root
system
/data/vendor/sensor
/external/autotest/client/site_tests/security_SuidBinaries/
baseline.fscap
8
/opt/google/containers/android/rootfs/root/
system
/bin/run-as = cap_setgid,cap_setuid+ep
9
/opt/google/containers/android/rootfs/root/
system
/bin/surfaceflinger = cap_sys_nice+ep
Completed in 245 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>