Home
last modified time | relevance | path

Searched refs:self (Results 3351 - 3375 of 3910) sorted by relevance

1...<<131132133134135136137138139140>>...157

/third_party/python/Lib/test/
H A Dtest_sundry.py9 def test_untested_modules_can_be_imported(self):
18 self.fail('{} has tests even though test_sundry claims '
/third_party/python/Objects/
H A Dcomplexobject.c648 complex_conjugate_impl(PyComplexObject *self) in complex_conjugate_impl() argument
651 Py_complex c = self->cval; in complex_conjugate_impl()
662 complex___getnewargs___impl(PyComplexObject *self) in complex___getnewargs___impl() argument
665 Py_complex c = self->cval; in complex___getnewargs___impl()
680 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl() argument
688 (PyObject *)self, in complex___format___impl()
704 complex___complex___impl(PyComplexObject *self) in complex___complex___impl() argument
707 if (PyComplex_CheckExact(self)) { in complex___complex___impl()
708 Py_INCREF(self); in complex___complex___impl()
709 return (PyObject *)self; in complex___complex___impl()
[all...]
H A Dfloatobject.c890 float_is_integer_impl(PyObject *self) in float_is_integer_impl() argument
893 double x = PyFloat_AsDouble(self); in float_is_integer_impl()
918 float___trunc___impl(PyObject *self) in float___trunc___impl() argument
921 return PyLong_FromDouble(PyFloat_AS_DOUBLE(self)); in float___trunc___impl()
931 float___floor___impl(PyObject *self) in float___floor___impl() argument
934 double x = PyFloat_AS_DOUBLE(self); in float___floor___impl()
945 float___ceil___impl(PyObject *self) in float___ceil___impl() argument
948 double x = PyFloat_AS_DOUBLE(self); in float___ceil___impl()
1080 float___round___impl(PyObject *self, PyObject *o_ndigits) in float___round___impl() argument
1086 x = PyFloat_AsDouble(self); in float___round___impl()
1141 float_conjugate_impl(PyObject *self) float_conjugate_impl() argument
1239 float_hex_impl(PyObject *self) float_hex_impl() argument
1569 float_as_integer_ratio_impl(PyObject *self) float_as_integer_ratio_impl() argument
1720 float___getnewargs___impl(PyObject *self) float___getnewargs___impl() argument
1807 float___format___impl(PyObject *self, PyObject *format_spec) float___format___impl() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp874 auto self = this->GetSelf(); in RegisterMetricCallback() local
875 VtpStreamSocket::AddStreamSocketListener(streamFd_, self); in RegisterMetricCallback()
1336 auto self = GetSelf(); in SetVtpStackConfig() local
1337 std::thread([self, type, value]() { in SetVtpStackConfig()
1340 self->SetVtpStackConfigDelayed(type, value); in SetVtpStackConfig()
1601 auto self = this->GetSelf(); in CreateServerProcessThread() local
1602 std::thread([self]() { in CreateServerProcessThread()
1605 self->NotifyStreamListener(); in CreateServerProcessThread()
1608 std::thread([self]() { in CreateServerProcessThread()
1611 if (!self in CreateServerProcessThread()
1632 auto self = this->GetSelf(); CreateClientProcessThread() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py37 def __init__(self, c_data_type, name):
38 self.c_data_type = c_data_type
39 self.name = name
45 def __init__(self, name, src_components, dest_components,
80 self.name = name
81 self.num_srcs = len(src_components)
82 self.src_components = src_components
83 self.has_dest = (dest_components >= 0)
84 self.dest_components = dest_components
85 self
[all...]
H A Dnir_opcodes.py35 def __init__(self, name, output_size, output_type, input_sizes,
83 self.name = name
84 self.num_inputs = len(input_sizes)
85 self.output_size = output_size
86 self.output_type = output_type
87 self.input_sizes = input_sizes
88 self.input_types = input_types
89 self.is_conversion = is_conversion
90 self.algebraic_properties = algebraic_properties
91 self
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2402 def __init__(self, rule, spec):
2403 self.display_name = rule["rule_name"]
2405 self.rule_name = re.sub(r"\W", "_", self.display_name)
2409 self.target_name = "_" + self.rule_name
2410 self.after_targets = self.rule_name + "AfterTargets"
2411 self.before_targets = self
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py2394 def __init__(self, rule, spec):
2395 self.display_name = rule["rule_name"]
2397 self.rule_name = re.sub(r"\W", "_", self.display_name)
2401 self.target_name = "_" + self.rule_name
2402 self.after_targets = self.rule_name + "AfterTargets"
2403 self.before_targets = self
[all...]
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h76 static int32_t OnEvent(struct CodecCallbackType *self, OMX_EVENTTYPE event, struct EventInfo *info);
78 static int32_t OnEmptyBufferDone(struct CodecCallbackType *self, int64_t appData,
80 static int32_t OnFillBufferDone(struct CodecCallbackType *self, int64_t appData,
H A Dcodec_hdi_decode.h86 static int32_t OnEvent(struct CodecCallbackType *self, OMX_EVENTTYPE event, struct EventInfo *info);
87 static int32_t OnEmptyBufferDone(struct CodecCallbackType *self, int64_t appData,
89 static int32_t OnFillBufferDone(struct CodecCallbackType *self, int64_t appData,
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_manager_client.cpp99 auto self = weak_from_this(); in GetQuickFixMgrProxy() local
100 const auto &onClearProxyCallback = [self](const wptr<IRemoteObject> &remote) { in GetQuickFixMgrProxy()
101 auto impl = self.lock(); in GetQuickFixMgrProxy()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp61 auto self(weak_from_this()); in SetRemoteObject()
62 auto diedTask = [self](const wptr<IRemoteObject>& remote) { in SetRemoteObject()
63 auto record = self.lock(); in SetRemoteObject()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_foreground_state_observer.cpp35 wptr<JSAppForegroundStateObserver> self = this; in OnAppStateChanged() local
37 [self, appStateData](napi_env env, NapiAsyncTask &task, int32_t status) { in OnAppStateChanged()
38 sptr<JSAppForegroundStateObserver> jsObserver = self.promote(); in OnAppStateChanged()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.h65 static int32_t EventHandler(CodecCallbackType* self, OMX_EVENTTYPE event, EventInfo* info);
66 static int32_t EmptyBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBuffer* omxBuffer);
67 static int32_t FillBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBuffer* omxBuffer);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp50 auto self = shared_from_this(); in StartTimeOutNetAvailable() local
52 netActEventHandler_->PostTask([self]() { self->TimeOutNetAvailable(); }, activateName_, timeoutMS_); in StartTimeOutNetAvailable()
/third_party/libunwind/libunwind/tests/
H A DGtest-dyn1.c94 template (int i, template_t self, in template() argument
99 (*self) (i - 1, self, printer, fmt, arr); in template()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py200 def __init__(self):
201 super(ArgParser, self).__init__(
203 self.add_argument('--update', dest='author', action='store',
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py200 def __init__(self):
201 super(ArgParser, self).__init__(
203 self.add_argument('--update', dest='author', action='store',
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dmock_webgpu.cpp23 {{-as_cType(type.name)}} self
28 auto object = reinterpret_cast<ProcTableAsClass::Object*>(self);
29 return object->procs->{{as_MethodSuffix(type.name, method.name)}}(self
/third_party/typescript/tests/baselines/reference/
H A DrecursiveClassReferenceTest.js75 declare var self: Window;
96 return new State(self);
205 return new State(self);
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py219 def __init__(self):
220 super(ArgParser, self).__init__(
222 self.add_argument('--update', dest='author', action='store',
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp306 ir.for_each_typed_id<SPIRType>([&](uint32_t self, SPIRType &type) { in emit_types()
309 emit_type(self, emitted_open_tag); in emit_types()
395 json_stream->emit_json_key_value("type", "_" + std::to_string(membertype.self)); in emit_type_member()
428 auto &memb = ir.meta[type.self].members; in emit_type_member_qualifiers()
563 auto typeflags = ir.meta[type.self].decoration.decoration_flags; in emit_resources()
570 bool is_block = get_decoration_bitset(type.self).get(DecorationBlock) || in emit_resources()
571 get_decoration_bitset(type.self).get(DecorationBufferBlock); in emit_resources()
694 auto *type_meta = ir.find_meta(type.self); in to_member_name()
H A Dspirv_parser.cpp135 target.self = source.self; in parse()
517 // NOTE: The self member is also copied! For pointers and array modifiers this is a good thing in parse()
529 vecbase.self = id; in parse()
544 matrixbase.self = id; in parse()
572 // Do NOT set arraybase.self! in parse()
592 // Do NOT set arraybase.self! in parse()
619 type.self = id; in parse()
656 // Do NOT set ptrbase.self! in parse()
694 bool consider_aliasing = !ir.get_name(type.self) in parse()
[all...]
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp561 .function("imageUseInfoForFrameJs", optional_override([](SkpDebugPlayer& self, const int frame)->JSObject { in EMSCRIPTEN_BINDINGS()
563 return self.imageUseInfo(frame, -1); in EMSCRIPTEN_BINDINGS()
617 .function("_flush", optional_override([](SkSurface& self) { in EMSCRIPTEN_BINDINGS()
618 self.flushAndSubmit(false); in EMSCRIPTEN_BINDINGS()
620 .function("clear", optional_override([](SkSurface& self, JSColor color)->void { in EMSCRIPTEN_BINDINGS()
621 self.getCanvas()->clear(SkColor(color)); in EMSCRIPTEN_BINDINGS()
626 .function("clear", optional_override([](SkCanvas& self, JSColor color)->void { in EMSCRIPTEN_BINDINGS()
629 self.clear(SkColor(color)); in EMSCRIPTEN_BINDINGS()
/third_party/python/Modules/
H A Dsha512module.c486 SHA512Type_copy_impl(SHAobject *self, PyTypeObject *cls) in SHA512Type_copy_impl() argument
492 if (Py_IS_TYPE((PyObject*)self, st->sha512_type)) { in SHA512Type_copy_impl()
503 SHAcopy(self, newobj); in SHA512Type_copy_impl()
514 SHA512Type_digest_impl(SHAobject *self) in SHA512Type_digest_impl() argument
520 SHAcopy(self, &temp); in SHA512Type_digest_impl()
522 return PyBytes_FromStringAndSize((const char *)digest, self->digestsize); in SHA512Type_digest_impl()
532 SHA512Type_hexdigest_impl(SHAobject *self) in SHA512Type_hexdigest_impl() argument
539 SHAcopy(self, &temp); in SHA512Type_hexdigest_impl()
542 return _Py_strhex((const char *)digest, self->digestsize); in SHA512Type_hexdigest_impl()
555 SHA512Type_update(SHAobject *self, PyObjec argument
577 SHA512_get_block_size(PyObject *self, void *closure) SHA512_get_block_size() argument
583 SHA512_get_name(PyObject *self, void *closure) SHA512_get_name() argument
[all...]

Completed in 23 milliseconds

1...<<131132133134135136137138139140>>...157