/third_party/node/deps/v8/tools/ |
H A D | try_perf.py | 75 option, dest='bots', action='append_const', const=BOTS[option],
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbinode.h | 101 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_gentable.py | 203 dest='filename',
|
H A D | gl_x86_asm.py | 192 dest='filename',
|
H A D | remap_helper.py | 132 dest='file_name',
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_crypto.h | 127 void ngtcp2_crypto_create_nonce(uint8_t *dest, const uint8_t *iv, size_t ivlen,
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
H A D | shared.h | 166 * buffer pointed by |dest|. |dest| must have the enough capacity to 171 int ngtcp2_crypto_update_traffic_secret(uint8_t *dest,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.h | 65 UnicodeString &displayScripts(UnicodeString &dest) const; // append script names to dest string.
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_shading_rate_output.c | 90 nir_ssa_def *packed_fp16_xy = &intrin->dest.ssa; in lower_shading_rate_output_instr()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_liveness.c | 40 unsigned node = bi_get_node(ins->dest[d]); in bi_liveness_ins_update()
|
H A D | bi_opt_constant_fold.c | 99 bi_mov_i32_to(&b, ins->dest[0], bi_imm_u32(replace)); in bi_opt_constant_fold()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_lower_isel.c | 102 if (bi_is_null(I->dest[0])) in va_lower_isel()
|
/third_party/mesa3d/src/util/ |
H A D | xxd.py | 36 parser.add_argument("-b", "--binary", dest='binary', action='store_const',
|
/third_party/ltp/testcases/kernel/sound/ |
H A D | snd_seq01.c | 77 ssev.dest.client = client_id; in setup()
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | tcp.h | 58 PACK_STRUCT_FIELD(u16_t dest);
|
/third_party/lzma/C/ |
H A D | Bcj2.h | 68 (dest) is allowed to overlap with bufs[BCJ2_STREAM_MAIN], with the following conditions:
69 bufs[BCJ2_STREAM_MAIN] >= dest &&
70 bufs[BCJ2_STREAM_MAIN] - dest >=
73 reserve = bufs[BCJ2_STREAM_MAIN] - dest -
86 CBcj2Dec::temp can contain up to 4 bytes for writing to (dest).
97 Byte *dest;
member
|
/third_party/libcoap/scripts/ |
H A D | api-version-bump.sh | 22 dest=$2
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | benchmark.py | 32 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand")
|
/third_party/python/Doc/includes/ |
H A D | email-dir.py | 36 default=[], dest='recipients',
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scriptset.h | 65 UnicodeString &displayScripts(UnicodeString &dest) const; // append script names to dest string.
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbinode.h | 101 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);
|
/third_party/python/Include/ |
H A D | pybuffer.h | 74 PyAPI_FUNC(int) PyObject_CopyData(PyObject *dest, PyObject *src);
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_internal.h | 102 size_t strlcpy(char *dest, const char *src, size_t size);
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_boms.py | 79 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix BOMs")
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 115 float RosenRenderShape::GetFloatRadiusValue(const Dimension& src, const Dimension& dest, bool isVertical) in GetFloatRadiusValue() argument 117 if (src.Value() < 0.0 && dest.Value() > 0.0) { in GetFloatRadiusValue() 118 return static_cast<float>(NormalizePercentToPx(dest, isVertical)); in GetFloatRadiusValue()
|