OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:units
(Results
226 - 250
of
934
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/test/intltest/
punyref.h
62
/*
units
; surrogate pairs are not allowed), and the output */
/external/icu4c/test/perf/ubrkperf/
ubrkperf.cpp
133
printf("number of code
units
%d average time per code unit %d\n", textSize, timePerCU);
/external/icu4c/tools/toolutil/
toolutil.c
211
fprintf(stderr, "error: %s - trying to use more than maxCapacity=%ld
units
\n",
/external/kernel-headers/original/linux/
notifier.h
122
* device
units
up), device [un]mount chain, module load/unload chain,
/external/opencore/engines/player/include/
pv_player_events.h
184
current settings for playback position status
units
)
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
avi_write.h
119
uint32 dwLength; /* In
units
above... */
/external/openssl/crypto/
opensslconf.h
221
*
units
. It reduces register dependancies at the expense of 2 more
opensslconf.h.in
113
*
units
. It reduces register dependancies at the expense of 2 more
/external/openssl/include/openssl/
opensslconf.h
221
*
units
. It reduces register dependancies at the expense of 2 more
/external/qemu/
migration.c
113
*
units
must be in seconds */
/external/srec/srec/include/
fpi_tgt.h
118
* Both FEP and REC
units
/external/stlport/src/
dll_main.cpp
34
* STLport different translation
units
are compiled.
/external/webkit/JavaScriptCore/icu/unicode/
utf8.h
21
* This file defines macros to deal with 8-bit Unicode (UTF-8) code
units
(bytes) and strings.
126
* How many code
units
(bytes) are used for the UTF-8 encoding
144
* The maximum number of UTF-8 code
units
(bytes) per Unicode code point (U+0000..U+10ffff).
296
* Append a code point to a string, overwriting 1 or 2 code
units
.
/external/webkit/JavaScriptGlue/icu/unicode/
utf8.h
21
* This file defines macros to deal with 8-bit Unicode (UTF-8) code
units
(bytes) and strings.
126
* How many code
units
(bytes) are used for the UTF-8 encoding
144
* The maximum number of UTF-8 code
units
(bytes) per Unicode code point (U+0000..U+10ffff).
296
* Append a code point to a string, overwriting 1 or 2 code
units
.
/external/webkit/WebCore/dom/
CharacterData.cpp
200
//
units
in data.
/external/webkit/WebCore/icu/unicode/
utf8.h
21
* This file defines macros to deal with 8-bit Unicode (UTF-8) code
units
(bytes) and strings.
126
* How many code
units
(bytes) are used for the UTF-8 encoding
144
* The maximum number of UTF-8 code
units
(bytes) per Unicode code point (U+0000..U+10ffff).
296
* Append a code point to a string, overwriting 1 or 2 code
units
.
/external/webkit/WebKit/android/WebCoreSupport/
PlatformBridge.cpp
151
// libraries any compilation
units
which do not contain any code referenced from
/external/webkit/WebKit/chromium/src/
WebDataSourceImpl.cpp
98
// DOMTimeStamp uses
units
of milliseconds.
/external/webkit/WebKit/mac/icu/unicode/
utf8.h
21
* This file defines macros to deal with 8-bit Unicode (UTF-8) code
units
(bytes) and strings.
126
* How many code
units
(bytes) are used for the UTF-8 encoding
144
* The maximum number of UTF-8 code
units
(bytes) per Unicode code point (U+0000..U+10ffff).
296
* Append a code point to a string, overwriting 1 or 2 code
units
.
/external/webkit/WebKitTools/Scripts/
check-for-weak-vtables-and-externals
97
print "ERROR: A weak external symbol is generated when a symbol is defined in multiple compilation
units
and is also marked as being exported from the library.\n";
/frameworks/base/core/java/android/hardware/
SensorListener.java
66
* All values are in SI
units
(m/s^2) and measure contact forces.
/frameworks/base/docs/html/guide/topics/views/
intro.jd
6
<p>The basic functional unit of an Android application is the <em>activity</em> — an object of the class {@link android.app.Activity android.app.Activity}. An activity can do many things, but by itself it does not have a presence on the screen. To give your activity a screen presence and design its UI, you work with <em>views</em> and <em>viewgroups</em> -- basic
units
of user interface expression on the Android platform.</p>
/frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java
639
public void glPolygonOffset(float factor, float
units
) {
641
mgl.glPolygonOffset(factor,
units
);
645
public void glPolygonOffsetx(int factor, int
units
) {
647
mgl.glPolygonOffsetx(factor,
units
);
[
all
...]
/frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec
44
void glPolygonOffsetxOES ( GLfixed factor, GLfixed
units
)
/frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java
293
* the number of code
units
used, and int[2] is the number of code
294
*
units
remaining until the next message. int[3] is the encoding
345
* the number of code
units
used, and int[2] is the number of code
346
*
units
remaining until the next message. int[3] is the encoding
Completed in 548 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>