Home
last modified time | relevance | path

Searched defs:system (Results 1 – 25 of 106) sorted by relevance

12345

/external/usrsctp/
Dmeson.build58 system = host_machine.system() variable
64 elif system == 'freebsd' variable
79 elif system == 'dragonfly' variable
84 elif system == 'netbsd' variable
89 elif system == 'openbsd' variable
94 elif system == 'windows' variable
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DConfigLoaderTest.java29 Properties system = new Properties(); in testResource() local
38 Properties system = new Properties(); in testNoResource() local
47 Properties system = new Properties(); in testSystemProperties() local
61 Properties system = new Properties(); in testSubstituteProperties() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java93 ApkAssets loadFromPath(String finalPath, boolean system); in loadFromPath()
97 ApkAssets loadFromPath(String path, boolean system, boolean forceSharedLibrary); in loadFromPath()
106 FileDescriptor fd, String friendlyName, boolean system, boolean forceSharedLibrary); in loadFromPath()
119 private final boolean system; field in ShadowArscApkAssets9.Key
126 boolean system, in Key()
198 protected static ApkAssets loadFromPath(String path, boolean system) throws IOException { in loadFromPath()
222 @NonNull String path, boolean system, boolean forceSharedLibrary) throws IOException { in loadFromPath()
244 FileDescriptor fd, String friendlyName, boolean system, boolean forceSharedLibrary) in loadFromFd()
258 String path, boolean system, boolean forceSharedLib, boolean overlay) throws IOException { in nativeLoad()
303 boolean system, in nativeLoadFromFd()
DShadowLegacyApkAssets.java23 String path, boolean system, boolean forceSharedLib, boolean overlay) throws IOException { in __constructor__()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java83 private final boolean system; field in ShadowArscApkAssets9.Key
87 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key()
165 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath()
206 protected static @NonNull ApkAssets loadFromPath(@NonNull String path, boolean system, in loadFromPath()
233 String friendlyName, boolean system, boolean forceSharedLibrary) in loadFromFd()
262 protected static @NonNull ApkAssets loadOverlayFromPath(@NonNull String idmapPath, boolean system) in loadOverlayFromPath()
277 protected static long nativeLoad(String java_path, boolean system, in nativeLoad()
354 String friendly_name, boolean system, boolean force_shared_lib) { in nativeLoadFromFd()
DShadowLegacyApkAssets.java18 protected void __constructor__(String path, boolean system, boolean forceSharedLib, in __constructor__()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DConfigLoader.java35 static Properties load(final String resource, final Properties system) { in load()
55 private static void loadSystemProperties(final Properties system, in loadSystemProperties()
67 final Properties system) { in substSystemProperties()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java116 public static CppApkAssets Load(String path, boolean system) { in Load()
126 boolean system) { in LoadAsSharedLibrary()
137 public static CppApkAssets LoadOverlay(String idmap_path, boolean system) { in LoadOverlay()
201 LoadedIdmap loaded_idmap, boolean system, boolean load_as_shared_library) { in LoadImpl()
215 LoadedIdmap loaded_idmap, boolean system, boolean load_as_shared_library) { in LoadImpl_measured()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java114 public static CppApkAssets Load(String path, boolean system) { in Load()
124 boolean system) { in LoadAsSharedLibrary()
135 boolean system) { in LoadOverlay()
198 LoadedIdmap loaded_idmap, boolean system, boolean load_as_shared_library) { in LoadImpl()
212 LoadedIdmap loaded_idmap, boolean system, boolean load_as_shared_library) { in LoadImpl_measured()
/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py32 system = 'win32' variable
34 system = 'darwin' variable
39 system = 'linux2' variable
41 system = sys.platform variable
/external/pigweed/pw_system/
Dexample_user_app_init.cc17 namespace pw::system { namespace
Dwork_queue.cc20 namespace pw::system { namespace
Dtarget_io.cc19 namespace pw::system { namespace
Dinit.cc25 namespace pw::system { namespace
Dstl_target_hooks.cc23 namespace pw::system { namespace
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/util/
DBCJcaJceHelper.java20 final Provider system = Security.getProvider("BC"); in getBouncyCastleProvider() local
/external/python/cpython2/Lib/curses/
Dhas_key.py185 system = _curses.has_key(key) variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
DBCJcaJceHelper.java18 final Provider system = Security.getProvider("BC"); in getBouncyCastleProvider() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/util/
DBCJcaJceHelper.java20 final Provider system = Security.getProvider("BC"); in getBouncyCastleProvider() local
/external/python/cpython3/Lib/curses/
Dhas_key.py185 system = _curses.has_key(key) variable
/external/autotest/client/tools/
Davgtime32 system = float(re.match(r'([\d\.]+)', system).group(0)) variable
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DTrustedCertificateStore.java316 File system = getCertificateFile(systemDir, x); in getCertificateAlias() local
378 X509Certificate system = findCert(systemDir, in getTrustAnchor() local
412 X509Certificate system = findCert(systemDir, issuer, selector, X509Certificate.class); in findIssuer() local
604 File system = getCertificateFile(systemDir, cert); in installCertificate() local
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java302 File system = getCertificateFile(systemDir, x); in getCertificateAlias() local
361 X509Certificate system = findCert(systemDir, in getTrustAnchor() local
394 X509Certificate system = findCert(systemDir, issuer, selector, X509Certificate.class); in findIssuer() local
584 File system = getCertificateFile(systemDir, cert); in installCertificate() local
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DOutputModule.java29 public static OutputModule system() { in system() method in OutputModule
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_linux.cc34 uint64_t user, nice, system, idle; in GetCpuStatsImpl() local

12345