HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 76 - 100 of 614) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/chromium_org/third_party/boringssl/src/crypto/stack/
stack.c 65 _STACK *sk_new(stack_cmp_func comp) {
81 ret->comp = comp;
236 if (sk->comp == NULL) {
255 /* sk->comp is a function that takes pointers to pointers to elements, but
260 comp_func=(int (*)(const void *,const void *))(sk->comp);
267 while (i > 0 && sk->comp((const void**) &p, (const void**) &sk->data[i-1]) == 0) {
306 ret = sk_new(sk->comp);
321 ret->comp = sk->comp;
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
rettypepromotion.c 25 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) {
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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) {}
  /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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
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) {}
  /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/Android.mk
19 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte
23 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq
27 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq
31 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt
35 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt
39 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_queue.h 380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 380 _Compare comp; member in class:priority_queue
390 : c(__s), comp(__x)
391 { std::make_heap(c.begin(), c.end(), comp); }
396 : c(__s), comp(__x)
397 { std::make_heap(c.begin(), c.end(), comp); }
402 : c(std::move(__s)), comp(__x)
403 { std::make_heap(c.begin(), c.end(), comp); }
426 : c(__s), comp(__x)
430 std::make_heap(c.begin(), c.end(), comp);
437 : c(__s), comp(__x
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.c 147 unsigned comp; local
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
149 if (c->Constants[index].u.Immediate[comp] == data) {
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
161 unsigned comp = c->Constants[free_index].Size++; local
162 c->Constants[free_index].u.Immediate[comp] = data;
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 147 unsigned comp; local
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
149 if (c->Constants[index].u.Immediate[comp] == data) {
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
161 unsigned comp = c->Constants[free_index].Size++; local
162 c->Constants[free_index].u.Immediate[comp] = data;
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_queue.h 390 _Compare comp; member in class:priority_queue
400 : c(__s), comp(__x)
401 { std::make_heap(c.begin(), c.end(), comp); }
406 : c(__s), comp(__x)
407 { std::make_heap(c.begin(), c.end(), comp); }
412 : c(std::move(__s)), comp(__x)
413 { std::make_heap(c.begin(), c.end(), comp); }
436 : c(__s), comp(__x)
440 std::make_heap(c.begin(), c.end(), comp);
447 : c(__s), comp(__x
    [all...]
  /external/llvm/test/Object/
coff-archive-short.test 19 CHECKIDX: 00aa9d1b a @comp.id
26 CHECKIDX: 00aa9d1b a @comp.id
  /external/chromium_org/third_party/libxslt/libxslt/
templates.h 25 xmlXPathCompExprPtr comp,
47 xmlXPathCompExprPtr comp);
50 xmlXPathCompExprPtr comp,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 85 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block,
89 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block);
99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
267 void Copy_B_into_Vop(uint8 *comp, int cChan[], int width);
268 void PutSKIPPED_MB(uint8 *comp, uint8 *c_prev, int width);
269 void PutSKIPPED_B(uint8 *comp, uint8 *c_prev, int width);
314 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
316 int VlcDequantMpegInterBlock(void *video, int comp,
319 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 63 const Tp& val, Compare comp)
75 if (comp(*middle, val)) {
113 const Tp& val, Compare comp)
125 if (comp(val, *middle))
170 Compare comp)
182 if (comp(*middle, val)) {
187 else if (comp(val, *middle))
190 left = boost::detail::lower_bound(first, middle, val, comp);
192 right = boost::detail::upper_bound(++middle, first, val, comp);
209 Compare comp) {
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 108 char *path, *comp, *full; local
123 for (comp = strtok(path, ":"); comp; comp = strtok(NULL, ":")) {
124 if (*comp != '\0') {
125 full = JS_smprintf("%s/%s", comp, name);
135 if (*comp != '\0')
  /external/lldb/test/
redo.py 94 if not all([comp in name for comp in filename_components]):
104 comp = comp_pattern.search(line)
105 if comp:
106 comp_specs.add(comp.group(1))
180 for comp in comp_specs:
181 compilers += " -C %s" % (comp)

Completed in 939 milliseconds

1 2 34 5 6 7 8 91011>>