HomeSort by relevance Sort by last modified time
    Searched refs:bindings (Results 26 - 50 of 96) sorted by null

12 3 4

  /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/webkit/Source/WebCore/bindings/v8/
npruntime_impl.h 35 #include <bindings/npruntime.h>
V8NPObject.h 35 #include <bindings/npruntime.h>
  /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 );
keyset.c 466 SkinKeyBinding* bindings )
475 bindings->sym = item->sym;
476 bindings->mod = item->mod;
477 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))
  /external/webkit/Source/WebCore/
Android.derived.mk 175 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xmlns_attrs) --output $(dir $@)
183 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xml_attrs) --output $(dir $@)
193 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xlink_attrs) --output $(dir $@)
206 # WebKit <-> Chromium bindings which include headers from the Chromuim project.
  /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
  /external/qemu/android/
help.c 223 SkinKeyBinding bindings[ SKIN_KEY_COMMAND_MAX_BINDINGS ]; local
227 count = skin_keyset_get_bindings( android_keyset, cmd, bindings );
233 skin_key_symmod_to_str( bindings[n].sym, bindings[n].mod ) );
290 " configuration of key-bindings to use. the default location on this\n"
383 " and key bindings/presses\n\n"
    [all...]
qemulator.c 216 SkinKeyBinding bindings[ SKIN_KEY_COMMAND_MAX_BINDINGS ]; local
221 bindings );
234 skin_key_symmod_to_str( bindings[nn].sym,
235 bindings[nn].mod ) );
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 37 #include <bindings/npruntime.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/llvm/docs/
Makefile 119 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
123 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
  /external/webkit/Tools/wx/packaging/debian/
rules 63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 79 final HashMap<Intent.FilterComparison, IntentBindRecord> bindings field in class:ServiceRecord
81 // All active bindings to the service.
260 if (bindings.size() > 0) {
261 Iterator<IntentBindRecord> it = bindings.values().iterator();
262 pw.print(prefix); pw.println("Bindings:");
312 IntentBindRecord i = bindings.get(filter);
315 bindings.put(filter, i);
ActiveServices.java 314 IntentBindRecord ib = r.record.bindings.get(r.record.intent);
572 IntentBindRecord b = r.bindings.get(filter);
647 IntentBindRecord b = r.bindings.get(filter);
1067 Iterator<IntentBindRecord> bindings = r.bindings.values().iterator(); local
1650 Iterator<IntentBindRecord> bindings local
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 779 char* bindings = GetFile(updateDerivedMake);
807 static const char bindHead[] = "bindings/js/";
851 char* bind = bindings;
857 char* filename = strrchr(bindings, '/');
861 char* bi = bindings;
871 bindings += strlen(bindings) + 1;
894 bindings += strlen(bindings) + 1;
898 if (bindings[0] != '\0' && strstr(nextStart, "$(intermediates)") == NULL)
    [all...]
  /external/oprofile/module/x86/
op_model_p4.c 69 } bindings[2]; member in struct:p4_event_binding
361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
509 if (ev->bindings[i].virt_counter & counter_bit) {
  /external/v8/src/
v8natives.js     [all...]
  /external/webkit/
Android.mk 115 $(WEBCORE_PATH)/bindings/ \
116 $(WEBCORE_PATH)/bindings/generic \
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 13 import org.eclipse.jface.bindings.keys.KeyStroke;

Completed in 730 milliseconds

12 3 4