Searched defs:reorder (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/gpu/
H A DGrCommandBuilder.cpp13 GrCommandBuilder* GrCommandBuilder::Create(GrGpu* gpu, bool reorder) { argument
14 if (reorder) {
/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp204 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, argument
206 makeReorderRanges(reorder, length, FALSE, ranges, errorCode);
210 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, argument
215 if(length == 0 || (length == 1 && reorder[0] == USCRIPT_UNKNOWN)) {
237 // Never reorder special low and high primary lead bytes.
245 // Get the set of special reorder codes in the input list.
246 // This supports a fixed number of special reorder codes;
250 int32_t reorderCode = reorder[i] - UCOL_REORDER_CODE_FIRST;
256 // Start the reordering with the special low reorder codes that do not occur in the input.
267 if(specials == 0 && reorder[
[all...]
H A Dcollationsettings.h134 inline uint32_t reorder(uint32_t p) const { function in struct:CollationSettings
227 * to be used by reorder(p) for split-reordered primary lead bytes.
241 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable.
246 /** Array of reorder codes; ignored if reorderCodesLength == 0. */
248 /** Number of reorder codes; 0 if no reordering. */
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java292 void makeReorderRanges(int[] reorder, UVector32 ranges) { argument
293 makeReorderRanges(reorder, false, ranges);
296 private void makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges) { argument
298 int length = reorder.length;
299 if(length == 0 || (length == 1 && reorder[0] == UScript.UNKNOWN)) {
320 // Never reorder special low and high primary lead bytes.
328 // Get the set of special reorder codes in the input list.
329 // This supports a fixed number of special reorder codes;
333 int reorderCode = reorder[i] - Collator.ReorderCodes.FIRST;
339 // Start the reordering with the special low reorder code
[all...]
H A DCollationSettings.java283 public long reorder(long p) { method in class:CollationSettings
454 * to be used by reorder(p) for split-reordered primary lead bytes.
468 * are omitted for efficiency; they are handled by reorder(p) via the reorderTable.
472 /** Array of reorder codes; ignored if length == 0. */
474 // Note: In C++, we keep a memory block around for the reorder codes,
/external/iproute2/tc/
H A Dq_netem.c41 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
175 struct tc_netem_reorder reorder; local
185 memset(&reorder, 0, sizeof(reorder));
329 } else if (matches(*argv, "reorder") == 0) {
332 if (get_percent(&reorder.probability, *argv)) {
333 explain1("reorder");
339 if (get_percent(&reorder.correlation, *argv)) {
340 explain1("reorder");
426 if (reorder
499 const struct tc_netem_reorder *reorder = NULL; local
[all...]
/external/icu/icu4c/source/layout/
H A DKhmerReordering.cpp359 le_int32 KhmerReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 /*scriptCode*/, function in class:KhmerReordering
H A DTibetanReordering.cpp322 le_int32 TibetanReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32, function in class:TibetanReordering
H A DIndicReordering.cpp625 le_int32 IndicReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, function in class:IndicReordering
/external/libnl/lib/route/sch/
H A Dnetem.c176 struct tc_netem_reorder reorder; local
185 memset(&reorder, 0, sizeof(reorder));
270 reorder.probability = netem->qnm_ro.nmro_probability;
271 reorder.correlation = netem->qnm_ro.nmro_correlation;
273 NLA_PUT(msg, TCA_NETEM_REORDER, sizeof(reorder), &reorder);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp602 Normalizer2DataBuilder::reorder(Norm *p, BuilderReorderingBuffer &buffer) { function in class:Normalizer2DataBuilder
1064 reorder(norms+i, buffer);
/external/kernel-headers/original/uapi/linux/wimax/
H A Di2400m.h220 * @reorder: if this payload has to be reorder or not (and how)
227 __le32 reorder; /* bits defined in i2400m_ro */ member in struct:i2400m_pl_edata_hdr
567 __u8 reorder; /* 0 disabled, 1 enabled */ member in struct:i2400m_tlv_config_dl_host_reorder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 555 milliseconds