/third_party/mbedtls/tests/scripts/ |
H A D | generate_bignum_tests.py | 151 self._result = int(self.int_a > self.int_b) - int(self.int_a < self.int_b) 152 self.symbol = ["<", "==", ">"][self._result + 1] 155 return [str(self._result)] 183 self._result = self.int_a + self.int_b 191 return ", result{}0".format('>' if self._result > 0 else 192 '<' if self._result < 0 else '=') 195 return [bignum_common.quote_str("{:x}".format(self._result))]
|
/third_party/FreeBSD/sys/kern/ |
H A D | bus_if.h | 191 uintptr_t *_result); 206 * location specified by @p *_result. 212 * @param _result a location to receive the instance variable 221 uintptr_t *_result) in BUS_READ_IVAR() 225 return ((bus_read_ivar_t *) _m)(_dev, _child, _index, _result); in BUS_READ_IVAR() 220 BUS_READ_IVAR(device_t _dev, device_t _child, int _index, uintptr_t *_result) BUS_READ_IVAR() argument
|
/third_party/python/Lib/asyncio/ |
H A D | futures.py | 51 _result = None variable in Future 204 return self._result 261 self._result = result
|
H A D | windows_events.py | 453 def _result(self, value): member in IocpProactor 467 return self._result(b'') 490 return self._result(0) 510 return self._result((b'', None)) 530 return self._result((0, None)) 671 return self._result(pipe)
|
H A D | base_futures.py | 55 result = reprlib.repr(future._result)
|
/third_party/python/Lib/concurrent/futures/ |
H A D | _base.py | 332 self._result = None 358 self._result.__class__.__name__) 406 return self._result 545 self._result = result
|
/third_party/elfutils/libdw/ |
H A D | libdwP.h | 594 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\ 596 - ((uintptr_t) _result & (__alignof (type) - 1))) \ 599 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\ 603 _result = (type *) ((char *) _result + _padding); \ 606 _result; })
|
/third_party/libdrm/ |
H A D | xf86drm.h | 515 #define DRM_CAS_RESULT(_result) long _result 517 #define DRM_CAS_RESULT(_result) int _result 519 #define DRM_CAS_RESULT(_result) char _result
|
/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 46 f._result = result
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 73 PyObject *prefix##_result; \ 1494 {"_result", (getter)FutureObj_get_result, NULL, NULL}, \
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 1729 _result: &mut CodegenResult, in codegen()
|
/third_party/eudev/ |
H A D | ltmain.sh | 1592 eval _G_hook_result=\$${_G_hook}_result 1609 # options in '<hooked_function_name>_result', escaped suitably for
|
/third_party/curl/ |
H A D | ltmain.sh | 1267 # string | *_result | *_unquoted_result 1277 # string | *_result | *_unquoted_result 1670 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 1671 # *_result variable of FUNC_NAME_B. 1677 if eval "test \"\${${1}_result+set}\" = set" 1679 eval "${2}_result=\$${1}_result" 1707 func_unset "${_G_hook}_result" 1725 # unprocessed options in '<hooked_function_name>_result', escaped 1728 # The '<hooked_function_name>_result' variabl [all...] |
/third_party/lame/ |
H A D | ltmain.sh | 1545 eval _G_hook_result=\$${_G_hook}_result 1562 # options in '<hooked_function_name>_result', escaped suitably for
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 1267 # string | *_result | *_unquoted_result 1277 # string | *_result | *_unquoted_result 1670 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 1671 # *_result variable of FUNC_NAME_B. 1677 if eval "test \"\${${1}_result+set}\" = set" 1679 eval "${2}_result=\$${1}_result" 1707 func_unset "${_G_hook}_result" 1725 # unprocessed options in '<hooked_function_name>_result', escaped 1728 # The '<hooked_function_name>_result' variabl [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 1267 # string | *_result | *_unquoted_result 1277 # string | *_result | *_unquoted_result 1670 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 1671 # *_result variable of FUNC_NAME_B. 1677 if eval "test \"\${${1}_result+set}\" = set" 1679 eval "${2}_result=\$${1}_result" 1707 func_unset "${_G_hook}_result" 1725 # unprocessed options in '<hooked_function_name>_result', escaped 1728 # The '<hooked_function_name>_result' variabl [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 1279 # string | *_result | *_unquoted_result 1289 # string | *_result | *_unquoted_result 1682 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 1683 # *_result variable of FUNC_NAME_B. 1689 if eval "test \"\${${1}_result+set}\" = set" 1691 eval "${2}_result=\$${1}_result" 1717 func_unset "${_G_hook}_result" 1735 # unprocessed options in '<hooked_function_name>_result', escaped 1738 # The '<hooked_function_name>_result' variabl [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 1545 eval _G_hook_result=\$${_G_hook}_result 1562 # options in '<hooked_function_name>_result', escaped suitably for
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 3095 const uint8_t laneidx, Value* _result) {
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |