| /third_party/node/src/ |
| H A D | histogram.cc | 42 HistogramBase( Environment* env, Local<Object> wrap, const Histogram::Options& options) HistogramBase() argument 51 HistogramBase( Environment* env, Local<Object> wrap, std::shared_ptr<Histogram> histogram) HistogramBase() argument 422 IntervalHistogram( Environment* env, Local<Object> wrap, AsyncWrap::ProviderType type, int32_t interval, std::function<void(Histogram&)> on_interval, const Histogram::Options& options) IntervalHistogram() argument
|
| H A D | inspector_js_api.cc | 90 JSBindingsConnection(Environment* env, Local<Object> wrap, Local<Function> callback) JSBindingsConnection() argument
|
| H A D | node_internals.h | 68 T* wrap; in GetSockOrPeerName() local
|
| H A D | node_serdes.cc | 98 SerializerContext::SerializerContext(Environment* env, Local<Object> wrap) in SerializerContext() argument 285 DeserializerContext(Environment* env, Local<Object> wrap, Local<Value> buffer) DeserializerContext() argument
|
| H A D | stream_wrap.cc | 210 LibuvStreamWrap* wrap = static_cast<LibuvStreamWrap*>(stream->data); in ReadStart() variable 299 LibuvStreamWrap* wrap; in GetWriteQueueSize() local 313 LibuvStreamWrap* wrap; SetBlocking() local [all...] |
| /third_party/node/deps/zlib/ |
| H A D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | samplerobj.c | 491 validate_texture_wrap_mode(struct gl_context *ctx, GLenum wrap) in validate_texture_wrap_mode() argument
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.c | 117 wrap_result_t wrap[3]; member 186 wrap_coords(nir_builder *b, nir_ssa_def *coords, enum pipe_tex_wrap wrap, in wrap_coords() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_state.h | 42 unsigned wrap; member 57 unsigned wrap; member
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | inflate.h | 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
member
|
| H A D | deflate.c | 222 int wrap = 1;
local [all...] |
| /third_party/python/Lib/test/ |
| H A D | inspect_fodder2.py | 2 def wrap(foo=None): function
|
| /third_party/python/Lib/ |
| H A D | dataclasses.py | 1219 def wrap(cls): function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | Object.cpp | 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 37 wrap(const section_iterator *SI) { in wrap() function 47 wrap(const symbol_iterator *SI) { in wrap() function 57 wrap(const relocation_iterator *SI) { in wrap() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 199 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | Type.h | 469 inline LLVMTypeRef *wrap(Type **Tys) { in wrap() function
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
| /third_party/zlib/ |
| H A D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
| /foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
| H A D | render_wrap.cpp | 38 const RefPtr<WrapComponent> wrap = AceType::DynamicCast<WrapComponent>(component); in Update() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | flac_parser.c | 394 uint8_t wrap[2]; in find_new_headers() local [all...] |
| H A D | ituh263dec.c | 447 int x, y, wrap, a, c, pred_dc, scale; in h263_pred_acdc() local
|
| H A D | ituh263enc.c | 455 int x, y, wrap, a, c, pred_dc; in h263_pred_dc() local
|
| /third_party/jinja2/ |
| H A D | lexer.py | 613 def wrap( member in Lexer
|
| /third_party/node/lib/internal/streams/ |
| H A D | readable.js | |