/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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
onyx.h | 258 void vp8_remove_compressor(struct VP8_COMP* *comp); 263 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); 264 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); 265 int vp8_get_preview_raw_frame(struct VP8_COMP* comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flags); 267 int vp8_use_as_reference(struct VP8_COMP* comp, int ref_frame_flags); 268 int vp8_update_reference(struct VP8_COMP* comp, int ref_frame_flags); 269 int vp8_get_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 270 int vp8_set_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 271 int vp8_update_entropy(struct VP8_COMP* comp, int update); 272 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...] |
/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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...] |
/external/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);
|
/external/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) {}
|
/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) {}
|
/external/libcxx/test/re/re.iter/re.regiter/re.regiter.comp/ |
Android.mk | 17 test_makefile := external/libcxx/test/re/re.iter/re.regiter/re.regiter.comp/Android.mk 19 test_name := re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere
|
/external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/ |
Android.mk | 17 test_makefile := external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/Android.mk 19 test_name := re/re.iter/re.tokiter/re.tokiter.comp/equal
|
/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...] |
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/Android.mk 19 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/and 23 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/multiply 27 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/addition 31 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/subtraction 35 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/divide 39 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/modulo 43 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_right 47 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/xor 51 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_lef [all...] |
/external/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/Android.mk 19 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/and 23 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/multiply 27 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/addition 31 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/subtraction 35 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/divide 39 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/modulo 43 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_right 47 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/xor 51 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_lef [all...] |
/external/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/Android.mk 19 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/and 23 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/multiply 27 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/addition 31 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/subtraction 35 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/divide 39 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/modulo 43 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/shift_right 47 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/xor 51 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/shift_lef [all...] |
/external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/Android.mk 19 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/and 23 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/multiply 27 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/addition 31 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/subtraction 35 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/divide 39 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/modulo 43 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_right 47 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/xor 51 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_lef [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |