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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 355 xmlXPathCompExprPtr comp; member in struct:_xsltKeyDef
401 * @comp: the compiled information from the stylesheet
409 xsltElemPreCompPtr comp);
459 * @comp: the #xsltElemPreComp to free up
463 typedef void (*xsltElemPreCompDeallocator) (xsltElemPreCompPtr comp);
624 xmlXPathCompExprPtr comp; /* TODO: Change this to compExpr. */ member in struct:_xsltStyleBasicExpressionItem
755 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemApplyTemplates
816 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemIf
845 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ member in struct:_xsltStyleItemValueOf
965 xmlXPathCompExprPtr comp; member in struct:_xsltStyleBasicItemVariable
1003 xmlXPathCompExprPtr comp; member in struct:_xsltStyleItemParam
1058 xmlXPathCompExprPtr comp; \/* a precompiled XPath expression *\/ member in struct:_xsltStyleItemSort
1078 xmlXPathCompExprPtr comp; member in struct:_xsltStyleItemWhen
1411 xmlXPathCompExprPtr comp; \/* a precompiled XPath expression *\/ member in struct:_xsltStylePreComp
1427 xsltStylePreCompPtr comp; \/* the compiled form *\/ member in struct:_xsltStackElem
    [all...]
keys.c 83 if (keyd->comp != NULL)
84 xmlXPathFreeCompExpr(keyd->comp);
359 key->comp = xsltXPathCompile(style, pattern);
360 if (key->comp == NULL) {
619 if ((keyDef->comp == NULL) || (keyDef->usecomp == NULL))
671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt);
  /external/openssl/ssl/
s3_enc.c 225 COMP_METHOD *comp; local
239 comp=NULL;
241 comp=s->s3->tmp.new_compression->method;
263 if (comp != NULL)
265 s->expand=COMP_CTX_new(comp);
271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3->rrec.comp == NULL)
299 if (comp != NULL)
301 s->compress=COMP_CTX_new(comp);
395 SSL_COMP *comp; local
    [all...]
  /external/oprofile/libpp/
arrange_profiles.cpp 61 int comp; local
70 comp = numeric_compare(lt.cpu, rt.cpu);
71 if (comp)
72 return comp < 0;
75 comp = numeric_compare(lt.tgid, rt.tgid);
76 if (comp)
77 return comp < 0;
79 comp = numeric_compare(lt.tid, rt.tid);
80 if (comp)
81 return comp < 0
    [all...]
  /external/qemu/
sys-tree.h 606 int comp = 0; \
610 comp = (cmp)(elm, parent); \
611 if (comp < 0) \
613 else if (comp > 0) \
620 if (comp < 0) \
636 int comp; \
638 comp = cmp(elm, tmp); \
639 if (comp < 0) \
641 else if (comp > 0) \
655 int comp; \
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 591 void LocationsBuilderX86::VisitCondition(HCondition* comp) {
592 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(comp);
595 if (comp->NeedsMaterialization()) {
598 comp->SetLocations(locations);
601 void InstructionCodeGeneratorX86::VisitCondition(HCondition* comp) {
602 if (comp->NeedsMaterialization()) {
603 LocationSummary* locations = comp->GetLocations();
615 __ setb(X86Condition(comp->GetCondition()), locations->Out().AsX86().AsCpuRegister());
619 void LocationsBuilderX86::VisitEqual(HEqual* comp) {
620 VisitCondition(comp);
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 116 JavadocTool comp = JavadocTool.make0(context); local
117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
  /external/chromium_org/third_party/boringssl/src/crypto/stack/
make_macros.sh 32 #define sk_${type}_new(comp)\\
33 ((STACK_OF(${type})*) sk_new(CHECKED_CAST(stack_cmp_func, int (*) (const ${ptrtype} *a, const ${ptrtype} *b), comp)))
86 #define sk_${type}_set_cmp_func(sk, comp)\\
87 ((int (*) (const ${type} **a, const ${type} **b)) sk_set_cmp_func(CHECKED_CAST(_STACK*, STACK_OF(${type})*, sk), CHECKED_CAST(stack_cmp_func, int (*) (const ${type} **a, const ${type} **b), comp)))
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
letrperf.cpp 109 LEReferenceTo<CompObject> comp(data, success);
110 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT);
  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 109 LEReferenceTo<CompObject> comp(data, success);
110 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT);
  /external/libpng/scripts/
makevms.com 30 $ comp = "__decc__=1"
38 $ comp = "__gcc__=1"
41 $ comp = "__vaxc__=1"
46 $ comp = "__decc__=1"
98 $ 'make'/macro=('comp',zlibsrc='zlibsrc')
  /external/openfst/src/include/fst/
minimize.h 158 ArcIterCompare(const ArcIterCompare& comp)
159 : partition_(comp.partition_) {}
186 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
187 EquivalenceMap equiv_map(comp);
227 ArcIterCompare comp(P_);
228 aiter_queue_ = new ArcIterQueue(comp);
408 StateComparator<A> comp(fst, partition_);
413 EquivalenceMap equiv_classes(comp);
connect.h 99 StateId &comp = (*cc)[rep]; local
100 if (comp == kNoStateId) {
101 comp = ncomp;
104 (*cc)[i] = comp;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 145 ArcIterCompare(const ArcIterCompare& comp)
146 : partition_(comp.partition_) {}
173 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
174 EquivalenceMap equiv_map(comp);
214 ArcIterCompare comp(P_);
215 aiter_queue_ = new ArcIterQueue(comp);
395 StateComparator<A> comp(fst, partition_);
400 EquivalenceMap equiv_classes(comp);
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 566 comp component using system resources
579 struct QOSCOMPONENT *comp);
598 comp component releasing system resources
611 struct QOSCOMPONENT *comp);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 560 comp component using system resources
573 struct QOSCOMPONENT *comp);
592 comp component releasing system resources
605 struct QOSCOMPONENT *comp);
  /external/opencv/cv/src/
cvhaar.cpp 1294 CvAvgComp comp; local
1332 CvAvgComp comp; local
1374 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( bseq, i ); local
1414 CvAvgComp comp; local
1453 CvAvgComp comp; local
1498 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( seq2, i ); local
    [all...]
  /external/openssl/crypto/err/
err_all.c 68 #include <openssl/comp.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 335 for comp in comps:
336 if comp in ('', '.'):
338 if (comp != '..' or (not initial_slashes and not new_comps) or
340 new_comps.append(comp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 335 for comp in comps:
336 if comp in ('', '.'):
338 if (comp != '..' or (not initial_slashes and not new_comps) or
340 new_comps.append(comp)
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
leveldb_wrapper.cc 58 int comp = db_iterator_->key().compare(map_iterator_->first); local
59 if (comp <= 0)
61 if (comp >= 0)
  /external/jdiff/src/jdiff/
JDiff.java 95 APIComparator comp = new APIComparator(); local
97 comp.compareAPIs(oldAPI, newAPI);
119 reporter.generate(comp, existingComments);
  /external/opencv/ml/src/
_ml.h 69 #define CV_MAT_ELEM_FLAG( mat, type, comp, vect, tflag ) \
71 ? (CV_MAT_ELEM( mat, type, comp, vect )) \
72 : (CV_MAT_ELEM( mat, type, vect, comp )))
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 181 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); local
182 intent.setComponent(comp);
183 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
BluetoothAvrcpController.java 123 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); local
124 intent.setComponent(comp);
125 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,

Completed in 3177 milliseconds

1 2 3 4 5 6 7 8 91011>>