Searched refs:bindings (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathVariableReference.cpp41 HashMap<String, String>& bindings = evaluationContext().variableBindings; local
42 if (!bindings.contains(m_name))
45 return bindings.get(m_name);
H A DXMLTreeViewer.cpp45 #include <bindings/ScriptValue.h>
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dgssapi.c177 gss_channel_bindings_t bindings; local
180 bindings = malloc(sizeof(*bindings));
181 if (bindings == NULL)
185 &bindings->initiator_addrtype,
186 &bindings->initiator_address);
188 &bindings->acceptor_addrtype,
189 &bindings->acceptor_address);
191 bindings->application_data.length = 0;
192 bindings
335 gss_channel_bindings_t bindings; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A DMakefile22 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorClient.cpp41 #include <bindings/ScriptValue.h>
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnamtbpvt.h118 NAMETABLE_binding_n_t *bindings; /* The list of bindings known */ member in struct:NAMETABLE_n_t
H A Dnamdump.c194 if (node->bindings != NULL) {
196 node->bindings);
199 NAMETABLE_dump_bindings_4_node (node->bindings);
H A Dnametbl.c116 * bindings made at the current level.
404 * by the back end, and the back end does not associate bindings with them.
408 if (n->bindings != NULL)
508 This -> bindings = NULL;
645 if (!idP->bindings) {
658 bindingP = idP->bindings;
680 idP->bindings = bindingP;
708 if (nameTable(identifier,bindings) == NULL) {
712 return nameTable(identifier,bindings)->theBinding;
840 if (nameTable(identifier,bindings)
[all...]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A DMakefile24 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A DMakefile25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A DMakefile25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsBindingsDocument.py28 self.bindings = []
35 self.bindings.append((fromObject, key))
64 while self.bindings:
65 obj, binding = self.bindings.pop()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsBindingsDocument.py28 self.bindings = []
35 self.bindings.append((fromObject, key))
64 while self.bindings:
65 obj, binding = self.bindings.pop()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsBindingsDocument.py28 self.bindings = []
35 self.bindings.append((fromObject, key))
64 while self.bindings:
65 obj, binding = self.bindings.pop()
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-rebind.el215 (let ((bindings eshell-rebind-keys-alist))
216 (while bindings
217 (define-key eshell-input-keymap (caar bindings)
218 (cdar bindings))
219 (setq bindings (cdr bindings)))))
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DCapabilityRange.h34 #include <bindings/ScriptValue.h>
H A DCapabilityRange.cpp35 #include <bindings/ScriptValue.h>
/macosx-10.10/WebCore-7600.1.25/page/
H A DUserMessageHandler.h33 #include <bindings/ScriptValue.h>
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A DMakefile34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A DMakefile34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns_auto.tcl31 variable bindings
34 array unset bindings *
108 variable bindings
111 foreach {name data} [array get bindings] {
125 variable bindings
128 set bindings($name) $data
155 unset bindings($name)
332 # In-memory database of bindings to restore after connection was
335 variable bindings ; array set bindings {}
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DCustomEvent.h31 #include <bindings/ScriptValue.h>
H A DPopStateEvent.h31 #include <bindings/ScriptValue.h>
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DMediaControlsHost.h32 #include <bindings/ScriptObject.h>
/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DQuickTimePluginReplacement.h31 #include <bindings/ScriptObject.h>

Completed in 457 milliseconds

12345