Home
last modified time | relevance | path

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

123

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DConfigLoaderTest.java28 Properties system = new Properties(); in testResource() local
37 Properties system = new Properties(); in testNoResource() local
46 Properties system = new Properties(); in testSystemProperties() local
60 Properties system = new Properties(); in testSubstituteProperties() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java74 private final boolean system; field in ShadowArscApkAssets9.Key
78 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key()
149 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath()
171 protected static @NonNull ApkAssets loadFromPath(@NonNull String path, boolean system, in loadFromPath()
183 String friendlyName, boolean system, boolean forceSharedLibrary) in loadFromFd()
195 protected static @NonNull ApkAssets loadOverlayFromPath(@NonNull String idmapPath, boolean system) in loadOverlayFromPath()
210 protected static long nativeLoad(String java_path, boolean system, in nativeLoad()
246 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.java34 static Properties load(final String resource, final Properties system) { in load()
54 private static void loadSystemProperties(final Properties system, in loadSystemProperties()
66 final Properties system) { in substSystemProperties()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLDocument.java58 final String system, final String encoding, in XMLDocument()
85 final String system, final String encoding, in XMLDocument()
99 final String system, final String encoding, in writeHeader()
/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/turbine/java/com/google/turbine/options/
DTurbineOptions.java33 private final Optional<String> system; field in TurbineOptions
53 @Nullable String system, in TurbineOptions()
108 public Optional<String> system() { in system() method in TurbineOptions
208 @Nullable private String system; field in TurbineOptions.Builder
261 public Builder setSystem(String system) { in setSystem()
/external/python/cpython3/Lib/curses/
Dhas_key.py185 system = _curses.has_key(key) variable
/external/python/cpython2/Lib/curses/
Dhas_key.py185 system = _curses.has_key(key) variable
/external/autotest/client/tools/
Davgtime25 system = float(re.match(r'([\d\.]+)', system).group(0)) variable
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DOutputModule.java29 public static OutputModule system() { in system() method in OutputModule
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_linux.cc34 uint64_t user, nice, system, idle; in GetCpuStatsImpl() local
/external/grpc-grpc/test/cpp/qps/
Dusage_timer.h29 double system; member
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DChildWithSameParentFieldInjectionTest.java19 private System system; field in ChildWithSameParentFieldInjectionTest
/external/mockito/src/test/java/org/mockito/internal/runners/
DDefaultInternalRunnerTest.java78 private System system; field in DefaultInternalRunnerTest.TestFailOnInitialization
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DTrustedCertificateStore.java318 File system = getCertificateFile(systemDir, x); in getCertificateAlias() local
380 X509Certificate system = findCert(systemDir, in getTrustAnchor() local
414 X509Certificate system = findCert(systemDir, issuer, selector, X509Certificate.class); in findIssuer() local
600 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
576 File system = getCertificateFile(systemDir, cert); in installCertificate() local
/external/grpc-grpc/tools/github/
Dpr_latency.py113 def get_status_data(statuses_url, system): argument
/external/replicaisland/src/com/replica/replicaisland/
DRenderComponent.java54 RenderSystem system = sSystemRegistry.renderSystem; in update() local
/external/python/cpython3/Lib/
Dplatform.py455 def _syscmd_ver(system='', release='', version='', argument
668 def system_alias(system, release, version): argument
1061 def system(): function
/external/junit/src/main/java/org/junit/internal/
DTextListener.java16 public TextListener(JUnitSystem system) { in TextListener()
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py68 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]): argument
123 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]): argument
271 def SystemSymbolizerFactory(system, addr, binary): argument
/external/libbrillo/brillo/errors/
Derror_codes.cc26 namespace system { namespace
/external/curl/tests/unit/
Dunit1307.c268 enum system { enum

123