/external/javasqlite/src/main/java/SQLite/ |
D | FunctionContext.java | 23 public native void set_result(String r); in set_result() method in FunctionContext 31 public native void set_result(int r); in set_result() method in FunctionContext 39 public native void set_result(double r); in set_result() method in FunctionContext 56 public native void set_result(byte[] r); in set_result() method in FunctionContext
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_window.py | 153 def set_result(self, text, color='black'): member in ResultFrame 440 def set_result(self, text): member in FirmwareWindow 442 self.result_frame.set_result(text)
|
D | firmware_utils.py | 253 self.win.set_result(msg)
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 274 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-mips.cc | 490 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 279 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-x64.cc | 517 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 282 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-x87.cc | 531 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 269 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-s390.cc | 446 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 276 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-arm.cc | 483 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 279 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-ia32.cc | 525 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 277 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-mips64.cc | 490 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 274 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-ppc.cc | 496 instr->set_result(result); in Define()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 280 void set_result(LOperand* operand) { results_[0] = operand; } in set_result() function
|
D | lithium-arm64.cc | 386 instr->set_result(result); in Define()
|
/external/v8/src/ast/ |
D | ast.h | 480 void set_result(VariableProxy* v) { result_ = v; } in set_result() function
|