/external/chromium_org/third_party/libxml/src/include/libxml/ |
xpath.h | 380 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext 525 xmlXPathCompiledEval (xmlXPathCompExprPtr comp, 528 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, 531 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
extra.c | 53 * @comp: precomputed informations 60 xsltStylePreCompPtr comp ATTRIBUTE_UNUSED) 87 if (cur->comp == NULL) { 90 } else if (cur->comp->type == XSLT_FUNC_PARAM) { 92 } else if (cur->comp->type == XSLT_FUNC_VARIABLE) {
|
templates.c | 47 * @comp: the XPath compiled expression 57 xsltEvalXPathPredicate(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, 76 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); 106 * @comp: the compiled XPath expression 117 xsltEvalXPathStringNs(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, 138 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); 169 * @comp: the compiled XPath expression 177 xsltEvalXPathString(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp) { 178 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL)); 298 xmlXPathCompExprPtr comp; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp_lib.c | 5 #include <openssl/comp.h>
|
/external/chromium_org/third_party/openssl/openssl/crypto/stack/ |
stack.h | 73 int (*comp)(const void *, const void *); member in struct:stack_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
stack.h | 73 int (*comp)(const void *, const void *); member in struct:stack_st
|
/external/icu4c/common/unicode/ |
caniter.h | 196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer); 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); 198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
|
/external/icu4c/test/intltest/ |
canittst.cpp | 178 UnicodeString decomp, comp; local 184 Normalizer::compose(s, FALSE, 0, comp, status); 188 if (s == decomp && s == comp) { 199 if (item == comp) gotComp = TRUE;
|
/external/libxml2/include/libxml/ |
xpath.h | 381 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext 528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp, 531 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, 534 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
|
/external/libxslt/libxslt/ |
extra.c | 53 * @comp: precomputed informations 60 xsltStylePreCompPtr comp ATTRIBUTE_UNUSED) 87 if (cur->comp == NULL) { 90 } else if (cur->comp->type == XSLT_FUNC_PARAM) { 92 } else if (cur->comp->type == XSLT_FUNC_VARIABLE) {
|
templates.c | 46 * @comp: the XPath compiled expression 56 xsltEvalXPathPredicate(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, 75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); 105 * @comp: the compiled XPath expression 116 xsltEvalXPathStringNs(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp, 137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); 168 * @comp: the compiled XPath expression 176 xsltEvalXPathString(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp) { 177 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL)); 297 xmlXPathCompExprPtr comp; local [all...] |
/external/llvm/include/llvm/ADT/ |
PriorityQueue.h | 72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
|
/external/openssl/crypto/comp/ |
comp_lib.c | 5 #include <openssl/comp.h>
|
/external/openssl/crypto/stack/ |
stack.h | 73 int (*comp)(const void *, const void *); member in struct:stack_st
|
/external/openssl/include/openssl/ |
stack.h | 73 int (*comp)(const void *, const void *); member in struct:stack_st
|
/external/ppp/pppd/ |
chap_ms.h | 84 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/ |
SDL_coreaudio.c | 215 Component comp; local 244 comp = FindNextComponent (NULL, &desc); 245 if (comp == NULL) { 251 result = OpenAComponent (comp, &outputAudioUnit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/ |
types.pass.cpp | 25 // Compare comp; 37 assert(comp(1, 2));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
MainLaunchConfigTab.java | 125 Composite comp = new Composite(parent, SWT.NONE); local 126 setControl(comp); 129 comp.setLayout(topLayout); 130 comp.setFont(font); 131 createProjectEditor(comp); 132 createVerticalSpacer(comp, 1); 135 Group group = new Group(comp, SWT.NONE);
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 57 unsigned char *genTexture(int width, int height, int comp) 59 unsigned char *img = new unsigned char[width * height * comp]; 65 for (int c = 0; c < comp; c++) { 73 unsigned char *genRedTexture(int width, int height, int comp) 75 unsigned char *img = new unsigned char[width * height * comp]; 76 memset(img,0,width*height*comp); 82 ptr+=comp;
|
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 309 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt 4210 xmlRegexpPtr comp; local [all...] |
/external/libxml2/ |
xmlregexp.c | 309 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt 4210 xmlRegexpPtr comp; local [all...] |
/external/chromium_org/third_party/skia/src/images/ |
bmpdecoderhelper.cpp | 42 int comp = 0; local 52 comp = GetInt(); 109 if (comp == 1 || comp == 2) { 111 } else if (comp == 3) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
ColorRGBA.java | 434 ColorRGBA comp = (ColorRGBA) o;
local 435 if (Float.compare(r, comp.r) != 0) {
438 if (Float.compare(g, comp.g) != 0) {
441 if (Float.compare(b, comp.b) != 0) {
444 if (Float.compare(a, comp.a) != 0) {
|
/external/skia/src/images/ |
bmpdecoderhelper.cpp | 42 int comp = 0; local 52 comp = GetInt(); 109 if (comp == 1 || comp == 2) { 111 } else if (comp == 3) {
|