OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
1201 - 1225
of
46866
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/strace/linux/sh64/
arch_regs.h
1
/* SH64 Linux - this code assumes the following kernel API for
system
calls:
3
System
Call Offset 16 (actually, (syscall no.) | (0x1n << 16),
/external/swiftshader/third_party/LLVM/include/llvm/Support/
LICENSE.TXT
1
LLVM
System
Interface Library
3
The LLVM
System
Interface Library is licensed under the Illinois Open Source
/external/swiftshader/third_party/LLVM/lib/Support/
README.txt.system
1
Design Of lib/
System
5
and all operating
system
specific functionality. It is not intended to be a
6
complete operating
system
wrapper (such as ACE), but only to provide the
23
1. No
system
header files are to be exposed through the interface.
25
3. No exposed
system
-specific functions.
26
4. No exposed
system
-specific data.
27
5. Data in lib/
System
classes must use only simple C++ intrinsic types.
32
system
class.
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
JAXPTest.java
37
System
.err.println("Usage: java "+getClass()+" [input-file]");
38
System
.exit(1);
41
//
System
.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42
System
.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
45
System
.out.println("Ok, SAX factory JAXP creates is: "+spf);
46
System
.out.println("Let's parse...");
48
System
.out.println("Done. And then DOM build:");
52
System
.out.println("Succesfully built DOM tree from '"+f+"', -> "+doc);
/external/tcpdump/tests/
isis_poi2.out
6
Purge Originator
System
-ID: 1280.9202.7092
7
Received from
System
-ID: 1280.9202.0074
/external/testng/src/test/java/test/tmp/
RegisterCommandTest.java
14
System
.out.println("BEFORECLASS getting injector from context");
21
System
.out.println("TESTEXECUTE do somthing");
/external/toybox/tests/
hostname.test
10
# Get
system
hostname
15
NewHostname="NewHostName.
system
"
/external/valgrind/coregrind/m_gdbserver/
mips64-linux.xml
8
<!DOCTYPE target
SYSTEM
"gdb-target.dtd">
16
<reg name="restart" bitsize="64" group="
system
"/>
s390x-linux64-valgrind-s1.xml
10
<!DOCTYPE target
SYSTEM
"gdb-target.dtd">
12
<reg name="orig_r2s1" bitsize="64" type="uint64" group="
system
"/>
s390x-linux64-valgrind-s2.xml
10
<!DOCTYPE target
SYSTEM
"gdb-target.dtd">
12
<reg name="orig_r2s2" bitsize="64" type="uint64" group="
system
"/>
s390x-linux64.xml
10
<!DOCTYPE target
SYSTEM
"gdb-target.dtd">
12
<reg name="orig_r2" bitsize="64" type="uint64" group="
system
"/>
/external/valgrind/memcheck/tests/linux/
syslog-syscall.c
1
/** Test program for the syslog()
system
call.
4
* then look at syslog(3). The
system
call of this name is about control-
/external/vulkan-validation-layers/cmake/
FindMir.cmake
1
# Try to find Mir on a Unix
system
5
# MIR_FOUND -
System
has Mir
/external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h
22
// A function type that creates an instance of a sound
system
implementation.
25
// An AutomaticallyChosenSoundSystem is a sound
system
proxy that defers to
26
// an instance of the first sound
system
implementation in a list that
31
// Chooses and initializes the underlying sound
system
.
33
// Terminates the underlying sound
system
implementation, but caches it for
54
// This is the first sound
system
in the list to successfully
62
LOG(LS_ERROR) << "Failed to find a usable sound
system
";
65
LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound
system
";
/frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorCallback.java
31
* The callback called when the state of a monitoring
system
changes.
33
* monitoring
system
.
39
* @param monitoringType The type of the monitoring
system
.
40
* @param available Indicates whether the
system
is currently available or not.
41
* @param location The last known location according to the monitoring
system
.
48
* The callback called when the sate of a monitoring
system
changes.
49
* {@link GeofenceHardware#MONITORING_TYPE_GPS_HARDWARE} is an example of a monitoring
system
.
58
* @param event An object representing the monitoring
system
change event.
/frameworks/base/test-mock/api/
apicheck_msg_android_test_mock-system.txt
10
make update-android-test-mock-
system
-api
12
To submit the revised android-test-mock-
system
-current.txt to the main Android repository,
/frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java
12
* Uses the
system
class loader to load the test class
18
* Uses the
system
class loader to load the test class
/frameworks/base/tests/RemoteDisplayProvider/
README
1
This directory contains sample code to test
system
integration with
11
To exercise the provider, use
System
UI features for connecting to
/frameworks/native/cmds/dumpstate/
dumpstate.rc
6
service dumpstate /
system
/bin/dumpstate -s
14
service dumpstatez /
system
/bin/dumpstate -S -d -z \
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
IVrComposer.aidl
6
* Service interface exposed by VR HWC exposed to
system
apps which allows one
7
*
system
app to connect to get SurfaceFlinger's outputs (all displays). This
/frameworks/support/wear/wear_stubs/
README.android
1
# Wearable support
system
stubs from http://ab/4131273
2
This library contains
system
stubs generated for the
/libcore/dom/src/test/resources/
staff2.dtd
22
<!ENTITY svgunit
SYSTEM
"svgunit.js">
23
<!ENTITY svgtest
SYSTEM
"internalSubset01.js">
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java
40
* <code>
System
.out</code> in the customizable form.
56
System
.out.print(prefix + "0x" + tail + delimiter);
59
System
.out.println("");
62
System
.out.println("");
66
* Sets
system
property
68
* @param key - the name of the
system
property.
72
Properties properties =
System
.getProperties();
78
System
.setProperties(properties);
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
AutoBrightnessPreferenceControllerTest.java
19
import static android.provider.Settings.
System
.SCREEN_BRIGHTNESS_MODE;
20
import static android.provider.Settings.
System
.SCREEN_BRIGHTNESS_MODE_AUTOMATIC;
21
import static android.provider.Settings.
System
.SCREEN_BRIGHTNESS_MODE_MANUAL;
58
final int mode = Settings.
System
.getInt(mContentResolver, SCREEN_BRIGHTNESS_MODE,
67
final int mode = Settings.
System
.getInt(mContentResolver, SCREEN_BRIGHTNESS_MODE,
75
Settings.
System
.putInt(mContentResolver, SCREEN_BRIGHTNESS_MODE,
79
boolean updatedValue = Settings.
System
.getInt(mContentResolver, SCREEN_BRIGHTNESS_MODE, -1)
87
Settings.
System
.putInt(mContentResolver, SCREEN_BRIGHTNESS_MODE,
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipPreferences.java
43
Settings.
System
.putString(mContext.getContentResolver(),
44
Settings.
System
.SIP_CALL_OPTIONS, option);
54
String option = Settings.
System
.getString(mContext.getContentResolver(),
55
Settings.
System
.SIP_CALL_OPTIONS);
61
Settings.
System
.putInt(mContext.getContentResolver(),
62
Settings.
System
.SIP_RECEIVE_CALLS, (enabled ? 1 : 0));
67
return (Settings.
System
.getInt(mContext.getContentResolver(),
68
Settings.
System
.SIP_RECEIVE_CALLS) != 0);
Completed in 1492 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>