/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | utf8collationiterator.cpp | 67 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; in handleNextCE32() 181 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; in handleNextCE32()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLExpression.cpp | 355 DSLPossibleExpression DSLPossibleExpression::operator[](DSLExpression index) { in operator []() argument 356 return DSLExpression(this->release())[std::move(index)]; in operator []()
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 151 static const char* get_string(FcPattern* pattern, const char field[], int index = 0) { in get_string() 153 if (FcPatternGetString(pattern, field, index, (FcChar8**)&name) != FcResultMatch) { in get_string()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 414 return [tests[index] for index in range(shard_index, len(tests), shard_count)] 433 '--shard-index',
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 109 return [tests[index] for index in range(shard_index, len(tests), shard_count)] 259 '--shard-index',
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 389 self.workers = [TestWorkerProcess(index, self) 390 for index in range(1, self.ns.use_mp + 1)]
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | test_inspector_builder.cc | 114 size_t index, in MakeStructMember() 117 return Member(StructMemberName(index, type), type, std::move(decorations)); in MakeStructMember() 113 MakeStructMember( size_t index, const ast::Type* type, ast::DecorationList decorations) MakeStructMember() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestriebuilder.cpp | 64 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() argument
|
H A D | normlzr.cpp | 300 Normalizer::setIndexOnly(int32_t index) { in setIndexOnly() argument 301 text->setIndex(index); // pins index in setIndexOnly() 349 * Retrieve the index of the start of the input text. This is the begin index 358 * Retrieve the index of the end of the input text. This is the end index
|
H A D | ucharstriebuilder.cpp | 50 UChar charAt(int32_t index, const UnicodeString &strings) const { in charAt() argument 51 return strings[stringOffset+1+index]; in charAt()
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | menubox.c | 102 #define print_item(index, choice, selected) \ 104 item_set(index); \
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 476 int index; in ifconfig_main() member 485 ifre6.index = ifre.ifr_ifindex; in ifconfig_main()
|
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 192 source_lines[source_index..].each_with_index do |line, index| 195 source_index += index
|
/third_party/typescript/tests/arkTSTest/ |
H A D | run.js | 45 var index= currentFilePath.lastIndexOf(".");
46 var ext = currentFilePath.substring(index+1);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 246 * @param long The index to be checked. 247 * @return bool True if the element at the given index exists. 269 * @param long The index of the element to be fetched. 270 * @return object The stored element at given index. 271 * @exception Invalid type for index. 272 * @exception Non-existing index. 301 * @param long The index of the element to be assigned. 303 * @exception Invalid type for index. 304 * @exception Non-existing index. 329 * @param long The index o [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 184 // If this a repeated field, "index" is the index within it. For unknown 185 // fields, this is the index of the field among all unknown fields of the 187 int index; member 191 // the index the position to which the element has moved. If the element 192 // has not moved, "new_index" will have the same value as "index". 202 // For unknown fields, these are the index of the field within the 211 index(-1), in SpecificField() 283 // other Report() functions, in that |field_path.back().index| is 388 // the same index ar [all...] |
/third_party/python/Lib/test/ |
H A D | test_multibytecodec.py | 394 encoder.encode(char, index == last_index) 395 for index, char in enumerate(self.text))
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 339 let index = *entry.get(); in make_this_crate() 340 this_crate.header_dirs[index].exported |= exported; in make_this_crate()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_exception_safety_test.cc | 207 // Let j be rhs.index() in TEST() 220 // - index() == j in TEST() 242 // index() != j in TEST() 289 // Let j be rhs.index() in TEST() 303 // - index() == j in TEST() 307 // Tj's move assignment; index() will be j. in TEST() 309 size_t j = rhs.index(); in TEST() 320 [&](ThrowingVariant* lhs) { return lhs->index() == j; }) in TEST() 331 // - otherwise (index() != j), equivalent to in TEST() 334 // (with j being rhs.index()), th in TEST() [all...] |
/third_party/skia/gm/ |
H A D | tilemodes.cpp | 180 int index = (int)ty; in make_grad() local 181 switch (index % 3) { in make_grad()
|
/third_party/rust/crates/nix/src/net/ |
H A D | if_.rs | 347 /// A network interface. Has a name like "eth0" or "wlp4s0" or "wlan0", as well as an index 354 /// Obtain the index of this interface. 355 pub fn index(&self) -> c_uint { in index() functions 368 .field("index", &self.index()) in fmt() 448 /// println!("Interface #{} is called {}", iface.index(), iface.name().to_string_lossy());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBaseResolve.cpp | 69 const deUint32 pushConstantSize = static_cast<deUint32>(sizeof(decltype(m_imageMSParams.componentData.index))); in iterate() 350 deviceInterface.cmdPushConstants(*commandBuffer, *pipelineLayout, vk::VK_SHADER_STAGE_ALL, 0u, pushConstantSize, &m_imageMSParams.componentData.index); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | trace_fixture.cpp | 125 void UpdateUniformBlockIndex(GLuint program, const char *name, GLuint index) in UpdateUniformBlockIndex() argument 127 gUniformBlockIndexes[program][index] = glGetUniformBlockIndex(program, name); in UpdateUniformBlockIndex()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 245 * @index: System request message index. 249 u32 index) in _base_clone_reply_to_sys_mem() 259 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 306 * @smid: system request message index 332 * @smid: system request message index 358 * @smid: system request message index 380 * @smid: system request message index 409 u16 index, j; in _base_get_chain_buffer_dma_to_chain_buffer() local 412 for (index in _base_get_chain_buffer_dma_to_chain_buffer() 248 _base_clone_reply_to_sys_mem(struct MPT3SAS_ADAPTER *ioc, u32 reply, u32 index) _base_clone_reply_to_sys_mem() argument 3131 _base_request_irq(struct MPT3SAS_ADAPTER *ioc, u8 index) _base_request_irq() argument 3187 unsigned int cpu, nr_cpus, nr_msix, index = 0, irq; _base_assign_reply_queues() local 8138 int r, i, index, rc; _base_make_ioc_operational() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 219 int index = atomic_inc_return(&vhost->trace_index) & IBMVFC_TRACE_INDEX_MASK; in ibmvfc_trc_start() local 221 entry = &vhost->trace[index]; in ibmvfc_trc_start() 256 int index = atomic_inc_return(&vhost->trace_index) & IBMVFC_TRACE_INDEX_MASK; in ibmvfc_trc_end() local 258 entry = &vhost->trace[index]; in ibmvfc_trc_end() 292 * ibmvfc_get_err_index - Find the index into cmd_status for the fcp response 297 * index into cmd_status / -EINVAL on failure 1011 int index = evt - pool->events; in ibmvfc_valid_event() local 1012 if (index < 0 || index >= pool->size) /* outside of bounds */ in ibmvfc_valid_event() 1014 if (evt != pool->events + index) /* unaligne in ibmvfc_valid_event() 1769 int index = ibmvfc_get_err_index(be16_to_cpu(vfc_cmd->status), be16_to_cpu(vfc_cmd->error)); ibmvfc_log_error() local 4001 int index, level = IBMVFC_DEFAULT_LOG_LEVEL; ibmvfc_tgt_prli_done() local 5879 ibmvfc_register_scsi_channel(struct ibmvfc_host *vhost, int index) ibmvfc_register_scsi_channel() argument 5932 ibmvfc_deregister_scsi_channel(struct ibmvfc_host *vhost, int index) ibmvfc_deregister_scsi_channel() argument [all...] |