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

1 2 3 4 5 67 8 91011>>

  /cts/build/
test_executable.mk 17 # package XML needed by CTS.
22 # 2. Define LOCAL_CTS_TEST_PACKAGE to group the tests under a package
35 $(hide) echo Generating test description for native package $(PRIVATE_TEST_PACKAGE)
  /external/bison/tests/
Makefile.am 20 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
26 ## package.m4. ##
29 $(srcdir)/package.m4: $(top_srcdir)/configure
31 echo '# Signature of the current package.'; \
60 $(TESTSUITE): $(srcdir)/package.m4 $(TESTSUITE_AT)
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 23 %package devel
29 The %name-devel package contains static and debug libraries and header files
30 for developing applications that use the %name package.
53 ## Mark all installed files within /usr/share/doc/{package name} as
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 62 # Populate the XML DOM with the package info.
66 xpackage = self.xml_out.createElement("package")
91 # Create the 'lines' and 'package' XML elements, which
92 # are populated later. Note that a package == a directory.
95 package = self.packages.setdefault(dirname, [ {}, 0, 0, 0, 0 ])
143 package[0][className] = xclass
144 package[1] += class_hits
145 package[2] += class_lines
146 package[3] += class_br_hits
147 package[4] += class_branche
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 24 %package devel
30 The %name-devel package contains static and debug libraries and header
31 files for developing applications that use the %name package.
47 # of the low-level atomicops files in this package. But I do take
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 25 The %name package contains a lightweight library to simplify and generalize the
28 %package devel
34 The %name package contains static and debug libraries and header files for the
58 ## Mark all installed files within /usr/share/doc/{package name} as
61 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
  /frameworks/base/libs/androidfw/tests/
Split_test.cpp 34 * Package: com.android.test.basic
42 * Package: com.android.test.basic
50 * Package: com.android.test.basic
131 String16(baseName.package, baseName.packageLen),
132 String16(frName.package, frName.packageLen));
194 String16(name.package, name.packageLen));
210 const String16 package("com.android.test.basic");
213 package.string(), package.size()));
  /hardware/intel/bootstub/
bootstub.spec 1 Summary: this package provides bootstub binary for mrst/mfld platform
11 this package provides bootstub to create NAND boot image
51 - create initial package
  /build/tools/releasetools/
check_target_files_signatures 19 -c, compare the signatures of each package to the ones in a separate
211 self.package = None
222 elif name == "package":
223 if self.package is not None:
224 AddProblem("multiple package declarations")
225 self.package = m.group(2)
227 if self.package is None:
228 AddProblem("no package declaration")
247 self.apks[apk.package] = apk
250 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
    [all...]
  /external/chromium_org/content/browser/download/
save_file_manager.cc 160 SavePackage* package) {
161 DCHECK(package);
167 UnregisterStartingRequest(save_url, package->contents_id());
168 DCHECK_EQ(old_package, package);
338 SavePackage* package = LookupPackage(save_id); local
339 if (package)
340 package->UpdateSaveProgress(save_id, bytes_so_far, write_success);
349 SavePackage* package = LookupPackage(save_id); local
350 if (package)
351 package->SaveFinished(save_id, bytes_so_far, is_success)
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 188 unittest_pb2.TestAllTypes.DESCRIPTOR.file.package,
191 self.assertEqual(desc.file.package, 'protobuf_unittest')
193 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
197 unittest_pb2._FOREIGNENUM.file.package, 'protobuf_unittest')
199 unittest_pb2._TESTALLTYPES_NESTEDENUM.file.package,
202 unittest_import_pb2._IMPORTENUM.file.package,
218 self.assertEqual(unittest_pb2.DESCRIPTOR.package, 'protobuf_unittest')
  /build/core/
prebuilt_internal.mk 58 LOCAL_BUILT_MODULE_STEM := package.apk
121 # The magic string "EXTERNAL" means this package will be signed with
123 # the final package to be signed with a different key.
126 # keys, but want the package to be predexopt'ed.
138 # The magic string "PRESIGNED" means this package is already checked
141 # By setting .CERTIFICATE but not .PRIVATE_KEY, this package will be
176 $(sign-package)
183 $(align-package)
210 $(sign-package)
211 $(align-package)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 56 cmd.append('--android-package=' + android_package)
137 help='Comma separated list of application package names, '
179 for package in options.android_packages.split(','):
182 chrome_version_name=package,
183 android_package=package)
185 chrome_version_name=package,
186 android_package=package,
  /build/tools/droiddoc/templates-ds/
customizations.cs 248 if:subcount(class.package) ?>
250 <?cs call:list("Interfaces", class.package.interfaces) ?>
251 <?cs call:list("Classes", class.package.classes) ?>
252 <?cs call:list("Enums", class.package.enums) ?>
253 <?cs call:list("Exceptions", class.package.exceptions) ?>
254 <?cs call:list("Errors", class.package.errors) ?>
256 elif:subcount(package) ?>
258 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
259 <?cs call:class_link_list("Classes", package.classes) ?>
260 <?cs call:class_link_list("Enums", package.enums) ?
    [all...]
  /cts/
CtsCoverage.mk 40 cts_coverage_test_cases_dependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST), $(call intermediates-dir-for,APPS,$(c))/package.apk)
49 cts_coverage_test_cases_dependencies := $(call intermediates-dir-for,APPS,CtsVerifier)/package.apk
58 cts_coverage_test_cases_dependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST) CtsVerifier, $(call intermediates-dir-for,APPS,$(c))/package.apk)
  /external/chromium_org/build/android/pylib/gtest/
test_package_apk.py 55 return '/data/data/' + self._package_info.package + '/files/test.fifo'
75 self._package_info.package,
84 device.old_interface.ClearApplicationState(self._package_info.package)
  /ndk/build/tools/
make-release.sh 17 # This script is used to build an NDK release package *from* scratch !!
30 # The package prefix
32 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
117 echo "This script is used to generate an NDK release package from scratch"
137 "This script is used to generate an NDK release package from scratch.
150 Note that on Linux, if you have the 'mingw32' package installed, the script
151 will also automatically generate a windows release package. You can prevent
155 If you intend to package NDK releases often, please read the
158 reused for each package operation. This will save you hours of
224 # Step 2, build the host toolchain binaries and package the
    [all...]
  /development/build/
build_android_stubs.mk 17 # Normally the package rule runs aapt, which includes the resource,
18 # but we're not running that in our package rule so just copy in the
24 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator.sh 60 # Package Config
203 bzcat "$1" | egrep '^(Package:|Filename:|SHA256:) ' > "$2"
248 echo "ERROR: downloaded package files does not match $2."
271 SubBanner "Package Configs Symlink"
295 SubBanner "Package Configs Symlink"
319 SubBanner "Package Configs Symlink"
332 local package="${BUILD_DIR}/debian-packages/${file##*/}"
337 echo "Bad sha256sum from package list"
342 DownloadOrCopy ${APT_REPO}/pool/${file} ${package}
343 if [ ! -s "${package}" ] ; the
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 16 which contains the package search path.
100 If INPACKAGE is given, it must be the dotted name of the package in
102 package search path; otherwise, we are searching for a top-level
126 package = module[:i]
128 parent = _readmodule(package, path, inpackage)
130 package = "%s.%s" % (inpackage, package)
132 raise ImportError('No package named {}'.format(package))
133 return _readmodule(submodule, parent['__path__'], package)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 16 which contains the package search path.
100 If INPACKAGE is given, it must be the dotted name of the package in
102 package search path; otherwise, we are searching for a top-level
126 package = module[:i]
128 parent = _readmodule(package, path, inpackage)
130 package = "%s.%s" % (inpackage, package)
132 raise ImportError('No package named {}'.format(package))
133 return _readmodule(submodule, parent['__path__'], package)
    [all...]
  /cts/tests/core/libcore/com/
Android.mk 18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.com
  /cts/tests/core/libcore/dalvik/
Android.mk 18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.dalvik
  /cts/tests/core/libcore/harmony_annotation/
Android.mk 22 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.harmony_annotation
  /cts/tests/core/libcore/harmony_java_io/
Android.mk 22 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.harmony_java_io

Completed in 1443 milliseconds

1 2 3 4 5 67 8 91011>>