HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 76 - 100 of 272) sorted by null

1 2 34 5 6 7 8 91011

  /external/protobuf/python/google/protobuf/
descriptor.py 111 which will include protocol "package" name and the name of any
167 which will include protocol "package" name and the name of any
408 full_name: (str) Full name of the type, including package name
487 full_name: (str) Full name of the service, including package name.
561 package: name of the package
566 def __init__(self, name, package, options=None, serialized_pb=None):
571 self.package = package
  /frameworks/base/tools/aidl/
aidl_language_y.y 16 %token PACKAGE
34 package { }
36 | package imports { }
39 package: label
40 PACKAGE { }
86 b->package = g_currentPackage ? strdup(g_currentPackage) : NULL;
127 c->package = g_currentPackage ? strdup(g_currentPackage) : NULL;
  /build/core/
definitions.mk 663 ## Package filtering
672 define _get-package-overrides
693 define get-package-overrides
694 $(strip $(sort $(call _get-package-overrides,$(1))))
    [all...]
prebuilt.mk 58 # The magic string "EXTERNAL" means this package will be signed with
60 # the final package to be signed with a different key.
63 # keys, but want the package to be predexopt'ed.
77 # The magic string "PRESIGNED" means this package is already checked
80 # By setting .CERTIFICATE but not .PRIVATE_KEY, this package will be
108 $(sign-package)
109 $(align-package)
  /external/icu4c/extra/uconv/
Makefile.in 80 distclean resclean distclean-local dist dist-local check check-local resfiles package-resfiles install-resfiles install-man
143 resfiles: $(RESFILES) package-resfiles
150 package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp 124 PluginPackage* package = plugins[i]; local
126 info.name = package->name();
127 info.file = package->fileName();
128 info.desc = package->description();
130 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
137 mime.extensions = package->mimeToExtensions().get(mime.type);
  /cts/tests/ApiDemosReferenceTest/
Android.mk 18 # don't include this package in any target
  /cts/tests/ProcessTest/
Android.mk 18 # don't include this package in any target
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 19 # don't include this package in any target
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 19 # don't include this package in any target
  /cts/tests/core/libcore/com/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.com
  /cts/tests/core/libcore/dalvik/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.dalvik
  /cts/tests/core/libcore/libcore/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.libcore
  /cts/tests/core/libcore/org/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.org
  /cts/tests/core/libcore/sun/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.sun
  /cts/tests/core/libcore/tests/
Android.mk 23 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.tests
  /cts/tests/core/runner/
Android.mk 23 # include this package in the tests target for continuous testing
  /cts/tests/jni/
Android.mk 21 # Don't include this package in any configuration by default.
  /cts/tests/tests/accounts/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/app/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/bluetooth/
Android.mk 22 # Don't include this package in any target.
  /cts/tests/tests/content/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/database/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/drm/
Android.mk 19 # don't include this package in any target
  /cts/tests/tests/example/
Android.mk 22 # Don't include this package in any target.

Completed in 352 milliseconds

1 2 34 5 6 7 8 91011