HomeSort by relevance Sort by last modified time
    Searched full:isfunction (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/v8/test/webkit/
typeof-constant-string-expected.txt 51 PASS isFunction(function () { }) is true
52 PASS isFunction(1) is false
typeof-constant-string.js 110 function isFunction(a)
115 shouldBeTrue("isFunction(function () { })");
116 shouldBeFalse("isFunction(1)");
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolPublicSymbol.h 32 FORWARD_SYMBOL_METHOD(isFunction)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cfadmin 26 if not inspect.isfunction(cmd):
37 if inspect.isfunction(cmd):
cwutil 105 if not inspect.isfunction(cmd):
116 if inspect.isfunction(cmd):
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxCommon.i 12 %rename("%(strip:[m_])s", %$ismember, %$ispublic, %$not %$isclass, %$not %$istemplate, %$not %$isfunction, regexmatch$name="m_.*$") "";
  /external/llvm/lib/LTO/
LTOModule.cpp 284 info.isFunction = false;
298 info.isFunction = false;
323 info.isFunction = false;
342 info.isFunction = false;
425 bool isFunction) {
431 if (isFunction) {
476 info.isFunction = isFunction;
508 info.isFunction = false;
516 if (info.isFunction)
    [all...]
  /external/autotest/client/site_tests/video_GlitchDetection/
froogaloop.js 47 params = !isFunction(valueOrCallback) ? valueOrCallback : null,
48 callback = isFunction(valueOrCallback) ? valueOrCallback : null;
265 function isFunction(obj) {
  /external/autotest/client/site_tests/video_VimeoVideo/
froogaloop.js 47 params = !isFunction(valueOrCallback) ? valueOrCallback : null,
48 callback = isFunction(valueOrCallback) ? valueOrCallback : null;
265 function isFunction(obj) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ClassBrowser.py 133 self.isfunction = isinstance(self.cl, pyclbr.Function)
136 if self.isfunction:
142 if self.isfunction:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ClassBrowser.py 133 self.isfunction = isinstance(self.cl, pyclbr.Function)
136 if self.isfunction:
142 if self.isfunction:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 133 self.isfunction = isinstance(self.cl, pyclbr.Function)
136 if self.isfunction:
142 if self.isfunction:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 133 self.isfunction = isinstance(self.cl, pyclbr.Function)
136 if self.isfunction:
142 if self.isfunction:
  /external/v8/test/mjsunit/harmony/
mirror-async-function.js 37 assertTrue(mirror.isFunction());
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.resize.min.js 7 (function($,e,t){"$:nomunge";var i=[],n=$.resize=$.extend($.resize,{}),a,r=false,s="setTimeout",u="resize",m=u+"-special-event",o="pendingDelay",l="activeDelay",f="throttleWindow";n[o]=200;n[l]=20;n[f]=true;$.event.special[u]={setup:function(){if(!n[f]&&this[s]){return false}var e=$(this);i.push(this);e.data(m,{w:e.width(),h:e.height()});if(i.length===1){a=t;h()}},teardown:function(){if(!n[f]&&this[s]){return false}var e=$(this);for(var t=i.length-1;t>=0;t--){if(i[t]==this){i.splice(t,1);break}}e.removeData(m);if(!i.length){if(r){cancelAnimationFrame(a)}else{clearTimeout(a)}a=null}},add:function(e){if(!n[f]&&this[s]){return false}var i;function a(e,n,a){var r=$(this),s=r.data(m)||{};s.w=n!==t?n:r.width();s.h=a!==t?a:r.height();i.apply(this,arguments)}if($.isFunction(e)){i=e;return a}else{i=e.handler;e.handler=a}}};function h(t){if(r===true){r=t||1}for(var s=i.len (…)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
util.py 286 not inspect.isfunction(handler) and
310 See isfunction.__doc__ for attributes listing.
324 return bool(((inspect.isfunction(obj) or inspect.ismethod(obj)) and
403 if inspect.isclass(obj) or inspect.isfunction(obj):
  /external/v8/test/mjsunit/
mirror-function.js 58 assertTrue(mirror.isFunction());
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
util.py 140 See isfunction.__doc__ for attributes listing.
151 return bool(((inspect.isfunction(obj) or inspect.ismethod(obj)) and
  /external/llvm/include/llvm/LTO/
LTOModule.h 44 bool isFunction;
180 bool isFunction);
  /external/pdfium/xfa/src/fxjse/src/
value.h 92 V8_INLINE FX_BOOL IsFunction() const {
99 return hValue->IsFunction();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
81 But not if ismethod() or isclass() or isfunction() are true.
95 and not isfunction(object)
142 def isfunction(object): function
160 See help(isfunction) for attributes listing."""
161 return bool((isfunction(object) or ismethod(object)) and
239 or isfunction(object)
411 if isfunction(object):
568 if isfunction(object):
814 if not isfunction(func)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
81 But not if ismethod() or isclass() or isfunction() are true.
95 and not isfunction(object)
142 def isfunction(object): function
160 See help(isfunction) for attributes listing."""
161 return bool((isfunction(object) or ismethod(object)) and
239 or isfunction(object)
411 if isfunction(object):
568 if isfunction(object):
814 if not isfunction(func)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
81 But not if ismethod() or isclass() or isfunction() are true.
95 and not isfunction(object)
142 def isfunction(object): function
160 See help(isfunction) for attributes listing."""
161 return bool((isfunction(object) or ismethod(object)) and
239 or isfunction(object)
411 if isfunction(object):
568 if isfunction(object):
814 if not isfunction(func)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
81 But not if ismethod() or isclass() or isfunction() are true.
95 and not isfunction(object)
142 def isfunction(object): function
160 See help(isfunction) for attributes listing."""
161 return bool((isfunction(object) or ismethod(object)) and
239 or isfunction(object)
411 if isfunction(object):
568 if isfunction(object):
814 if not isfunction(func)
    [all...]

Completed in 1586 milliseconds

1 2 3 4 5 6