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

<<11121314151617181920>>

  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 17 package android.system.helpers;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,version
1303 def system(): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,version
1275 def system(): function
    [all...]
  /external/autotest/server/cros/servo/
servo.py 155 # Time between an usb disk plugged-in and detected in the system.
392 This key combination is the kernel system request (sysrq) X.
647 def system(self, command, timeout=3600): member in class:Servo
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 42 * supporting an immutable system CA directory along with mutable
44 * removal of system CAs. This store supports the {@code
50 * are made up of a prefix identifying the source ("system:" vs
52 * function of the CA's subject name. For example, the system CA for
54 * Authority" could be represented as "system:7651b327.0". By using
68 * delete those user CAs as well as system CAs. The deletion of system
72 * but is otherwise reissued in a system update. Reinstalling a
73 * deleted system certificate simply removes the copy from the deleted
74 * directory, reenabling the original in the system directory
301 File system = getCertificateFile(systemDir, x); local
359 X509Certificate system = findCert(systemDir, local
392 X509Certificate system = findCert(systemDir, issuer, selector, X509Certificate.class); local
573 File system = getCertificateFile(systemDir, cert); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 100 * The system's evaluation of how well the activity matches the
170 * @hide Target comes from system process?
172 public boolean system; field in class:ResolveInfo
334 system = orig.system;
345 sb.append(Integer.toHexString(System.identityHashCode(this)));
398 dest.writeInt(system ? 1 : 0);
446 system = source.readInt() != 0;
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 17 package dalvik.system;
19 import android.system.ErrnoException;
20 import android.system.StructStat;
35 import static android.system.OsConstants.S_ISDIR;
70 /** List of system native library directories. */
101 splitPaths(System.getProperty("java.library.path"), true);
125 * system directory for same
160 // Native libraries may exist in both the system and
166 // 2. The VM's library path from the system property for system librarie
    [all...]
EmulatedStackFrame.java 17 package dalvik.system;
215 System.arraycopy(references, fromRange.referencesStart,
220 System.arraycopy(stackFrame, fromRange.stackFrameStart,
233 System.arraycopy(stackFrame, stackFrame.length - 4,
236 System.arraycopy(stackFrame, stackFrame.length - 8,
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 17 package dalvik.system.profiler;
54 * AsciiHprofWriter.write(profiler.getHprofData(), System.out);
165 if ("Dalvik Core Library".equals(System.getProperty("java.specification.name"))) {
166 String className = "dalvik.system.profiler.DalvikThreadSampler";
170 System.out.println("Problem creating " + className + ": " + e);
284 hprofData.setStartMillis(System.currentTimeMillis());
  /libcore/luni/src/test/java/dalvik/system/
InMemoryDexClassLoaderTest.java 17 package dalvik.system;
34 private static final String PACKAGE_PATH = "dalvik/system/";
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Tick.java 111 Clock underlying = Clock.system(PARIS);
117 Clock underlying = Clock.system(PARIS);
192 Clock test = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500));
199 Clock test = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500));
206 Clock.tick(Clock.system(PARIS), Duration.ofMillis(500)).withZone(null);
211 Clock a = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500));
212 Clock b = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500));
218 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500));
221 Clock d = Clock.tick(Clock.system(PARIS), Duration.ofMillis(499));
230 Clock a = Clock.tick(Clock.system(PARIS), Duration.ofMillis(500))
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionFragment.java 17 package com.android.tv.settings.system;
DateTimeFragment.java 17 package com.android.tv.settings.system;
179 /* Get & Set values from the system settings */
195 Settings.System.putString(getContext().getContentResolver(),
196 Settings.System.TIME_12_24,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,versio
1303 def system(): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,versio
1303 def system(): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,versio
1303 def system(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 41 # 1.0.3 - added normalization of Windows system name
63 # return values (the system uname command tends to return
69 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
79 # 0.3.0 - added system alias support
318 # Probably not a Unix system
387 os.system(cmd + ' > %s' % tmpfile)
482 def _syscmd_ver(system='', release='', version='',
487 a tuple (system,release,version).
497 return system,release,version
517 return system,release,versio
1303 def system(): function
    [all...]
  /system/extras/simpleperf/
tracing.cpp 82 std::string system; member in struct:TraceType
111 // pair of system, format_file_data.
157 "/sys/kernel/debug/tracing/events/%s/%s/format", type.system.c_str(),
165 std::make_pair(type.system, std::move(format_data)));
232 std::string system; local
233 MoveFromBinaryFormat(system, p);
239 event_format_files.push_back(std::make_pair(system, std::move(format)));
407 trace_type.system = type->name.substr(0, pos);
  /build/make/core/
main.mk 98 # check for a case sensitive file system
111 # build system can't deal with them.
272 # Bring in standard build system definitions.
350 # Add build properties for ART. These define system properties used by installd
460 # non-empty if that module should be installed in /system.
463 # be installed in /system.
464 define should-install-to-system
471 define should-install-to-system
546 # Include all of the makefiles in the system
593 # BUG: the system image won't know to depend on modules that ar
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java 389 "dalvik.system.VMRuntime.runHeapTasks",
608 * Merge the system and event logs by timestamp.
622 final ArrayList<LogLine> system = mBugreport.systemLog.lines; local
625 final int systemSize = system != null ? system.size() : 0;
636 final LogLine systemLine = system.get(systemIndex);
675 final LogLine systemLine = system.get(systemIndex);
  /external/autotest/client/common_lib/
base_utils.py 993 def system(command, timeout=None, ignore_status=False): function
    [all...]
  /external/autotest/utils/
external_packages.py 30 def system(commandline): function
31 """Same as os.system(commandline) but logs the command first.
36 return os.system(commandline)
76 needs to install on their system in order to get this file.
82 # Modules that are meant to be installed in system directory, rather than
84 # is already installed in system directory. This prevents an older version
85 # of the module from being installed in system directory.
309 status = system("tar -xzf '%s'" % self.verified_package)
311 status = system("tar -xjf '%s'" % self.verified_package)
313 status = system("unzip '%s'" % self.verified_package
    [all...]
  /external/syslinux/gpxe/src/core/
proto_eth_slow.c 25 uint8_t system[ETH_ALEN]; member in struct:lacp_info
69 uint8_t requester_system[ETH_ALEN]; /* The requester's system id */
151 printf(" mac: %!", pkt->actor.system);
165 printf(" mac: %!", pkt->partner.system);
222 memcpy(lacp.pkt.actor.system, mac, ETH_ALEN);
315 if (memcmp(nic.node_addr, lacp.pkt.actor.system, ETH_ALEN) != 0) {
362 if (memcmp(nic.node_addr, lacp.pkt.actor.system, ETH_ALEN) != 0) {
  /external/valgrind/coregrind/
m_libcproc.c 554 Int VG_(system) ( const HChar* cmd ) function
663 * The gettid system call does not exist. The obvious assumption
665 * system where the getpid system call actually returns the ID of
670 * leader but where the gettid system call has not yet been added.
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 28 import dalvik.system.VMRuntime;
33 * Information about the current build, extracted from system properties.
81 /** The system bootloader version number. */
597 * an inexact value, to give the system more flexibility in scheduling alarms.</li>
845 final String system = SystemProperties.get("ro.build.fingerprint"); local
    [all...]

Completed in 1881 milliseconds

<<11121314151617181920>>