HomeSort by relevance Sort by last modified time
    Searched full:comp (Results 26 - 50 of 1256) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jdiff/src/jdiff/
MethodAPI.java 88 int comp = name_.compareTo(oMethod.name_); local
89 if (comp != 0)
90 return comp;
91 comp = returnType_.compareTo(oMethod.returnType_);
92 if (comp != 0)
93 return comp;
107 comp = exceptions_.compareTo(oMethod.exceptions_);
108 if (comp != 0)
109 return comp;
110 comp = modifiers_.compareTo(oMethod.modifiers_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 43 xsltStyleItemSortPtr comp; local
45 xsltStylePreCompPtr comp;
64 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
65 if (comp == NULL)
73 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
75 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
76 comp->stype =
80 if (comp->stype != NULL) {
82 if (xmlStrEqual(comp->stype, (const xmlChar *) "text")
    [all...]
  /external/bzip2/
bzdiff 18 *cmp) comp=${CMP-cmp} ;;
19 *) comp=${DIFF-diff} ;;
37 echo "Usage: $prog [${comp}_options] file [file]"
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
68 *) $comp $OPTIONS "$1" "$2"
74 echo "Usage: $prog [${comp}_options] file [file]"
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 42 int vp9_receive_compressed_data(VP9D_PTR comp,
46 int vp9_get_raw_frame(VP9D_PTR comp, YV12_BUFFER_CONFIG *sd,
50 vpx_codec_err_t vp9_copy_reference_dec(VP9D_PTR comp,
54 vpx_codec_err_t vp9_set_reference_dec(VP9D_PTR comp,
63 void vp9_remove_decompressor(VP9D_PTR comp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 74 symmetric_difference_func(Comparator c) : comp(c) {}
76 Comparator comp; member in struct:__gnu_parallel::symmetric_difference_func
85 if (comp(*a, *c))
91 else if (comp(*c, *a))
114 if (comp(*a, *c))
119 else if (comp(*c, *a))
153 difference_func(Comparator c) : comp(c) {}
155 Comparator comp; member in struct:__gnu_parallel::difference_func
163 if (comp(*a, *c))
169 else if (comp(*c, *a)
223 Comparator comp; member in struct:__gnu_parallel::intersection_func
287 Comparator comp; member in struct:__gnu_parallel::union_func
    [all...]
  /external/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...]
  /frameworks/base/services/java/com/android/server/
RecognitionManagerService.java 53 ComponentName comp = getCurRecognizer(userHandle); local
54 if (comp == null) {
56 comp = findAvailRecognizer(null, userHandle);
57 if (comp != null) {
58 setCurRecognizer(comp, userHandle);
64 int change = isPackageDisappearing(comp.getPackageName());
69 } else if (isPackageModified(comp.getPackageName())) {
70 setCurRecognizer(findAvailRecognizer(comp.getPackageName(), userHandle),
91 ComponentName comp = getCurRecognizer(userHandle); local
93 if (comp != null)
    [all...]
  /ndk/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/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...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
transform.rs 40 const SgTransformComponent *comp = NULL;
41 comp = (const SgTransformComponent *)rsGetElementAt(data->components, i);
43 if (rsIsObject(comp->name)) {
44 rsDebug((const char*)rsGetElementAt(comp->name, 0), comp->value);
45 rsDebug("Type", comp->type);
47 rsDebug("no name", comp->value);
48 rsDebug("Type", comp->type);
96 const SgTransformComponent *comp = NULL;
97 comp = (const SgTransformComponent *)rsGetElementAt(data->components, i)
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
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...]
  /external/libxslt/libxslt/
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
35 temp1 = (int32 *)comp;
42 comp += width;
46 temp1 = (int32 *)comp;
53 comp += width;
57 temp1 = (int32 *)comp;
64 comp += width;
68 temp1 = (int32 *)comp;
74 comp += width;
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width
    [all...]
dcac_prediction.cpp 30 int comp,
79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
88 y_offset = Ypos[comp] * nMBPerRow;
89 x_offset = Xpos[comp];
90 x_tab = Xtab[comp];
91 y_tab = Ytab[comp];
92 z_tab = Ztab[comp];
94 b_xtab = B_Xtab[comp];
95 b_ytab = B_Ytab[comp];
    [all...]
combined_decode.cpp 360 int comp; local
375 for (comp = 0; comp < 6; comp++)
377 (*DC)[comp] = mid_gray;
540 int comp; local
557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */
588 for (comp = 0; comp < 6; comp++
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 72 int i, comp; local
76 for(comp = 0; comp < 3; ++comp) {
77 unsigned int swz = GET_SWZ(swizzle, comp);
80 if (swz != GET_SWZ(sd->hash, comp))
83 if (comp == 3)
157 int i, comp; local
163 for(comp = 0; comp < 3; ++comp)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 72 int i, comp; local
76 for(comp = 0; comp < 3; ++comp) {
77 unsigned int swz = GET_SWZ(swizzle, comp);
80 if (swz != GET_SWZ(sd->hash, comp))
83 if (comp == 3)
157 int i, comp; local
163 for(comp = 0; comp < 3; ++comp)
    [all...]
  /external/opencv/cv/src/
cvcamshift.cpp 62 CvTermCriteria criteria, CvConnectedComp* comp )
72 if( comp )
73 comp->rect = windowIn;
136 if( comp )
138 comp->rect = cur_rect;
139 comp->area = (float)moments.m00;
179 CvConnectedComp comp; local
184 comp.rect = windowIn;
190 CV_CALL( itersUsed = cvMeanShift( mat, windowIn, criteria, &comp ));
191 windowIn = comp.rect
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_comp_alloc.pass.cpp 13 // priority_queue(const Compare& comp, const Alloc& a);
29 test(const value_compare& comp, const test_allocator<int>& a)
30 : base(comp, a) {}
31 test(const value_compare& comp, const container_type& c,
32 const test_allocator<int>& a) : base(comp, c, a) {}
34 test(const value_compare& comp, container_type&& c,
35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
ctor_comp_cont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, const container_type& c,
40 test(const value_compare& comp, const test_allocator<int>& a)
41 : base(comp, a) {}
42 test(const value_compare& comp, const container_type& c,
43 const test_allocator<int>& a) : base(comp, c, a) {}
45 test(const value_compare& comp, container_type&& c,
46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
ctor_comp_rcont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, container_type&& c,
40 test(const value_compare& comp, const test_allocator<int>& a)
41 : base(comp, a) {}
42 test(const value_compare& comp, const container_type& c,
43 const test_allocator<int>& a) : base(comp, c, a) {}
45 test(const value_compare& comp, container_type&& c,
46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}

Completed in 1307 milliseconds

12 3 4 5 6 7 8 91011>>