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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-log-utils.cc 143 LogRecordCompressor comp(2);
145 CHECK(comp.Store(empty));
146 CHECK(!comp.Store(empty));
147 CHECK(!comp.Store(empty));
149 CHECK(comp.Store(aaa));
150 CHECK(!comp.Store(aaa));
151 CHECK(!comp.Store(aaa));
152 CHECK(comp.Store(empty));
153 CHECK(!comp.Store(empty));
154 CHECK(!comp.Store(empty))
    [all...]
  /external/icu4c/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/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;
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...]
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;
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;
  /frameworks/base/services/java/com/android/server/
RecognitionManagerService.java 43 ComponentName comp = getCurRecognizer(); local
44 if (comp == null) {
46 comp = findAvailRecognizer(null);
47 if (comp != null) {
48 setCurRecognizer(comp);
54 int change = isPackageDisappearing(comp.getPackageName());
59 } else if (isPackageModified(comp.getPackageName())) {
60 setCurRecognizer(findAvailRecognizer(comp.getPackageName()));
72 ComponentName comp = getCurRecognizer(); local
73 if (comp != null)
    [all...]
  /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/libxml2/
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...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uheap.h 23 /// \brief Returns true if the given range is a heap under \p comp.
25 /// comp(node,child1) is false and comp(node,child2) is false.
30 bool is_heap (RandomAccessIterator first, RandomAccessIterator last, Compare comp)
34 if (comp (*first, *iChild) || (++iChild < last && comp (*first, *iChild)))
40 /// At completion, is_heap (first, last, comp) is true.
46 void make_heap (RandomAccessIterator first, RandomAccessIterator last, Compare comp)
53 iChild += comp (first[iChild], first[iChild + 1]);
54 if (comp (first[iChild], v)
    [all...]
upredalgo.h 70 mismatch (InputIterator first1, InputIterator last1, InputIterator first2, BinaryPredicate comp)
72 while (first1 != last1 && comp(*first1, *first2))
83 inline bool equal (InputIterator first1, InputIterator last1, InputIterator first2, BinaryPredicate comp)
85 return (mismatch (first1, last1, first2, comp).first == last1);
209 /// for every iterator j in [first, i), comp(*j, value) is true.
215 ForwardIterator lower_bound (ForwardIterator first, ForwardIterator last, const T& value, StrictWeakOrdering comp)
220 if (comp (*mid, value))
233 inline ForwardIterator binary_search (ForwardIterator first, ForwardIterator last, const T& value, StrictWeakOrdering comp)
235 ForwardIterator found = lower_bound (first, last, value, comp);
236 return ((found == last || comp(value, *found)) ? last : found)
    [all...]
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 76 xsltStyleItemSortPtr comp; local
78 xsltStylePreCompPtr comp;
97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
98 if (comp == NULL)
106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
108 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
109 comp->stype =
113 if (comp->stype != NULL) {
115 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/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 221 const TextRunComponent& comp = components.at(i); local
222 int len = comp.textLength();
224 if (curPos < to && from < curEnd && !comp.isSpace()) {
227 pt.setX(point.x() + w - comp.m_offset - comp.m_width);
229 pt.setX(point.x() + comp.m_offset);
230 drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos);
256 const TextRunComponent& comp = components.at(i); local
257 int xe = w - comp.m_offset;
258 int xs = xe - comp.m_width
268 const TextRunComponent& comp = components.at(i); local
289 const TextRunComponent& comp = components.at(i); local
    [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...]
  /external/opencore/codecs_v2/video/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 361 int comp; local
376 for (comp = 0; comp < 6; comp++)
378 (*DC)[comp] = mid_gray;
541 int comp; local
558 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */
589 for (comp = 0; comp < 6; comp++
    [all...]
datapart_decode.cpp 526 int comp; local
553 for (comp = 0; comp < 6; comp++)
555 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
561 for (comp = 0; comp < 6; comp++)
563 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*
582 int comp; local
634 int comp; local
    [all...]
  /frameworks/base/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...]
datapart_decode.cpp 525 int comp; local
552 for (comp = 0; comp < 6; comp++)
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
560 for (comp = 0; comp < 6; comp++)
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*
581 int comp; local
633 int comp; local
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
NativeImageBlitter.java 54 AffineTransform xform, Composite comp, Color bgcolor,
59 sysxform, xform, comp, bgcolor, clip);
63 sysxform, comp, bgcolor, clip);
74 sysxform, comp, bgcolor, clip);
81 Composite comp, Color bgcolor, MultiRectArea clip) {
85 sysxform, comp, bgcolor, clip);
94 width, height, comp, bgcolor, clip);
101 sysxform, comp, bgcolor, clip);
112 sysxform, comp, bgcolor, clip);
119 Surface dstSurf, int width, int height, Composite comp,
    [all...]

Completed in 108 milliseconds

1 2 3 4 5 6 7 8 91011>>