/external/chromium_org/third_party/closure_linter/closure_linter/ |
requireprovidesorter_test.py | 36 'goog.provide(\'package.xyz\');', 38 'goog.provide(\'package.abcd\');' 43 'goog.provide(\'package.abcd\');', 44 'goog.provide(\'package.xyz\');' 57 'goog.require(\'package.xyz\');', 59 'goog.require(\'package.abcd\');' 64 'goog.require(\'package.abcd\');', 65 'goog.require(\'package.xyz\');' 78 'goog.provide(\'package.subpackage.Whatever\');', 80 'goog.require(\'package.subpackage.ClassB\');' [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
EarlyExitException.pm | 0 package ANTLR::Runtime::EarlyExitException;
|
MismatchedSetException.pm | 0 package ANTLR::Runtime::MismatchedSetException;
|
RuleReturnScope.pm | 0 package ANTLR::Runtime::RuleReturnScope;
|
TokenStream.pm | 0 package ANTLR::Runtime::TokenStream;
|
CharStream.pm | 0 package ANTLR::Runtime::CharStream;
|
IntStream.pm | 0 package ANTLR::Runtime::IntStream;
|
Stream.pm | 0 package ANTLR::Runtime::Stream;
|
/external/chromium_org/build/android/ |
adb_gdb_content_shell | 15 --package-name=org.chromium.content_shell_apk \
|
adb_gdb_cronet_sample | 15 --package-name=org.chromium.cronet_sample_apk \
|
adb_gdb_mojo_shell | 15 --package-name=org.chromium.mojo_shell_apk \
|
adb_gdb_android_webview_shell | 15 --package-name=org.chromium.android_webview.shell \
|
adb_gdb_chrome_shell | 15 --package-name=org.chromium.chrome.shell \
|
/external/chromium_org/tools/site_compare/scrapers/ |
__init__.py | 24 package = __import__(browser[0], globals(), locals(), ['']) 25 module = package.GetScraper(browser[1])
|
/cts/tools/utils/cts/ |
tools.py | 24 """This class represents a test package. 26 Each test package consists of one or more suites, each containing one or more subsuites and/or 29 The package structure is currently stored using Python dictionaries and lists. Translation 78 """Add a test to the package. 90 """Add an attribute to the test package itself.""" 94 """Returns a minidom Document representing the test package structure.""" 96 package = doc.createElement('TestPackage') 98 package.setAttribute(attr, value) 99 self.root_suite.WriteDescription(doc, package) 100 doc.appendChild(package) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/ |
LoadAsModule.pm | 26 # Imports Perl scripts into a package for easy unit testing. 28 package LoadAsModule; 50 my ($self, $package, $script) = @_; 53 package $package;
|
/build/tools/signapk/test/ |
run | 3 package := NotePad.apk macro 5 all: out/signed-$(package) 26 out/signed-$(package): $(package) $(cert)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
android_dumpsys_power_monitor_unittest.py | 14 package = 'com.google.android.apps.chrome' 19 package, output)) 25 package = 'com.android.chrome' 31 package, output))
|
/external/openssl/crypto/des/ |
DES.pm | 0 package DES;
|
/build/tools/ |
dump-package-stats | 35 types of files in each package. Emits one line per package. 42 filesize: the size of the package on disk 43 name: the name of the package as passed to $PROGNAME 47 all: the sum of all entries in the package 48 dex: the sum of all "*.dex" entries in the package
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
requireprovidesorter_test.py | 40 'goog.provide(\'package.subpackage.Whatever\');', 42 'goog.require(\'package.subpackage.ClassB\');', 44 'goog.require(\'package.subpackage.ClassA\');' 47 'goog.provide(\'package.subpackage.Whatever\');', 49 'goog.require(\'package.subpackage.ClassA\');', 50 'goog.require(\'package.subpackage.ClassB\');'
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor_database.py | 51 package = file_desc_proto.package 54 (name, file_desc_proto) for name in _ExtractSymbols(message, package)) 57 '.'.join((package, enum.name))] = file_desc_proto 82 package and any containing messages. Some examples: 84 'some.package.name.Message' 85 'some.package.name.Message.NestedEnum' 103 def _ExtractSymbols(desc_proto, package): 108 package: The package containing the descriptor type [all...] |
/cts/tools/utils/ |
buildCts.py | 124 plan.Exclude(r'android\.core\.tests\.libcore.\package.\harmony*') 129 plan.Include(r'android\.core\.tests\.libcore.\package.\harmony*') 161 for package, test_list in flaky_tests.iteritems(): 162 plan.ExcludeTests(package, test_list) 169 for package, test_list in flaky_tests.iteritems(): 170 plan.Include(package+'$') 171 plan.IncludeTests(package, test_list) 181 for package, test_list in small_tests.iteritems(): 182 plan.Include(package+'$') 184 for package, test_list in flaky_tests.iteritems() [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
adb.h | 26 const std::string& package) = 0; 28 const std::string& package) = 0; 30 const std::string& package) = 0; 32 const std::string& package, 35 const std::string& package) = 0;
|
/external/chromium_org/chrome/browser/local_discovery/ |
privetv3_crypto_provider.cc | 28 virtual HandshakeState GetNextStep(int* step, std::string* package) OVERRIDE; 31 const std::string& package) OVERRIDE; 70 std::string* package) { 73 package->clear(); 82 const std::string& package) { 86 (step == 0 && package.empty() && state == kHandshakeStateComplete);
|