OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:units
(Results
51 - 75
of
934
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/common/
ubidiwrt.c
38
* - Any code point always needs the same number of code
units
43
* - u_charMirror(c) needs the same number of code
units
as c
162
* of code points, not code
units
, to keep Unicode characters intact.
165
* in backward order, collect all code
units
for a code point
167
* and copy all these code
units
in ascending order
199
/* collect code
units
for one base character */
227
/* collect code
units
and modifier letters for one base character */
276
/* collect code
units
for one base character */
/external/icu4c/i18n/
esctrn.h
28
* 16-bit code
units
. Most escape forms handle 32-bit code points,
72
* false, they are handled as two 16-bit code
units
.
/external/skia/src/svg/
SkSVGGradient.cpp
82
void SkSVGGradient::translateGradientUnits(SkString&
units
) {
84
SkASSERT(strcmp(
units
.c_str(), "userSpaceOnUse") == 0);
/hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h
185
* bufsiz Amount of data desired in sizeof()
units
190
*
units
(which if less than the specification, represents an error).
203
* posn Desired file position relative to start of file in sizeof()
units
.
295
* memsiz size of desired memory in sizeof()
units
345
LDR_ADDR size; /* size of the section in addressable
units
*/
455
* bytsiz Size of the data to be read in sizeof()
units
472
* bytsiz Size of the data to be written in sizeof()
units
488
* bytsiz Size of the data to be written in sizeof()
units
/bootable/bootloader/legacy/include/boot/
flash.h
36
** (flash erase
units
)
/external/bison/src/
closure.h
47
represent
units
of input that could arrive next. */
/external/gtest/test/
gtest-typed-test2_test.cc
40
// instantiated in different translation
units
linked together.
gtest-typed-test_test.h
42
// instantiated in different translation
units
linked together.
/external/icu4c/common/unicode/
ustring.h
43
* ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code
units
.
44
* UTF-16 encodes each Unicode code point with either one or two UChar code
units
.
54
* i.e., as separate
units
.
58
* for single-unit characters vs. lead
units
vs. trail
units
are completely disjoint.
64
* (which use pairs of lead/trail code
units
called "surrogates"),
90
* Count Unicode code points in the length UChar code
units
of the string.
91
* A code point may occupy either one or two UChar code
units
.
92
* Counting code points involves reading all code
units
.
97
* @param length The number of UChar code
units
to be checked, or -1 to count al
[
all
...]
utf_old.h
161
* ICU always counts Unicode code
units
(UChars) for
193
* that needs the same number of code
units
(bytes) as were seen by
291
/** Does this scalar Unicode value need multiple code
units
for storage? @deprecated ICU 2.4. Use U8_LENGTH or test ((uint32_t)(c)>0x7f) instead, see utf_old.h. */
332
/** Average number of code
units
compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */
516
/** Get the UTF-32 value from the surrogate code
units
. @deprecated ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. */
541
/** Does this scalar Unicode value need multiple code
units
for storage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */
550
/** Average number of code
units
compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */
555
* of the code
units
that belong to that code point.
751
* This file defines macros to deal with UTF-32 code
units
and code points.
786
/* number of code
units
per code point *
[
all
...]
/external/icu4c/io/
uprintf.h
73
int32_t len; /* Maximum number of code
units
that can be written to output */
/external/tcpdump/
ip6.h
120
u_int8_t ip6h_len; /* length in
units
of 8 octets */
128
u_int8_t ip6d_len; /* length in
units
of 8 octets */
162
u_int8_t ip6r_len; /* length in
units
of 8 octets */
171
u_int8_t ip6r0_len; /* length in
units
of 8 octets */
print-mobility.c
53
u_int8_t ip6m_len; /* length in
units
of 8 octets */
125
/*
units
of 4 secs */
268
/*
units
of 4 secs */
284
/*
units
of 4 secs */
/external/webkit/WebCore/css/
CSSHelper.h
38
// "absolute" CSS length
units
like inch and pt is always fixed and never changes.
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h
154
ULONG DwellTime; //
units
are Kusec
160
ULONG BeaconPeriod; //
units
are Kusec
161
ULONG ATIMWindow; //
units
are Kusec
162
ULONG DSConfig; // Frequency,
units
are kHz
/dalvik/dx/src/com/android/dx/ssa/
Optimizer.java
62
* @param paramWidth the total width, in register-
units
, of this method's
83
* @param paramWidth the total width, in register-
units
, of this method's
123
* @param paramWidth the total width, in register-
units
, of this method's
/hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h
149
TI_INT16 iThreshold; /**< Input Trigger Threshold.
Units
: dBm / dB ; Range: (-100 .. 100) */
150
TI_UINT16 uPacing; /**< Minimum delay between consecutive triggers.
Units
: milliseconds ; Range: (0 .. 60000) */
154
TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value.
Units
: dB ; Threshold range: (0 .. 255) */
/system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h
149
TI_INT16 iThreshold; /**< Input Trigger Threshold.
Units
: dBm / dB ; Range: (-100 .. 100) */
150
TI_UINT16 uPacing; /**< Minimum delay between consecutive triggers.
Units
: milliseconds ; Range: (0 .. 60000) */
154
TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value.
Units
: dB ; Threshold range: (0 .. 255) */
/external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp
252
//This is the default value of clock
units
347
// Convert to the requested time
units
and return the start time
362
// set clock
units
to usec if
units
arg is usec. Otherwise, default is msec
371
// Convert to clock
units
and set the start time
408
// set clock
units
to usec if
units
arg is usec. Otherwise, default is msec
431
// Get the current clock time in clock
units
551
// Convert to requested time
units
656
// Change the
units
[
all
...]
/external/neven/Embedded/common/src/b_BasicEm/
MemSeg.h
81
/** size of memory segment in 16 bit
units
*/
84
/** current allocation index in 16 bit
units
(index is always even -> 32 bit alignment enforced) */
115
/** returns available 16bit
units
of memeory in given segment; (allocation is always 32 bit aligned) */
119
/** returns currently allocated size in 16bit
units
of memeory in given segment */
151
/** allocation of memory (very fast); sizeA specifies number of 16bit
units
; (allocation is always 32 bit aligned) */
/hardware/libhardware/include/hardware/
sensors.h
65
* all values are in SI
units
(m/s^2)
165
* All values are in SI
units
(m/s^2) and measure the acceleration of the
203
* The light sensor value is returned in SI lux
units
.
251
/* light in SI lux
units
*/
297
/* maximaum range of this sensor's value in SI
units
*/
/dalvik/vm/mterp/x86-atom/
header.S
153
* to point to the next instruction. "_count" is in 16-bit code
units
.
168
* in bytes, *not* 16-bit code
units
, and may be a signed value.
178
* "_count" value is in 16-bit code
units
. Does not advance rPC.
189
* "_count" value is in 16-bit code
units
. Does not advance rPC.
199
* "_count" value is in 16-bit code
units
. Does not advance rPC.
210
* "_count" value is in 16-bit code
units
. Does not advance rPC.
221
* "_count" value is in 16-bit code
units
. Does not advance rPC.
/external/icu4c/io/unicode/
ustdio.h
267
* @param capacity The number of code
units
available for use in stringBuf
587
* code
units
is needed instead of codepoints.
675
* @return The number of Unicode code
units
written to <TT>buffer</TT>. This
685
* Write formatted data to a Unicode string. When the number of code
units
687
*
units
of data are stored in <TT>buffer</TT> and a negative value is
688
* returned. When the number of code
units
required to store the data equals
693
* @param count The number of code
units
to read.
729
* When the number of code
units
required to store the data exceeds
730
* <TT>count</TT>, then <TT>count</TT> code
units
of data are stored in
732
*
units
required to store the data equals <TT>count</TT>, the string is no
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java
38
* The amount of register space, in register
units
, required for this
50
* @param regCount count, in register-
units
, of the number of registers
101
* Gets the size of this instance, in 16-bit code
units
. This will only
/dalvik/vm/mterp/armv5te/
header.S
109
* to point to the next instruction. "_count" is in 16-bit code
units
.
131
* in bytes, *not* 16-bit code
units
, and may be a signed value.
142
* "_count" value is in 16-bit code
units
. Does not advance rPC.
Completed in 663 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>