HomeSort by relevance Sort by last modified time
    Searched refs:bindings (Results 76 - 100 of 444) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/resources/extensions/
feedback_private_custom_bindings.js 5 // Custom bindings for the feedbackPrivate API.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 19 %r|bindings/objc|,
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 101 private final IntMap<ArrayList<Mapping>> bindings = new IntMap<ArrayList<Mapping>>(); field in class:InputManager
155 ArrayList<Mapping> maps = bindings.get(hash);
183 if (!bindings.containsKey(hash)) {
226 ArrayList<Mapping> maps = bindings.get(hash);
243 // NOTE: multiply by TPF for any button bindings
256 ArrayList<Mapping> maps = bindings.get(hash);
421 return; // repeat events not used for bindings
532 ArrayList<Mapping> names = bindings.get(hash);
535 bindings.put(hash, names);
579 ArrayList<Mapping> maps = bindings.get(hash);
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 158 void NavigationEntryImpl::SetBindings(int bindings) {
160 CHECK_NE(bindings, kInvalidBindings);
161 CHECK(bindings_ == kInvalidBindings || bindings_ == bindings);
162 bindings_ = bindings;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.h 34 #include <bindings/npruntime.h>
npruntime_impl.h 34 #include <bindings/npruntime.h>
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.h 29 #include <bindings/npfunctions.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 57 #include <boost/math/bindings/rr.hpp>
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 124 * \param bindings bitmask of PIPE_BIND_*
130 unsigned bindings );
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 57 #include <boost/math/bindings/rr.hpp>
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 124 * \param bindings bitmask of PIPE_BIND_*
130 unsigned bindings );
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 219 unsigned bindings; local
222 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_DEPTH_STENCIL;
224 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET;
226 if (screen->is_format_supported(screen, format, target, 0, bindings))
227 return bindings;
232 if (screen->is_format_supported(screen, format, target, 0, bindings))
233 return bindings;
328 GLuint bindings; local
380 bindings = default_bindings(st, fmt);
394 bindings);
467 GLuint bindings = default_bindings(st, format); local
1258 GLuint bindings = default_bindings(st, firstImageFormat); local
1315 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local
    [all...]
st_format.c 1596 uint bindings; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 219 unsigned bindings; local
222 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_DEPTH_STENCIL;
224 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET;
226 if (screen->is_format_supported(screen, format, target, 0, bindings))
227 return bindings;
232 if (screen->is_format_supported(screen, format, target, 0, bindings))
233 return bindings;
328 GLuint bindings; local
380 bindings = default_bindings(st, fmt);
394 bindings);
467 GLuint bindings = default_bindings(st, format); local
1258 GLuint bindings = default_bindings(st, firstImageFormat); local
1315 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local
    [all...]
  /external/chromium_org/content/renderer/
render_process_impl.cc 105 void RenderProcessImpl::AddBindings(int bindings) {
106 enabled_bindings_ |= bindings;
  /external/chromium_org/content/public/browser/
web_ui.h 74 virtual void SetBindings(int bindings) = 0;
  /external/llvm/
Makefile 35 OPTIONAL_DIRS := projects bindings
61 OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS))
94 OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS))
189 bindings/ocaml/llvm/META.llvm \
  /external/qemu/android/skin/
keyset.h 111 /* maximum number of key bindings per command. one command can be bound to several
112 * key bindings for convenience
122 /* return the number of keyboard bindings for a given command. results are placed in the 'bindings' array
126 SkinKeyBinding* bindings );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 68 /* Link to chain together various bindings for this name. */
80 /* Datatype used to temporarily save C++ bindings (for implicit
244 Only used at present for SK_CLEANUP temporary bindings. */
273 (*(cfun && cp_function_chain && cp_function_chain->bindings \
274 ? &cp_function_chain->bindings \
275 : &scope_chain->bindings))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 68 /* Link to chain together various bindings for this name. */
80 /* Datatype used to temporarily save C++ bindings (for implicit
244 Only used at present for SK_CLEANUP temporary bindings. */
273 (*(cfun && cp_function_chain && cp_function_chain->bindings \
274 ? &cp_function_chain->bindings \
275 : &scope_chain->bindings))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 68 /* Link to chain together various bindings for this name. */
80 /* Datatype used to temporarily save C++ bindings (for implicit
244 Only used at present for SK_CLEANUP temporary bindings. */
273 (*(cfun && cp_function_chain && cp_function_chain->bindings \
274 ? &cp_function_chain->bindings \
275 : &scope_chain->bindings))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 68 /* Link to chain together various bindings for this name. */
80 /* Datatype used to temporarily save C++ bindings (for implicit
244 Only used at present for SK_CLEANUP temporary bindings. */
273 (*(cfun && cp_function_chain && cp_function_chain->bindings \
274 ? &cp_function_chain->bindings \
275 : &scope_chain->bindings))
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 78 final ArrayMap<Intent.FilterComparison, IntentBindRecord> bindings field in class:ServiceRecord
80 // All active bindings to the service.
276 if (bindings.size() > 0) {
277 pw.print(prefix); pw.println("Bindings:");
278 for (int i=0; i<bindings.size(); i++) {
279 IntentBindRecord b = bindings.valueAt(i);
360 IntentBindRecord i = bindings.get(filter);
363 bindings.put(filter, i);
  /external/chromium_org/content/browser/webui/
web_ui_impl.h 41 virtual void SetBindings(int bindings) OVERRIDE;
91 int bindings_; // The bindings from BindingsPolicy that should be enabled for
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 31 Summary: Python bindings for libcap-ng library
38 The libcap-ng-python package contains the bindings so that libcap-ng

Completed in 790 milliseconds

1 2 34 5 6 7 8 91011>>