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

  /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
  /libcore/luni/src/test/java/tests/support/
MockFunction.java 38 fc.set_result(args[0].toLowerCase());
52 fc.set_result(acc.toString());
  /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)
  /external/python/cpython3/Lib/asyncio/
futures.py 292 def set_result(self, result): member in class:Future
347 fut.set_result(result)
362 concurrent.set_result(result)
382 dest.set_result(result)
windows_events.py 82 def set_result(self, result): member in class:_OverlappedFuture
83 super().set_result(result)
156 def set_result(self, result): member in class:_BaseWaitHandleFuture
158 super().set_result(result)
174 def set_result(self, result): member in class:_WaitCancelFuture
175 super().set_result(result)
426 fut.set_result(value)
633 f.set_result(value)
707 f.set_result(value)
  /external/python/cpython3/Lib/concurrent/futures/
_base.py 463 RuntimeError: if this method was already called or if set_result()
483 def set_result(self, result): member in class:Future
  /external/python/futures/concurrent/futures/
_base.py 539 RuntimeError: if this method was already called or if set_result()
559 def set_result(self, result): member in class:Future
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp 259 bool set_result; local
261 std::tie(set_result, error_code) = facade.BtBinderSetName(name);
266 doc.AddMember(sl4n::kResultStr, set_result, doc.GetAllocator());
  /external/python/cpython3/Lib/test/test_asyncio/
test_futures.py 62 def set_result(self, result): member in class:DuckFuture
154 self.assertRaises(asyncio.InvalidStateError, f.set_result, None)
162 f.set_result(42)
167 self.assertRaises(asyncio.InvalidStateError, f.set_result, None)
185 self.assertRaises(asyncio.InvalidStateError, f.set_result, None)
207 f.set_result(42)
231 f_result.set_result(4)
281 f.set_result(10)
324 fut.set_result(42)
331 fut.set_result(42
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 276 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 280 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 279 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 274 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 277 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 274 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 268 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 279 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 282 void set_result(LOperand* operand) { results_[0] = operand; } function in class:v8::internal::LTemplateResultInstruction
    [all...]
  /external/v8/src/ast/
ast.h 485 void set_result(VariableProxy* v) { result_ = v; } function in class:v8::internal::final
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 2230 milliseconds