/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
JavaWriter.java | 16 package dagger.internal.codegen.writer; 56 public static JavaWriter inPackage(Package enclosingPackage) { 106 appendable.append("package ").append(packageName).append(";\n\n");
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 9 package com.vladium.emma.rt; 312 // package: ............................................................... 358 final Package pkg = getPackage (packageName);
|
/external/testng/src/main/java/org/testng/internal/ |
XmlMethodSelector.java | 0 package org.testng.internal; 163 Package pkg = m.getDeclaringClass().getPackage();
|
/external/testng/src/main/java/org/testng/reporters/ |
JUnitXMLReporter.java | 0 package org.testng.reporters; 195 Package pkg = m.getMethod().getDeclaringClass().getPackage();
|
/frameworks/base/libs/hwui/ |
JankTracker.cpp | 313 case JankTrackerType::Package:
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldAndroidClassTest.java | 17 package libcore.java.lang.reflect; 207 Package p = Object.class.getPackage();
|
/prebuilts/go/darwin-x86/src/unsafe/ |
unsafe.go | 6 Package unsafe contains operations that step around the type safety of Go programs. 11 package unsafe 14 // part of the unsafe package. It represents the type of an arbitrary Go expression. 104 // The Syscall functions in package syscall pass their uintptr arguments directly 132 // Package reflect's Value methods named Pointer and UnsafeAddr return type uintptr
|
/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 6 Package unsafe contains operations that step around the type safety of Go programs. 11 package unsafe 14 // part of the unsafe package. It represents the type of an arbitrary Go expression. 104 // The Syscall functions in package syscall pass their uintptr arguments directly 132 // Package reflect's Value methods named Pointer and UnsafeAddr return type uintptr
|
/system/tools/aidl/ |
aidl_language.cpp | 163 const std::vector<std::string>& package, 167 package_(package), 189 const std::vector<std::string>& package) 194 package_(package) { 301 std::vector<std::string> Parser::Package() const {
|
aidl_language.h | 295 const std::vector<std::string>& package, 322 const std::vector<std::string>& package); 403 std::vector<std::string> Package() const;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldClassTest.java | 17 package libcore.java.lang; 467 Package thisPackage = getClass().getPackage(); 471 Package stringPackage = String.class.getPackage(); 476 Support_Resources.copyFile(resources, "Package", hyts_package_name); 484 URL resourceURL = new URL("file:/" + resPath + "/Package/" 495 Package cPackage = clazz.getPackage(); 509 * Package pack = clazz.getPackage(); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Presentation.c | 167 // Package list is updated, force to reparse IFR binary of target Formset
1040 Check whether the formset guid is in this Hii package list.
1042 @param HiiHandle The HiiHandle for this HII package list.
1061 UINT8 *Package;
1082 // Get Form package from this HII package List
1089 Package = ((UINT8 *) HiiPackageList) + Offset;
1090 CopyMem (&PackageHeader, Package, sizeof (EFI_HII_PACKAGE_HEADER));
1095 // Search FormSet in this Form Package
1099 OpCodeData = Package + Offset2; [all...] |
/build/make/tools/droiddoc/templates-ndk/ |
sdkpage.cs | 81 <th>Package</th> 271 <th>Package</th> 320 <p>Select a specific Android Studio package for your platform. Also see the 326 <th>Package</th>
|
/build/soong/cmd/microfactory/ |
microfactory.go | 16 // to `go install`, but doesn't require a GOPATH. A package->path mapping can 24 // android/soong-test package wouldn't be mapped in the above case. 30 // Builds are incremental by package. All input files are hashed, and if the 31 // hash of an input or dependency changes, the package is rebuilt. 42 package main 135 var foundPkg *ast.Package 136 // foundPkgs is a map[string]*ast.Package, but we only want one package 138 return fmt.Errorf("Expected one package in %q, got %d", path, len(foundPkgs)) 195 fmt.Fprintf(os.Stderr, "Package %q depends on %v\n", p.Name, deps [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
MessageDescriptor.cs | 163 internal bool IsWellKnownType => File.Package == "google.protobuf" && WellKnownTypeNames.Contains(File.Name); 169 internal bool IsWrapperType => File.Package == "google.protobuf" && File.Name == "google/protobuf/wrappers.proto";
|
/frameworks/base/tools/aapt2/proto/ |
TableProtoSerializer.cpp | 229 for (auto& package : table->packages) { 230 pb::Package* pb_package = pb_table->add_packages(); 231 if (package->id) { 232 pb_package->set_package_id(package->id.value()); 234 pb_package->set_package_name(package->name); 236 for (auto& type : package->types) {
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
ast.go | 7 package main 64 f.Package = ast1.Name.Name 184 // used as the imported package identifier. 475 case *ast.Package:
|
/prebuilts/go/darwin-x86/src/syscall/ |
tables_nacl.go | 5 package syscall 160 ENOPKG Errno = 65 /* Package not installed */ 285 ENOPKG: "Package not installed",
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
ast.go | 7 package main 64 f.Package = ast1.Name.Name 184 // used as the imported package identifier. 475 case *ast.Package:
|
/prebuilts/go/linux-x86/src/syscall/ |
tables_nacl.go | 5 package syscall 160 ENOPKG Errno = 65 /* Package not installed */ 285 ENOPKG: "Package not installed",
|
/build/soong/third_party/zip/ |
struct.go | 6 Package zip provides support for reading and writing ZIP archives. 10 This package does not support disk spanning. 20 package zip
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
GenFdsGlobalVariable.py | 703 for Package in GenFdsGlobalVariable.WorkSpace.GetPackageList(GenFdsGlobalVariable.ActivePlatform,
707 PcdDict = Package.Pcds
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
CpuPm.asl | 57 (1) <TODO> - Except for the SSDT package, the objects in this ASL code
58 may be moved to the DSDT. It is kept separate in this reference package
80 // Package of pointers to SSDT's
89 Name(SSDT,Package()
|
/external/autotest/client/bin/ |
site_utils.py | 26 # Command to check if a package is installed. If the package is not installed [all...] |
/external/boringssl/src/ssl/test/runner/ |
tls.go | 5 // Package tls partially implements TLS 1.2, as specified in RFC 5246. 6 package runner
|