Home
last modified time | relevance | path

Searched refs:beginning (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() local
106 init_beginning = beginning, in CompareCMapIterAndBitSet()
107 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet()
116 beginning = current + 1; in CompareCMapIterAndBitSet()
117 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
/external/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt9 # Chinese personal names - surname first - that occur at the beginning of a contiguous Han substring
10 # (i.e. at the beginning of text, or immediately preceded by space or other non-Han characters).
64 # Convert $startOfHanMarkers to space, or to nothing if they are at the beginning of text.
DInterIndic_Arabic.txt23 \uE007→إ; # इ at beginning of word
25 \uE008→إ; # ई at beginning of word
Dund_FONIPA_fa.txt15 # word-final pronunciation comes close to [ə]. At the beginning of words,
21 $DarkAVowel = [ʌ a ɑ ɒ ɐ ɞ {ä} {ɒ\u0308}]; # آ instead of ا at beginning of words
Dnl_Title.txt11 # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29)
/external/mdnsresponder/mDNSPosix/
DServices.txt4 # Lines beginning with '#' are comments/ignored.
9 # Note that any line beginning with white space is considered a blank line.
/external/perfetto/src/trace_processor/importers/gzip/
Dgzip_trace_parser.cc44 base::StringView beginning(reinterpret_cast<char*>(start), size); in Parse()
47 size_t offset = Find(kSystraceFileHeader, beginning); in Parse()
/external/tensorflow/tensorflow/python/kernel_tests/
Dinit_ops_test.py888 beginning = kernel_size // 2
889 end = kernel_size - 1 - beginning
891 tmp_up = array_ops.slice(input_, [0, width - beginning, 0],
892 [-1, beginning, -1])
982 beginning = kernel_size // 2
983 end = kernel_size - 1 - beginning
985 tmp_up = array_ops.slice(input_, [0, width - beginning, 0, 0],
986 [-1, beginning, width, -1])
991 tmp_left = array_ops.slice(tmp, [0, 0, width - beginning, 0],
992 [-1, new_width, beginning, -1])
[all …]
/external/python/cpython3/Modules/
Dsre_lib.h26 return ((void*) ptr == state->beginning); in SRE()
29 return ((void*) ptr == state->beginning || in SRE()
45 if (state->beginning == state->end) in SRE()
47 thatp = ((void*) ptr > state->beginning) ? in SRE()
54 if (state->beginning == state->end) in SRE()
56 thatp = ((void*) ptr > state->beginning) ? in SRE()
63 if (state->beginning == state->end) in SRE()
65 thatp = ((void*) ptr > state->beginning) ? in SRE()
72 if (state->beginning == state->end) in SRE()
74 thatp = ((void*) ptr > state->beginning) ? in SRE()
[all …]
/external/python/cpython2/Lib/
Ddifflib.py1148 beginning = start + 1 # lines start numbering with one
1151 return '{}'.format(beginning)
1153 beginning -= 1 # empty ranges begin at line just before the range
1154 return '{},{}'.format(beginning, length)
1231 beginning = start + 1 # lines start numbering with one
1234 beginning -= 1 # empty ranges begin at line just before the range
1236 return '{}'.format(beginning)
1237 return '{},{}'.format(beginning, beginning + length - 1)
/external/python/cpython3/Lib/
Ddifflib.py1117 beginning = start + 1 # lines start numbering with one
1120 return '{}'.format(beginning)
1122 beginning -= 1 # empty ranges begin at line just before the range
1123 return '{},{}'.format(beginning, length)
1201 beginning = start + 1 # lines start numbering with one
1204 beginning -= 1 # empty ranges begin at line just before the range
1206 return '{}'.format(beginning)
1207 return '{},{}'.format(beginning, beginning + length - 1)
/external/python/cpython2/Misc/Vim/
Dvimrc43 " Display tabs at the beginning of a line in Python mode as bad.
59 " C: prevents insertion of '*' at the beginning of every line in a comment
76 " Puts a marker at the beginning of the file to differentiate between UTF and
/external/jsoncpp/test/data/
Dtest_preserve_comment_01.expected2 at the beginning of the file.
Dtest_preserve_comment_01.json2 at the beginning of the file.
/external/angle/third_party/jsoncpp/source/test/data/
Dtest_preserve_comment_01.expected2 at the beginning of the file.
Dtest_preserve_comment_01.json2 at the beginning of the file.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dinvalid-prologue-end.ll5 ; the beginning of the function body.
20 ; which causes a debugger to show the beginning of function body to be inside
/external/curl/docs/cmdline-opts/
Dhaproxy-protocol.d6 Send a HAProxy PROXY protocol v1 header at the beginning of the connection. This
/external/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm220 // case 1: free space lies at the beginning and/or the end of the buffer
224 // no room at the end, check the beginning
226 // no room at the beginning
229 // we are going to allocate from the beginning, adjust head to '0' position
/external/skqp/docs/
DSkStream_Reference.bmh333 Rewinds to the beginning of the stream. Returns true if the stream is known
334 to be at the beginning after this call returns.
353 The returned stream will be positioned at the beginning of its data.
452 to the closest point within the stream (beginning or end).
/external/angle/extensions/
DANGLE_external_objects_fuchsia.txt90 Replace the paragraph in section 4.2.1 beginning "External handles
115 Replace the paragraph in section 6.1 beginning "External handles are
/external/exoplayer/tree/testdata/src/test/assets/ssa/
Doverlapping_timecodes7 Dialogue: 0:00:02.00,0:00:05.23,Second subtitle - beginning overlaps first
/external/igt-gpu-tools/man/
Dintel_reg.rst182 * Empty lines and lines beginning with "#", ";", or "//" are ignored.
184 * Lines *not* beginning with "(" are interpreted as file names, absolute or
187 * Lines beginning with "(" are interpreted as register definitions.
/external/python/cpython2/Lib/plat-irix5/
Dreadcd.doc40 of four forms. "None": for "first", the beginning of the CD, for
42 starts at the beginning of the track or ends at the end of the
93 beginning of the following track and that was also specified using the
/external/python/cpython2/Lib/plat-irix6/
Dreadcd.doc40 of four forms. "None": for "first", the beginning of the CD, for
42 starts at the beginning of the track or ends at the end of the
93 beginning of the following track and that was also specified using the

12345678910>>...35