OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
1126 - 1150
of
46866
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/testng/gradle/
publishing-maven.gradle
12
username
System
.getenv('SONATYPE_USER')
13
password
System
.getenv('SONATYPE_PASSWORD')
45
authentication(userName:
System
.getenv('SONATYPE_USER'), password:
System
.getenv('SONATYPE_PASSWORD'))
48
authentication(userName:
System
.getenv('SONATYPE_USER'), password:
System
.getenv('SONATYPE_PASSWORD'))
/external/valgrind/
darwin9.supp
13
obj:/
System
/Library/Frameworks/CoreFoundation*
14
obj:/
System
/Library/Frameworks/ApplicationServices*
22
obj:/
System
/Library/Frameworks/CoreFoundation*
23
obj:/
System
/Library/Frameworks/CoreServices*
31
obj:/
System
/Library/Frameworks/CoreFoundation*
32
obj:/
System
/Library/Frameworks/Carbon*
40
obj:/
System
/Library/Frameworks/CoreFoundation*
41
obj:/
System
/Library/Frameworks/CoreFoundation*
49
obj:/
System
/Library/Frameworks/CoreFoundation*
50
obj:/
System
/Library/Frameworks/AppKit
[
all
...]
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
Main.kt
38
System
.err.println("error reading input jar: ${e.message}")
39
kotlin.
system
.exitProcess(2)
64
System
.err.println("error writing output aidl: ${e.message}")
65
kotlin.
system
.exitProcess(2)
70
System
.err.println("Usage: <input jar> <output aidl>")
71
kotlin.
system
.exitProcess(1)
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
RefocusFilterd1new.java
65
startnow =
System
.nanoTime();
67
endnow =
System
.nanoTime();
70
startnow =
System
.nanoTime();
72
endnow =
System
.nanoTime();
137
startnow =
System
.nanoTime();
141
endnow =
System
.nanoTime();
144
startnow =
System
.nanoTime();
148
endnow =
System
.nanoTime();
165
startnow =
System
.nanoTime();
168
endnow =
System
.nanoTime()
[
all
...]
/libcore/benchmarks/src/benchmarks/regression/
DoPrivilegedBenchmark.java
25
String lineSeparator =
System
.getProperty("line.separator");
32
if (
System
.getSecurityManager() == null) {
33
lineSeparator =
System
.getProperty("line.separator");
37
return
System
.getProperty("line.separator");
48
return
System
.getProperty("line.separator");
69
return
System
.getProperty(propertyName);
/libcore/luni/src/main/java/javax/xml/transform/
Source.java
29
* Set the
system
identifier for this Source.
31
* <p>The
system
identifier is optional if the source does not
33
* The application can use a
system
identifier, for example, to resolve
36
* @param systemId The
system
identifier as a URL string.
41
* Get the
system
identifier that was set with setSystemId.
43
* @return The
system
identifier that was set with setSystemId, or null
/libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java
27
private final PrintStream err =
System
.err;
28
private final PrintStream out =
System
.out;
31
System
.setErr(err);
32
System
.setOut(out);
40
System
.setErr(st);
41
System
.setOut(st);
/packages/apps/Settings/src/com/android/settings/development/
PointerLocationPreferenceController.java
50
Settings.
System
.putInt(mContext.getContentResolver(),
51
Settings.
System
.POINTER_LOCATION, isEnabled ? SETTING_VALUE_ON : SETTING_VALUE_OFF);
57
final int pointerLocationMode = Settings.
System
.getInt(mContext.getContentResolver(),
58
Settings.
System
.POINTER_LOCATION, SETTING_VALUE_OFF);
65
Settings.
System
.putInt(mContext.getContentResolver(), Settings.
System
.POINTER_LOCATION,
ShowTapsPreferenceController.java
50
Settings.
System
.putInt(mContext.getContentResolver(),
51
Settings.
System
.SHOW_TOUCHES, isEnabled ? SETTING_VALUE_ON : SETTING_VALUE_OFF);
57
int showTapsMode = Settings.
System
.getInt(mContext.getContentResolver(),
58
Settings.
System
.SHOW_TOUCHES, SETTING_VALUE_OFF);
65
Settings.
System
.putInt(mContext.getContentResolver(), Settings.
System
.SHOW_TOUCHES,
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanDirClient.java
60
* its <code>
System
.out</code>.</p>
95
System
.err.println("Bad number of arguments: usage is: \n\t" +
97
System
.exit(1);
102
System
.err.println("No such host: " + args[0]+
104
System
.exit(2);
106
System
.err.println("Bad address: " + args[0]+
108
System
.exit(2);
112
System
.err.println("Bad port value: " + args[1]+
114
System
.exit(2);
117
System
.err.println("Bad argument: " + args[1]
[
all
...]
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanDirClient.java
60
* its <code>
System
.out</code>.</p>
95
System
.err.println("Bad number of arguments: usage is: \n\t" +
97
System
.exit(1);
102
System
.err.println("No such host: " + args[0]+
104
System
.exit(2);
106
System
.err.println("Bad address: " + args[0]+
108
System
.exit(2);
112
System
.err.println("Bad port value: " + args[1]+
114
System
.exit(2);
117
System
.err.println("Bad argument: " + args[1]
[
all
...]
/external/libmojo/
Android.bp
207
"mojo/android/
system
/src/org/chromium/mojo/
system
/impl/BaseRunLoop.java",
208
"mojo/android/
system
/src/org/chromium/mojo/
system
/impl/CoreImpl.java",
209
"mojo/android/
system
/src/org/chromium/mojo/
system
/impl/WatcherImpl.java",
272
"mojo/android/
system
/base_run_loop.cc",
273
"mojo/android/
system
/core_impl.cc",
274
"mojo/android/
system
/watcher_impl.cc",
287
"mojo/edk/
system
/awakable_list.cc"
[
all
...]
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libsoftkeymasterdevice.so
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libsoftkeymasterdevice.so
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libcutils.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libcutils.so.lsdump.gz
/art/test/004-JniTest/smali/
DefaultInterface.smali
22
#
System
.out.println("DefaultInterface.JniCallNonOverridenDefaultMethod");
26
#
System
.out.println("DefaultInterface.JniCallOverridenDefaultMethod");
32
#
System
.out.println("DefaultInterface.JniCallConflictDefaultMethod");
36
#
System
.out.println("DefaultInterface.JniCallSoftConflictMethod");
44
sget-object v1, Ljava/lang/
System
;->out:Ljava/io/PrintStream;
53
sget-object v1, Ljava/lang/
System
;->out:Ljava/io/PrintStream;
65
sget-object v1, Ljava/lang/
System
;->out:Ljava/io/PrintStream;
74
sget-object v1, Ljava/lang/
System
;->out:Ljava/io/PrintStream;
/art/test/119-noimage-patchoat/
expected.txt
1
Run -Xnoimage-dex2oat -Xpatchoat:/
system
/bin/false
4
Run -Xnoimage-dex2oat -Xpatchoat:/
system
/bin/false -Xno-dex-file-fallback
/art/test/1920-suspend-native-monitor/src/art/
Test1920.java
31
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
32
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
46
System
.out.println(me + ": Suspended spinner while native spinning");
47
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
48
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
53
System
.out.println(me + ": resumed spinner while native spinning");
58
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
59
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
/art/test/1921-suspend-native-recursive-monitor/src/art/
Test1921.java
31
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
32
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
46
System
.out.println(me + ": Suspended spinner while native spinning");
47
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
48
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
53
System
.out.println(me + ": resumed spinner while native spinning");
58
System
.out.println(me + ": isNativeThreadSpinning() = " + isNativeThreadSpinning());
59
System
.out.println(me + ": isSuspended(spinner) = " + Suspension.isSuspended(spinner));
/art/test/641-checker-arraycopy/src/
Main.java
23
/// CHECK: InvokeStaticOrDirect method_name:java.lang.
System
.arraycopy intrinsic:SystemArrayCopy
25
/// CHECK: InvokeStaticOrDirect method_name:java.lang.
System
.arraycopy intrinsic:SystemArrayCopy
29
System
.arraycopy(o, 1, o, 0, 1);
30
System
.arraycopy((Object)foo, 1, (Object)foo, 0, 1); // Don't use the @hide byte[] overload.
34
System
.arraycopy(o, 1, o, 0, 1);
35
System
.arraycopy(foo, 1, foo, 0, 1);
41
/// CHECK: InvokeStaticOrDirect method_name:java.lang.
System
.arraycopy intrinsic:SystemArrayCopy
43
/// CHECK: InvokeStaticOrDirect method_name:java.lang.
System
.arraycopy intrinsic:SystemArrayCopy
/art/test/807-method-handle-and-mr/src/
Main.java
43
System
.out.println(getName());
45
System
.err.println("Exception during the execution of " + getName());
46
System
.err.println(t);
47
t.printStackTrace(new PrintStream(
System
.err));
48
System
.exit(1);
53
long startTime =
System
.currentTimeMillis();
57
elapsed =
System
.currentTimeMillis() - startTime;
89
System
.out.println("passed");
/art/test/972-default-imt-collision/smali/
Klass.smali
20
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0!");
24
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1!");
28
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2!");
32
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3!");
36
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4!");
40
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod5!");
44
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod6!");
48
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod7!");
52
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod8!");
56
#
System
.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod9!")
[
all
...]
/bionic/linker/tests/
linker_config_test.cpp
58
"additional.namespaces=
system
\n"
66
"namespace.default.links =
system
\n"
69
"namespace.default.link.
system
.shared_libs= libc.so\n"
70
"namespace.default.link.
system
.shared_libs += libm.so:libdl.so\n"
71
"namespace.default.link.
system
.shared_libs +=libstdc++.so\n"
73
"namespace.
system
.isolated = true\n"
74
"namespace.
system
.visible = true\n"
75
"namespace.
system
.search.paths = /
system
/${LIB}\n"
76
"namespace.
system
.permitted.paths = /system/${LIB}\n
[
all
...]
/build/make/core/
local_systemsdk.mk
18
# Apps and jars in vendor or odm partition are forced to build against
System
SDK.
30
# against
System
SDK.
39
# Ensure that the selected
System
SDK version is one of the supported versions.
42
ifneq (,$(call has-
system
-sdk-version,$(LOCAL_SDK_VERSION)))
44
# apps bundled in
system
partition can use all
system
sdk versions provided by the platform
51
# If not, vendor apks are treated equally to
system
apps
57
System
SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported_systemsdk_versions))
Completed in 747 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>