/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 1022 // optional int32 start = 1; 1028 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 1187 // optional int32 start = 1; 1193 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 2461 // optional int32 start = 1; 2467 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 7360 // optional int32 start = 1; 7375 inline ::PROTOBUF_NAMESPACE_ID::int32 DescriptorProto_ExtensionRange::start() const { in start() function in DescriptorProto_ExtensionRange 7376 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.ExtensionRange.start) in start() 7385 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.ExtensionRange.start) in set_start() 7518 inline ::PROTOBUF_NAMESPACE_ID::int32 DescriptorProto_ReservedRange::start() const { start() function in DescriptorProto_ReservedRange 8889 inline ::PROTOBUF_NAMESPACE_ID::int32 EnumDescriptorProto_EnumReservedRange::start() const { start() function in EnumDescriptorProto_EnumReservedRange [all...] |
/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 9574 timeval start; in Benchmark() local 9578 gettimeofday(&start, NULL); in Benchmark() 9584 double delta = (end.tv_sec - start.tv_sec) + in Benchmark() 9585 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in Benchmark() 9591 timeval start; in Benchmark() local 9595 gettimeofday(&start, NULL); in Benchmark() 9602 double delta = (end.tv_sec - start.tv_sec) + in Benchmark() 9603 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in Benchmark()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksImportJsunit.test.js | 50 function subUint8ArrayOf(arrayBuf, start, end) { 52 for (let i = start; i < end && i < arrayBuf.length; ++i) {
|
/third_party/elfutils/src/ |
H A D | elflint.c | 142 /* Before we start tell the ELF library which version we are using. */ in main() 292 Not an ELF file - it has the wrong magic bytes at the start\n")); in process_file() 4306 Elf_Data *data, int shndx, int phndx, GElf_Off start) in check_note_data() 4345 phndx, (uint32_t) nhdr.n_type, start + offset); in check_note_data() 4376 name, which must start with the in check_note_data() 4305 check_note_data(Ebl *ebl, const GElf_Ehdr *ehdr, Elf_Data *data, int shndx, int phndx, GElf_Off start) check_note_data() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 2840 /* add the stream start time */ in read_thread() 3085 /* start video display */ in stream_open() 3251 if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) { in seek_chapter() 3263 stream_seek(is, av_rescale_q(is->ic->chapters[i]->start, is->ic->chapters[i]->time_base, in seek_chapter()
|
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 2644 artec48u_calculate_shading_buffer (Artec48U_Scanner * s, int start, int end, in artec48u_calculate_shading_buffer() argument 2676 for (i = start * bpp; i < end * bpp; i += bpp) in artec48u_calculate_shading_buffer() 2725 XDBG ((5, "init_options: start\n")); in init_options() 2934 "only before the first start."); in init_options() 3530 XDBG ((5, "sane_get_devices: start: local_only = %s\n", in sane_get_devices() 3898 XDBG ((5, "sane_close: start\n")); in sane_close() 4282 XDBG ((2, "sane_start: could not start scan\n")); in sane_start() 4559 XDBG ((5, "sane_exit: start\n")); in sane_exit()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 573 WhereToStart start = result == NodeProperties::kUnreliableMaps in InferHasInPrototypeChain() local 576 dependencies()->DependOnStablePrototypeChains(receiver_map_refs, start, in InferHasInPrototypeChain() 832 // the lookup start object is the global proxy. in ReduceGlobalAccess() 1070 // lookup_start_object = the object where we start looking for the property. in ReduceNamedAccess() 1075 // Lookup start object is the __proto__ of the home object. in ReduceNamedAccess()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 749 start by inventing a special syntax for substitutions. For example, 873 C<$OUT> is reinitialized to the empty string at the start of each
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 333 // Set error location to start of doc, ideally should be first token found in parse() 991 // column & line start at 1 1263 // Set error location to start of doc, ideally should be first token found 1995 // column & line start at 1 2616 "in Json::Value::setComment(): Comments must start with /"); in setComment() 3749 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 1811 GLuint start, in ValidateDrawRangeElements() 1823 if (end < start) in ValidateDrawRangeElements() 1808 ValidateDrawRangeElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawRangeElements() argument
|
H A D | Context.cpp | 2596 GLuint start, in drawRangeElements() 2611 mImplementation->drawRangeElements(this, mode, start, end, count, type, indices)); in drawRangeElements() 2616 GLuint start, in drawRangeElementsBaseVertex() 2631 ANGLE_CONTEXT_TRY(mImplementation->drawRangeElementsBaseVertex(this, mode, start, end, count, in drawRangeElementsBaseVertex() 3828 // If the user has requested that extensions start disabled and they are requestable, in initCaps() 2595 drawRangeElements(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) drawRangeElements() argument 2615 drawRangeElementsBaseVertex(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) drawRangeElementsBaseVertex() argument
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 749 start by inventing a special syntax for substitutions. For example, 873 C<$OUT> is reinitialized to the empty string at the start of each
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 161 Instruction* start = buffer->GetStartAddress<Instruction*>(); \ 163 disasm.DisassembleBuffer(start, end); \
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 281 # this much time to start and print. 786 # Windows requires at least the SYSTEMROOT environment variable to start 1354 t.start() 1383 results.append(('thread-start-poll-result', proc.poll())) 1397 t.start() 1422 self.assertEqual([('thread-start-poll-result', None), 1651 # this much time to start and print. 3169 # from passing the test. More refactoring to have us start
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 915 * \param start Beginning iterator of source range 922 void assign(I start, I end) in assign() argument 925 while(start != end) { in assign() 926 push_back(*start); in assign() 927 start++; in assign()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1143 ArkUI_Float32 start; member 3173 void (*setTextInputTextSelection)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUI_Int32 end); 3444 void (*setSectionOption)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUIWaterFlowSectionOption option);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 494 int32_t start, len; in printCaseInfo() local 495 dir = ubidi_getVisualRun(bidi, i, &start, &len); in printCaseInfo() 496 log_err(" %d.%d/%d", start, len, dir); in printCaseInfo()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 636 CharBuffer start = CharBuffer.wrap(in); in TestHZ() 637 ByteBuffer bytes = encoder.encode(start); in TestHZ() 640 if (!equals(start, finish)) { in TestHZ() 641 errln(converter + " roundtrip test failed: start does not match finish"); in TestHZ() 647 logln("start: " + hex(in)); in TestHZ() 2285 t1.start(); 2286 t2.start(); 2349 t1.start(); 2350 t2.start(); 2853 //start o in TestCharsetUTF7() [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 600 start | 1744 # Strip the diff line prefixes and rip blank lines at start and end. 1816 my $start = $linenr - 1; 1824 for ($line = $start; $remain > 0; $line++) { 2661 # at context start. 2681 # is the start of a diff block and this line starts 2727 # check if it's a mode change, rename or start of a patch 3052 # and # from start of comments to get comment text 3292 # Check if it's the start of a commit log 3761 # check for assignments on the start o [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 84 /* Check if there are any ranges that start within this range and extend in nir_setup_outputs() 2482 /* Reset control_data_bits to 0 so we can start accumulating a new 2548 * First, we start with the sequence <7, 6, 5, 4, 3, 2, 1, 0> 2788 * First, we start with the sequence <7, 6, 5, 4, 3, 2, 1, 0> 4801 offset_256b >= range->start && 4802 offset_256b < range->start + range->length) { 4805 push_reg.offset = load_offset - 32 * range->start;
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 1426 printf("badly formed start-stop cycle counter page\n"); in show_ascii_page() 1439 printf(" Accumulated start-stop cycles=%d\n", n); in show_ascii_page() 3781 ucp = rsp_buff + bd_len + headerlen; /* start of mode page(s) */ in show_scsi_modes() 4490 static void do_start_stop(int fd, int start, int immed, int loej, in do_start_stop() argument 4508 ((loej & 1) << 1) | (start & 1); in do_start_stop() 4544 start ? "start" : "stop"); in do_start_stop() 7552 /* now start the rest of the threads */ in do_scsi_sgp_read_write()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 326 static_cast<int>(reloc_info_writer.pos() - buffer_->start()); in GetCode() 1314 if (trampoline_.start() > pos) { in get_trampoline_entry() 3753 byte* new_start = new_buffer->start(); in GrowBuffer()
|