Searched refs:package (Results 76 - 100 of 135) sorted by relevance

123456

/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild3 PKG=/tmp/package-dnsmasq
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py55 package='protobuf_unittest'
134 self.assertEqual(self.my_file.package, 'protobuf_unittest')
275 package: 'protobuf_unittest_import'
/external/quake/quake/src/WinQuake/
H A Dquake-data.spec.sh41 This package contians the Quake data files needed to play the game.
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebplugin.cpp128 WebKitWebPlugin* kitNew(WebCore::PluginPackage* package) argument
132 plugin->priv->corePlugin = package;
/external/doclava/res/assets/templates/
H A Dmacros.cs1 <?cs # A link to a package ?><?cs
209 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?><?cs
222 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs
251 <li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>api apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
/external/bison/tests/
H A DMakefile202 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
379 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
381 echo '# Signature of the current package.'; \
387 } >$(srcdir)/package.m4
388 $(TESTSUITE): package.m4 $(TESTSUITE_AT)
/external/chromium/net/http/
H A Dhttp_auth_sspi_win.h187 // Determines the maximum token length in bytes for a particular SSPI package.
194 // If the return value is ERR_UNSUPPORTED_AUTH_SCHEME, |package| is not an
202 const std::wstring& package,
/external/e2fsprogs/debian/attic/libs/
H A Drules5 # invoked with the package root as the current directory.
13 package = e2fsprogs
16 # find the version for the main package, from changelog file
28 docdir = $(maindir)/usr/doc/$(package)
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile210 If you are trying to build a whole package this is not the
/external/libvpx/examples/includes/geshi/geshi/
H A Doracle11.php52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
/external/srtp/crypto/
H A DMakefile122 # the target 'package' builds a compressed tar archive of the source code
126 package: superclean
/external/checkpolicy/test/
H A Ddismod.c717 package use the package reader, otherwise use the normal
725 sepol_module_package_t *package; local
726 if (sepol_module_package_create(&package)) {
730 package->policy = (sepol_policydb_t *) policy;
731 package->file_contexts = NULL;
733 sepol_module_package_read(package,
735 free(package->file_contexts);
/external/e2fsprogs/
H A De2fsprogs.spec18 The e2fsprogs package contains a number of utilities for creating,
29 You should install the e2fsprogs package if you are using any ext2,
31 install this package). You may also need to install it (even if you
35 %package devel
49 %package -n uuidd
57 The uuidd package contains a userspace daemon (uuidd) which guarantees
/external/openssh/contrib/suse/
H A Dopenssh.spec41 %package askpass
63 This package includes all files necessary for both the OpenSSH
77 This package contains an X Window System passphrase dialog for OpenSSH.
105 - Made this package correct for SuSE.
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests192 self.warn("Import Error: the multiprocessing module couldn't be loaded (may be lack of python-multiprocessing package?). The Qt autotests will be executed one by one.")
242 package = map(lambda w: [w, self._options.tests_options, not self._options.developer, self._options.timeout], files)
243 self.debug("Generated packages for workers: %s", repr(package))
244 results = workers.map(run_test, package) # Collects results.
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as0 package org.antlr.runtime.test {
/external/fdlibm/
H A Dmakefile.in124 @echo This package does not have a validation suite.
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc86 SplitStringUsing(file_->package(), ".", &package_parts_);
513 SplitStringUsing(dependency->package(), ".", &dependency_package_parts);
/external/icu4c/tools/genrb/
H A Dreslist.h82 char *writtenFilename, int writtenFilenameLen, const char* language, const char* package, UErrorCode *status);
/external/opencv/otherlibs/highgui/
H A Dhighgui.h103 #pragma package <chopencv>
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1340 if (!package().empty()) proto->set_package(package());
1550 if (!package().empty()) {
1551 strings::SubstituteAndAppend(&contents, "package $0;\n\n", package());
1884 // Silly helper which determines if the given file is in the given package.
1885 // I.e., either file->package() == package_name or file->package() is a
1886 // nested package within package_name.
1947 // as the existing definition is also a package (becaus
[all...]
/external/strace/
H A Dstrace.spec26 %package -n strace64
40 This package provides the `strace64' program to trace 64-bit processes.
41 The `strace' program in the `strace' package is for 32-bit processes.
376 - Get S/390 support into the normal package
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as0 package org.antlr.runtime {
/external/expat/amiga/
H A DMakefile5 .PHONY: help all check clean package
23 @echo " package - prepare distribution archive"
47 package:
/external/grub/util/
H A Dmkbimage402 using \`superformat' to be found in \`fdutils' package.

Completed in 2667 milliseconds

123456