HomeSort by relevance Sort by last modified time
    Searched refs:ctxt (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) {
96 UNUSED(ctxt);
100 static void ivd_aligned_free(void *ctxt, void *buf) {
101 UNUSED(ctxt);
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 310 void generateSourceSlot(RsdCpuReferenceImpl* ctxt,
320 (const RsdCpuScriptImpl *)ctxt->lookupScript(script);
538 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl(); local
540 (const RsdCpuScriptImpl *)ctxt->lookupScript(script);
  /external/libxml2/doc/examples/
index.py 48 ctxt = api_doc.xpathNewContext()
49 res = ctxt.xpathEval("/api/symbols/*[@name = '%s']" % (name))
  /external/libxml2/include/libxml/
xmlreader.h 289 xmlRelaxNGValidCtxtPtr ctxt,
300 xmlSchemaValidCtxtPtr ctxt,
tree.h 594 * @ctxt: a DOM wrapper context
603 typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt,
    [all...]
  /external/curl/lib/
pop3.c 462 MD5_context *ctxt; local
475 ctxt = Curl_MD5_init(Curl_DIGEST_MD5);
476 if(!ctxt)
479 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
482 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd,
486 Curl_MD5_final(ctxt, digest);
    [all...]
getinfo.c 337 tsi->internals = (void *)&conn->ssl[i].ctxt->ctxt_handle;
  /external/libxml2/python/
libxml.py 462 ctxt = doc.xpathNewContext()
463 ctxt.setContextNode(self)
464 res = ctxt.xpathEval(expr)
465 ctxt.xpathFreeContext()
610 def registerXPathFunction(ctxt, name, ns_uri, f):
611 ret = libxml2mod.xmlRegisterXPathFunction(ctxt, name, ns_uri, f)
  /external/libxml2/
tree.c     [all...]
c14n.c 227 * @ctxt: a C14N evaluation context
236 xmlC14NErr(xmlC14NCtxPtr ctxt, xmlNodePtr node, int error,
239 if (ctxt != NULL)
240 ctxt->error = error;
242 ctxt, node, XML_FROM_C14N, error,
    [all...]
  /external/libxml2/doc/
index.py 987 ctxt = doc.xpathNewContext()
989 res = ctxt.xpathEval("//head/title")
995 items = ctxt.xpathEval("//h1 | //h2 | //h3 | //text()")
1082 ctxt = doc.xpathNewContext()
1083 texts = ctxt.xpathEval("//pre//text()")
1103 ctxt = doc.xpathNewContext()
1104 anchors = ctxt.xpathEval("//a[@href]")
    [all...]
  /external/llvm/tools/lto/
lto.cpp 299 void *ctxt) {
300 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_fw_mp4_workload.c 320 uint32_t viddec_fw_mp4_emit_workload(void *parent, void *ctxt)
323 viddec_mp4_parser_t *parser = (viddec_mp4_parser_t *) ctxt;
viddec_mp4_parse.h 523 uint32_t viddec_fw_mp4_emit_workload(void *parent, void *ctxt);
  /prebuilts/go/darwin-x86/src/runtime/
sys_nacl_386.s 310 LEAL ctxt+4(FP), AX
352 LEAL ctxt+4(FP), BP
sys_netbsd_amd64.s 15 MOVQ ctxt+0(FP), DI
202 MOVQ ctxt+0(FP), DI // arg 1 - context
sys_netbsd_arm.s 63 MOVW ctxt+0(FP), R0
177 MOVW ctxt+0(FP), R0 // arg 1 - context
  /prebuilts/go/linux-x86/src/runtime/
sys_nacl_386.s 310 LEAL ctxt+4(FP), AX
352 LEAL ctxt+4(FP), BP
sys_netbsd_amd64.s 15 MOVQ ctxt+0(FP), DI
202 MOVQ ctxt+0(FP), DI // arg 1 - context
sys_netbsd_arm.s 63 MOVW ctxt+0(FP), R0
177 MOVW ctxt+0(FP), R0 // arg 1 - context
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /hardware/qcom/audio/post_proc/
bundle.c 739 bool effect_is_active(effect_context_t * ctxt) {
740 return ctxt->state == EFFECT_STATE_ACTIVE;
  /external/valgrind/include/vki/
vki-xen-domctl.h 260 VKI_XEN_GUEST_HANDLE_64(vki_xen_vcpu_guest_context_t) ctxt; /* IN/OUT */ member in struct:vki_xen_domctl_vcpucontext
  /external/libxml2/xstc/
xstc.py 330 ctxt = libxml2.schemaNewParserCtxt(fileName)
333 schema = ctxt.schemaParse()
337 del ctxt
  /external/selinux/policycoreutils/sepolicy/
info.c 1102 const qpol_context_t *ctxt = NULL; local
1135 if (qpol_portcon_get_context(q, portcon, &ctxt)) {
1145 if ((c = apol_context_create_from_qpol_context(policydb, ctxt)) == NULL) {
    [all...]

Completed in 1924 milliseconds

1 2 3 4 5 67 8 910