/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/ |
TimeZoneDistroBuilder.java | 16 package com.android.timezone.distro.tools; 18 import com.android.timezone.distro.DistroException; 19 import com.android.timezone.distro.DistroVersion; 20 import com.android.timezone.distro.TimeZoneDistro; 32 * distro creation code and tests. 38 * files within a distro to reduce unnecessary differences when a distro is regenerated from the 135 * Builds a {@code byte[]} for a Distro .zip file.
|
/system/timezone/distro/tools/ |
create-distro.py | 17 """Generates a time zone distro file""" 48 'com.android.timezone.distro.tools.CreateTimeZoneDistro', properties_file, 59 properties_file = '%s/distro.properties' % working_dir 77 help='The distro revision for the IANA version, default = 1') 101 print 'Distro files created in %s' % output_dir
|
/frameworks/base/core/java/android/app/timezone/ |
RulesManager.java | 49 * distro should be installed, the current distro should be uninstalled, or there is nothing to do 102 * the system and any currently installed distro. This method is intended to allow clients to 104 * server that may provide a new distro for download. 118 * Requests installation of the supplied distro. The distro must have been checked for integrity 121 * @param distroFileDescriptor the file descriptor for the distro 142 * Requests uninstallation of the currently installed distro (leaving the device with no 143 * distro installed). 184 * Requests the system does not modify the currently installed time zone distro, if any. Thi [all...] |
Callback.java | 49 * Indicates an install failed because of a structural issue with the provided distro, 55 * Indicates an install failed because of a versioning issue with the provided distro, 67 * Indicates an install failed because the distro contents failed validation.
|
/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
TimeZoneDistroTest.java | 16 package com.android.timezone.distro; 61 TimeZoneDistro distro = new TimeZoneDistro(baos.toByteArray()); local 62 assertEquals(distroVersion, distro.getDistroVersion()); 76 TimeZoneDistro distro = new TimeZoneDistro(inputStream); local 77 assertEquals(distroVersion, distro.getDistroVersion()); 92 TimeZoneDistro distro = new TimeZoneDistro(inputStream); local 93 distro.extractTo(createTempDir());
|
/external/mesa3d/src/gallium/docs/source/ |
index.rst | 22 distro
|
/packages/apps/TimeZoneData/oem_template/data_app/testing/ |
Android.mk | 25 LOCAL_ASSET_DIR := $(aosp_test_data_path)/test1/output_data/distro 41 LOCAL_ASSET_DIR := $(aosp_test_data_path)/test2/output_data/distro
|
/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
StagedDistroOperation.java | 17 package com.android.timezone.distro; 20 * Information about a staged time zone distro operation.
|
/frameworks/base/services/core/java/com/android/server/timezone/ |
RulesManagerService.java | 22 import com.android.timezone.distro.DistroException; 23 import com.android.timezone.distro.DistroVersion; 24 import com.android.timezone.distro.StagedDistroOperation; 25 import com.android.timezone.distro.TimeZoneDistro; 26 import com.android.timezone.distro.installer.TimeZoneDistroInstaller; 64 /** The distro format supported by this device. */ 166 Slog.w(TAG, "Failed to read staged distro.", e); 170 // Determine the installed distro state, if possible. 187 Slog.w(TAG, "Failed to read installed distro.", e); 271 TimeZoneDistro distro = new TimeZoneDistro(is) local [all...] |
/frameworks/base/core/java/android/provider/ |
TimeZoneRulesDataContract.java | 45 * distro operation. 94 * version of the distro to be installed. 101 * version of the distro to be installed. 108 * rules version of the distro to be installed. 115 * number of the distro to be installed.
|
/external/valgrind/auxprogs/ |
nightly-build-summary | 37 # "distro" string (distribution, e.g. Fedora-15) 178 # Extract architecture; get a pretty name for the distro 182 my ($val, $arch, $distro); 192 $distro = "Fedora-$1"; 194 $distro = "openSUSE-$1.$2"; 196 $distro = "SLES-11-SP1"; 198 $distro = "RHEL-4"; 200 $distro = "UNKNOWN"; 205 $hash{"distro"} = $distro; [all...] |
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/ |
TimeZoneRulesDataProvider.java | 19 import com.android.timezone.distro.DistroException; 20 import com.android.timezone.distro.DistroVersion; 21 import com.android.timezone.distro.TimeZoneDistro; 140 // Extract the version information from the distro. 148 TimeZoneDistro distro = new TimeZoneDistro(distroBytesInputStream); local 150 DistroVersion distroVersion = distro.getDistroVersion(); 267 distroFile = File.createTempFile("distro", null, getContext().getFilesDir()); 277 throw new RuntimeException("Unable to copy distro asset file", e);
|
/external/fio/ |
REPORTING-BUGS | 11 2) Environment (Linux distro version, kernel version). This is mostly
|
/external/ltp/testscripts/ |
load_stress_all_kernel_modules.sh | 25 # both during Distro installation, or, custom kernel build. ##
|
/frameworks/base/core/java/android/net/ |
Credentials.java | 21 * on UNIX domain sockets. See "man 7 unix" on a desktop linux distro.
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
numeric.h | 111 std::uniform_real_distribution<T> distro(lo, hi); 112 return distro(gen); 121 std::uniform_int_distribution<T> distro(lo, hi); 122 return distro(gen);
|
/packages/apps/TimeZoneData/oem_template/data_app/ |
Android.mk | 23 LOCAL_ASSET_DIR := system/timezone/output_data/distro
|
/system/timezone/ |
update-tzdata.py | 144 create_distro_script = '%s/distro/tools/create-distro.py' % timezone_dir 188 # Create a distro file from the output from prior stages. 189 distro_output_dir = '%s/distro' % timezone_output_data_dir
|
/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/ |
TzDataCheckTest.java | 21 import com.android.timezone.distro.DistroVersion; 22 import com.android.timezone.distro.TimeZoneDistro; 23 import com.android.timezone.distro.tools.TimeZoneDistroBuilder; 59 * {@link #mDataDir}. Also known to {@link com.android.timezone.distro.installer.TimeZoneDistroInstaller} and 66 * {@link #mDataDir}. Also known to {@link com.android.timezone.distro.installer.TimeZoneDistroInstaller} and 73 * uninstall. Also known to {@link com.android.timezone.distro.installer.TimeZoneDistroInstaller} and 80 * {@link com.android.timezone.distro.installer.TimeZoneDistroInstaller} and tzdatacheck.cpp. 229 // Create a current installed distro. 319 // Create a current installed distro. 341 // an invalid distro is handled the same [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at
27 # Prevent this test from running in the Python distro
|
/external/python/cpython2/Lib/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at 27 # Prevent this test from running in the Python distro
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at 27 # Prevent this test from running in the Python distro
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at 27 # Prevent this test from running in the Python distro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at 27 # Prevent this test from running in the Python distro
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 6 # Python distro, but are available as part of the standalone email package at 27 # Prevent this test from running in the Python distro
|