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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/plugins/wx/
PluginDataWx.cpp 43 PluginPackage* package = plugins[i]; local
45 info.name = package->name();
46 info.file = package->fileName();
47 info.desc = package->description();
49 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
56 mime.extensions = package->mimeToExtensions().get(mime.type);
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportPregenerated.pm 2 package DumpRenderTreeSupport;
6 package DumpRenderTreeSupportc;
8 package DumpRenderTreeSupport;
13 package DumpRenderTreeSupport;
46 package DumpRenderTreeSupport;
52 package DumpRenderTreeSupport;
  /build/tools/signapk/test/
run 3 package := NotePad.apk macro
5 all: out/signed-$(package)
26 out/signed-$(package): $(package) $(cert)
  /external/chromium/build/linux/
pkg-config-wrapper 18 echo "usage: $0 /path/to/sysroot [pkg-config-arguments] package" >&2
23 package=${!#}
35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
  /external/openssl/crypto/des/
DES.pm 0 package DES;
  /libcore/support/src/test/java/tests/resources/Package/
hyts_package.jar 
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES:= run-as.c package.c
  /build/tools/
dump-package-stats 35 types of files in each package. Emits one line per package.
42 filesize: the size of the package on disk
43 name: the name of the package as passed to $PROGNAME
47 all: the sum of all entries in the package
48 dex: the sum of all "*.dex" entries in the package
  /external/webkit/Source/WebCore/plugins/android/
PluginDataAndroid.cpp 43 PluginPackage* package = plugins[i]; local
45 info.name = package->name();
46 info.file = package->fileName();
47 info.desc = package->description();
49 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
55 mime.extensions = package->mimeToExtensions().get(mime.type);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginDataGtk.cpp 37 PluginPackage* package = plugins[i]; local
39 info.name = package->name();
40 info.file = package->fileName();
41 info.desc = package->description();
43 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
50 mime.extensions = package->mimeToExtensions().get(mime.type);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
NetscapePluginModuleX11.cpp 71 RefPtr<PluginPackage> package = PluginPackage::createPackage(pluginPath, 0 /*lastModified*/); local
72 if (!package)
76 plugin.info.desc = package->description();
77 plugin.info.file = package->fileName();
79 const MIMEToDescriptionsMap& descriptions = package->mimeToDescriptions();
80 const MIMEToExtensionsMap& extensions = package->mimeToExtensions();
94 package->unload();
  /bootable/recovery/
verifier_test.sh 60 run_command rm $WORK_DIR/package.zip
70 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
71 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail
76 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
77 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip && fail
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebPlatformStrategies.cpp 76 PluginPackage* package = plugins[i]; local
79 info.name = package->name();
80 info.file = package->fileName();
81 info.desc = package->description();
83 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
93 mime.extensions = package->mimeToExtensions().get(mime.type);
  /frameworks/base/core/res/
Android.mk 32 # Create package-export.apk, which other packages can use to get
43 # Make sure the system .rs files get compiled before building the package-export.apk.
47 .PHONY: framework-res-package-target
48 framework-res-package-target: $(LOCAL_BUILT_MODULE)
  /system/media/mca/
structgen.py 79 package %s;
92 def ToJNIPackage(package, jclassname):
93 return "%s_%s" % (package.replace(".", "_"), jclassname)
107 def __init__(self, name, structname, jclassname, package, ctype, jtype, defval):
111 self.package = package
142 % (self.jtype, ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0))
149 "}\n" % (self.jtype, ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0),\
155 % (ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0), self.jtype)
166 "}\n" % (ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0),
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebpluginprivate.h 31 WebKitWebPlugin* kitNew(WebCore::PluginPackage* package);
  /frameworks/base/tools/aapt/tests/plurals/
run.sh 9 aapt package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
  /build/core/
host_java_library.mk 56 $(transform-host-java-to-package)
82 $(create-empty-package)
83 $(add-dex-to-package)
85 $(add-java-resources-to-package)
91 $(transform-host-java-to-package)
  /cts/tools/utils/cts/
tools.py 24 """This class represents a test package.
26 Each test package consists of one or more suites, each containing one or more subsuites and/or
29 The package structure is currently stored using Python dictionaries and lists. Translation
78 """Add a test to the package.
90 """Add an attribute to the test package itself."""
94 """Returns a minidom Document representing the test package structure."""
96 package = doc.createElement('TestPackage')
98 package.setAttribute(attr, value)
99 self.root_suite.WriteDescription(doc, package)
100 doc.appendChild(package)
    [all...]
  /external/bison/tests/
Makefile.am 23 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
29 ## package.m4. ##
32 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
34 echo '# Signature of the current package.'; \
40 } >$(srcdir)/package.m4
60 $(TESTSUITE): package.m4 $(TESTSUITE_AT)
  /external/bluetooth/glib/glib/
gwin32.h 91 gchar* g_win32_get_package_installation_directory (const gchar *package,
94 gchar* g_win32_get_package_installation_subdirectory (const gchar *package,
  /external/proguard/examples/dictionaries/
keywords.txt 47 package
  /external/bluetooth/glib/debian/
build 4 # Debian package of a CVS archive.
31 my ($package, $last_date, $last_revision) = /^(.*?) \((.*?)\.(.*)?\)/;
43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n";
  /sdk/files/
android.el 32 "This is where your Android Application Package is stored."
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
89 (read-file-name "Android Application Package (.apk): "
98 (defun android-uninstall-app (package-name)
99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path.
100 Specify the package name --- and not the name of the application e.g., com.android.foo."
103 (read-from-minibuffer "Package: ")))
104 (compile (format "adb uninstall %s" package-name)))
106 (defun android-start-activity (package class)
107 "Start the activity PACKAGE/CLASS in the Android emulator. This expects the SDK tools directory to be in the current path.
    [all...]
  /cts/tools/utils/
buildCts.py 87 for package in android_packages:
89 self.test_repository, self.android_root, self.doclet_path, package])
148 print 'Generating test description for package %s' % name
153 package = tools.TestPackage('SignatureTest', 'android.tests.sigtest')
154 package.AddAttribute('appNameSpace', 'android.tests.sigtest')
155 package.AddAttribute('signatureCheck', 'true')
156 package.AddAttribute('runner', '.InstrumentationRunner')
157 package.AddTest('android.tests.sigtest.SignatureTest.signatureTest')
159 package.WriteDescription(description)
165 package = tools.TestPackage('ApiDemosReferenceTest', 'android.apidemos.cts'
    [all...]

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011