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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 55 # The Chromoting Host installer is a meta-package that consists of 3
57 # * Chromoting Host Service package
58 # * Chromoting Host Uninstaller package
59 # * Keystone package (GoogleSoftwareUpdate - for Official builds only)
152 local package="${input_dir}/${PKG_DIR}/${PKG_FINAL}"
154 "${package}" "${package}.signed"
155 mv -f "${package}.signed" "${package}"
  /frameworks/base/tools/aapt/
ResourceTable.h 92 // The type of package to build.
100 class Package;
125 const String16& package,
131 const String16& package,
142 const String16& package,
152 const String16& package,
164 bool hasBagOrEntry(const String16& package,
168 bool hasBagOrEntry(const String16& package,
177 bool appendComment(const String16& package,
183 bool appendTypeComment(const String16& package,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 115 from package import name_leafs"""
118 # "not been tested with dotted package names -- use at your own "\
282 def does_tree_import(package, name, node):
283 """ Returns true if name is imported from package at the
286 None for the package and 'foo' for the name. """
287 binding = find_binding(name, find_root(node), package)
294 def touch_import(package, name, node):
303 if does_tree_import(package, name, root):
327 if package is None:
333 import_ = FromImport(package, [Leaf(token.NAME, name, prefix=u" ")]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 173 'package' : Files.package,
190 'package' : Files.package,
206 'package' : Files.package,
227 'package' : Files.package,
244 'package' : Files.package,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 115 from package import name_leafs"""
118 # "not been tested with dotted package names -- use at your own "\
282 def does_tree_import(package, name, node):
283 """ Returns true if name is imported from package at the
286 None for the package and 'foo' for the name. """
287 binding = find_binding(name, find_root(node), package)
294 def touch_import(package, name, node):
303 if does_tree_import(package, name, root):
327 if package is None:
333 import_ = FromImport(package, [Leaf(token.NAME, name, prefix=u" ")]
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 41 printf("interface %s %s {\n", c->package, c->name.data);
63 printf("parcelable %s %s;\n", b->package, b->name.data);
66 printf("flattenable %s %s;\n", b->package, b->name.data);
171 check_filename(const char* filename, const char* package, buffer_type* name)
196 if (package) {
197 expected = package;
255 err |= check_filename(filename, p->package, &p->name);
260 err |= check_filename(filename, c->package, &c->name);
308 type = new UserDataType(p->package ? p->package : "", p->name.data
    [all...]
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 177 unittest_pb2.TestAllTypes.DESCRIPTOR.file.package,
180 self.assertEqual(desc.file.package, 'protobuf_unittest')
182 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
186 unittest_pb2._FOREIGNENUM.file.package, 'protobuf_unittest')
188 unittest_pb2._TESTALLTYPES_NESTEDENUM.file.package,
191 unittest_import_pb2._IMPORTENUM.file.package,
207 self.assertEqual(unittest_pb2.DESCRIPTOR.package, 'protobuf_unittest')
  /development/build/tools/
sdk_repo.mk 10 # Define the name of a package zip file to generate
13 # $3=package to create (e.g. tools, docs, etc.)
19 # Defines the rule to build an SDK repository package by zipping all
27 # $4=package to create (e.g. tools, docs, etc.)
33 @echo "Building SDK repository package $(4) from $(notdir $(3))"
42 # Defines the rule to build an SDK repository package when the
43 # package directory contains a single platform-related inner directory.
50 # $4=package to create (e.g. platforms, samples, etc.)
56 @echo "Building SDK repository package $(4) from $(notdir $(3))"
65 # Defines the rule to build an SDK repository package when th
    [all...]
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 23 const SEC_WCHAR* package) {
51 const SEC_WCHAR* package,
73 const_cast<SEC_WCHAR*>(package), // pszPackage
82 return MapAcquireCredentialsStatusToError(status, package);
85 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package,
95 const_cast<SEC_WCHAR*>(package), // pszPackage
104 return MapAcquireCredentialsStatusToError(status, package);
408 const std::wstring& package,
414 const_cast<wchar_t *>(package.c_str()), &pkg_info);
  /external/chromium_org/tools/android/adb_profile_chrome/
chrome_controller.py 39 package_info.package, 'GPU_PROFILER_LIST_CATEGORIES')
62 self._package_info.package, 'GPU_PROFILER_START',
87 self._package_info.package,
  /external/chromium_org/tools/android/
mempressure.py 85 package = package_info.package
101 device.old_interface.StartActivity(package, activity, action=action)
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 18 %package devel
27 The libcap-ng-devel package contains the files needed for developing
30 %package python
38 The libcap-ng-python package contains the bindings so that libcap-ng
41 %package utils
47 The libcap-ng-utils package contains applications to analyze the
  /build/tools/droiddoc/templates-pdk/
customizations.cs 52 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
61 if:subcount(class.package) ?>
63 <?cs call:list("Interfaces", class.package.interfaces) ?>
64 <?cs call:list("Classes", class.package.classes) ?>
65 <?cs call:list("Enums", class.package.enums) ?>
66 <?cs call:list("Exceptions", class.package.exceptions) ?>
67 <?cs call:list("Errors", class.package.errors) ?>
69 elif:subcount(package) ?>
71 <?cs call:class_link_list("Interfaces", package.interfaces) ?
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 32 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
  /cts/tests/JobScheduler/
Android.mk 19 # Don't include this package in any target.
29 # Must match the package name in CtsTestCaseList.mk
  /cts/tests/sample/
Android.mk 19 # Don't include this package in any target.
29 # Must match the package name in CtsTestCaseList.mk
  /cts/tests/webgl/
Android.mk 19 # Don't include this package in any target.
29 # Must match the package name in CtsTestCaseList.mk
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 28 package org.antlr.runtime.misc;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 0 package ANTLR::Runtime::RecognizerSharedState;
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
ANTLRStringStream.pm 0 package Test::ANTLR::Runtime::ANTLRStringStream;
CommonToken.pm 0 package Test::ANTLR::Runtime::CommonToken;
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 11 package='google.protobuf', variable
220 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,
    [all...]
  /external/libexif/
libexif.spec 19 %package devel
25 The libexif-devel package contains the libraries and include files
  /cts/tools/utils/
rerun.py 55 for package in packages:
56 casesFromChild = parseSuite(package, "")
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 7 :: Note that if you use the binary package of nanopb, the protoc

Completed in 1357 milliseconds

1 2 3 4 56 7 8 91011>>