OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:points
(Results
451 - 475
of
7862
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
byte_array_utils.h
141
* unicode code
points
range from 0 to 0x10FFFF, so any 3-byte value starting with
157
* 1 byte code
points
. It is only made of the original code
points
of the most frequent
159
* The original code
points
are restored by picking the code
points
at the indices of the
180
* String (array of code
points
) Reading
182
* Reads code
points
until the terminator is found.
210
* String (array of code
points
) Writing
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
iconv.h
36
This function is a possible cancellation
points
and therefore not
50
This function is a possible cancellation
points
and therefore not
/system/media/audio_utils/include/audio_utils/
channels.h
29
* \param in_buff
points
to the buffer of samples
31
* \param out_buff
points
to the buffer to receive converted samples.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s
48
space: .space 64 ;
points
to first word of block
49
bes: .bes 64 ;
points
to last word of block
/external/chromium-trace/catapult/third_party/graphy/graphy/
bar_chart.py
91
def __init__(self,
points
=None):
94
if
points
is not None:
95
self.AddBars(
points
)
100
def AddBars(self,
points
, label=None, color=None):
103
points
: List of y-values for the bars in this series
116
series = common.DataSeries(
points
, label=label, style=style)
/external/deqp/doc/testspecs/GLES3/
functional.primitive_bounding_box.txt
27
- All basic primitives: triangles, (wide) lines, (wide)
points
52
triangles.*, (wide_)lines.*, (wide_)
points
.* cases set the primitive
74
(wide_)
points
.* cases render a pattern of green and blue
points
.
75
Verification checks that no
points
within the bounding box area are
77
partially rendered
points
from passing the test.
/external/icu/icu4c/source/data/sprep/
rfc3920res.txt
19
# This table contains code
points
from Table A.1 from RFC 3454
418
# Total code
points
3653
420
# This table contains code
points
from Table B.1 from RFC 3454
450
# Total code
points
27
452
# code
points
from Table C.1.2
472
# Total code
points
17
474
# code
points
from Table C.2.1
479
# Total code
points
18
481
# code
points
from Table C.2.2
500
# Total code
points
3
[
all
...]
/external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h
158
/* Which hook entry
points
are valid: bitmask */
161
/* Hook entry
points
: one per netfilter hook. */
164
/* Underflow
points
. */
179
/* Which hook entry
points
are valid: bitmask. You can't
189
/* Hook entry
points
. */
192
/* Underflow
points
. */
/external/iptables/include/linux/netfilter_ipv4/
ip_tables.h
158
/* Which hook entry
points
are valid: bitmask */
161
/* Hook entry
points
: one per netfilter hook. */
164
/* Underflow
points
. */
179
/* Which hook entry
points
are valid: bitmask. You can't
189
/* Hook entry
points
. */
192
/* Underflow
points
. */
/external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h
195
/* Which hook entry
points
are valid: bitmask */
198
/* Hook entry
points
: one per netfilter hook. */
201
/* Underflow
points
. */
216
/* Which hook entry
points
are valid: bitmask. You can't
226
/* Hook entry
points
. */
229
/* Underflow
points
. */
/external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h
138
/* Which hook entry
points
are valid: bitmask */
141
/* Hook entry
points
: one per netfilter hook. */
144
/* Underflow
points
. */
159
/* Which hook entry
points
are valid: bitmask. You can't
169
/* Hook entry
points
. */
172
/* Underflow
points
. */
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ip_tables.h
160
/* Which hook entry
points
are valid: bitmask */
163
/* Hook entry
points
: one per netfilter hook. */
166
/* Underflow
points
. */
181
/* Which hook entry
points
are valid: bitmask. You can't
191
/* Hook entry
points
. */
194
/* Underflow
points
. */
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6_tables.h
200
/* Which hook entry
points
are valid: bitmask */
203
/* Hook entry
points
: one per netfilter hook. */
206
/* Underflow
points
. */
221
/* Which hook entry
points
are valid: bitmask. You can't
231
/* Hook entry
points
. */
234
/* Underflow
points
. */
/external/pcre/dist/doc/html/
pcre_dfa_exec.html
49
<i>code</i>
Points
to the compiled pattern
50
<i>extra</i>
Points
to an associated <b>pcre[16|32]_extra</b> structure,
52
<i>subject</i>
Points
to the subject string
56
<i>ovector</i>
Points
to a vector of ints for result offsets
58
<i>workspace</i>
Points
to a vector of ints used as working space
110
<i>tables</i>
Points
to character tables or is NULL
/external/pcre/dist/doc/
pcre_dfa_exec.3
35
\fIcode\fP
Points
to the compiled pattern
36
\fIextra\fP
Points
to an associated \fBpcre[16|32]_extra\fP structure,
38
\fIsubject\fP
Points
to the subject string
42
\fIovector\fP
Points
to a vector of ints for result offsets
44
\fIworkspace\fP
Points
to a vector of ints used as working space
99
\fItables\fP
Points
to character tables or is NULL
/external/pdfium/xfa/src/fxbarcode/common/
BC_CommonPerspectiveTransform.cpp
68
void CBC_CommonPerspectiveTransform::TransformPoints(CFX_FloatArray*
points
) {
69
int32_t max =
points
->GetSize();
81
FX_FLOAT x = (*
points
)[i];
82
FX_FLOAT y = (*
points
)[i + 1];
84
(*
points
)[i] = (a11 * x + a21 * y + a31) / denominator;
85
(*
points
)[i + 1] = (a12 * x + a22 * y + a32) / denominator;
/external/skia/src/pathops/
SkOpCubicHull.cpp
44
/* Given a cubic, find the convex hull described by the end and control
points
.
45
The hull may have 3 or 4
points
. Cubics that degenerate into a point or line
48
The hull is computed by assuming that three
points
, if unique and non-linear,
74
// see if remaining two
points
are both above or below
89
// one of the control
points
is equal to an end point
100
// one of the control
points
may be very nearly but not exactly equal --
/external/v8/test/mjsunit/
debug-script-breakpoints.js
68
// Set three script break
points
for named scripts.
73
// Check the content of the script break
points
.
79
// Remove script break
points
(in another order than they where added).
105
// Set three script break
points
for script ids.
110
// Check the content of the script break
points
.
116
// Remove script break
points
(in another order than they where added).
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java
36
* transparency outside it, as well as the laser scanner animation and result
points
.
172
* Draw a bitmap with the result
points
highlighted instead of the live scanning display.
182
List<ResultPoint>
points
= possibleResultPoints;
local
184
points
.add(point);
185
int size =
points
.size();
188
points
.subList(0, size - MAX_RESULT_POINTS / 2).clear();
/packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java
96
SparseIntArray
points
= new SparseIntArray();
local
105
points
.put(0, 0);
115
points
.put(toInt(startTime - mStart + 1), (int) (totalData / RESOLUTION));
116
points
.put(toInt(endTime - mStart), (int) (totalData / RESOLUTION));
118
if (
points
.size() > 1) {
119
chart.addPath(
points
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h
135
/* Which hook entry
points
are valid: bitmask */
138
/* Hook entry
points
: one per netfilter hook. */
141
/* Underflow
points
. */
157
/* Which hook entry
points
are valid: bitmask. You can't
167
/* Hook entry
points
. */
170
/* Underflow
points
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h
149
/* Which hook entry
points
are valid: bitmask */
152
/* Hook entry
points
: one per netfilter hook. */
155
/* Underflow
points
. */
171
/* Which hook entry
points
are valid: bitmask. You can't
181
/* Hook entry
points
. */
184
/* Underflow
points
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h
136
/* Which hook entry
points
are valid: bitmask */
139
/* Hook entry
points
: one per netfilter hook. */
142
/* Underflow
points
. */
157
/* Which hook entry
points
are valid: bitmask. You can't
167
/* Hook entry
points
. */
170
/* Underflow
points
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h
158
/* Which hook entry
points
are valid: bitmask */
161
/* Hook entry
points
: one per netfilter hook. */
164
/* Underflow
points
. */
179
/* Which hook entry
points
are valid: bitmask. You can't
189
/* Hook entry
points
. */
192
/* Underflow
points
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h
195
/* Which hook entry
points
are valid: bitmask */
198
/* Hook entry
points
: one per netfilter hook. */
201
/* Underflow
points
. */
216
/* Which hook entry
points
are valid: bitmask. You can't
226
/* Hook entry
points
. */
229
/* Underflow
points
. */
Completed in 1273 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>