/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 95 u32 order; member in struct:vdec_config
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 95 u32 order; member in struct:vdec_config
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AdtPrefs.java | 238 String order = mStore.getString(PREFS_ATTRIBUTE_SORT); local 240 if (XmlAttributeSortOrder.ALPHABETICAL.key.equals(order)) { 242 } else if (XmlAttributeSortOrder.NO_SORTING.key.equals(order)) { 361 * Returns the sort order to be applied to the attributes (one of which can 364 * @return the sort order to apply to the attributes
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 159 enum s3d_disp_order order; member in struct:s3d_disp_info
|
/external/checkpolicy/ |
policy_define.c | 796 int order; local 810 order = 0; 827 datum->level->sens = ++order; 833 if (order != policydbp->p_levels.nprim) { [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 180 unsigned int order; member in struct:active_feature_t 184 a->order < b->order ? -1 : a->order > b->order ? 1 : 422 feature.order = i; 446 feature.order = num_features + 1; 720 /* Fix up clusters so that we never return out-of-order indices;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 807 uint32_t order; local 813 order = ucol_previous(iter, &status); 816 if (order == 0) 817 order = ucol_previous(iter, &status); 824 size = ucol_getMaxExpansion(iter, order); 834 uint32_t order; local 837 order = ucol_previous(iter, &status); 838 size = ucol_getMaxExpansion(iter, order); 989 if ((count > 250 && testorders[-- count].order != orders[1].order) || [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 694 doAssert((order1 != order2), "The order result should not be the same"); 703 doAssert((order1 == order2), "The order result should be the same"); 757 doAssert((order1 == order2), "The order result should be the same"); 1268 uint32_t order; local 1296 uint32_t order; local [all...] |
ssearch.cpp | 674 struct Order 676 int32_t order; member in struct:Order 689 void add(int32_t order, int32_t low, int32_t high); 690 const Order *get(int32_t index) const; 699 Order *list; 707 list = new Order[listMax]; 716 int32_t order, low, high; local 732 list = new Order[listMax]; 738 order = ucol_next(elems, &status); 741 if (order != UCOL_NULLORDER) 788 const Order *order = get(index); local 799 const Order *order = get(index); local 810 const Order *order = get(index); local 875 const Order *order = list.get(i); local 893 const Order *order = list.get(i); local 991 int32_t order, low, high; local 1116 uint64_t order; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 70 unsigned order; member in struct:ureg_tokens 199 tokens->size = (1 << ++tokens->order); [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
structs.h | 85 const opus_int16 order; member in struct:__anon13808 167 opus_int shapingLPCOrder; /* Filter order for noise shaping filters */ 168 opus_int predictLPCOrder; /* Filter order for prediction filters */ 170 opus_int pitchEstimationLPCOrder; /* Whitening filter order for pitch estimator */ 270 opus_int LPC_order; /* LPC order */
|
/external/dnsmasq/src/ |
option.c | 140 { "strict-order", 0, 0, 'o' }, 262 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE }, 2368 int order, pref; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 283 final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; local 284 for (Iterator packages = item.getChildren (order); packages.hasNext (); odd = ! odd) 400 final ItemComparator order = m_typeSortComparators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getTypeID ()]; local 401 for (Iterator srcORclsFiles = item.getChildren (order); srcORclsFiles.hasNext (); odd = ! odd) 523 final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; local 525 for (Iterator classes = item.getChildren (order); classes.hasNext (); ++ clsIndex) 692 final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; local 693 for (Iterator methods = item.getChildren (order); methods.hasNext (); odd = ! odd) [all...] |
/external/flac/include/FLAC/ |
format.h | 129 /** The maximum LPC order permitted by the format. */ 132 /** The maximum LPC order permitted by the FLAC subset for sample rates 146 /** The maximum order of the fixed predictors permitted by the format. */ 149 /** The maximum Rice partition order permitted by the format. */ 152 /** The maximum Rice partition order permitted by the FLAC Subset. */ 225 * specified as an order, i.e. the number of array elements 234 unsigned order; member in struct:__anon18276 235 /**< The partition order, i.e. # of contexts = 2 ^ \a order. */ 301 unsigned order; member in struct:__anon18282 318 unsigned order; member in struct:__anon18283 [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 807 uint32_t order; local 813 order = ucol_previous(iter, &status); 816 if (order == 0) 817 order = ucol_previous(iter, &status); 824 size = ucol_getMaxExpansion(iter, order); 834 uint32_t order; local 837 order = ucol_previous(iter, &status); 838 size = ucol_getMaxExpansion(iter, order); 989 if ((count > 250 && testorders[-- count].order != orders[1].order) || [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 703 doAssert((order1 != order2), "The order result should not be the same"); 712 doAssert((order1 == order2), "The order result should be the same"); 766 doAssert((order1 == order2), "The order result should be the same"); 1326 uint32_t order; local 1354 uint32_t order; local [all...] |
ssearch.cpp | 323 struct Order 325 int32_t order; member in struct:Order 338 void add(int32_t order, int32_t low, int32_t high); 339 const Order *get(int32_t index) const; 348 Order *list; 356 list = new Order[listMax]; 365 int32_t order, low, high; local 381 list = new Order[listMax]; 387 order = ucol_next(elems, &status); 390 if (order != UCOL_NULLORDER) 437 const Order *order = get(index); local 448 const Order *order = get(index); local 459 const Order *order = get(index); local 524 const Order *order = list.get(i); local 542 const Order *order = list.get(i); local 639 int32_t order, low, high; local [all...] |
/external/kernel-headers/original/video/ |
dsscomp.h | 131 * are with respect to native scan order 144 /* Subsampling direction is based on native panel scan order.*/ 176 enum s3d_disp_order order; member in struct:s3d_disp_info 570 * modedb_len timings are retrieved in the order of display preference.
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 70 unsigned order; member in struct:ureg_tokens 199 tokens->size = (1 << ++tokens->order); [all...] |
/external/svox/pico/lib/ |
picocep.c | 604 /* in C, the evaluation order of f() + g() is not defined, so 1314 picoos_uint8 order = pdf->ceporder; local [all...] |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 1759 unsigned int order = getSectionOrder(**sect); local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_q6vdec.h | 141 u32 order; member in struct:vdec_config
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 119 u32 order; /* render decoder order */ member in struct:vdec_config
|
/hardware/samsung_slsi/exynos5/include/ |
fimg2d.h | 229 enum pixel_order order; member in struct:fimg2d_image
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 71 * Pixel order complies with little-endian style 73 * DO NOT CHANGE THIS ORDER 94 * DO NOT CHANGE THIS ORDER 138 * DO NOT CHANGE THIS ORDER 182 * DO NOT CHANGE THIS ORDER 243 * DO NOT CHANGE THIS ORDER 328 enum pixel_order order; member in struct:fimg2d_image 337 * color format and order must be ARGB8888(A is MSB).
|