Searched refs:pkg (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/doclava/res/assets/templates/
H A Dpackage-list.cs1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?>
H A Dpackages.cs22 <?cs each:pkg = docs.packages ?>
23 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:pkg.since ?>" >
24 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
25 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
/external/annotation-tools/annotation-file-utilities/tests/
H A DPackage.java1 package pkg.name.here;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowComponentName.java20 private String pkg; field in class:ShadowComponentName
23 public void __constructor__(String pkg, String cls) { argument
24 if (pkg == null) throw new NullPointerException("package name is null");
26 this.pkg = pkg;
30 public void __constructor__(Context pkg, String cls) { argument
32 this.pkg = pkg.getPackageName();
36 public void __constructor__(Context pkg, Class<?> cls) { argument
37 this.pkg
[all...]
/external/toolchain-utils/binary_search_tool/cros_pkg/
H A Dswitch_to_bad.sh22 while read pkg || [[ -n "$pkg" ]];
24 sudo cp ${BAD_BUILD}/packages/$pkg ${WORK_BUILD}/packages/$pkg
27 echo "Failed to copy ${pkg} to work build tree."
38 echo "Failed to copy ${pkg} to work build tree."
H A Dswitch_to_good.sh22 while read pkg || [[ -n "$pkg" ]];
24 sudo cp ${GOOD_BUILD}/packages/$pkg ${WORK_BUILD}/packages/$pkg
27 echo "Failed to copy ${pkg} to work build tree."
38 echo "Failed to copy ${pkg} to work build tree."
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DCodeGenerationUtils.java61 * @param pkg the package in which the file resides, like "com.laamella.parser"
64 public static Path fileInPackageAbsolutePath(String root, String pkg, String file) { argument
65 pkg = packageToPath(pkg);
66 return Paths.get(root, pkg, file).normalize();
69 public static Path fileInPackageAbsolutePath(Path root, String pkg, String file) { argument
70 return fileInPackageAbsolutePath(root.toString(), pkg, file);
77 public static Path fileInPackageRelativePath(String pkg, String file) { argument
78 pkg = packageToPath(pkg);
85 packageToPath(String pkg) argument
95 packageAbsolutePath(String root, String pkg) argument
100 packageAbsolutePath(Path root, String pkg) argument
[all...]
/external/ImageMagick/Magick++/bin/
H A DMagick++-config.in44 pkg-config --cflags Magick++
47 pkg-config --cflags Magick++
50 pkg-config --cflags Magick++
53 pkg-config --libs Magick++
56 pkg-config --libs Magick++
/external/ImageMagick/MagickCore/
H A DMagickCore-config.in41 pkg-config --cflags MagickCore
44 pkg-config --cflags MagickCore
47 pkg-config --cflags MagickCore
50 pkg-config --libs MagickCore
53 pkg-config --libs MagickCore
/external/ImageMagick/MagickWand/
H A DMagickWand-config.in41 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
44 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
47 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
50 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
53 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand
/external/testng/src/test/java/test/pkg2/
H A DTest2.java3 import test.pkg.PackageTest;
/external/libmtp/
H A D.travis-translate-pkgs23 for pkg in "$@"; do
24 pkg="$(ubuntu2osx "$pkg")"
25 accu="$accu $pkg"
/external/deqp/external/
H A Dfetch_kc_cts.py48 for pkg in PACKAGES:
50 pkg.clean()
52 pkg.update(args.protocol)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
H A DPrimitiveArrayTest.java30 private final String pkg = "!!org.yaml.snakeyaml.array"; field in class:PrimitiveArrayTest
42 String testInput = "- " + pkg + ".ByteArr [ " + Arrays.toString(bytes) + " ]\n" + "- "
43 + pkg + ".ShortArr [ " + Arrays.toString(shorts) + " ]\n" + "- " + pkg
44 + ".IntArr [ " + Arrays.toString(ints) + " ]\n" + "- " + pkg + ".LongArr [ "
45 + Arrays.toString(longs) + " ]\n" + "- " + pkg + ".FloatArr [ "
46 + Arrays.toString(floats) + " ]\n" + "- " + pkg + ".DoubleArr [ "
47 + Arrays.toString(doubles) + " ]\n" + "- " + pkg + ".CharArr [ "
48 + Arrays.toString(chars) + " ]\n" + "- " + pkg + ".BooleanArr [ "
92 tryInvalid(pkg
[all...]
/external/tensorflow/tensorflow/java/src/gen/perl/
H A Dtftypes-runall.pl25 my $pkg = "$root/org/tensorflow";
39 system("perl $dir/tftypes.pl -t $rsrc/tftypes.csv $pkg/types");
40 system("perl $dir/tftypes.pl -c $rsrc/tftypes.csv $rsrc/Tensors.java.tmpl > $pkg/Tensors.java");
/external/linux-kselftest/tools/testing/selftests/memfd/
H A DMakefile10 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
14 $(OUTPUT)/fuse_mnt: LDLIBS += $(shell pkg-config fuse --libs)
/external/selinux/semodule-utils/semodule_package/
H A Dsemodule_unpackage.c43 struct sepol_module_package *pkg; local
64 if (sepol_module_package_create(&pkg)) {
69 if (sepol_module_package_read(pkg, in, 0) == -1) {
78 if (sepol_policydb_write(sepol_module_package_get_policy(pkg), out)) {
86 len = sepol_module_package_get_file_contexts_len(pkg);
93 fcdata = sepol_module_package_get_file_contexts(pkg);
101 sepol_module_package_free(pkg);
/external/icu/icu4c/source/common/
H A Dservrbf.cpp62 char pkg[20]; local
64 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
65 if(length>=(int32_t)sizeof(pkg)) {
68 return new ResourceBundle(pkg, loc, status);
/external/python/cpython2/Lib/test/
H A Dtest_pkgutil.py25 pkg = 'test_getdata_filesys'
31 package_dir = os.path.join(self.dirname, pkg)
46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
51 del sys.modules[pkg]
55 pkg = 'test_getdata_zipfile'
65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
73 res1 = pkgutil.get_data(pkg, 're
[all...]
/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp262 Package *pkg, *listPkg, *addListPkg; local
276 pkg=new Package;
277 if(pkg==NULL) {
285 pkg->setAutoPrefix();
294 pkg->setAutoPrefixWithType();
326 pkg->readPackage(inFilename);
330 pkg->addFile(sourcePath, inFilename);
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
400 pkg
[all...]
/external/autotest/client/deps/ibusclient/src/
H A DMakefile5 PKG_CONFIG ?= pkg-config
/external/golang-protobuf/protoc-gen-go/generator/
H A DMakefile40 include $(GOROOT)/src/Make.pkg
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
/external/libjpeg-turbo/release/
H A Dmakecygwinpkg.in31 make install DESTDIR=$TMPDIR/pkg docdir=/usr/share/doc/$PACKAGE_NAME-$VERSION \
33 rm $TMPDIR/pkg$LIBDIR/*.la
35 ln -fs /usr/share/doc/$PACKAGE_NAME-$VERSION $TMPDIR/pkg$DOCDIR
37 cd $TMPDIR/pkg
/external/skia/gn/
H A Dcodesign_ios.py17 # pkg path to application directory, e.g. out/Debug/dm.app
21 pkg,identstr,profile = sys.argv[1:]
42 os.path.join(pkg, 'embedded.mobileprovision'))
50 app, _ = os.path.splitext(os.path.basename(pkg))
69 pkg])

Completed in 714 milliseconds

1234567891011