/external/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')
|
/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);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 177 void vp9_remove_compressor(VP9_PTR *comp); 183 int vp9_receive_raw_frame(VP9_PTR comp, unsigned int frame_flags, 187 int vp9_get_compressed_data(VP9_PTR comp, unsigned int *frame_flags, 192 int vp9_get_preview_raw_frame(VP9_PTR comp, YV12_BUFFER_CONFIG *dest, 195 int vp9_use_as_reference(VP9_PTR comp, int ref_frame_flags); 197 int vp9_update_reference(VP9_PTR comp, int ref_frame_flags); 199 int vp9_copy_reference_enc(VP9_PTR comp, VP9_REFFRAME ref_frame_flag, 204 int vp9_set_reference_enc(VP9_PTR comp, VP9_REFFRAME ref_frame_flag, 207 int vp9_update_entropy(VP9_PTR comp, int update); 209 int vp9_set_roimap(VP9_PTR comp, unsigned char *map [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 74 comp = compiler() 75 customize_compiler(comp) 76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 74 comp = compiler() 75 customize_compiler(comp) 76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/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);
|
/external/stlport/test/eh/ |
test_map.cpp | 34 template <class K, class V, class Comp, class A> 36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&) 41 template <class K, class V, class Comp, class A > 43 container_category(const EH_STD::__map__<K,V,Comp, A>&)
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.h | 42 /*sets up mdp comp for the current frame */ 55 /* Initialize MDP comp*/ 141 /* checks if full MDP comp can be done */ 143 /* check if we can use layer cache to do at least partial MDP comp */ 145 /* Partial MDP comp that uses caching to save power as primary goal */ 147 /* Partial MDP comp that uses number of pixels to optimize perf goal */ 149 /* Checks if its worth doing load based partial comp */ 161 /* checks for mdp comp dimension limitation */ 165 /* optimize layers for mdp 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) {}
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
new1_4.cpp | 6 // based on comp.std.c++ post by Alexander Schiemann <aschiem@math.uni-sb.de>
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
new1_4.cpp | 6 // based on comp.std.c++ post by Alexander Schiemann <aschiem@math.uni-sb.de>
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperChange.java | 53 ComponentName comp = (ComponentName)obj; local 59 queryIntent.setPackage(comp.getPackageName()); 65 if (ri.serviceInfo.name.equals(comp.getClassName())) { 87 Log.w(TAG, "Not a live wallpaper: " + comp);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
findhalfpel.cpp | 187 Int k, comp; local 207 for (comp = 0; comp < 4; comp++) 215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1); 216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 1); 217 ilow = xpos + ((comp & 1) << 3) - range; 218 jlow = ypos + ((comp & 2) << 2) - range [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiway_mergesort.h | 135 Comparator& comp, 155 sd->starts[iam + 1], offsets.begin(), comp); 191 Comparator& comp, 208 comp); 221 comp) 233 comp) 251 const RandomAccessIterator& end, Comparator& comp) const 253 __gnu_sequential::stable_sort(begin, end, comp); 261 const RandomAccessIterator end, Comparator& comp) const 263 __gnu_sequential::sort(begin, end, comp); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsort.h | 29 // Sorts the arcs in an FST according to function object 'comp' of 43 void ArcSort(MutableFst<Arc> *fst, Compare comp) { 58 sort(arcs.begin(), arcs.end(), comp); 64 fst->SetProperties(comp.Properties(props), kFstProperties); 90 ArcSortFstImpl(const Fst<A> &fst, const C &comp, 92 : CacheImpl<A>(opts), fst_(fst.Copy()), comp_(comp) { 169 // Sorts the arcs in an FST according to function object 'comp' of 196 ArcSortFst(const Fst<A> &fst, const C &comp) 197 : impl_(new ArcSortFstImpl<A, C>(fst, comp, ArcSortFstOptions())) {} 199 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
pattern.h | 42 xsltFreeCompMatchList (xsltCompMatchPtr comp); 46 xsltCompMatchPtr comp);
|
/external/libxslt/libxslt/ |
pattern.h | 42 xsltFreeCompMatchList (xsltCompMatchPtr comp); 46 xsltCompMatchPtr comp);
|
/external/llvm/test/Object/ |
coff-archive-short.test | 19 CHECKIDX: 00aa9d1b a @comp.id 26 CHECKIDX: 00aa9d1b a @comp.id
|
/external/openssh/ |
kex.h | 83 typedef struct Comp Comp; 107 struct Comp { 115 Comp comp; member in struct:Newkeys
|
/external/openfst/src/include/fst/ |
arcsort.h | 45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) 46 : fst_(fst), comp_(comp), i_(0) {} 83 // Sorts the arcs in an FST according to function object 'comp' of 97 void ArcSort(MutableFst<Arc> *fst, Compare comp) { 98 ArcSortMapper<Arc, Compare> mapper(*fst, comp); 104 // Sorts the arcs in an FST according to function object 'comp' of 127 ArcSortFst(const Fst<A> &fst, const C &comp) 128 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp)) {} 130 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts) 131 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp), opts) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |