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

1 2

  /external/javasqlite/src/main/java/SQLite/
FunctionContext.java 23 public native void set_result(String r); method in class:FunctionContext
31 public native void set_result(int r); method in class:FunctionContext
39 public native void set_result(double r); method in class:FunctionContext
56 public native void set_result(byte[] r); method in class:FunctionContext
Function.java 16 * fc.set_result(Math.sin(d.doubleValue()));
  /libcore/luni/src/test/java/tests/support/
MockFunction.java 38 fc.set_result(args[0].toLowerCase());
52 fc.set_result(acc.toString());
  /external/javasqlite/src/main/native/
sqlite_jni.h 306 * Method: set_result
314 * Method: set_result
322 * Method: set_result
338 * Method: set_result
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 100 bool set_result; local
102 std::tie(set_result, error_code) = bt_binder.BluetoothBinderSetName(name);
107 doc.AddMember(sl4n::kResultStr, set_result, doc.GetAllocator());
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py 153 def set_result(self, text, color='black'): member in class:ResultFrame
440 def set_result(self, text): member in class:FirmwareWindow
442 self.result_frame.set_result(text)
firmware_utils.py 253 self.win.set_result(msg)
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc32-linux.c 704 //.. SET_RESULT( VG_(sys_modify_ldt)( tid, ARG1, (void*)ARG2, ARG3 ) );
718 //.. SET_RESULT( VG_(sys_set_thread_area)( tid, (void *)ARG1 ) );
728 //.. SET_RESULT( VG_(sys_get_thread_area)( tid, (void *)ARG1 ) );
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
event_dispatcher.py 151 self.poller.set_result("Done")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 751 set_result = setop(set(p.elements()), set(q.elements()))
752 self.assertEqual(counter_result, dict.fromkeys(set_result, 1))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 751 set_result = setop(set(p.elements()), set(q.elements()))
752 self.assertEqual(counter_result, dict.fromkeys(set_result, 1))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 751 set_result = setop(set(p.elements()), set(q.elements()))
752 self.assertEqual(counter_result, dict.fromkeys(set_result, 1))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 751 set_result = setop(set(p.elements()), set(q.elements()))
752 self.assertEqual(counter_result, dict.fromkeys(set_result, 1))
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 283 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 287 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 284 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 537 instr->set_result(result);
    [all...]
lithium-mips.h 280 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 537 instr->set_result(result);
    [all...]
lithium-mips64.h 283 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 543 instr->set_result(result);
    [all...]
lithium-ppc.h 279 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 284 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 289 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex 804 public native void set_result(
807 public native void set_result(
810 public native void set_result(
813 public native void set_result(
    [all...]

Completed in 3739 milliseconds

1 2