HomeSort by relevance Sort by last modified time
    Searched defs:Manifest (Results 1 - 16 of 16) sorted by null

  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 14 class Manifest(namedtuple('Manifest', 'tool board results')):
24 arbitrary glob expression. Based on aforementioned parameters given manifest
51 """Creates manifest instance from a file in format described above."""
89 """Dumps manifest to string."""
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
Manifest.java 10 public final class Manifest {
  /cts/hostsidetests/appsecurity/test-apps/AccessSerialModern/src/android/os/cts/
AccessSerialModernTest.java 75 android.Manifest.permission.READ_PHONE_STATE);
  /external/libbrillo/brillo/imageloader/
manifest.h 21 // A class to parse and store imageloader.json manifest.
22 class BRILLO_EXPORT Manifest {
24 Manifest();
25 // Parse the manifest raw string. Return true if successful.
27 // Getters for manifest fields:
37 // Manifest fields:
46 DISALLOW_COPY_AND_ASSIGN(Manifest);
manifest.cc 5 #include <brillo/imageloader/manifest.h>
17 // The current version of the manifest file.
19 // The name of the version field in the manifest.
20 constexpr char kManifestVersionField[] = "manifest-version";
21 // The name of the component version field in the manifest.
67 Manifest::Manifest() {}
69 bool Manifest::ParseManifest(const std::string& manifest_raw) {
70 // Now deserialize the manifest json and read out the rest of the component.
78 LOG(ERROR) << "Could not deserialize the manifest file. Error
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/
llvm-mt.cpp 1 //===- llvm-mt.cpp - Merge .manifest files ---------------------*- C++ -*-===//
10 // Merge .manifest files. This is intended to be a platform-independent port
118 T.PrintHelp(outs(), "mt", "Manifest Tool", false);
144 MemoryBuffer &Manifest = *ManifestOrErr.get();
145 error(Merger.merge(Manifest));
150 reportError("empty manifest not written");
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 212 typedef OT::ArrayOf<ManifestLookup> Manifest;
229 const Manifest &manifest = reinterpret_cast<const Manifest&> (arabic_win1256_gsub_lookups.manifest); local
235 unsigned int count = manifest.len;
238 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
241 fallback_plan->lookup_array[j] = const_cast<OT::SubstLookup*> (&(&manifest+manifest[i].lookupOffset));
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 524 class Manifest:
540 m = open (os.path.join (s, "MANIFEST"))
543 for p in Manifest.read (os.path.join (s, f)):
547 print ("%s: %s does not exist" % (sys.argv[0], os.path.join (s, "MANIFEST")), file=sys.stderr)
558 for f in ["MANIFEST", "README", "LICENSE", "COPYING", "AUTHORS", "SOURCES", "ChangeLog"]:
565 ms = os.path.join (dirpath, "MANIFEST")
573 Manifest.update_recursive (os.path.join (dirpath, f))
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 26 import android.Manifest;
102 Manifest.permission.CAMERA, Process.myUserHandle());
116 assertSame(packageManager.checkPermission(Manifest.permission.CAMERA,
119 Manifest.permission.CAMERA, Process.myUserHandle());
126 assertSame(packageManager.checkPermission(Manifest.permission.CAMERA,
139 Manifest.permission.CAMERA, Process.myUserHandle());
153 Manifest.permission.BATTERY_STATS));
155 Manifest.permission.PACKAGE_USAGE_STATS));
160 Manifest.permission.BATTERY_STATS);
163 Manifest.permission.BATTERY_STATS))
    [all...]
  /cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
AppPredictionServiceTest.java 224 android.Manifest.permission.PACKAGE_USAGE_STATS);
233 android.Manifest.permission.PACKAGE_USAGE_STATS);
  /development/vndk/tools/sourcedr/ninja/
ninja.py 477 Manifest = collections.namedtuple('Manifest', 'builds rules pools defaults')
481 """Ninja Manifest Parser
483 This parser parses ninja-build manifest files, such as::
500 >>> manifest = Parser().parse('build.ninja', 'utf-8')
501 >>> print(manifest.builds)
548 """Parse a ninja-build manifest file.
555 Manifest: Parsed manifest for the given ninja-build manifest file
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java 32 import android.Manifest;
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 817 Manifest,
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 709 milliseconds