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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 0 package ANTLR::Runtime::Token;
  /external/bison/
Makefile.am 57 .PHONY: update-b4-copyright update-package-copyright-year
63 update-package-copyright-year:
  /external/chromium_org/build/android/gyp/
process_resources.py 39 parser.add_option('--custom-package', help='Java package for R.java')
66 help='Additional package names to generate R.java files for')
71 help='For each additional package, the R.txt file should contain a '
111 for package in extra_packages:
112 package_r_java_dir = os.path.join(r_dir, *package.split('.'))
116 re.sub(r'package [.\w]*;', 'package %s;' % package, r_java_contents))
117 # TODO(cjhopman): These extra package's R.java files should be filtered t
    [all...]
  /external/chromium_org/chrome/browser/devtools/device/adb/
adb_device_info_query.h 17 const std::string& package);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
thumb.pm 12 package thumb;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 62 self.assertEquals('net.proto2.python.internal', file_desc1.package)
69 self.assertEquals('net.proto2.python.internal', file_desc2.package)
85 self.assertEquals('net.proto2.python.internal', file_desc1.package)
93 self.assertEquals('net.proto2.python.internal', file_desc2.package)
  /external/libvpx/libvpx/build/make/
thumb.pm 12 package thumb;
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
candidates.properties 61 org.objenesis.tck.candidates.DefaultPackageConstructor = Default package constructor
62 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package constructor (serializable)
  /build/core/
prebuilt_internal.mk 58 LOCAL_BUILT_MODULE_STEM := package.apk
134 # The magic string "EXTERNAL" means this package will be signed with
136 # the final package to be signed with a different key.
139 # keys, but want the package to be predexopt'ed.
151 # The magic string "PRESIGNED" means this package is already checked
154 # By setting .CERTIFICATE but not .PRIVATE_KEY, this package will be
189 $(sign-package)
196 $(align-package)
223 $(sign-package)
224 $(align-package)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 14 # submodule of a package), the fromlist argument is set to the
16 # than the top-level package containing it as would otherwise be
19 # the submodules specified in the package's __all__ variable are
31 # top-level package, or NULL with an exception set on failure
34 # of a package was requested is normally the top-level package,
57 # name argument may be of the form package.module. First check the
63 # or one of its variants to import a module. Package structures
69 # Given a module name (possibly of the form package.module) and a
83 # If name points to a dotted name of the form package.module, an
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 249 if:subcount(class.package) ?>
251 <?cs call:list("Interfaces", class.package.interfaces) ?>
252 <?cs call:list("Classes", class.package.classes) ?>
253 <?cs call:list("Enums", class.package.enums) ?>
254 <?cs call:list("Exceptions", class.package.exceptions) ?>
255 <?cs call:list("Errors", class.package.errors) ?>
257 elif:subcount(package) ?>
259 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
260 <?cs call:class_link_list("Classes", package.classes) ?>
261 <?cs call:class_link_list("Enums", package.enums) ?
    [all...]
  /cts/tests/signature/
Android.mk 18 # don't include this package in any target
64 # Split up config/api/1.xml by "package" and save the files as the
74 $(PRIVATE_API_XML_DESC) $(PRIVATE_RES_DIR) package
  /external/chromium_org/build/android/pylib/
android_commands.py 405 """Blocks until the device's package manager is available.
408 package manager isn't back after 120 seconds.
432 """Reboots the device and waits for the package manager to return.
454 # To run tests we need at least the package manager and the sd card (or
464 def Uninstall(self, package):
465 """Uninstalls the specified package from the device.
468 package: Name of the package to remove.
473 uninstall_command = 'uninstall %s' % package
479 """Installs the specified package to the device
    [all...]
  /external/chromium_org/device/test/
usb_test_gadget_impl.cc 90 bool ReadLocalPackage(std::string* package);
291 std::string package; local
292 if (!ReadLocalPackage(&package)) {
297 mime_header + package + mime_footer);
386 bool UsbTestGadgetImpl::ReadLocalPackage(std::string* package) {
391 return ReadFile(file_path, package);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/
Android.mk 19 # Don't include this package in any target.
  /cts/hostsidetests/dumpsys/
Android.mk 23 # Must match the package name in CtsTestCaseList.mk
  /cts/hostsidetests/sample/
Android.mk 23 # Must match the package name in CtsTestCaseList.mk
  /cts/hostsidetests/sample/app/
Android.mk 19 # Don't include this package in any target.
  /cts/hostsidetests/theme/
Android.mk 25 # Must match the package name in CtsTestCaseList.mk
  /cts/hostsidetests/usb/SerialTestApp/
Android.mk 18 # don't include this package in any target
  /cts/libs/deviceutil/jni/
Android.mk 21 # Don't include this package in any configuration by default.
  /cts/suite/cts/deviceTests/browserbench/
Android.mk 18 # don't include this package in any target
  /cts/suite/cts/deviceTests/dram/
Android.mk 18 # don't include this package in any target
  /cts/suite/cts/deviceTests/filesystemperf/
Android.mk 18 # don't include this package in any target
  /cts/suite/cts/deviceTests/opengl/
Android.mk 18 # don't include this package in any target

Completed in 502 milliseconds

1 2 3 4 5 67 8 91011>>