HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 101 - 125 of 713) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MissingTokenException.pm 0 package ANTLR::Runtime::MissingTokenException;
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 0 package Test::ANTLR::Runtime::Exception;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 0 package My::Test::Class::Load;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 0 package My::Test::Class;
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 21 self._package = constants.PACKAGE_INFO[self._options.package].package
22 self._activity = constants.PACKAGE_INFO[self._options.package].activity
25 """Runs monkey test for a given package.
87 if 'chrome' in self._options.package:
  /external/chromium_org/content/public/browser/
devtools_protocol_constants_generator.py 10 package = sys.argv[1] variable
21 #ifndef ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
22 #define ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
32 namespace $package {
43 } // $package
45 #endif // ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
61 #include "$package/browser/devtools/devtools_protocol_constants.h"
63 namespace $package {
81 } // $package
141 "package": package
    [all...]
  /external/chromium_org/tools/android/adb_profile_chrome/
controllers_unittest.py 21 adb.StartActivity(self.package_info.package,
  /external/chromium_org/tools/clang/scripts/
repackage.sh 6 # This script will check out llvm and clang, build a full package
8 # clang-package with the new plugin revisions.
10 # The new package can be uploaded to replace the existing clang
11 # package at the same clang revision.
30 "$THIS_DIR"/package.sh $@
37 echo "Could not find package archive $PDIR.tgz generated by package.sh"
42 # package and add the plugin shared-libraries to the existing package.
53 echo "The plugin revision $LIBNAME is already in the existing package.
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
platform_backend_unittest.py 21 # Android needs to access the package of the monitored app.
26 browser_mock._browser_backend.package = 'com.android.launcher'
  /frameworks/base/tests/FeatureSplit/feature1/
Android.mk 25 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
  /frameworks/rs/java/tests/ImageProcessing2/
Android.mk 34 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
  /frameworks/rs/java/tests/RSTest_CompatLib/
Android.mk 37 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
  /external/chromium_org/chrome/browser/component_updater/
update_response.cc 33 UpdateResponse::Result::Manifest::Package::Package() : size(0), sizediff(0) {}
34 UpdateResponse::Result::Manifest::Package::~Package() {}
103 // Parses the <package> tag.
104 bool ParsePackageTag(xmlNode* package,
107 UpdateResponse::Result::Manifest::Package p;
108 p.name = GetAttribute(package, "name");
110 *error = "Missing name for package.";
114 p.namediff = GetAttribute(package, "namediff")
176 std::vector<xmlNode*> package = GetChildren(packages[0], "package"); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MissingTokenException.as 0 package org.antlr.runtime {
  /external/bison/m4/
dmalloc.m4 16 [Define if using the dmalloc debugging malloc package])
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager.h 25 Status SetUp(const std::string& package,
41 Status ForwardDevtoolsPort(const std::string& package,
device_manager_unittest.cc 42 const std::string& package) OVERRIDE {
47 const std::string& package) OVERRIDE {
52 const std::string& package) OVERRIDE {
57 const std::string& package,
63 const std::string& package) OVERRIDE {
111 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
112 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
115 "a.chrome.package", "an.activity", "", "", false, 0).IsOk());
116 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk());
118 "a.package", "an.activity", "", "", false, 0).IsOk())
    [all...]
  /external/chromium_org/content/browser/download/
save_item.h 30 SavePackage* package,
71 SavePackage* package() const { return package_; } function in class:content::SaveItem
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
27 facilities of package regexp (such as Compile and Match) instead of this package.
31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
37 package syntax
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/regex-re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
27 facilities of package regexp (such as Compile and Match) instead of this package.
31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
37 package syntax
  /frameworks/base/libs/androidfw/tests/data/basic/
build 5 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES --split fr,de -F bundle.apk -f && \
  /packages/services/Telecomm/
Android.mk 24 # Build the test package.
  /sdk/eclipse/scripts/
update_version.sh 59 plugins/com.android.ide.eclipse.adt.package/ide.product \
64 features/com.android.ide.eclipse.adt.package/feature.xml ; do

Completed in 426 milliseconds

1 2 3 45 6 7 8 91011>>