HomeSort by relevance Sort by last modified time
    Searched defs:system (Results 51 - 75 of 612) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/android/system/
NetlinkSocketAddress.java 17 package android.system;
PacketSocketAddress.java 17 package android.system;
StructAddrinfo.java 17 package android.system;
StructFlock.java 17 package android.system;
StructIfaddrs.java 17 package android.system;
StructPasswd.java 17 package android.system;
StructPollfd.java 17 package android.system;
StructTimeval.java 17 package android.system;
StructUtsname.java 17 package android.system;
  /packages/apps/Car/Settings/src/com/android/car/settings/system/
AboutSettingsActivity.java 17 package com.android.car.settings.system;
30 * Shows basic info about the system and provide some actions like update, reset etc.
SystemSettingsActivity.java 17 package com.android.car.settings.system;
26 * Shows basic info about the system and provide some actions like update, reset etc.
  /system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
keystore.h 4 #include <android/system/wifi/keystore/1.0/IKeystore.h>
12 namespace system { namespace in namespace:android
27 using ::android::system::wifi::keystore::V1_0::IKeystore;
46 } // namespace system
  /development/ndk/platforms/android-9/include/linux/
kernel_stat.h 25 cputime64_t system; member in struct:cpu_usage_stat
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 127 /** If string is a null pointer, the system function determines whether the
129 the system function passes the string pointed to by string to that command
131 document; this might then cause the program calling system to behave in a
145 system(const char *string) function
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ConfigLoaderTest.java 28 Properties system = new Properties(); local
30 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
37 Properties system = new Properties(); local
39 system);
46 Properties system = new Properties(); local
47 system.setProperty("jacoco-agent.output", "mbean");
48 system.setProperty("output", "tcpserver"); // no prefix
49 system.setProperty("jacoco-agent.sessionid", "testid");
51 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
60 Properties system = new Properties() local
    [all...]
  /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()
SharedBufferHandleImpl.java 5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.SharedBufferHandle;
31 * @see org.chromium.mojo.system.SharedBufferHandle#pass()
UntypedHandleImpl.java 5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
8 import org.chromium.mojo.system.DataPipe.ProducerHandle;
9 import org.chromium.mojo.system.MessagePipeHandle;
10 import org.chromium.mojo.system.SharedBufferHandle;
11 import org.chromium.mojo.system.UntypedHandle;
33 * @see org.chromium.mojo.system.UntypedHandle#pass()
41 * @see org.chromium.mojo.system.UntypedHandle#toMessagePipeHandle()
49 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeConsumerHandle()
57 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeProducerHandle(
    [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
AsyncWaiter.java 5 package org.chromium.mojo.system;
7 import org.chromium.mojo.system.Core.HandleSignals;
Flags.java 5 package org.chromium.mojo.system;
Handle.java 5 package org.chromium.mojo.system;
7 import org.chromium.mojo.system.Core.WaitResult;
Pair.java 5 package org.chromium.mojo.system;
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
DalvikThreadSampler.java 17 package dalvik.system.profiler;
19 import dalvik.system.VMStack;
45 System.arraycopy(mutableStackTraceElements[depth], 0,

Completed in 639 milliseconds

1 23 4 5 6 7 8 91011>>