HomeSort by relevance Sort by last modified time
    Searched refs:lengths (Results 26 - 50 of 363) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 53 const GLfloat *lengths; local
58 /* We can only use the display list's saved normal lengths if we've
62 lengths = NULL;
64 lengths = VB->NormalLengthPtr;
69 lengths,
  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) {
34 fLength = lengths[i];
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) {
198 return pp.prettify(strings, lengths, count, countlines);
  /external/skqp/src/gpu/
GrSKSLPrettyPrint.cpp 16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) {
34 fLength = lengths[i];
196 SkSL::String PrettyPrint(const char** strings, int* lengths, int count, bool countlines) {
198 return pp.prettify(strings, lengths, count, countlines);
  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 24 * iSCSI segment lengths
57 /** Set additional header and data segment lengths */
74 /** Segment lengths */
75 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common
104 /** Segment lengths */
105 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common_response
133 /** Segment lengths */
134 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_request
199 /** Segment lengths */
200 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_response
250 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_command
295 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_response
345 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_in
393 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_out
429 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_r2t
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
reverse_sequence_op_test.py 40 lengths = array_ops.placeholder(dtypes.as_dtype(seq_lengths.dtype))
43 p, batch_axis=batch_axis, seq_axis=seq_axis, seq_lengths=lengths)
45 tf_ans = ans.eval(feed_dict={p: x, lengths: seq_lengths})
49 ans.eval(feed_dict={p: x, lengths: seq_lengths})
  /packages/apps/Dialer/java/com/android/voicemail/impl/
PinChangerImpl.java 94 String[] lengths = preferences.getString(OmtpConstants.TUI_PASSWORD_LENGTH, "").split("-"); local
95 if (lengths.length == 2) {
97 result.minLength = Integer.parseInt(lengths[0]);
98 result.maxLength = Integer.parseInt(lengths[1]);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BytesDictionaryMatcher.java 46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) {
63 lengths[count] = numChars;
CharsDictionaryMatcher.java 25 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) {
42 lengths[count] = numChars;
CjkBreakEngine.java 147 int lengths[] = new int[numChars]; local
158 fDictionary.matches(text, maxSearchLength, lengths, count_, maxSearchLength, values);
167 if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(current32(text))) {
169 lengths[count] = 1;
175 if (newSnlp < bestSnlp[lengths[j] + i]) {
176 bestSnlp[lengths[j] + i] = newSnlp;
177 prev[lengths[j] + i] = i;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsDictionaryMatcher.java 24 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) {
41 lengths[count] = numChars;
CjkBreakEngine.java 146 int lengths[] = new int[numChars]; local
157 fDictionary.matches(text, maxSearchLength, lengths, count_, maxSearchLength, values);
166 if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(current32(text))) {
168 lengths[count] = 1;
174 if (newSnlp < bestSnlp[lengths[j] + i]) {
175 bestSnlp[lengths[j] + i] = newSnlp;
176 prev[lengths[j] + i] = i;
BytesDictionaryMatcher.java 45 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) {
62 lengths[count] = numChars;
  /external/toybox/toys/other/
vmstat.c 83 "sy\0id\0wa", lengths[] = {2,2,6,6,6,6,4,4,5,5,4,4,2,2,2,2}; local
104 for (i=0; i<sizeof(lengths); i++) {
105 printf(" %*s"+!i, lengths[i], header);
136 for (i=0; i<sizeof(lengths); i++) {
149 expected += lengths[i] + !!i;
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 139 const Point& lengths) {
141 if (!dy.ScaleTo(lengths.y() / 2.0f)) {
148 dx.ScaleTo(lengths.x() / 2.0f);
155 width_ = lengths.x();
156 height_ = lengths.y();
  /external/brotli/c/enc/
histogram.c 31 self->length_ = split->lengths ? split->lengths[0] : 0;
38 self->length_ = self->split_->lengths[self->idx_];
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
fused_rnn_cell.py 149 def _reverse(self, t, lengths):
156 lengths: 1D tensor of lengths, or `None`
164 if lengths is None:
167 return array_ops.reverse_sequence(t, lengths, 0, 1)
  /art/test/906-iterate-heap/src/art/
Test906.java 73 int lengths[] = new int[100]; local
75 int n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths);
76 System.out.println(sort(n, classTags, sizes, tags, lengths));
79 n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths);
80 System.out.println(sort(n, classTags, sizes, tags, lengths));
241 int lengths[]) {
248 elem.length = lengths[i];
296 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /external/python/cpython2/Lib/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /external/python/cpython3/Lib/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
dask_io.py 42 lengths = df.map_partitions(len).compute()
43 divisions = np.cumsum(lengths).tolist()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:

Completed in 1320 milliseconds

12 3 4 5 6 7 8 91011>>