| /third_party/node/src/ |
| H A D | node_object_wrap.h | 53 ObjectWrap* wrap = static_cast<ObjectWrap*>(ptr); in Unwrap() local 120 ObjectWrap* wrap = data.GetParameter(); in WeakCallback() local
|
| H A D | handle_wrap.cc | 41 HandleWrap* wrap; in Ref() local 50 HandleWrap* wrap; in Unref() local 59 HandleWrap* wrap; in HasRef() local 66 HandleWrap* wrap; Close() local [all...] |
| H A D | node_stat_watcher.cc | 83 StatWatcher* wrap = ContainerOf(&StatWatcher::watcher_, handle); in Callback() local 66 StatWatcher(fs::BindingData* binding_data, Local<Object> wrap, bool use_bigint) StatWatcher() argument 108 StatWatcher* wrap; Start() local [all...] |
| H A D | signal_wrap.cc | 106 SignalWrap* wrap; in Start() local 144 SignalWrap* wrap; in Stop() local [all...] |
| H A D | tty_wrap.cc | 93 TTYWrap* wrap; in GetWindowSize() local 113 TTYWrap* wrap; in SetRawMode() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.h | 46 uint8_t wrap[3]; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_format.h | 26 unsigned wrap; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.c | 37 tex_clamp(unsigned wrap, bool *needs_border) in tex_clamp() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_texture.c | 36 tex_clamp(unsigned wrap) in tex_clamp() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_texture.c | 37 tex_clamp(unsigned wrap, bool *needs_border) in tex_clamp() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AllocatedBuffer.java | 131 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() method in AllocatedBuffer 140 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() method in AllocatedBuffer 153 public static AllocatedBuffer wrap(final ByteBuffer buffer) { in wrap() method in AllocatedBuffer
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | inferFromGenericFunctionReturnTypes3.js | 208 function wrap(value) {
function
|
| /base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
| H A D | log_print.h | 42 bool wrap;
member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| H A D | flex_layout_pattern.h | 34 explicit FlexLayoutPattern(bool wrap) : isWrap_(wrap) {}; in FlexLayoutPattern() argument 125 auto wrap = (static_cast<int32_t>(wrapDirection) - static_cast<int32_t>(direction)) / 2 + 1; variable 128 auto wrap = (static_cast<int32_t>(wrapDirection) + static_cast<int32_t>(direction)) / 2 + 1; variable [all...] |
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| H A D | audio_buffer_cache.cpp | 28 AudioBufferCache::AudioBufferCache(std::shared_ptr<DumpBufferWrap> wrap) in AudioBufferCache() argument
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| H A D | u_ether.h | 73 struct sk_buff *(*wrap)(struct gether *port, member
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | cpumask.c | 77 int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h263.c | 56 const int wrap = s->b8_stride; in ff_h263_update_motion_val() local 193 int wrap; in ff_h263_pred_motion() local [all...] |
| H A D | msmpeg4.c | 165 int xy, wrap, pred, a, b, c; in ff_msmpeg4_coded_block_pred() local 206 int a, b, c, wrap, pred, scale; in ff_msmpeg4_pred_dc() local 270 int wrap; in ff_msmpeg4_pred_dc() local [all...] |
| /third_party/ffmpeg/doc/examples/ |
| H A D | decode_video.c | 38 static void pgm_save(unsigned char *buf, int wrap, int xsize, int ysize, in pgm_save() argument
|
| /third_party/ffmpeg/tests/ |
| H A D | utils.c | 41 int wrap, wrap3, x, y; in rgb24_to_yuv420p() local 158 static int width, height, wrap; variable
|
| /third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| H A D | BreakIteratorICU.java | 27 public static java.text.BreakIterator wrap(BreakIterator icuBrkItr) { in wrap() method in BreakIteratorICU
|
| H A D | CollatorICU.java | 27 public static java.text.Collator wrap(Collator icuCollator) { in wrap() method in CollatorICU
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | samplerobj.h | 85 wrap_to_gallium(GLenum wrap) in wrap_to_gallium() argument 158 lower_gl_clamp(enum pipe_tex_wrap old_wrap, GLenum wrap, bool clamp_to_border) in lower_gl_clamp() argument 193 update_sampler_gl_clamp(struct gl_context *ctx, struct gl_sampler_object *samp, bool cur_state, bool new_state, gl_sampler_wrap wrap) in update_sampler_gl_clamp() argument
|
| /third_party/node/deps/npm/node_modules/retry/lib/ |
| H A D | retry.js | |