/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
NdkCommandLauncher.java | 76 // append necessary extension 130 private boolean isWindowsExecutableExtension(String extension) { 131 return extension != null && WINDOWS_NATIVE_EXECUTABLES.contains(extension);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
SubjectKeyIdentifierStructure.java | 1 package org.bouncycastle.x509.extension; 21 * @param encodedValue a DER octet encoded string with the extension structure in it.
|
/external/chromium/chrome/browser/download/ |
download_prefs.h | 35 // Returns true if there is at least one file extension registered 40 const FilePath::StringType& extension) const; 42 // Enables auto-open based on file extension. Returns true on success. 46 // Disables auto-open based on file extension.
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_model.h | 15 class Extension; 19 // The menu model for the context menu for extension action icons (browser and 38 // Creates a menu model for the given extension action. If 42 ExtensionContextMenuModel(const Extension* extension, 61 // Gets the extension we are displaying the menu for. Returns NULL if the 62 // extension has been uninstalled and no longer exists. 63 const Extension* GetExtension() const; 65 // A copy of the extension's id. 68 // The extension action we are displaying the menu for (or NULL) [all...] |
extension_icon_manager.h | 18 class Extension; 25 // Start loading the icon for the given extension. 26 void LoadIcon(const Extension* extension); 29 // entry specified in the extension's 'icon' section of the manifest, or a 30 // default extension icon. 33 // Removes the extension's icon from memory. 44 // Makes sure we've done one-time initialization of the default extension icon 52 // Used for loading extension icons. 55 // Maps extension id to an SkBitmap with the icon for that extension [all...] |
extension_info_map.cc | 7 #include "chrome/common/extensions/extension.h" 25 void ExtensionInfoMap::AddExtension(const Extension* extension) { 27 extension_info_[extension->id()] = extension; 28 Map::iterator iter = disabled_extension_info_.find(extension->id()); 42 // If the extension was uninstalled, make sure it's removed from the map of 48 // disabled extension (e.g., via sync). See 118 // If the url is an extension scheme, we just look it up by extension id [all...] |
extension_info_map.h | 15 #include "chrome/common/extensions/extension.h" 19 class Extension; 21 // Contains extension data that needs to be accessed on the IO thread. It can 33 void AddExtension(const Extension* extension); 35 // Callback for when an extension is unloaded. 39 // Gets the name for the specified extension. 42 // Gets the path to the directory for the specified extension. 45 // Gets the path to the directory for the specified disabled extension. 48 // Returns true if the specified extension exists and has a non-empty we [all...] |
image_loading_tracker.h | 15 class Extension; 31 // tracker_.LoadImage(extension, resource, max_size, false); 68 void LoadImage(const Extension* extension, 74 typedef std::map<int, const Extension*> LoadMap; 87 // NotificationObserver method. If an extension is uninstalled while we're 103 // integer identifies the id assigned to the request. If the extension is
|
user_script_listener.h | 20 class Extension; 87 // Helper to collect the extension's user script URL patterns in a list and 89 void CollectURLPatterns(const Extension* extension, URLPatterns* patterns);
|
/external/chromium/chrome/browser/sync/glue/ |
extension_sync.h | 15 class Extension; 33 // A map from extension IDs to ExtensionData objects. 65 // Updates the server data for the given extension. Returns true iff 69 const Extension& extension, 74 // Removes the server data for the given extension ID.
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_codec.cc | 15 #include "chrome/common/extensions/extension.h" 47 const Extension* extension = local 49 DCHECK(extension); 50 value->SetString(kAppID, extension->id()); 54 value->SetString(kURL, extension->GetFullLaunchURL().spec());
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_uninstall_dialog_view.cc | 14 #include "chrome/common/extensions/extension.h" 35 const Extension* extension, 50 UTF8ToUTF16(extension->name())))); 147 const Extension* extension, 162 new ExtensionUninstallDialogView(delegate, extension, icon))->Show();
|
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.h | 24 class Extension; 32 // Information about a page running in an extension, for example a toolstrip, 73 // We do this with native code instead of just using chrome-extension:// URLs 112 // Extension Detail JSON Struct for page. (static for ease of testing). 116 const Extension* extension, 182 // Utility for callbacks that get an extension ID as the sole argument. 183 const Extension* GetExtension(const ListValue* args); 200 // Helper that lists the current active html pages for an extension. 202 const Extension* extension) [all...] |
/external/chromium/chrome/browser/ui/webui/ |
shown_sections_handler.h | 13 class Extension; 70 const Extension* extension);
|
/external/chromium/chrome/common/extensions/ |
extension_set.h | 14 #include "chrome/common/extensions/extension.h" 17 // The one true extension container. Extensions are identified by their id. 18 // Only one extension can be in the set with a given ID. 27 // Returns true if the set contains the specified extension. 30 // Adds the specified extension to the set. The set becomes an owner. Any 31 // previous extension with the same ID is removed. 32 void Insert(const scoped_refptr<const Extension>& extension); 34 // Removes the specified extension. 37 // Returns the extension ID that the given URL is a part of, or empty i [all...] |
/external/harfbuzz_ng/contrib/python/ |
setup.py | 6 from Pyrex.Distutils.extension import Extension 29 Extension("harfbuzz", ["lib/harfbuzz.pyx"], libraries=["harfbuzz"], library_dirs=["../../%s/src/.libs" % opts.build], include_dirs=["/usr/include/freetype2", "../../src", "../../%s/src" % opts.build]), 30 Extension("fontconfig", ["lib/fontconfig.pyx"], libraries=["fontconfig"])
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
ImplHandler.java | 164 * Returns the AssetLoader registered for the given extension 181 for (String extension : extensions){ 182 extension = extension.toLowerCase(); 184 loaders.put(extension, local);
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginDatabase.h | 49 - (WebBasePluginPackage *)pluginForExtension:(NSString *)extension;
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
PluginInfoStoreMac.mm | 92 String PluginInfoStore::getMIMETypeForExtension(const String& extension) 98 RetainPtr<CFStringRef> extensionCFString(AdoptCF, safeCreateCFString(extension));
|
/external/webkit/Tools/Scripts/ |
check-dom-results | 118 my $extension = $1; 120 $failure =~ s|-expected\.txt|.${extension}|;
|
/frameworks/base/libs/hwui/ |
Extensions.h | 51 bool hasExtension(const char* extension) const;
|
/frameworks/compile/mclinker/lib/MC/ |
SearchDirs.cpp | 93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { 137 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { 150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
|
/build/core/combo/arch/x86/ |
x86-atom.mk | 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
|
/device/samsung/tuna/recovery/ |
Android.mk | 17 # Edify extension functions for doing bootloader updates on Tuna devices.
|
/external/chromium/chrome/browser/ |
background_mode_manager_win.cc | 91 const Extension* extension) { 99 UTF8ToUTF16(extension->name()),
|