Searched refs:thingy (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Ddead-fiat-value-to-int52-then-exit-not-double.js7 var thingy = false; variable
9 if (thingy)
20 thingy = true;
H A Ddead-fiat-value-to-int52-then-exit-not-int52.js7 var thingy = false; variable
9 if (thingy)
20 thingy = true;
H A Dfiat-value-to-int52-then-exit-not-double.js5 var thingy = false; variable
7 if (thingy)
21 thingy = true;
H A Dfiat-value-to-int52-then-exit-not-int52.js5 var thingy = false; variable
7 if (thingy)
21 thingy = true;
H A Dcompare-strict-eq-integer-to-misc.js1 function foo(thingy) {
2 if (thingy.length === void 0 || thingy.charAt !== void 0)
H A Dexit-after-int52-to-value.js21 var thingy; variable
22 Number.prototype.__defineSetter__("f", function(value) { thingy = value; });
24 if (thingy != 4000000000)
25 throw "Error: bad result: " + thingy;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIORangeAllocator.cpp100 IORangeAllocator * thingy; local
102 thingy = new IORangeAllocator;
103 if( thingy && ! thingy->init( endOfRange, defaultAlignment,
105 thingy->release();
106 thingy = 0;
109 return( thingy );
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle.h183 typedef struct thingy *Thingy;
191 Thingy first; /* `first' thingy that names this widget */
216 struct thingy { struct
218 char *nam; /* name of the thingy */
221 Widget widget; /* widget named by this thingy */
222 Thingy samew; /* `next' thingy (circularly) naming the same widget */
H A Dzle_keymap.c43 * a thingy, or is a prefix (in which case NULL is stored). Those prefix
46 * metafied key sequence) either has a normal thingy binding or a string to
47 * send (in which case the NULL thingy is used). Each entry also has a count
526 * bind is the thingy to which the key sequence is to be bound. For *
1224 add_cursor_key(Keymap km, int tccode, Thingy thingy, int defchar) argument
1254 bindkey(km, buf, refthingy(thingy), NULL);
1265 bindkey(km, buf, refthingy(thingy), NULL);
1566 Thingy thingy = getkeycmd(); local
1568 if (!thingy)
1571 setsparam("REPLY", ztrdup(thingy
[all...]
H A Dzle_bindings.c66 * any semantically identical thingy. The initial reference count of
72 mod_export struct thingy thingies[] = {
83 * In these tables, each element is bound to a single thingy, the index
H A Dzle_utils.c1644 Thingy thingy = rthingy_nocreate(name); local
1648 if (!thingy)
1656 execzlefunc(thingy, args, 1);
1657 unrefthingy(thingy);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm835 ok $thingy->can('some_method');
842 ok $thingy->can('some_method')->();
846 ok $thingy->can('some_method') && 1;
850 $thingy->can('some_method') && 1 >> >> returns 1, which C<ok> sees as
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dtpu-edt.el772 (defun tpu-caar (thingy) (car (car thingy)))
773 (defun tpu-cadr (thingy) (car (cdr thingy)))
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim238 " Multiple line generic instantiation ('package blah is\nnew thingy')

Completed in 200 milliseconds