HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 301 - 325 of 531) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/gyp/
write_build_config.py 75 parser.add_option('--package-name',
76 help='Java package name for these resources.')
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 263 def Uninstall(self, package, keep_data=False, timeout=_DEFAULT_TIMEOUT,
265 """Remove the app |package| from the device.
268 package: The package to uninstall.
276 cmd.append(package)
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner_test.py 29 package = mock.Mock()
30 self.instance = test_runner.TestRunner(options, None, 0, package)
42 'this.is.a.test.package.TestClass:.',
72 'INSTRUMENTATION_STATUS: class=this.is.a.test.package.TestClass',
85 'class': ['this.is.a.test.package.TestClass'],
143 'test.package.TestClass#testMethod', [], 0, 1000)
144 self.assertEqual('test.package.TestClass#testMethod', result.GetName())
152 'class': ['test.package.TestClass'],
156 'class': ['test.package.TestClass'],
161 'test.package.TestClass#testMethod', statuses, 0, 1000
    [all...]
test_runner.py 78 # Use the correct command line file for the package under test.
81 assert len(cmdline_file) < 2, 'Multiple packages have the same test package'
470 package = self.device.old_interface.DismissCrashDialogIfNeeded()
471 if not package:
473 # Assume test package convention of ".test" suffix
474 if package in self.test_pkg.GetPackageName():
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/skia/experimental/webtry/poly/
Gruntfile.js 5 pkg: grunt.file.readJSON('package.json'),
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 3 PKG=/tmp/package-dnsmasq
  /external/eigen/lapack/
clacgv.f 78 * -- LAPACK is a software package provided by Univ. of Tennessee, --
cladiv.f 68 * -- LAPACK is a software package provided by Univ. of Tennessee, --
dladiv.f 94 * -- LAPACK is a software package provided by Univ. of Tennessee, --
dlapy2.f 67 * -- LAPACK is a software package provided by Univ. of Tennessee, --
dlapy3.f 72 * -- LAPACK is a software package provided by Univ. of Tennessee, --
sladiv.f 94 * -- LAPACK is a software package provided by Univ. of Tennessee, --
slapy2.f 67 * -- LAPACK is a software package provided by Univ. of Tennessee, --
slapy3.f 72 * -- LAPACK is a software package provided by Univ. of Tennessee, --
zlacgv.f 78 * -- LAPACK is a software package provided by Univ. of Tennessee, --
zladiv.f 68 * -- LAPACK is a software package provided by Univ. of Tennessee, --
  /external/openssl/crypto/conf/
keysets.pl 59 * This package is an SSL implementation written
72 * If this package is used in a product, Eric Young should be given attribution
75 * in documentation (online or textual) provided with the package.
  /external/elfutils/0.153/
elfutils.spec 41 %package devel
48 The elfutils-devel package contains the libraries to create
54 %package devel-static
63 %package libelf
68 The elfutils-libelf package provides a DSO which allows reading and
70 this package to read internals of ELF files. The programs of the
71 elfutils package use it also to generate new ELF files.
73 %package libelf-devel
80 The elfutils-libelf-devel package contains the libraries to create
85 %package libelf-devel-stati
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 0 package ANTLR::Runtime::ANTLRStringStream;
BaseRecognizer.pm 0 package ANTLR::Runtime::BaseRecognizer;
459 my ($package, $filename, $line, $subroutine) = @frame;
461 if ($package =~ /^ANTLR::Runtime::/) {
469 if ($package ne ref $self) {
CommonToken.pm 0 package ANTLR::Runtime::CommonToken;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 0 package ANTLR::Runtime;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 0 package ANTLR::Runtime::Test;
  /external/bison/build-aux/
compile 210 If you are trying to build a whole package this is not the

Completed in 234 milliseconds

<<11121314151617181920>>