HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jdiff/src/jdiff/
ConstructorAPI.java 44 int comp = type_.compareTo(constructorAPI.type_); local
45 if (comp != 0)
46 return comp;
47 comp = exceptions_.compareTo(constructorAPI.exceptions_);
48 if (comp != 0)
49 return comp;
50 comp = modifiers_.compareTo(constructorAPI.modifiers_);
51 if (comp != 0)
52 return comp;
ParamAPI.java 31 int comp = name_.compareTo(oParamAPI.name_); local
32 if (comp != 0)
33 return comp;
34 comp = type_.compareTo(oParamAPI.type_);
35 if (comp != 0)
36 return comp;
FieldAPI.java 72 int comp = name_.compareTo(oFieldAPI.name_); local
73 if (comp != 0)
74 return comp;
75 comp = type_.compareTo(oFieldAPI.type_);
76 if (comp != 0)
77 return comp;
87 comp = value_.compareTo(oFieldAPI.value_);
88 if (comp != 0)
89 return comp;
91 comp = modifiers_.compareTo(oFieldAPI.modifiers_)
    [all...]
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...]
ClassAPI.java 66 int comp = name_.compareTo(oClassAPI.name_); local
67 if (comp != 0)
68 return comp;
73 comp = modifiers_.compareTo(oClassAPI.modifiers_);
74 if (comp != 0)
75 return comp;
  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 375 * @comp: an XSLT Style precomputed block
377 * Free up the memory allocated by @comp
380 xsltFreeStylePreComp(xsltStylePreCompPtr comp) {
381 if (comp == NULL)
387 switch (comp->type) {
393 xsltStyleItemSortPtr item = (xsltStyleItemSortPtr) comp;
396 if (item->comp != NULL)
397 xmlXPathFreeCompExpr(item->comp);
411 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp;
412 if (item->comp != NULL
524 xsltStyleItemDocumentPtr comp; local
668 xsltStyleItemSortPtr comp; local
775 xsltStyleItemCopyPtr comp; local
818 xsltStyleItemTextPtr comp; local
864 xsltStyleItemElementPtr comp; local
982 xsltStyleItemAttributePtr comp; local
1109 xsltStyleItemCommentPtr comp; local
1139 xsltStyleItemPIPtr comp; local
1173 xsltStyleItemCopyOfPtr comp; local
1219 xsltStyleItemValueOfPtr comp; local
1345 xsltStyleItemWithParamPtr comp; local
1403 xsltStyleItemNumberPtr comp; local
1518 xsltStyleItemApplyImportsPtr comp; local
1548 xsltStyleItemCallTemplatePtr comp; local
1587 xsltStyleItemApplyTemplatesPtr comp; local
1639 xsltStyleItemChoosePtr comp; local
1670 xsltStyleItemIfPtr comp; local
1716 xsltStyleItemWhenPtr comp; local
1762 xsltStyleItemForEachPtr comp; local
1810 xsltStyleItemVariablePtr comp; local
1873 xsltStyleItemParamPtr comp; local
    [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/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 49 xsltStyleItemSortPtr comp; local
51 xsltStylePreCompPtr comp;
64 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
65 if (!comp)
73 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
75 if (!comp->stype && comp->has_stype) {
76 comp->stype = xsltEvalAttrValueTemplate(ctxt, sorts[j], toXMLChar("data-type"), XSLT_NAMESPACE);
77 if (comp->stype) {
79 if (xmlStrEqual(comp->stype, toXMLChar("text")))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxd.h 46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x);
48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst);
50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp,
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
  /external/libvpx/libvpx/vp8/common/
onyxd.h 46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x);
48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst);
50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp,
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
  /external/chromium_org/third_party/libxml/src/include/libxml/
pattern.h 47 xmlFreePattern (xmlPatternPtr comp);
50 xmlFreePatternList (xmlPatternPtr comp);
58 xmlPatternMatch (xmlPatternPtr comp,
66 xmlPatternStreamable (xmlPatternPtr comp);
68 xmlPatternMaxDepth (xmlPatternPtr comp);
70 xmlPatternMinDepth (xmlPatternPtr comp);
72 xmlPatternFromRoot (xmlPatternPtr comp);
74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
  /external/icu/icu4c/source/layout/
LigatureSubstSubtables.cpp 32 le_uint16 comp; local
34 for (comp = 0; comp < compCount; comp += 1) {
39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
48 while (comp > 0) {
52 comp -= 1;
  /external/libxml2/include/libxml/
pattern.h 47 xmlFreePattern (xmlPatternPtr comp);
50 xmlFreePatternList (xmlPatternPtr comp);
58 xmlPatternMatch (xmlPatternPtr comp,
66 xmlPatternStreamable (xmlPatternPtr comp);
68 xmlPatternMaxDepth (xmlPatternPtr comp);
70 xmlPatternMinDepth (xmlPatternPtr comp);
72 xmlPatternFromRoot (xmlPatternPtr comp);
74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
  /external/oprofile/libutil++/
path_filter.cpp 27 string comp = op_dirname(str); local
28 while (!comp.empty() && comp != "/") {
30 fnmatcher(op_basename(comp)));
35 if (comp == op_dirname(comp))
37 comp = op_dirname(comp);
  /external/chromium_org/third_party/libxml/src/
pattern.c 80 if ((c)->comp->dict) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
107 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt
116 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
180 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext
223 * @comp: an XSLT comp
225 * Free up the memory allocated by @comp
228 xmlFreePattern(xmlPatternPtr comp) {
1857 xmlStreamCompPtr comp; local
    [all...]
  /external/libxml2/
pattern.c 83 if ((c)->comp->dict) \
84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
110 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt
119 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
183 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext
226 * @comp: an XSLT comp
228 * Free up the memory allocated by @comp
231 xmlFreePattern(xmlPatternPtr comp) {
1861 xmlStreamCompPtr comp; local
    [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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
AbstractInputEditor.java 46 protected JComponent comp; field in class:AbstractInputEditor
47 public JComponent getControl() { return comp; }
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 29 test(const value_compare& comp, const test_allocator<int>& a)
30 : base(comp, c, 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_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) {}
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
Android.mk 17 test_makefile := external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/Android.mk
19 test_name := utilities/meta/meta.unary/meta.unary.comp/union
23 test_name := utilities/meta/meta.unary/meta.unary.comp/member_object_pointer
27 test_name := utilities/meta/meta.unary/meta.unary.comp/lvalue_ref
31 test_name := utilities/meta/meta.unary/meta.unary.comp/function
35 test_name := utilities/meta/meta.unary/meta.unary.comp/pointer
39 test_name := utilities/meta/meta.unary/meta.unary.comp/array
43 test_name := utilities/meta/meta.unary/meta.unary.comp/enum
47 test_name := utilities/meta/meta.unary/meta.unary.comp/floating_point
51 test_name := utilities/meta/meta.unary/meta.unary.comp/voi
    [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...]

Completed in 1194 milliseconds

1 2 3 4 5 6 7 8 91011>>