/system/timezone/distro/ |
README | 1 This directory contains tools and code associated with time zone "distro" 4 A distro file is a zip archive containing the files needed to update the time 9 a distro file being installed on an unsupported device.
|
/system/timezone/testing/data/ |
create-test-data.sh | 19 DISTRO_TOOLS_DIR=${TIMEZONE_DIR}/distro/tools 29 # Create fake distro input files. 30 ./transform-distro-files.sh ${REFERENCE_DISTRO_FILES} ${IANA_VERSION} ./${TEST_DIR}/output_data 32 # Create the distro .zip 33 mkdir -p ${TEST_DIR}/output_data/distro 34 ${DISTRO_TOOLS_DIR}/create-distro.py \ 40 -output ${TEST_DIR}/output_data/distro 46 # Create fake distro input files. 47 ./transform-distro-files.sh ${REFERENCE_DISTRO_FILES} ${IANA_VERSION} ./${TEST_DIR}/output_data 49 # Create the distro .zi [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 18 /// Distro - Helper class for detecting and classifying Linux distributions. 23 class Distro { 26 // NB: Releases of a particular Linux distro should be kept together 72 Distro() : DistroVal() {} 74 /// Constructs a Distro type for specific distribution. 75 Distro(DistroType D) : DistroVal(D) {} 78 explicit Distro(clang::vfs::FileSystem& VFS); 80 bool operator==(const Distro &Other) const { 84 bool operator!=(const Distro &Other) const [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/ |
plugins.txt | 3 * For a standard FindBugd distro, they can be put into the plugins directory 4 * For a JAWS distro, the file pluginlist.properties contains
|
/external/autotest/client/tests/systemtap/ |
control | 11 symbols, or a matching debuginfo package from your distro.
|
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/ |
CreateTimeZoneDistro.java | 16 package com.android.timezone.distro.tools; 18 import com.android.timezone.distro.DistroVersion; 19 import com.android.timezone.distro.TimeZoneDistro; 31 * A command-line tool for creating a time zone update distro file. 36 * <dd>the file describing the distro</dd> 46 * <dd>The distro revision (typically 1).</dd> 57 * <li>A distro .zip containing the input files. See 58 * {@link com.android.timezone.distro.TimeZoneDistro}</li> 92 // Write the distro file.
|
/system/timezone/tzdatacheck/ |
tzdatacheck.cpp | 33 // The name of the directory that holds a staged time zone update distro. If this exists it should 35 // See also com.android.timezone.distro.installer.TimeZoneDistroInstaller. 38 // The name of the directory that holds the (optional) installed time zone update distro. 39 // See also com.android.timezone.distro.installer.TimeZoneDistroInstaller. 43 // See also com.android.timezone.distro.installer.TimeZoneDistroInstaller. 46 // The name of the file containing the distro version information. 47 // See also com.android.timezone.distro.TimeZoneDistro / com.android.timezone.distro.DistroVersion. 51 // AAA.BBB is the major/minor version of the distro format (e.g. 001.001), 53 // DDD is the android revision for this rules version to allow for distro corrections (e.g. 001 [all...] |
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/ |
TimeZoneDistroInstaller.java | 16 package com.android.timezone.distro.installer; 18 import com.android.timezone.distro.DistroException; 19 import com.android.timezone.distro.DistroVersion; 20 import com.android.timezone.distro.FileUtils; 21 import com.android.timezone.distro.StagedDistroOperation; 22 import com.android.timezone.distro.TimeZoneDistro; 33 * A distro-validation / extraction class. Separate from the services code that uses it for easier 40 /** {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro corrupt. */ 44 * {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro version incompatible. 49 * {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro rules too old fo [all...] |
/external/ltp/scripts/ |
detect_distro.sh | 3 # Answer the question: what distro are we installing. 68 error "Couldn't determine distro release file" 69 error "Please send an email with your distro's details, if you believe this is in error" 76 DISTRO=gentoo 82 DISTRO=redhat 84 DISTRO=fedora 105 case "$DISTRO" in 124 echo "$DISTRO-$VERSION"
|
/frameworks/base/core/java/android/app/timezone/ |
IRulesManager.aidl | 37 * the system and any currently installed distro. This method is intended to allow clients to 39 * server that may provide a new distro for download. 44 * Requests installation of the supplied distro. The distro must have been checked for integrity 47 * @param distroFileDescriptor the file descriptor for the distro 58 * Requests uninstallation of the currently installed distro (leaving the device with no 59 * distro installed). 70 * Requests the system does not modify the currently installed time zone distro, if any. This
|
DistroFormatVersion.java | 23 * Versioning information about a distro's format or a device's supported format. 28 * <dd>the major distro format version. Major versions differences are not compatible - e.g. 31 * <dd>the minor distro format version. Minor versions should be backwards compatible iff the 80 * If this object describes a device's supported version and the parameter describes a distro's 81 * version, this method returns whether the device would accept the distro.
|
RulesState.java | 39 * <dd>the distro format version supported by this device. Always present.</dd> 45 * there is a currently staged time zone distro operation. {@link #STAGED_OPERATION_UNKNOWN} is 49 * <dd>[present if distroStagedState == STAGED_STATE_INSTALL], the rules version of the distro 52 * <dd>{@link #DISTRO_STATUS_INSTALLED} if there is a time zone distro installed and active, 53 * {@link #DISTRO_STATUS_NONE} if there is no active installed distro. 58 * installed and active distro.</dd> 89 /** The current distro status could not be determined. */ 91 /** There is no active installed time zone distro. */ 93 /** The is an active, installed time zone distro. */ 169 * Returns true if a distro in the specified format is supported on this device [all...] |
/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
DistroException.java | 17 package com.android.timezone.distro; 20 * A checked exception used in connection with time zone distro creation / installation.
|
DistroVersion.java | 17 package com.android.timezone.distro; 25 * Constants and logic associated with the time zone distro version file. 30 * The major distro format version supported by this device. 31 * Increment this for non-backwards compatible changes to the distro format. Reset the minor 38 * The minor distro format version supported by this device. Increment this for 39 * backwards-compatible changes to the distro format. 44 /** The full major + minor distro format version for this device. */ 63 * The length of a well-formed distro version file: 64 * {Distro version}|{Rule version}|{Revision} 98 "Invalid distro version string: \"" + distroVersion + "\"") [all...] |
TimeZoneDistro.java | 16 package com.android.timezone.distro; 30 * A time zone distro. This is a thin wrapper around an {@link InputStream} containing a zip archive 37 /** The standard name of Android time zone distro files. */ 38 public static final String FILE_NAME = "distro.zip"; 40 /** The name of the file inside the distro containing bionic/libcore TZ data. */ 43 /** The name of the file inside the distro containing ICU TZ data. */ 46 /** The name of the file inside the distro containing time zone lookup data. */ 50 * The name of the file inside the distro containing the distro version information. 88 throw new DistroException("Distro version file entry not found") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
libprep.bat | 15 REM Copy Distro then PyMod files to the destination
|
/frameworks/base/services/core/java/com/android/server/updates/ |
TzDataInstallReceiver.java | 19 import com.android.timezone.distro.TimeZoneDistro; 20 import com.android.timezone.distro.installer.TimeZoneDistroInstaller; 51 TimeZoneDistro distro = new TimeZoneDistro(content); local 52 boolean valid = installer.install(distro);
|
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/ |
TimeZoneDistroInstallerTest.java | 16 package com.android.timezone.distro.installer; 18 import com.android.timezone.distro.DistroVersion; 19 import com.android.timezone.distro.FileUtils; 20 import com.android.timezone.distro.StagedDistroOperation; 21 import com.android.timezone.distro.TimeZoneDistro; 22 import com.android.timezone.distro.tools.TimeZoneDistroBuilder; 222 /** Tests that a distro with a missing tzdata file will not update the content. */ 241 /** Tests that a distro with a missing ICU file will not update the content. */ 260 /** Tests that a distro with a missing tzlookup file will not update the content. */ 279 /** Tests that a distro with a bad tzlookup file will not update the content. * 354 TimeZoneDistro distro = createTimeZoneDistroWithVersionBytes(invalidFormatVersionBytes); local 371 TimeZoneDistro distro = createTimeZoneDistroWithVersionBytes(invalidRevisionBytes); local 388 TimeZoneDistro distro = createTimeZoneDistroWithVersionBytes(invalidRulesVersionBytes); local [all...] |