HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 1 - 25 of 349) 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;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 0 package ANTLR::Runtime::EarlyExitException;
MismatchedSetException.pm 0 package ANTLR::Runtime::MismatchedSetException;
RuleReturnScope.pm 0 package ANTLR::Runtime::RuleReturnScope;
TokenStream.pm 0 package ANTLR::Runtime::TokenStream;
CharStream.pm 0 package ANTLR::Runtime::CharStream;
IntStream.pm 0 package ANTLR::Runtime::IntStream;
Stream.pm 0 package ANTLR::Runtime::Stream;
CharStreamState.pm 0 package ANTLR::Runtime::CharStreamState;
Exception.pm 0 package ANTLR::Runtime::Exception;
  /system/core/run-as/
Android.mk 4 LOCAL_SRC_FILES:= run-as.c package.c
  /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 
  /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 3 # A test suite for recovery's package signature verifier. Run in a
56 run_command rm $WORK_DIR/package.zip
66 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
67 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail
72 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
73 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);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 0 package org.antlr.runtime.tree
  /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)
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 7 # Make sure every package name gets the FrameworkCoreTests_ prefix.

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011>>