Searched defs:comp (Results 1 - 25 of 219) sorted by relevance

123456789

/external/oprofile/libutil++/
H A Dpath_filter.cpp27 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/openssl/openssl/crypto/stack/
H A Dstack.h73 int (*comp)(const void *, const void *); member in struct:stack_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dstack.h73 int (*comp)(const void *, const void *); member in struct:stack_st
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_txt.c217 SSL_COMP *comp = NULL; local
219 ssl_cipher_get_comp(x, &comp);
220 if (comp == NULL)
226 if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
H A Ds23_clnt.c282 SSL_COMP *comp; local
513 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
514 *(p++)=comp->id;
/external/openssl/crypto/stack/
H A Dstack.h73 int (*comp)(const void *, const void *); member in struct:stack_st
/external/openssl/include/openssl/
H A Dstack.h73 int (*comp)(const void *, const void *); member in struct:stack_st
/external/openssl/ssl/
H A Dssl_txt.c217 SSL_COMP *comp = NULL; local
219 ssl_cipher_get_evp(x,NULL,NULL,NULL,NULL,&comp);
220 if (comp == NULL)
226 if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
H A Ds23_clnt.c282 SSL_COMP *comp; local
513 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
514 *(p++)=comp->id;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DAbstractInputEditor.java46 protected JComponent comp; field in class:AbstractInputEditor
47 public JComponent getControl() { return comp; }
/external/icu4c/layout/
H A DLigatureSubstSubtables.cpp32 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/libppp/src/
H A Dproto.c56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
63 if (comp && cp[0] == 0)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsum.h75 ArcSumCompare<A> comp; local
76 sort(arcs.begin(), arcs.end(), comp);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_addr.c241 UINT8 comp[3]; local
244 comp[0] = p_mgnt_cb->random_bda[5];
245 comp[1] = p_mgnt_cb->random_bda[4];
246 comp[2] = p_mgnt_cb->random_bda[3];
250 if (!memcmp(p->param_buf, &comp[0], 3))
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.cpp43 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
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestXPath.c95 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);
H A DtestRegexp.c19 static void testRegexp(xmlRegexpPtr comp, const char *value) { argument
22 ret = xmlRegexpExec(comp, (const xmlChar *) value);
32 xmlRegexpExec(comp, (const xmlChar *) value);
38 xmlRegexpPtr comp = NULL; local
62 if (comp != NULL) {
63 xmlRegFreeRegexp(comp);
64 comp = NULL;
67 comp = xmlRegexpCompile((const xmlChar *) pattern);
68 if (comp == NULL) {
72 } else if (comp
271 xmlRegexpPtr comp = NULL; local
[all...]
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddynamic.c102 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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c147 unsigned comp; local
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
149 if (c->Constants[index].u.Immediate[comp] == data) {
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
161 unsigned comp = c->Constants[free_index].Size++; local
162 c->Constants[free_index].u.Immediate[comp] = data;
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
H A Dr300_fragprog_swizzle.c72 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 <
[all...]
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DArray.js134 function comp(a, b) { function
144 shouldBe("var a = ['aa', 'b', 'cccc', 'ddd']; String(a.sort(comp))", "'b,aa,ddd,cccc'");
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSortUtil.java76 public static void gsort(Object[] a, Comparator comp) { argument
82 if ( comp.compare(a[pos], a[pos-1]) >= 0 ){
108 // if (p == 0 || comp.compare(a[p], a[pm1]) >= 0) {
175 public static void qsort(Object[] a, Comparator comp) { argument
176 qsort(a, 0, a.length - 1, comp);
186 public static void qsort(Object[] a, int lo0, int hi0, Comparator comp) { argument
196 if (comp.compare(a[hi0], a[lo0]) < 0) {
214 while (comp.compare(a[++lo], mid) < 0);
218 while (comp.compare(mid, a[--hi]) < 0);
233 qsort(a, lo0, lo - 1, comp);
243 qsort(int[] a, int lo0, int hi0, Comparator comp) argument
303 msort(Object[] src, Object[] dest, Comparator comp) argument
316 msort(Object[] src, Object[] dest, int low, int high, Comparator comp) argument
326 merge(Object[] src, Object[] dest, int low, int middle, int high, Comparator comp) argument
[all...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java68 public void setInputSource(Component comp){ argument
74 component = comp;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c147 unsigned comp; local
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
149 if (c->Constants[index].u.Immediate[comp] == data) {
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
161 unsigned comp = c->Constants[free_index].Size++; local
162 c->Constants[free_index].u.Immediate[comp] = data;
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattrvt.c274 xmlXPathCompExprPtr comp; local
276 comp = xsltXPathCompile(style, expr);
277 if (comp == NULL) {
290 if ((avt = xsltSetAttrVTsegment(avt, (void *) comp)) == NULL)
361 xmlXPathCompExprPtr comp; local
373 comp = (xmlXPathCompExprPtr) cur->segments[i];
374 tmp = xsltEvalXPathStringNs(ctxt, comp, cur->nsNr, cur->nsList);

Completed in 1237 milliseconds

123456789