/external/chromium_org/third_party/libxml/src/ |
testXPath.c | 95 xmlXPathCompExprPtr comp; local 97 comp = xmlXPathCompile(BAD_CAST str); 98 if (comp != NULL) { 100 xmlXPathDebugDumpCompExpr(stdout, comp, 0); 102 res = xmlXPathCompiledEval(comp, ctxt); 103 xmlXPathFreeCompExpr(comp);
|
xpath.c | 648 * @comp: an XPATH comp 650 * Free up the memory allocated by @comp 653 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) 658 if (comp == NULL) 660 if (comp->dict == NULL) { 661 for (i = 0; i < comp->nbStep; i++) { 662 op = &comp->steps[i]; 673 for (i = 0; i < comp->nbStep; i++) { 674 op = &comp->steps[i] 11518 xmlXPathCompExprPtr comp = ctxt->comp; local 11672 xmlXPathCompExprPtr comp = ctxt->comp; local 12576 xmlXPathCompExprPtr comp; local 12700 xmlXPathCompExprPtr comp; local 12820 xmlXPathCompExprPtr comp; local 13121 xmlXPathCompExprPtr comp; local 14312 xmlXPathCompExprPtr comp; local 14490 xmlXPathCompExprPtr comp; local 14621 xmlXPathCompExprPtr comp; local 14828 xmlXPathCompExprPtr comp; local [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
AnnotationSetItem.java | 140 int comp = annotations.length - o.annotations.length; local 141 if (comp == 0) { 143 comp = annotations[i].compareTo(o.annotations[i]); 144 if (comp != 0) { 145 return comp; 149 return comp;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 150 Composite comp = new Composite(parent, SWT.NONE); local 151 setControl(comp); 155 comp.setLayout(topLayout); 157 createSingleTestSection(comp); 158 createTestContainerSelectionGroup(comp); 160 createSpacer(comp); 162 createInstrumentationGroup(comp); 163 createSizeSelector(comp); 165 Dialog.applyDialogFont(comp); 173 private void createSpacer(Composite comp) { [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 2035 Int comp; local [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 957 xsltStyleItemSortPtr comp; local 959 xsltStylePreCompPtr comp; 972 comp = sort->psvi; 973 if (comp == NULL) { 979 if ((comp->select == NULL) || (comp->comp == NULL)) 1012 if (comp->inScopeNs != NULL) { 1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list; 1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber 1085 xsltStyleItemSortPtr comp; local [all...] |
transform.c | 3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; local 3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; local 3877 xsltStyleItemElementPtr comp = (xsltStyleItemElementPtr) castedComp; local 4110 xsltStyleItemPIPtr comp = (xsltStyleItemPIPtr) castedComp; local 4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; local 4362 xsltStyleItemValueOfPtr comp = (xsltStyleItemValueOfPtr) castedComp; local 4478 xsltStyleItemNumberPtr comp = (xsltStyleItemNumberPtr) castedComp; local 4576 xsltStyleItemCallTemplatePtr comp = local 4679 xsltStyleItemApplyTemplatesPtr comp = local 5272 xsltStyleItemIfPtr comp = (xsltStyleItemIfPtr) castedComp; local 5274 xsltStylePreCompPtr comp = castedComp; local 5453 xsltStyleItemForEachPtr comp = (xsltStyleItemForEachPtr) castedComp; local [all...] |
/external/libxslt/libxslt/ |
xsltutils.c | 957 xsltStyleItemSortPtr comp; local 959 xsltStylePreCompPtr comp; 972 comp = sort->psvi; 973 if (comp == NULL) { 979 if ((comp->select == NULL) || (comp->comp == NULL)) 1012 if (comp->inScopeNs != NULL) { 1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list; 1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber 1085 xsltStyleItemSortPtr comp; local [all...] |
transform.c | 3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; local 3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; local 3877 xsltStyleItemElementPtr comp = (xsltStyleItemElementPtr) castedComp; local 4110 xsltStyleItemPIPtr comp = (xsltStyleItemPIPtr) castedComp; local 4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; local 4362 xsltStyleItemValueOfPtr comp = (xsltStyleItemValueOfPtr) castedComp; local 4478 xsltStyleItemNumberPtr comp = (xsltStyleItemNumberPtr) castedComp; local 4576 xsltStyleItemCallTemplatePtr comp = local 4679 xsltStyleItemApplyTemplatesPtr comp = local 5272 xsltStyleItemIfPtr comp = (xsltStyleItemIfPtr) castedComp; local 5274 xsltStylePreCompPtr comp = castedComp; local 5453 xsltStyleItemForEachPtr comp = (xsltStyleItemForEachPtr) castedComp; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_queue.h | 390 _Compare comp; member in class:priority_queue 400 : c(__s), comp(__x) 401 { std::make_heap(c.begin(), c.end(), comp); } 406 : c(__s), comp(__x) 407 { std::make_heap(c.begin(), c.end(), comp); } 412 : c(std::move(__s)), comp(__x) 413 { std::make_heap(c.begin(), c.end(), comp); } 436 : c(__s), comp(__x) 440 std::make_heap(c.begin(), c.end(), comp); 447 : c(__s), comp(__x [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 390 _Compare comp; member in class:priority_queue 400 : c(__s), comp(__x) 401 { std::make_heap(c.begin(), c.end(), comp); } 406 : c(__s), comp(__x) 407 { std::make_heap(c.begin(), c.end(), comp); } 412 : c(std::move(__s)), comp(__x) 413 { std::make_heap(c.begin(), c.end(), comp); } 436 : c(__s), comp(__x) 440 std::make_heap(c.begin(), c.end(), comp); 447 : c(__s), comp(__x [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 390 _Compare comp; member in class:priority_queue 400 : c(__s), comp(__x) 401 { std::make_heap(c.begin(), c.end(), comp); } 406 : c(__s), comp(__x) 407 { std::make_heap(c.begin(), c.end(), comp); } 412 : c(std::move(__s)), comp(__x) 413 { std::make_heap(c.begin(), c.end(), comp); } 436 : c(__s), comp(__x) 440 std::make_heap(c.begin(), c.end(), comp); 447 : c(__s), comp(__x [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 390 _Compare comp; member in class:priority_queue 400 : c(__s), comp(__x) 401 { std::make_heap(c.begin(), c.end(), comp); } 406 : c(__s), comp(__x) 407 { std::make_heap(c.begin(), c.end(), comp); } 412 : c(std::move(__s)), comp(__x) 413 { std::make_heap(c.begin(), c.end(), comp); } 436 : c(__s), comp(__x) 440 std::make_heap(c.begin(), c.end(), comp); 447 : c(__s), comp(__x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_queue.h | 390 _Compare comp; member in class:priority_queue 400 : c(__s), comp(__x) 401 { std::make_heap(c.begin(), c.end(), comp); } 406 : c(__s), comp(__x) 407 { std::make_heap(c.begin(), c.end(), comp); } 412 : c(std::move(__s)), comp(__x) 413 { std::make_heap(c.begin(), c.end(), comp); } 436 : c(__s), comp(__x) 440 std::make_heap(c.begin(), c.end(), comp); 447 : c(__s), comp(__x [all...] |
/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 1428 CvConnectedComp comp; local 1476 CvConnectedComp comp; local 1607 CvConnectedComp comp; local 1659 CvConnectedComp comp; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, 56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/ 84 dcac_row = (*DCAC_row)[B_Xtab[comp]]; 85 dcac_col = (*DCAC_col)[B_Ytab[comp]]; 99 dc_scaler = (comp < 4) ? video->mblock->DCScalarLum : video->mblock->DCScalarChr; 107 doDCACPrediction(video, comp, datablock, &direction); 110 if (CBP & (1 << (5 - comp))) 367 (*DC)[comp] = datablock[0]; 383 int VlcDequantMpegInterBlock(void *vid, int comp, 389 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!* [all...] |
/external/chromium_org/third_party/openssl/openssl/patches/ |
aead_ssl_support.patch | 71 - if (!ssl_cipher_get_evp(s->session,&c,&hash,NULL,NULL,&comp)) 72 + if (!ssl_cipher_get_comp(s->session, &comp)) 173 +/* ssl_cipher_get_comp sets |comp| to the correct SSL_COMP for the given 175 +int ssl_cipher_get_comp(const SSL_SESSION *s, SSL_COMP **comp) 184 + *comp=NULL; 190 + *comp=sk_SSL_COMP_value(ssl_comp_methods,i); 192 + *comp=NULL; 221 - const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size,SSL_COMP **comp) 229 - if (comp != NULL) 236 - *comp=NULL [all...] |
tls1_change_cipher_state_rewrite.patch | 73 - const SSL_COMP *comp; 92 - comp=s->s3->tmp.new_compression; 101 - printf("\talg= %ld/%ld, comp= %p\n", 104 - comp); 140 - if (comp != NULL) 142 - s->expand=COMP_CTX_new(comp->method); 148 - if (s->s3->rrec.comp == NULL) 149 - s->s3->rrec.comp=(unsigned char *) 151 - if (s->s3->rrec.comp == NULL) 191 - if (comp != NULL [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 382 _Compare comp; member in class:priority_queue 392 : c(__s), comp(__x) 393 { std::make_heap(c.begin(), c.end(), comp); } 398 : c(__s), comp(__x) 399 { std::make_heap(c.begin(), c.end(), comp); } 404 : c(std::move(__s)), comp(__x) 405 { std::make_heap(c.begin(), c.end(), comp); } 428 : c(__s), comp(__x) 432 std::make_heap(c.begin(), c.end(), comp); 439 : c(__s), comp(__x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 382 _Compare comp; member in class:priority_queue 392 : c(__s), comp(__x) 393 { std::make_heap(c.begin(), c.end(), comp); } 398 : c(__s), comp(__x) 399 { std::make_heap(c.begin(), c.end(), comp); } 404 : c(std::move(__s)), comp(__x) 405 { std::make_heap(c.begin(), c.end(), comp); } 428 : c(__s), comp(__x) 432 std::make_heap(c.begin(), c.end(), comp); 439 : c(__s), comp(__x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_queue.h | 388 _Compare comp; member in class:priority_queue 398 : c(__s), comp(__x) 399 { std::make_heap(c.begin(), c.end(), comp); } 404 : c(__s), comp(__x) 405 { std::make_heap(c.begin(), c.end(), comp); } 410 : c(std::move(__s)), comp(__x) 411 { std::make_heap(c.begin(), c.end(), comp); } 434 : c(__s), comp(__x) 438 std::make_heap(c.begin(), c.end(), comp); 445 : c(__s), comp(__x [all...] |
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 150 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_ULT, 152 NewNode->getInstList().push_back(Comp); 153 BranchInst::Create(LBranch, RBranch, Comp, NewNode); 173 ICmpInst* Comp = NULL; 176 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val, 182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, 186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, 195 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, 202 BranchInst::Create(Succ, Default, Comp, NewLeaf);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
partition.h | 326 * @param comp Comparator. 331 RandomAccessIterator end, Comparator comp) 365 pred(comp, *pivot_pos); 388 value_type, bool>(comp, *pivot_pos)); 408 __gnu_sequential::nth_element(begin, nth, end, comp); 415 * @param comp Comparator. */ 420 RandomAccessIterator end, Comparator comp) 422 parallel_nth_element(begin, middle, end, comp); 423 std::sort(begin, middle, comp);
|
/external/chromium_org/third_party/libxslt/libexslt/ |
dynamic.c | 102 xmlXPathCompExprPtr comp = NULL; local 126 if (str == NULL || !xmlStrlen(str) || !(comp = xmlXPathCompile(str))) { 175 subResult = xmlXPathCompiledEval(comp, ctxt->context); 261 if (comp != NULL) 262 xmlXPathFreeCompExpr(comp);
|
/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')
|