/external/llvm/utils/release/ |
test-release.sh | 239 # Final package name. 240 Package=clang+llvm-$Release 242 Package=$Package-$RC 244 Package=$Package-$Triple 454 # Create a package of the release binaries. 458 mv llvmCore-$Release-$RC.install/usr/local $Package 460 tar cfz $BuildDir/$Package.tar.gz $Package [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
package.cpp | 10 * file name: package.cpp 18 * Read, modify, and write ICU .dat data package files. 35 #include "package.h" 186 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n", 192 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n", 369 // .dat package file representation ---------------------------------------- *** 384 Package::Package() 404 // create a header for an empty package 420 Package::~Package() [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Comp.c | 32 LIST_ENTRY *Package;
77 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
87 if (ShellCommandLineGetCount(Package) > 3) {
90 } else if (ShellCommandLineGetCount(Package) < 3) {
94 TempParam = ShellCommandLineGetRawValue(Package, 1);
107 TempParam = ShellCommandLineGetRawValue(Package, 2);
264 ShellCommandLineFreeVarList (Package);
|
Dmem.c | 105 LIST_ENTRY *Package;
135 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
145 if (ShellCommandLineGetCount(Package) > 3) {
149 Temp1 = ShellCommandLineGetRawValue(Package, 1);
158 Temp1 = ShellCommandLineGetRawValue(Package, 2);
171 if (!ShellCommandLineGetFlag(Package, L"-mmio")) {
229 ShellCommandLineFreeVarList (Package);
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
Platform.asl | 137 Name (\_S0,Package (){0,0,0,0})
138 Name (\_S3,Package (){5,0,0,0})
139 Name (\_S4,Package (){6,0,0,0})
140 Name (\_S5,Package (){7,0,0,0})
224 Return (Package (0x02) {0x0D,0x04})
236 Return (Package (0x02) {0x0E,0x04})
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Map.c | 1008 LIST_ENTRY *Package;
1039 Status = ShellCommandLineParse (MapParamList, &Package, &ProblemParam, TRUE);
1052 SfoMode = ShellCommandLineGetFlag(Package, L"-sfo");
1053 ConstMode = ShellCommandLineGetFlag(Package, L"-c");
1054 NormlMode = ShellCommandLineGetFlag(Package, L"-f");
1055 if (ShellCommandLineGetFlag(Package, L"-?")) {
1057 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) {
1064 if (ShellCommandLineGetFlag(Package, L"-d")) {
1065 if ( ShellCommandLineGetFlag(Package, L"-r")
1066 || ShellCommandLineGetFlag(Package, L"-v") [all...] |
Cd.c | 32 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
77 if (ShellCommandLineGetFlag(Package, L"-?")) {
79 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
89 Param1 = ShellCommandLineGetRawValue(Package, 1);
261 // free the command line package
263 ShellCommandLineFreeVarList (Package);
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_import_from_init.py | 91 self.assertIsInstance(node, modulegraph.Package) 97 self.assertIsInstance(node, modulegraph.Package) 110 self.assertIsInstance(node, modulegraph.Package) 115 self.assertIsInstance(node, modulegraph.Package)
|
test_explicit_packages.py | 28 self.assertIsInstance(node, modulegraph.Package) 45 self.assertIsInstance(node, modulegraph.Package)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
PackageParserTest.java | 16 package com.android.server.pm; 69 PackageParser.Package pkg = pp.parsePackage(FRAMEWORK, 0 /* parseFlags */, 88 // The first parse will write this package to the cache. 91 // Now attempt to parse the package again, should return the 93 PackageParser.Package pkg = pp.parsePackage(FRAMEWORK, 0 /* parseFlags */, 117 PackageParser.Package pkg = pp.parsePackage(FRAMEWORK, 0 /* parseFlags */, 124 PackageParser.Package deserialized = new PackageParser.Package(p); 131 PackageParser.Package pkg = new PackageParser.Package("foo") [all...] |
/frameworks/base/tools/aapt/ |
Android.mk | 37 Package.cpp \
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
blank.go | 5 // Package blank is a go/doc test for the handling of _. 7 package blank 40 // Package constants.
|
predeclared.go | 5 // Package predeclared is a go/doc test for handling of 8 package predeclared
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
blank.go | 5 // Package blank is a go/doc test for the handling of _. 7 package blank 40 // Package constants.
|
predeclared.go | 5 // Package predeclared is a go/doc test for handling of 8 package predeclared
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
UefiShellBcfgCommandLib.c | [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 17 package com.android.inputmethod.latin.dicttool; 28 public class Package { 29 private Package() { 34 public static final String COMMAND = "package"; 43 return COMMAND + " <src_filename> <dst_filename>: Package a file for distribution";
|
/prebuilts/go/darwin-x86/src/errors/ |
errors.go | 5 // Package errors implements functions to manipulate errors. 6 package errors
|
/prebuilts/go/darwin-x86/src/internal/race/ |
doc.go | 6 Package race contains helper functions for manually instrumenting code for the race detector. 8 The runtime package intentionally exports these functions only in the race build; 9 this package exports them unconditionally but without the "race" build tag they are no-ops. 11 package race
|
/prebuilts/go/linux-x86/src/errors/ |
errors.go | 5 // Package errors implements functions to manipulate errors. 6 package errors
|
/prebuilts/go/linux-x86/src/internal/race/ |
doc.go | 6 Package race contains helper functions for manually instrumenting code for the race detector. 8 The runtime package intentionally exports these functions only in the race build; 9 this package exports them unconditionally but without the "race" build tag they are no-ops. 11 package race
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
Pch.asl | 131 //Name (_CLS, Package (3) {0x04, 0x01, 0x00})
135 Name (_DEP, Package() {\_SB.I2C2.RTEK})
136 Name(_PR0,Package() {PLPE})
214 Name (_DEP, Package() {\_SB.I2C2.RTEK})
215 Name(_PR0,Package() {PLPE})
507 Name(_PRW, Package() {9, 4})
523 Name(_PRW, Package() {9, 4})
540 Name(_PRW, Package() {9, 4})
556 Name(_PRW, Package() {9, 4})
584 Name(_DEP, Package(0x1) [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
OtaDexoptService.java | 17 package com.android.server.pm; 123 final List<PackageParser.Package> important; 124 final List<PackageParser.Package> others; 137 for (PackageParser.Package p : important) { 140 for (PackageParser.Package p : others) { 154 for (PackageParser.Package pkg : others) { 245 private static String getOatDir(PackageParser.Package pkg) { 256 private void deleteOatArtifactsOfPackage(PackageParser.Package pkg) { 270 * Generate all dexopt commands for the given package. 272 private synchronized List<String> generatePackageDexopts(PackageParser.Package pkg [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
object.go | 5 package types 17 // An Object describes a named language entity such as a package, 24 Pkg() *Package // nil for objects in the Universe scope and labels 25 Name() string // package local object name 33 // order reflects a package-level object's source order: if object 35 // order returns a value > 0 for package-level objects; it returns 46 sameId(pkg *Package, name string) bool 56 // returns the name qualified with the package path. 57 func Id(pkg *Package, name string) string { 61 // unexported names need the package path for differentiatio [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
object.go | 5 package types 17 // An Object describes a named language entity such as a package, 24 Pkg() *Package // nil for objects in the Universe scope and labels 25 Name() string // package local object name 33 // order reflects a package-level object's source order: if object 35 // order returns a value > 0 for package-level objects; it returns 46 sameId(pkg *Package, name string) bool 56 // returns the name qualified with the package path. 57 func Id(pkg *Package, name string) string { 61 // unexported names need the package path for differentiatio [all...] |