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

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 11 # _ctypes.call_function is deprecated and private, but used by
15 from _ctypes import call_function namespace
23 self.assertEqual(call_function(funcaddr, (None,)),
test_loading.py 91 # also has a high address. 'call_function' should accept
93 from _ctypes import call_function namespace
102 # This is the real test: call the function via 'call_function'
103 self.assertEqual(0, call_function(proc, (None,)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 11 # _ctypes.call_function is deprecated and private, but used by
15 from _ctypes import call_function namespace
23 self.assertEqual(call_function(funcaddr, (None,)),
test_loading.py 91 # also has a high address. 'call_function' should accept
93 from _ctypes import call_function namespace
102 # This is the real test: call the function via 'call_function'
103 self.assertEqual(0, call_function(proc, (None,)))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 36 12 CALL_FUNCTION 2
70 35 CALL_FUNCTION 1
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 36 12 CALL_FUNCTION 2
70 35 CALL_FUNCTION 1
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 374 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD);
377 __ InvokeFunction(edi, actual, CALL_FUNCTION,
490 __ InvokeFunction(edi, actual, CALL_FUNCTION,
751 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
862 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION);
886 __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
call_function_test.html 4 <script src='call_function.js'></script>
  /external/chromium_org/v8/src/
macro-assembler.h 34 CALL_FUNCTION,
  /external/v8/src/
macro-assembler.h 34 CALL_FUNCTION,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
pycodegen.py 26 (0,0) : "CALL_FUNCTION",
392 self.emit('CALL_FUNCTION', 1)
405 self.emit('CALL_FUNCTION', 0)
682 self.emit('CALL_FUNCTION', 1)
854 self.emit('CALL_FUNCTION', 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 170 def_op('CALL_FUNCTION', 131) # #args + (#kwargs << 8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
pycodegen.py 26 (0,0) : "CALL_FUNCTION",
392 self.emit('CALL_FUNCTION', 1)
405 self.emit('CALL_FUNCTION', 0)
682 self.emit('CALL_FUNCTION', 1)
854 self.emit('CALL_FUNCTION', 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 170 def_op('CALL_FUNCTION', 131) # #args + (#kwargs << 8)
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 266 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
613 RelocInfo::CODE_TARGET, CALL_FUNCTION, CALL_AS_METHOD);
616 __ InvokeFunction(r1, actual, CALL_FUNCTION,
754 __ InvokeFunction(r1, actual, CALL_FUNCTION,
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 274 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
635 RelocInfo::CODE_TARGET, CALL_FUNCTION, CALL_AS_METHOD);
638 __ InvokeFunction(a1, actual, CALL_FUNCTION,
772 __ InvokeFunction(a1, actual, CALL_FUNCTION,
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 379 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD);
382 __ InvokeFunction(rdi, actual, CALL_FUNCTION,
553 __ InvokeFunction(rdi, actual, CALL_FUNCTION,
814 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 673 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 320 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD);
323 __ InvokeFunction(edi, actual, CALL_FUNCTION,
430 __ InvokeFunction(edi, actual, CALL_FUNCTION,
628 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
739 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION);
763 __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION);
815 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
866 __ InvokeFunction(edi, actual, CALL_FUNCTION,
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 689 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 325 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD);
328 __ InvokeFunction(rdi, actual, CALL_FUNCTION,
493 __ InvokeFunction(rdi, actual, CALL_FUNCTION,
698 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
820 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION);
841 __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION);
892 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
    [all...]

Completed in 1313 milliseconds

1 2 3