OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:units
(Results
76 - 100
of
934
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java
27
// TODO: this modeling (
units
is an independent axis) is not ideal, because
54
if ($assert.ENABLED) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid
units
ID: " + unitsID);
61
if ($assert.ENABLED) $assert.ASSERT (unitsID >= UNITS_COUNT && unitsID <= UNITS_INSTR, "invalid
units
ID: " + unitsID);
/external/freetype/src/autofit/
aftypes.h
88
FT_Pos org; /* original position/width in font
units
*/
218
FT_Fixed x_scale; /* from font
units
to 1/64th device pixels */
219
FT_Fixed y_scale; /* from font
units
to 1/64th device pixels */
/external/icu4c/common/
ruleiter.h
195
* Advances the position by the given number of 16-bit code
units
.
197
* @param count the number of 16-bit code
units
to jump over
220
* @param count the number of 16-bit code
units
to advance past
triedict.h
81
* @param maxLength The maximum number of code
units
to match.
154
* @param maxLength The maximum number of code
units
to match.
202
* @param maxLength The maximum number of code
units
to match.
285
* @param maxLength The maximum number of code
units
to match.
/external/opencore/doc/oscl_html/
oscl__file__cache_8h-source.html
81
00084 <span class="comment">//
units
: 0-based byte offset from beginning of cache</span>
85
00088 <span class="comment">//
units
: 0-based byte offset from beginning of cache</span>
91
00094 <span class="comment">//
units
: 0-based byte offset from beginning of cache</span>
/external/openssl/crypto/des/asm/
readme
69
One has to do instruction interleaving to keep both functional
units
94
Due to the execution
units
in the pentium, this actually works quite well.
125
to keep both functional
units
of the pentium going.
/external/tcpdump/
ieee802_11_radio.h
38
*
units
given for some fields) nor easily extensible.
45
*
units
and origin of each measurement (where it applies), or else I
78
/* Name Data type
Units
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h
48
*
units
given for some fields) nor easily extensible.
55
*
units
and origin of each measurement (where it applies), or else I
85
/* Name Data type
Units
/system/wlan/ti/sta_dk_4_0_4_32/config/
tiwlan.ini
90
PowerMgmtHangOverPeriod = 5 # in mSec
units
141
FirstConnScanBandB_TxPowerLevel = 255 # Tx power for every prob request - Dbm/10
units
149
FirstConnScanBandA_TxPowerLevel = 255 # Tx power for every prob request - Dbm/10
units
/development/simulator/wrapsim/
BitVector.c
25
assert(sizeof(bv->storage[0]) == 4); /* assuming 32-bit
units
*/
/external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java
55
public void setUnits (final UnitsTypeAttribute
units
)
57
m_settings.setProperty (m_prefix.concat (UNITS_TYPE),
units
.getValue ());
350
public void setUnits (final UnitsTypeAttribute
units
)
352
m_settings.setProperty (PREFIX.concat (UNITS_TYPE),
units
.getValue ());
/external/freetype/src/pshinter/
pshglob.h
164
/*
units
. The result is in device pixels (26.6 format). */
/external/gtest/test/
gtest-param-test2_test.cc
58
// in multiple translation
units
. Another instantiation is defined
/external/icu4c/extra/uconv/
uconv.1.in
303
is the hexadecimal value of one of the UTF-16 code
units
representing the
305
UTF-16 surrogate code
units
.
315
is the hexadecimal value of one of the UTF-16 code
units
representing the
317
UTF-16 surrogate code
units
.
/external/icu4c/i18n/unicode/
unirepl.h
60
* @return the number of 16-bit code
units
in the text replacing
/external/kernel-headers/original/linux/
backing-dev.h
26
unsigned long ra_pages; /* max readahead in PAGE_CACHE_SIZE
units
*/
ip.h
106
__u8 hdrlen; /* This one is measured in 32 bit
units
! */
timex.h
83
* scaled
units
.
89
* FINENSEC is 1 ns in SHIFT_UPDATE
units
of the time_phase variable.
94
#define FINENSEC (1L << (SHIFT_SCALE - 10)) /* ~1 ns in phase
units
*/
284
u64 last_counter; /* counter value in
units
of the counter at last update */
/external/opencore/
README
36
| processing
units
that can be connected in a flow graph]
/external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
rfc3640_payload_parser.h
25
// interleaved access
units
(AUs) nor does it handle missing "crucial" AUs.
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config_interface.h
293
* T106 Master Slave Determination (in
units
of 1s)
294
* T101 Capability Exchange (in
units
of 1s)
295
* T103 Uni-directional and Bi-directional Logical Channel Signalling (in
units
of 1s)
296
* T108 Close Logical Channel (in
units
of 1s)
297
* T104 H.223 Multiplex Table (in
units
of 1s)
298
* T109 Mode Request (in
units
of 1s)
299
* T105 Round Trip Delay (in
units
of 1s)
300
* T107 Request Multiplex Entry (in
units
of 100ms)
301
* T401 SRP retransmission (in
units
of 100ms)
/external/quake/quake/src/WinQuake/
chase.cpp
47
// start position 12
units
behind head
/external/srec/srec/include/
specnorm.h
41
#define SV6_TO_MEAN 30 /*
units
of C0 */
/external/webkit/WebCore/svg/
svgattrs.in
225
units
-per-em
/frameworks/base/include/utils/
Singleton.h
55
* and avoid to have a copy of them in each compilation
units
Singleton<TYPE>
Completed in 873 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>