/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzfmttst.cpp | 74 TimeZoneFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 79 switch (index) { in runIndexedTest()
|
H A D | icusvtst.cpp | 142 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument 145 switch (index) { in runIndexedTest()
|
H A D | tzregts.cpp | 26 TimeZoneRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 29 switch (index) { in runIndexedTest()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 649 uint16_t value, uint16_t index, void *data, in usb_control_msg() 662 USETW(req.wIndex, index); in usb_control_msg() 736 * index zero is selected. Note that "iface_no" is not the interface 737 * index, but rather the value of "bInterfaceNumber". 1223 * index given a "usb_interface" pointer. If the alternate setting by 1224 * index does not exist, NULL is returned. And alternate setting is a 647 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, uint8_t request, uint8_t requesttype, uint16_t value, uint16_t index, void *data, uint16_t size, usb_timeout_t timeout) usb_control_msg() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RelativeDateTimeFormatter.java | 436 public char charAt(int index) { in charAt() argument 437 return string.charAt(index); in charAt() 1305 // Stuff the pattern for the correct plural index with a simple formatter. in consumeTimeDetail()
|
H A D | DateIntervalFormat.java | 307 public char charAt(int index) { in charAt() argument 308 return string.charAt(index); in charAt() 1130 * Before calling, set parse_pos.index to the offset you want to start 1131 * parsing at in the source. After calling, parse_pos.index is the end of 1132 * the text you parsed. If error occurs, index is unchanged.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 155 index of the register to be accessed is passed in argument 173 from or write to a floating-point CPU register. The index of the
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1239 #define D3DTS_WORLDMATRIX(index) (D3DTRANSFORMSTATETYPE)(index + 256)
|
/third_party/libbpf/src/ |
H A D | gen_loader.c | 45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() argument 47 return gen->fd_array + index * sizeof(int); in blob_fd_array_off() 175 /* Get index for map_fd/btf_fd slot in reserved fd_array, or in data relative 658 * index, while kernel limits total kfunc BTFs to 256. For duplicate symbols, 659 * this would mean a new BTF fd index for each entry. By pairing symbol name 660 * with index, we get the insn->imm, insn->off pairing that kernel uses for 662 * share same index in fd_array (such that kfunc_btf_tab has 1 element). 685 /* get index in fd_array to store BTF FD at */ in emit_relo_kfunc_btf() 717 /* store index into insn[insn_idx].off */ in emit_relo_kfunc_btf()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 957 Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **stream))
in GetStream() argument 963 if (index != 0)
in GetStream()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 139 prog->blocks[idx].linear_succs.emplace_back(BB.index); in finish_program() 141 prog->blocks[idx].logical_succs.emplace_back(BB.index); in finish_program()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 70 sel_chan(unsigned bank, unsigned index, in sel_chan() 72 : id(sel_chan((bank << 12) | index | ((unsigned)index_mode << 28), chan).id) {} in sel_chan() 1030 // return param index + 1 if instruction references interpolation param,
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 1070 * Converts a 4-byte index buffer to 2 bytes. 1073 * include 4-byte index support, and we have to shrink it down. 1076 * though it will at least assertion fail. Also, if the original index data 1088 struct vc4_resource *orig = vc4_resource(info->index.resource); in vc4_get_shadow_index_buffer() 1100 src = (uint32_t*)((char*)info->index.user + offset); in vc4_get_shadow_index_buffer()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 731 ir_rvalue *index = new(p->mem_ctx) ir_constant(unit); in load_texture() local 732 texcoord = new(p->mem_ctx) ir_dereference_array(texcoord, index); in load_texture()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_nir.cpp | 136 int index = params->Parameters[i].MainUniformStorageIndex; in st_nir_lookup_parameter_index() local 137 if (index == var->data.location) in st_nir_lookup_parameter_index()
|
/third_party/lwip/src/core/ |
H A D | netif.c | 116 #define netif_index_to_num(index) ((index) - 1) 448 serve as an interface index that fits in a u8_t. 1426 * Allocate an index to store data in client_data member of struct netif. 1427 * Returned value is an index in mentioned array. 1452 * @param addr_idx index of the IPv6 address 1473 * @param addr_idx index of the IPv6 address 1486 LWIP_ASSERT("invalid index", addr_idx < LWIP_IPV6_NUM_ADDRESSES); 1533 * @param addr_idx index of the IPv6 address 1542 LWIP_ASSERT("invalid index", addr_id [all...] |
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-tap.c | 116 t->index, in log_tap_bug() 1154 t ? (int)t->index : -1, in tp_tap_handle_event()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 618 uint32_t* index) { in IsArrayIndex() 619 return string->AsArrayIndex(index); in IsArrayIndex() 617 IsArrayIndex(const AstRawString* string, uint32_t* index) IsArrayIndex() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 1025 int index = maybe_index->IsSmi() ? Smi::ToInt(*maybe_index) in GetDerivedMap() local 1027 Handle<JSFunction> realm_constructor(JSFunction::cast(context->get(index)), in GetDerivedMap()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 50 draw_gs_get_input_index(int semantic, int index, in draw_gs_get_input_index() argument 58 input_semantic_indices[i] == index) in draw_gs_get_input_index() 147 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in tgsi_fetch_gs_input() 247 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in llvm_fetch_gs_input()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_state.c | 934 util_dump_member(stream, ptr, state, index.user); in util_dump_draw_info() 936 util_dump_member(stream, ptr, state, index.resource); in util_dump_draw_info()
|
/third_party/libabigail/src/ |
H A D | abg-ctf-reader.cc | 1170 /// @param ctf_dictionary the CTF dictionary where @ref index 1173 /// @param index the CTF type ID for the array index. 1180 ctf_id_t index, uint64_t nelems) in build_array_ctf_range() 1189 type_base_sptr index_type = rdr->build_type(dic, index); in build_array_ctf_range() 1272 /* Ditto for the index type. */ in process_ctf_array_type() 1179 build_array_ctf_range(reader *rdr, ctf_dict_t *dic, ctf_id_t index, uint64_t nelems) build_array_ctf_range() argument
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 298 audio_chunk.index = 0; in sink_process_msg() 336 audio_chunk.index = 0; in source_process_msg()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 272 int index; in ucm_get_mixer_id() local 284 /* The new parser may return also element index. */ in ucm_get_mixer_id() 290 index = snd_ctl_elem_id_get_index(ctl); in ucm_get_mixer_id() 293 index = 0; in ucm_get_mixer_id() 299 if (index > 0) { in ucm_get_mixer_id() 300 char *mix = pa_sprintf_malloc("'%s',%d", value2, index); in ucm_get_mixer_id() 763 /* support multiple card instances, address card directly by index */ in pa_alsa_ucm_query_profiles() 1716 int err, index; in ucm_get_jack() local 1722 index = snd_ctl_elem_id_get_index(ctl); in ucm_get_jack() 1723 if (index > in ucm_get_jack() [all...] |
/third_party/python/Lib/ |
H A D | ipaddress.py | 1768 for index, hextet in enumerate(hextets): 1773 doublecolon_start = index
|