/external/icu4c/tools/gennorm/ |
store.c | 207 /* allocate temporary memory for combining triples */ 208 combiningTriplesMem=utm_open("gennorm combining triples", 0x4000, 0x4000, sizeof(CombiningTriple)); 452 CombiningTriple *triples; local 457 triples=utm_getStart(combiningTriplesMem); 459 /* add lead and trail indexes to the triples for sorting */ 463 triples[i].leadIndex=findCombiningCP(triples[i].lead, TRUE); 464 triples[i].trailIndex=findCombiningCP(triples[i].trail, FALSE); 468 qsort(triples, count, sizeof(CombiningTriple), compareTriples) 1414 CombiningTriple *triples; local 1525 CombiningTriple *triples; local [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 110 * @param positions positions in x, y, z triples 112 * @param positionsCount number of position triples to process
|
/frameworks/base/media/libmedia/ |
Metadata.cpp | 27 // This file contains code to serialize Metadata triples (key, type,
|
/bootable/recovery/applypatch/ |
bspatch.c | 134 // with control block a set of triples (x,y,z) meaning "add x bytes
|
/external/bsdiff/ |
bspatch.c | 88 with control block a set of triples (x,y,z) meaning "add x bytes
|
/frameworks/base/obex/javax/obex/ |
ObexSession.java | 147 * 2 option tag length value triples. The required triple has a tag of
|
/sdk/eclipse/buildConfig/ |
build.properties | 42 # value is a '&' separated list of ',' separate triples. For example,
|
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 514 # Result is a list of triples: [ start_line, end_line, function_name ]. 802 # Result is a list of triples: [ start_line, end_line, function_name ]. [all...] |
/hardware/broadcom/wlan/bcm4329/src/shared/ |
bcmutils.c | [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 185 // of state tuple lookup, i.e. a bijective mapping from triples of two [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | [all...] |
/dalvik/docs/ |
prettify.js | 512 /** Given triples of [style, pattern, context] returns a lexing function, [all...] |
/external/bluetooth/glib/gobject/ |
gobject.c | [all...] |
/external/icu4c/common/ |
unames.c | 42 * fields from triples of uint16_t. [all...] |
/frameworks/base/core/java/android/view/ |
View.java | [all...] |