Home
last modified time | relevance | path

Searched refs:_result (Results 1 - 21 of 21) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dgenerate_bignum_tests.py151 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 Dbus_if.h191 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 Dfutures.py51 _result = None variable in Future
204 return self._result
261 self._result = result
H A Dwindows_events.py453 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 Dbase_futures.py55 result = reprlib.repr(future._result)
/third_party/python/Lib/concurrent/futures/
H A D_base.py332 self._result = None
358 self._result.__class__.__name__)
406 return self._result
545 self._result = result
/third_party/elfutils/libdw/
H A DlibdwP.h594 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 Dxf86drm.h515 #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 Dtest_concurrent_futures.py46 f._result = result
/third_party/python/Modules/
H A D_asynciomodule.c73 PyObject *prefix##_result; \
1494 {"_result", (getter)FutureObj_get_result, NULL, NULL}, \
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs1729 _result: &mut CodegenResult, in codegen()
/third_party/eudev/
H A Dltmain.sh1592 eval _G_hook_result=\$${_G_hook}_result
1609 # options in '<hooked_function_name>_result', escaped suitably for
/third_party/curl/
H A Dltmain.sh1267 # 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 Dltmain.sh1545 eval _G_hook_result=\$${_G_hook}_result
1562 # options in '<hooked_function_name>_result', escaped suitably for
/third_party/node/deps/cares/
H A Dltmain.sh1267 # 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 Dltmain.sh1267 # 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 Dltmain.sh1279 # 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 Dltmain.sh1545 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 Dliftoff-compiler.cc3095 const uint8_t laneidx, Value* _result) {
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]

Completed in 109 milliseconds