HomeSort by relevance Sort by last modified time
    Searched full:comp (Results 476 - 500 of 1531) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glx/
glxcmds.c 1045 #define PREFER_LARGER_OR_ZERO(comp) \
1047 if ( ((*a)-> comp) != ((*b)-> comp) ) { \
1048 if ( ((*a)-> comp) == 0 ) { \
1051 else if ( ((*b)-> comp) == 0 ) { \
1055 return ((*b)-> comp) - ((*a)-> comp) ; \
1060 #define PREFER_LARGER(comp) \
1062 if ( ((*a)-> comp) != ((*b)-> comp) ) { \
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 425 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
433 ALOGD_IF(isDebug(),"%s: MDP Comp. video transition padding round",
680 /* Checks for conditions where all the layers marked for MDP comp cannot be
702 // Disable MDP comp on Secondary when the primary is highres panel and
703 // the secondary is a normal 1080p, because, MDP comp on secondary under
705 // a quality mismatch when there will be a fallback to GPU comp
730 //For 8x26 with panel width>1k, if RGB layer needs HFLIP fail mdp comp
743 //If all above hard conditions are met we can do full or partial MDP comp.
823 // MDP comp checks
863 // Check if the layers below this layer qualifies for PTOR comp
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_advanced.py 62 # Capture a single shot with the same EV comp and locked AE.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_tag.py 44 assert hash(self.ts1) == hash(self.ts2), 'tag set hash comp. fails'
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 115 return Norm2AllModes.getNFCInstance().comp;
135 return Norm2AllModes.getNFKCInstance().comp;
155 return Norm2AllModes.getNFKC_CFInstance().comp;
191 case COMPOSE: return all2Modes.comp;
  /external/icu/icu4c/source/common/
caniter.cpp 498 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
499 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
500 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
507 UnicodeString temp(comp);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 123 int comp = am.compare(rm);
124 if (comp == 0 && a.isMethod() && r.isMethod())
158 int comp = am.compareTo(rm); local
159 if (comp == 0 && a.isMethod() && r.isMethod()) { // collect overloads
  /external/libavc/decoder/
ih264d_tables.h 110 /** Motion comp modes for P followed by B,
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp 16 // binary_search(Iter first, Iter last, const T& value, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/
equal_range_comp.pass.cpp 16 // equal_range(Iter first, Iter last, const T& value, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap_comp.pass.cpp 15 // make_heap(Iter first, Iter last, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare_comp.pass.cpp 17 // Iter2 first2, Iter2 last2, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
max_element_comp.pass.cpp 15 // max_element(Iter first, Iter last, Compare comp);
min_element_comp.pass.cpp 15 // min_element(Iter first, Iter last, Compare comp);
minmax_comp.pass.cpp 15 // minmax(const T& a, const T& b, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/
nth_element_comp.pass.cpp 16 // nth_element(Iter first, Iter nth, Iter last, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort_comp.pass.cpp 16 // partial_sort(Iter first, Iter middle, Iter last, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy_comp.pass.cpp 20 // RAIter result_first, RAIter result_last, Compare comp);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort_comp.pass.cpp 16 // stable_sort(Iter first, Iter last, Compare comp);
  /external/libcxx/test/std/containers/associative/map/map.cons/
initializer_list_compare_alloc.pass.cpp 14 // map(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
iter_iter_comp.pass.cpp 15 // map(InputIterator first, InputIterator last, const key_compare& comp);
iter_iter_comp_alloc.pass.cpp 16 // const key_compare& comp, const allocator_type& a);
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
initializer_list.pass.cpp 14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
initializer_list_compare.pass.cpp 14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
iter_iter_comp.pass.cpp 16 // const key_compare& comp);

Completed in 3113 milliseconds

<<11121314151617181920>>