HomeSort by relevance Sort by last modified time
    Searched defs:isCallable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 87 return (typeof value === 'object') && isCallable(value.then);
90 function isCallable(value) {
111 isCallable(onResolve) ? onResolve : function() { return result; };
113 isCallable(onReject) ? onReject : function() { return result; };
utility.js 533 function isCallable(value) {
575 if (isCallable(maybeCallback) &&
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 299 from operator import isCallable, sequenceIncludes
301 callable_warn = ("operator.isCallable() is not supported in 3.x. "
306 self.assertWarning(isCallable(self), w, callable_warn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 299 from operator import isCallable, sequenceIncludes
301 callable_warn = ("operator.isCallable() is not supported in 3.x. "
306 self.assertWarning(isCallable(self), w, callable_warn)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1052 milliseconds