HomeSort by relevance Sort by last modified time
    Searched full:plugin (Results 226 - 250 of 3756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/find_java/
build.gradle 1 apply plugin: 'cpp'
2 apply plugin: 'sdk-files'
3 apply plugin: 'windows-setup'
  /sdk/sdklauncher/
build.gradle 1 apply plugin: 'c'
2 apply plugin: 'sdk-files'
3 apply plugin: 'windows-setup'
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
index.apt 2 ANTLR v3 Maven Plugin
9 ANTLR v3 Maven plugin
11 The ANTLR v3 Maven plugin is completely re-written as of version 3.1.3; if you are familiar
15 The job of the plugin is essentially to tell the standard ANTLR parser generator where the
20 This version of the plugin allows full control over ANTLR and allows configuration of all
23 tool as of version 3.1.3 of ANTLR and this plugin.
25 * Plugin Versioning
27 The plugin version tracks the version of the ANTLR tool that it controls. Hence if you
28 use version 3.1.3 of the plugin, you will build your grammars using version 3.1.3 of the
29 ANTLR tool, version 3.2 of the plugin will use version 3.2 of the ANTLR tool and so on
    [all...]
  /external/chromium_org/ppapi/proxy/
plugin_var_serialization_rules.cc 55 // plugin:
57 // Plugin Browser Plugin Browser
60 // Plugin calls ReceivePassRef 4 1 1 1
63 // In example 1 before the send, the plugin has 3 refs which are represented
64 // as one ref in the browser (since the plugin only tells the browser when
66 // plugin code started to return a value, which means it gets another ref
67 // on behalf of the caller. This needs to be transferred to the plugin and
81 // Overview of sending an object with "pass ref" from the plugin to the
84 // Plugin Browser Plugin Browse
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven/2.0.8/
maven-2.0.8.pom 60 <plugin>
62 <artifactId>maven-jar-plugin</artifactId>
64 </plugin>
65 <plugin>
67 <artifactId>maven-compiler-plugin</artifactId>
69 </plugin>
70 <plugin>
71 <artifactId>maven-assembly-plugin</artifactId>
73 </plugin>
74 <plugin>
    [all...]
  /external/chromium_org/content/public/browser/
plugin_service.h 32 // querying plugin information. This must be used instead of that to avoid
43 // to throw away their cache of the plugin list, and optionally also reload
59 // Gets the plugin in the list of plugins that matches the given url and mime
60 // type. Returns true if the data is frome a stale plugin list, false if it
69 // Gets plugin info for an individual plugin and filters the plugins using
71 // via |is_stale| and returns whether or not the plugin can be found.
83 // Get plugin info by plugin path (including disabled plugins). Returns true
84 // if the plugin is found and WebPluginInfo has been filled in |info|. Thi
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_client.cc 5 #include "content/test/plugin/plugin_client.h"
8 #include "content/test/plugin/plugin_execute_stream_javascript.h"
9 #include "content/test/plugin/plugin_test.h"
10 #include "content/test/plugin/plugin_test_factory.h"
86 // We look at the test name requested via the plugin arguments. We match
136 NPAPIClient::PluginTest* plugin =
139 NPError rv = plugin->Destroy();
140 delete plugin;
148 NPAPIClient::PluginTest* plugin =
151 return plugin->SetWindow(pNPWindow)
258 NPAPIClient::PluginTest* plugin = local
    [all...]
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.pom 6 <artifactId>p2-maven-plugin</artifactId>
7 <packaging>maven-plugin</packaging>
9 <name>p2-maven-plugin</name>
11 <description>Maven plugin for the automation of jars wrapping and p2 site generation</description>
59 <url>https://github.com/reficio/p2-maven-plugin/issues</url>
63 <connection>scm:git:git://github.com/reficio/p2-maven-plugin.git</connection>
64 <developerConnection>scm:git:git@github.com:reficio/p2-maven-plugin.git</developerConnection>
65 <url>http://github.com/reficio/p2-maven-plugin</url>
70 <url>https://reficio.ci.cloudbees.com/job/p2-maven-plugin/</url>
94 <artifactId>maven-plugin-api</artifactId
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 43 * template expects each plugin's format to match the following structure to
54 * identifier: 'plugin-name',
57 * path: '/blahblah/blahblah/MyCrappyPlugin.plugin',
60 * description: 'My crappy plugin',
72 * path: '/tmp/MyFirst.plugin',
75 * description: 'My first plugin',
84 * path: '/foobar/baz/YourGreatPlugin.plugin',
87 * description: 'Your great plugin',
96 * path: '/foobiz/bar/HisGreatPlugin.plugin',
99 * description: 'His great plugin',
    [all...]
  /cts/tools/signature-tools/
TODO.txt 5 Add "plugin system" to enable different loader / differ / report engines. This can be simple as register the class name of the available loaders in a property file
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
npapi.html 8 You can bundle an NPAPI plugin with your extension,
19 <p>Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way. You should be especially cautious when processing input from untrusted sources, such as when working with
31 How to develop an NPAPI plugin is outside the scope of this document.
33 NPAPI plugin reference</a> for information on how to do that.
37 Once you have an NPAPI plugin,
44 that describes where to find the plugin,
59 The "path" property specifies the path to your plugin,
62 your plugin can be accessed by regular web pages;
64 meaning only your extension can load the plugin. Add
65 <code>"public": true</code> to make your plugin accessible o
    [all...]
  /external/chromium_org/content/public/app/
DEPS 3 "+content/public/plugin/content_plugin_client.h",
  /external/chromium_org/content/test/data/npapi/
npobject_released_on_destruction.html 17 // Create the NPObjectStub in the plugin process first. This object's
20 // Then create an NPObjectProxy in the plugin process that holds on to the
36 Tests that if a plugin creates an NPObject and releases it on destruction,
37 there's no crash when the plugin goes away.
popup_window_with_target_plugin.html 18 Open Popup window with plugin Test<p>
19 This test instantiates a plugin which executes the window.open call to open a popup <br />
20 window with a windowed plugin instance. The test verifies that the plugin instance in <br />
  /external/chromium_org/mojo/
README.md 5 plugin processes that can support multiple types of sandboxed content, such as
  /external/chromium_org/ppapi/api/dev/
ppb_zoom_dev.idl 17 * Zoom interface should only apply to those full-page "plugin-document".
21 * Informs the browser about the new zoom factor for the plugin (see
22 * ppp_zoom_dev.h for a description of zoom factor). The plugin should only
24 * only needed in case a plugin can update its own zoom, say because of its
  /external/chromium_org/ppapi/examples/compositor/
compositor.html 14 <embed id="plugin" type="application/x-ppapi-example-compositor"
19 var plugin = document.getElementById('plugin');
22 plugin.addEventListener('message', function(message) {
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
ppapi_entrypoints.cc 5 #include "ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h"
12 #include "ppapi/native_client/src/trusted/plugin/module_ppapi.h"
18 plugin::ModulePpapi* module = new plugin::ModulePpapi();
  /external/chromium_org/third_party/libaddressinput/src/java/test/
build.gradle 1 apply plugin: 'android-library'
  /external/clang/test/Frontend/
plugins.c 1 // RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/plugin/META-INF/
MANIFEST.MF 5 Bundle-Localization: plugin
  /external/jarjar/maven/
pom.xml 5 <artifactId>jarjar-plugin</artifactId>
6 <packaging>maven-plugin</packaging>
8 <name>Jar Jar Links Maven Plugin</name>
13 <artifactId>maven-plugin-api</artifactId>
  /external/jsilver/
build.gradle 1 apply plugin: 'java'
  /external/llvm/lib/Transforms/Hello/
CMakeLists.txt 2 # from the hello plugin.
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 2 :: This file is used to invoke nanopb_generator.py as a plugin
5 :: protoc --plugin=nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto
9 :: --plugin= on the command line.
12 python "%mydir%\nanopb_generator.py" --protoc-plugin

Completed in 2060 milliseconds

1 2 3 4 5 6 7 8 91011>>