HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 51 - 75 of 600) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__x
262 #undef comp macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__x
262 #undef comp macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_queue.h 168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__x
262 #undef comp macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_queue.h 168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__x
262 #undef comp macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_queue.h 168 _Compare comp; member in class:priority_queue
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
173 : c(__s), comp(__x)
174 { make_heap(c.begin(), c.end(), comp); }
179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {}
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
190 : c(__first, __last), comp(__x)
191 { make_heap(c.begin(), c.end(), comp); }
196 : c(__s), comp(__x
262 #undef comp macro
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 525 cur->comp = elem->comp;
703 if (cur->comp != NULL) {
704 if (cur->comp->type == XSLT_FUNC_WITHPARAM)
706 else if (cur->comp->type == XSLT_FUNC_PARAM)
787 * @comp: the compiled XSLT instruction
798 xsltStyleItemVariablePtr comp = local
801 xsltStylePreCompPtr comp = castedComp;
829 if ((comp != NULL) && (comp->comp != NULL))
1025 xsltStyleBasicItemVariablePtr comp; local
1027 xsltStylePreCompPtr comp; local
1726 xsltStyleBasicItemVariablePtr comp = local
1774 xsltStyleBasicItemVariablePtr comp = local
1921 xsltStyleBasicItemVariablePtr comp; local
1983 xsltStyleItemVariablePtr comp; local
2045 xsltStyleItemParamPtr comp; local
2108 xsltStyleItemVariablePtr comp; local
2150 xsltStyleItemParamPtr comp; local
    [all...]
pattern.c 90 xmlXPathCompExprPtr comp; member in struct:_xsltStepOp
126 xsltCompMatchPtr comp; /* the result */ member in struct:_xsltParserContext
171 * @comp: an XSLT comp
173 * Free up the memory allocated by @comp
176 xsltFreeCompMatch(xsltCompMatchPtr comp) {
180 if (comp == NULL)
182 if (comp->pattern != NULL)
183 xmlFree((xmlChar *)comp->pattern);
184 if (comp->nsList != NULL
230 xsltCompMatchPtr comp = payload; local
    [all...]
transform.h 94 xsltStylePreCompPtr comp);
99 xsltStylePreCompPtr comp);
104 xsltStylePreCompPtr comp);
109 xsltStylePreCompPtr comp);
114 xsltStylePreCompPtr comp);
119 xsltStylePreCompPtr comp);
124 xsltStylePreCompPtr comp);
129 xsltStylePreCompPtr comp);
134 xsltStylePreCompPtr comp);
139 xsltStylePreCompPtr comp);
    [all...]
  /external/libxslt/libxslt/
variables.c 525 cur->comp = elem->comp;
703 if (cur->comp != NULL) {
704 if (cur->comp->type == XSLT_FUNC_WITHPARAM)
706 else if (cur->comp->type == XSLT_FUNC_PARAM)
787 * @comp: the compiled XSLT instruction
798 xsltStyleItemVariablePtr comp = local
801 xsltStylePreCompPtr comp = castedComp;
829 if ((comp != NULL) && (comp->comp != NULL))
1025 xsltStyleBasicItemVariablePtr comp; local
1027 xsltStylePreCompPtr comp; local
1726 xsltStyleBasicItemVariablePtr comp = local
1774 xsltStyleBasicItemVariablePtr comp = local
1921 xsltStyleBasicItemVariablePtr comp; local
1983 xsltStyleItemVariablePtr comp; local
2045 xsltStyleItemParamPtr comp; local
2108 xsltStyleItemVariablePtr comp; local
2150 xsltStyleItemParamPtr comp; local
    [all...]
pattern.c 90 xmlXPathCompExprPtr comp; member in struct:_xsltStepOp
126 xsltCompMatchPtr comp; /* the result */ member in struct:_xsltParserContext
171 * @comp: an XSLT comp
173 * Free up the memory allocated by @comp
176 xsltFreeCompMatch(xsltCompMatchPtr comp) {
180 if (comp == NULL)
182 if (comp->pattern != NULL)
183 xmlFree((xmlChar *)comp->pattern);
184 if (comp->nsList != NULL
230 xsltCompMatchPtr comp = payload; local
    [all...]
transform.h 94 xsltStylePreCompPtr comp);
99 xsltStylePreCompPtr comp);
104 xsltStylePreCompPtr comp);
109 xsltStylePreCompPtr comp);
114 xsltStylePreCompPtr comp);
119 xsltStylePreCompPtr comp);
124 xsltStylePreCompPtr comp);
129 xsltStylePreCompPtr comp);
134 xsltStylePreCompPtr comp);
139 xsltStylePreCompPtr comp);
    [all...]
  /external/jdiff/src/jdiff/
DiffOutput.java 45 int comp = pkgName_.compareTo(oDiffOutput.pkgName_); local
46 if (comp != 0)
47 return comp;
  /external/libvpx/libvpx/vp8/common/
onyx.h 247 void vp8_remove_compressor(struct VP8_COMP* *comp);
252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
254 int vp8_get_preview_raw_frame(struct VP8_COMP* comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flags);
256 int vp8_use_as_reference(struct VP8_COMP* comp, int ref_frame_flags);
257 int vp8_update_reference(struct VP8_COMP* comp, int ref_frame_flags);
258 int vp8_get_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
259 int vp8_set_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
260 int vp8_update_entropy(struct VP8_COMP* comp, int update);
261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsign (…)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_element_comp.pass.cpp 15 // minmax_element(Iter first, Iter last, Compare comp);
28 Compare comp; local
29 std::pair<Iter, Iter> p = std::minmax_element(first, last, comp);
34 assert(!comp(*j, *p.first));
35 assert(!comp(*p.second, *j));
74 Compare comp; local
75 std::pair<Iter, Iter> p = std::minmax_element(Iter(a), Iter(a+N), comp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_move_alloc.pass.cpp 43 test(const value_compare& comp, const test_allocator<int>& a)
44 : base(comp, c, a) {}
45 test(const value_compare& comp, const container_type& c,
46 const test_allocator<int>& a) : base(comp, c, a) {}
47 test(const value_compare& comp, container_type&& c,
48 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
ctor_copy_alloc.pass.cpp 39 test(const value_compare& comp, const test_allocator<int>& a)
40 : base(comp, c, a) {}
41 test(const value_compare& comp, const container_type& c,
42 const test_allocator<int>& a) : base(comp, c, a) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
checkers.h 42 * @brief Check whether @c [begin, @c end) is sorted according to @c comp.
45 * @param comp Comparator.
52 Comparator comp
64 if (comp(*current, *recent))
78 * @brief Check whether @c [begin, @c end) is sorted according to @c comp.
83 * @param comp Comparator.
91 Comparator comp
103 if (comp(*current, *recent))
119 * @brief Check whether @c [begin, @c end) is sorted according to @c comp.
123 * @param comp Comparator
    [all...]
balanced_quicksort.h 94 * @param comp Comparator.
101 Comparator comp, thread_index_t num_threads)
111 end - 1, comp);
118 (!comp(*pivot_pos, *begin) && !comp(*(begin + n / 2), *pivot_pos))
119 || (!comp(*pivot_pos, *begin) && !comp(*(end - 1), *pivot_pos))
120 || (!comp(*pivot_pos, *(begin + n / 2)) && !comp(*begin, *pivot_pos))
121 || (!comp(*pivot_pos, *(begin + n / 2)) && !comp(*(end - 1), *pivot_pos)
    [all...]
  /external/chromium_org/third_party/libxml/src/
testRegexp.c 19 static void testRegexp(xmlRegexpPtr comp, const char *value) {
22 ret = xmlRegexpExec(comp, (const xmlChar *) value);
32 xmlRegexpExec(comp, (const xmlChar *) value);
38 xmlRegexpPtr comp = NULL; local
62 if (comp != NULL) {
63 xmlRegFreeRegexp(comp);
64 comp = NULL;
67 comp = xmlRegexpCompile((const xmlChar *) pattern);
68 if (comp == NULL) {
72 } else if (comp == NULL)
271 xmlRegexpPtr comp = NULL; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 382 _Compare comp; member in class:priority_queue
392 : c(__s), comp(__x)
393 { std::make_heap(c.begin(), c.end(), comp); }
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(std::move(__s)), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
428 : c(__s), comp(__x)
432 std::make_heap(c.begin(), c.end(), comp);
439 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 382 _Compare comp; member in class:priority_queue
392 : c(__s), comp(__x)
393 { std::make_heap(c.begin(), c.end(), comp); }
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(std::move(__s)), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
428 : c(__s), comp(__x)
432 std::make_heap(c.begin(), c.end(), comp);
439 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h 388 _Compare comp; member in class:priority_queue
398 : c(__s), comp(__x)
399 { std::make_heap(c.begin(), c.end(), comp); }
404 : c(__s), comp(__x)
405 { std::make_heap(c.begin(), c.end(), comp); }
410 : c(std::move(__s)), comp(__x)
411 { std::make_heap(c.begin(), c.end(), comp); }
434 : c(__s), comp(__x)
438 std::make_heap(c.begin(), c.end(), comp);
445 : c(__s), comp(__x
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
rettypepromotion.c 25 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) {
  /frameworks/support/v4/java/android/support/v4/content/
WakefulBroadcastReceiver.java 89 ComponentName comp = context.startService(intent); local
90 if (comp == null) {
96 "wake:" + comp.flattenToShortString());
100 return comp;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetRefList.java 116 int comp = annotationSets.length - o.annotationSets.length; local
117 if (comp != 0) {
118 return comp;
122 comp = annotationSets[i].compareTo(o.annotationSets[i]);
123 if (comp != 0) {
124 return comp;
128 return comp;

Completed in 3125 milliseconds

1 23 4 5 6 7 8 91011>>