Searched refs:local (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/os/jni/seccomp-tests/ |
D | README.android | 14 The diff of modifications can be found in local-modifications-android.diff 15 and local-modifications-android-2.diff. Note, the TEST(syscall_restart) 16 backport is the only change in local-modifications-android-2.diff 20 diff file. The patch is located in local-modifications-strict-args-fd88d16.diff.
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioHardware.cpp | 76 android::sp<AudioHardware> AudioHardware::createAudioHw(bool local, bool playback, in createAudioHw() argument 80 if (local) { in createAudioHw()
|
/cts/tests/tests/net/src/android/net/rtp/cts/ |
D | AudioGroupTest.java | 48 InetAddress local = InetAddress.getByName("::1"); in setUp() local 50 mStreamA = new AudioStream(local); in setUp() 57 mStreamB = new AudioStream(local); in setUp()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | AudioHardware.h | 57 static android::sp<AudioHardware> createAudioHw(bool local, bool playback,
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 352 Time local = new Time(tz); in testNormalize1() local 357 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1() 359 local.normalize(false /* use isDst */); in testNormalize1() 360 local.monthDay += test.delta; in testNormalize1() 361 local.normalize(true /* ignore isDst */); in testNormalize1() 367 Fields.MAIN_DATE_TIME, expected, local); in testNormalize1() 369 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1() 371 local.normalize(false /* use isDst */); in testNormalize1() 372 local.monthDay += test.delta; in testNormalize1() 373 long millis = local.toMillis(true /* ignore isDst */); in testNormalize1() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AlwaysOnVpnTest.java | 197 InetSocketAddress local = (InetSocketAddress) Os.getsockname(socket); in checkPing() local 198 port = local.getPort(); in checkPing()
|
/cts/tests/tests/externalservice/src/android/externalservice/cts/ |
D | ExternalServiceTest.java | 310 Messenger local = new Messenger(handler); in identifyService() local 313 msg.replyTo = local; in identifyService()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 320 InetSocketAddress local = (InetSocketAddress) Os.getsockname(s); in checkPing() local 321 port = local.getPort(); in checkPing()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebSettingsTest.java | 920 String local ="" + 929 writeFile("local.html", local);
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 165 It now assigns a value to a global variable instead of a local 196 local integer operands) and by the change in Proc_4 (one operand 197 changed from local to global). The distribution statistics in the
|
/cts/tests/expectations/ |
D | knownfailures.txt | 42 …e of lack of live internet or short timeout, it should be refactored to do a local server testing",
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 46451 java.util.Enumeration local 47159 java.util.Enumeration local
|
D | classes.out.dex | 153224 private final org.apache.http.params.HttpParams local 153599 private final org.apache.http.protocol.HttpContext local
|