Home
last modified time | relevance | path

Searched refs:read_method (Results 1 – 25 of 99) sorted by relevance

1234

/dports/java/jikes/jikes-1.22/src/
H A Dsymbol.cpp1952 if (! read_method) in GetReadAccessMethod()
2016 read_method -> SetACC_FINAL(); in GetReadAccessMethod()
2094 parm -> SetOwner(read_method); in GetReadAccessMethod()
2153 return read_method; in GetReadAccessMethod()
2171 if (! read_method) in GetReadAccessConstructor()
2246 read_method -> SetType(this); in GetReadAccessConstructor()
2249 read_method -> SetACC_SYNTHETIC(); in GetReadAccessConstructor()
2360 return read_method; in GetReadAccessConstructor()
2378 if (! read_method) in GetReadAccessMethod()
2526 return read_method; in GetReadAccessMethod()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_parser_c.rb1626 read_method = klass.method_list.first
1627 assert_equal "read", read_method.name
1630 assert read_method.singleton
1670 read_method = klass.method_list.first
1671 assert_equal "read", read_method.name
1674 assert read_method.singleton
1699 read_method = klass.method_list.first
1728 read_method = klass.method_list.first
1729 assert_equal "read", read_method.name
1732 assert read_method.singleton
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dcryptolib.c422 static BIO_METHOD *read_method = NULL; variable
439 read_method = rm; in read_method_init()
445 if (read_method != NULL) return read_method; in bio_read_method()
450 return read_method; in bio_read_method()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_png.cpp407 PyObject *read_method = PyObject_GetAttrString(py_file_obj, "read"); local
411 if (read_method) {
412 result = PyObject_CallFunction(read_method, (char *)"i", length);
429 Py_XDECREF(read_method);
488 PyObject *read_method = PyObject_GetAttrString(py_file, "read"); local
489 if (!(read_method && PyCallable_Check(read_method))) {
490 Py_XDECREF(read_method);
496 Py_XDECREF(read_method);
/dports/devel/p5-Test-Moose-More/Test-Moose-More-0.050/lib/Test/Moose/More/
H A DUtils.pm51 my $read_method = $attr->get_read_method;
53 return $meta->$read_method();
/dports/www/squid/squid-4.15/src/
H A Dfde.h120 READ_HANDLER *read_method; variable
168 read_method = NULL; in clear()
184 #define FD_READ_METHOD(fd, buf, len) (*fd_table[fd].read_method)(fd, buf, len)
H A Dfd.cc211 F->read_method = &socket_read_method; in fd_open()
218 F->read_method = &file_read_method; in fd_open()
230 F->read_method = &msghdr_read_method; in fd_open()
235 F->read_method = &default_read_method; in fd_open()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/
H A Dtest_compression.py71 write_method, write_kwargs, read_method, compression_only argument
78 output = read_method(path, compression=compression_only)
91 write_method, write_kwargs, read_method, read_kwargs, compression_only argument
98 output = read_method(path, compression=compression_only, **read_kwargs)
/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dstream_test.py47 async def test_read_flavors_not_supported(reader, read_method): argument
49 await getattr(reader, read_method)()
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_adios.cpp498 ADIOS_READ_METHOD read_method; member in conduit::relay::mpi::io::internals::ADIOSOptions
513 read_method(ADIOS_READ_METHOD_BP), in ADIOSOptions()
613 if(read_method == ADIOS_READ_METHOD_BP) in about()
617 else if(read_method == ADIOS_READ_METHOD_DATASPACES) in about()
619 else if(read_method == ADIOS_READ_METHOD_DIMES) in about()
621 else if(read_method == ADIOS_READ_METHOD_FLEXPATH) in about()
1510 adios_read_init_method(options()->read_method, in open_file_and_process()
1515 mark_read_method_initialized(options()->read_method); in open_file_and_process()
1520 if(streamIsFileBased(options()->read_method)) in open_file_and_process()
1525 options()->read_method, in open_file_and_process()
[all …]
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable/
H A Drow_data.py389 def __init__(self, read_method, request, retry=DEFAULT_RETRY_READ_ROWS): argument
403 self.read_method = read_method
413 self.response_iterator = read_method(request, timeout=self.retry._deadline + 1)
465 self.response_iterator = self.read_method(retry_request)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/common/
H A Dgenerate_vulkan_types.py369 read_method = "Read%s" % (NormalizedCamelCase(field_name))
376 """ % (field_name, read_method, field_name, field_name, field_name, field_name))
378 read_method = "Read%s" % (NormalizedCamelCase(field_name))
384 """ % (field_type, field_name, field_name, read_method, field_name))
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/common/
H A Dgenerate_vulkan_types.py371 read_method = "Read%s" % (NormalizedCamelCase(field_name))
378 """ % (field_name, read_method, field_name, field_name, field_name, field_name))
380 read_method = "Read%s" % (NormalizedCamelCase(field_name))
386 """ % (field_type, field_name, field_name, read_method, field_name))
/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Dwsgi_subhandler.c97 PyObject *read_method = PyObject_GetAttrString(pychunk, "read"); local
106 PyObject *read_method_output = PyObject_CallObject(read_method, read_method_args);
127 Py_DECREF(read_method);
/dports/www/nginx-full/nginx_upstream_module-1278ee5/src/
H A Dtp_transcode.c147 bool read_method; member
323 } else if (s_ctx->read_method && s_ctx->stage == METHOD) { in yajl_string()
363 if (!s_ctx->read_method) { in yajl_map_key()
407 else if (s_ctx->read_method in yajl_map_key()
467 if (!s_ctx->read_method in yajl_end_map()
651 ctx->read_method = true; in yajl_json2tp_create()
653 ctx->read_method = false; in yajl_json2tp_create()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpmodule.c1523 PyObject *chunk_size, *buffer, *read_method; in pygimp_vectors_import_from_file() local
1535 read_method = PyString_FromString("read"); in pygimp_vectors_import_from_file()
1536 if (read_method == NULL || !PyCallable_Check(read_method)) { in pygimp_vectors_import_from_file()
1537 Py_XDECREF(read_method); in pygimp_vectors_import_from_file()
1546 chunk = PyObject_CallMethodObjArgs(py_file, read_method, in pygimp_vectors_import_from_file()
1553 Py_DECREF(read_method); in pygimp_vectors_import_from_file()
1561 Py_DECREF(read_method); in pygimp_vectors_import_from_file()
1578 Py_DECREF(read_method); in pygimp_vectors_import_from_file()
/dports/devel/liteide/gocode-cfcb188102ae/_gccgo/
H A Dpackage.go338 this.read_method()
487 read_method := func() {
495 read_method()
502 func (this *import_data_parser) read_method() { func
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dinput_stream.c394 input_stream_read_method *read_method = stream->vtbl->read; in input_stream_read_line() local
398 ya_result n = read_method(stream, (u8*)output, 1); in input_stream_read_line()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DscopeDesc.hpp49 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DscopeDesc.hpp49 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DscopeDesc.hpp49 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DscopeDesc.hpp49 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DscopeDesc.hpp49 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DscopeDesc.hpp52 _method = buffer.read_method(); in SimpleScopeDesc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DscopeDesc.hpp52 _method = buffer.read_method(); in SimpleScopeDesc()

1234