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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
BitSet.pm 0 package Test::ANTLR::Runtime::BitSet;
  /external/chromium_org/build/android/gyp/
package_resources.py 8 """Package resources into an apk.
119 'package',
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 8 PACKAGE="chrome-remote-desktop"
16 echo ${PACKAGE}_${VERSION_FULL}_${ARCHITECTURE}.deb
76 # This just prints the expected package filename, then exits. It's needed so the
116 --package "$PACKAGE" \
120 "New Debian package $revision_text"
141 mv ../${PACKAGE}_*.deb "$OUTPUT_PATH"/
142 mv ../${PACKAGE}_*.changes "$OUTPUT_PATH"/
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 143 if (!file->package().empty()) {
145 result += file->package();
170 if (file->package().empty()) {
173 // Strip the proto package from full_name since we've replaced it with
174 // the Java package.
175 result += full_name.substr(file->package().size() + 1);
  /external/emma/
test.sh 22 package com.android.bunnies;
60 package com.android.bunnies;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 0 package Perf::Trace::Context;
Util.pm 0 package Perf::Trace::Util;
  /external/openssl/crypto/bn/
bn_prime.pl 37 * This package is an SSL implementation written
50 * If this package is used in a product, Eric Young should be given attribution
53 * in documentation (online or textual) provided with the package.
  /build/tools/releasetools/
edify_generator.py 78 'abort("This package expects the value \\"%s\\" for '
91 ' ||\n abort("Package expects build fingerprint of %s; this '
103 ' ||\n abort("Package expects build thumbprint of %s; this '
113 'abort("Can\'t install this package (%s) over newer '
120 'abort("This package is for \\"%s\\" devices; '
189 """Unpack a given directory from the OTA package into the given
271 """Write the given package file into the partition for the given
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder.py 235 [package, backend_settings, local_apk] = package_info
239 backend_settings(package),
241 if b.platform.CanLaunchApplication(package) or b.HaveLocalAPK():
  /build/tools/droiddoc/templates-sdk/
customizations.cs 368 if:subcount(class.package) ?>
370 <?cs call:list("Annotations", class.package.annotations) ?>
371 <?cs call:list("Interfaces", class.package.interfaces) ?>
372 <?cs call:list("Classes", class.package.classes) ?>
373 <?cs call:list("Enums", class.package.enums) ?>
374 <?cs call:list("Exceptions", class.package.exceptions) ?>
375 <?cs call:list("Errors", class.package.errors) ?>
377 elif:subcount(package) ?>
379 <?cs call:class_link_list("Annotations", package.annotations) ?>
380 <?cs call:class_link_list("Interfaces", package.interfaces) ?
    [all...]
  /external/chromium_org/build/android/pylib/device/
device_utils.py 169 This means waiting for the device to boot, the package manager to be
386 """Start package's activity on the device.
408 intent.package, intent.activity, wait_for_completion=blocking,
429 package, old_intent = intent.action.rsplit('.', 1)
435 self.old_interface.BroadcastIntent(package, old_intent, *args)
452 def ForceStop(self, package, timeout=None, retries=None):
456 package: A string containing the name of the package to stop.
464 self.old_interface.CloseApplication(package)
467 def ClearApplicationState(self, package, timeout=None, retries=None)
    [all...]
device_utils_test.py 290 'package:this.is.a.test.package'),
307 'package:this.is.a.test.package'),
352 'package:this.is.a.test.package'),
367 'package:this.is.a.test.package'),
384 'package:this.is.a.test.package'),
    [all...]
  /build/core/
definitions.mk 725 ## Package filtering
734 define _get-package-overrides
755 define get-package-overrides
756 $(sort $(strip $(call _get-package-overrides,$(1))))
    [all...]
static_java_library.mk 79 # Please refer to package.mk
87 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 338 if:subcount(class.package) ?>
340 <?cs call:list("Interfaces", class.package.interfaces) ?>
341 <?cs call:list("Classes", class.package.classes) ?>
342 <?cs call:list("Enums", class.package.enums) ?>
343 <?cs call:list("Exceptions", class.package.exceptions) ?>
344 <?cs call:list("Errors", class.package.errors) ?>
346 elif:subcount(package) ?>
348 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
349 <?cs call:class_link_list("Classes", package.classes) ?>
350 <?cs call:class_link_list("Enums", package.enums) ?
    [all...]
  /cts/
CtsTestCaseList.mk 94 # directory but do not require an associated test package XML.
99 # Test packages that require an associated test package XML.
222 $(call cts-get-package-paths,$(cts_test_packages)) \
  /development/build/
Android.mk 58 # A.k.a the "current" version of the public SDK (android.jar inside the SDK package).
68 # The package installation stuff doesn't know about this file, so nobody will
73 # android.jar is what we put in the SDK package.
78 @echo Package SDK Stubs: $@
94 @echo "Package $(1).jar: $$@"
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 23 %package devel
42 %package python
49 The libxml2-python package contains a module that permits applications
  /external/libvorbis/doc/
Vorbis_I_spec.tex 33 % The fancyvrb package provides the "Verbatim" environment, which,
41 % we use the underscore package to change this default behavior.
48 % To still be able to use captions, we use the capt-of package.
  /external/chromium_org/tools/resources/
optimize-png-files.sh 359 local package=$2
364 "Please run cygwin's setup.exe and install the $package package."
368 [ "$REPLY" == "y" ] && sudo apt-get install $package
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 0 package ANTLR::Runtime::DFA;
  /external/ceres-solver/scripts/
ceres-solver.spec 24 # If the suitesparse package was built with TBB then we need TBB too
54 %package devel
60 The %{name}-devel package contains libraries and header files for
88 # Make the subdirectory in /usr/share match the name of this package
  /external/chromium_org/build/android/pylib/
constants.py 24 ['package', 'activity', 'cmdline_file', 'devtools_socket',
139 '/data/data/' + PACKAGE_INFO['chrome'].package + '/files')
  /external/chromium_org/content/browser/download/
save_file_manager.h 120 // Called on the UI thread to remove a save package from SaveFileManager's
123 SavePackage* package);

Completed in 432 milliseconds

<<11121314151617181920>>