/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/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. 55 intent.Intent(package=self._package, activity=self._activity, 88 if 'chrome' in self._options.package:
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
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 { 112 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk()); 113 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk()); 116 "a.chrome.package", "an.activity", "", "", false, 0).IsOk()); 117 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk()); 119 "a.package", "an.activity", "", "", false, 0).IsOk()) [all...] |
/external/chromium_org/remoting/host/installer/mac/ |
do_signing.sh | 55 # The Chromoting Host installer is a meta-package that consists of 3 57 # * Chromoting Host Service package 58 # * Chromoting Host Uninstaller package 59 # * Keystone package (GoogleSoftwareUpdate - for Official builds only) 152 local package="${input_dir}/${PKG_DIR}/${PKG_FINAL}" 154 "${package}" "${package}.signed" 155 mv -f "${package}.signed" "${package}"
|
/development/build/tools/ |
sdk_repo.mk | 10 # Define the name of a package zip file to generate 13 # $3=package to create (e.g. tools, docs, etc.) 19 # Defines the rule to build an SDK repository package by zipping all 27 # $4=package to create (e.g. tools, docs, etc.) 33 @echo "Building SDK repository package $(4) from $(notdir $(3))" 42 # Defines the rule to build an SDK repository package when the 43 # package directory contains a single platform-related inner directory. 50 # $4=package to create (e.g. platforms, samples, etc.) 56 @echo "Building SDK repository package $(4) from $(notdir $(3))" 65 # Defines the rule to build an SDK repository package when th [all...] |
/external/chromium_org/net/http/ |
http_auth_sspi_win.cc | 23 const SEC_WCHAR* package) { 51 const SEC_WCHAR* package, 73 const_cast<SEC_WCHAR*>(package), // pszPackage 82 return MapAcquireCredentialsStatusToError(status, package); 85 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package, 95 const_cast<SEC_WCHAR*>(package), // pszPackage 104 return MapAcquireCredentialsStatusToError(status, package); 409 const std::wstring& package, 415 const_cast<wchar_t *>(package.c_str()), &pkg_info);
|
/external/libcap-ng/libcap-ng-0.7/ |
libcap-ng.spec | 18 %package devel 27 The libcap-ng-devel package contains the files needed for developing 30 %package python 38 The libcap-ng-python package contains the bindings so that libcap-ng 41 %package utils 47 The libcap-ng-utils package contains applications to analyze the
|
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 52 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> | 61 if:subcount(class.package) ?> 63 <?cs call:list("Interfaces", class.package.interfaces) ?> 64 <?cs call:list("Classes", class.package.classes) ?> 65 <?cs call:list("Enums", class.package.enums) ?> 66 <?cs call:list("Exceptions", class.package.exceptions) ?> 67 <?cs call:list("Errors", class.package.errors) ?> 69 elif:subcount(package) ?> 71 <?cs call:class_link_list("Interfaces", package.interfaces) ? [all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/ |
Android.mk | 32 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
|
/cts/tests/JobScheduler/ |
Android.mk | 19 # Don't include this package in any target. 29 # Must match the package name in CtsTestCaseList.mk
|
/cts/tests/sample/ |
Android.mk | 19 # Don't include this package in any target. 29 # Must match the package name in CtsTestCaseList.mk
|
/cts/tests/webgl/ |
Android.mk | 19 # Don't include this package in any target. 29 # Must match the package name in CtsTestCaseList.mk
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
IntArray.h | 28 package org.antlr.runtime.misc;
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognizerSharedState.pm | 0 package ANTLR::Runtime::RecognizerSharedState;
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
ANTLRStringStream.pm | 0 package Test::ANTLR::Runtime::ANTLRStringStream;
|
CommonToken.pm | 0 package Test::ANTLR::Runtime::CommonToken;
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_apk.py | 56 return '/data/data/' + self._package_info.package + '/files/test.fifo' 76 intent.Intent(package=self._package_info.package, 85 device.ClearApplicationState(self._package_info.package)
|
/external/chromium_org/third_party/protobuf/ |
descriptor_pb2.py | 11 package='google.protobuf', variable 220 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1, [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
platform_backend_unittest.py | 23 # Android needs to access the package of the monitored app. 28 browser_mock._browser_backend.package = 'com.android.launcher'
|
/external/libexif/ |
libexif.spec | 19 %package devel 25 The libexif-devel package contains the libraries and include files
|
/cts/tools/utils/ |
rerun.py | 55 for package in packages: 56 casesFromChild = parseSuite(package, "")
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
oomkiller_profiler.py | 48 intent.Intent(package=browser_backend.package,
|
/external/nanopb-c/generator/ |
protoc-gen-nanopb.bat | 7 :: Note that if you use the binary package of nanopb, the protoc
|