HomeSort by relevance Sort by last modified time
    Searched defs:qop (Results 1 - 24 of 24) sorted by null

  /external/valgrind/main/VEX/priv/
ir_inject.c 44 #define qop(kind, a1, a2, a3, a4) IRExpr_Qop(kind, a1, a2, a3, a4) macro
232 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3);
243 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4);
ir_defs.c 1202 IRQop *qop = e->Iex.Qop.details; local
1725 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); local
2190 IRQop* qop = e->Iex.Qop.details; local
3486 IRQop* qop; local
3680 IRQop* qop = expr->Iex.Qop.details; local
3831 IRQop* qop = expr->Iex.Qop.details; local
    [all...]
guest_mips_toIR.c 888 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3, function
    [all...]
host_amd64_isel.c 2661 IRQop *qop = e->Iex.Qop.details; local
2840 IRQop *qop = e->Iex.Qop.details; local
    [all...]
ir_opt.c 309 IRQop* qop = ex->Iex.Qop.details; local
312 IRExpr_Qop(qop->op,
313 flatten_Expr(bb, qop->arg1),
314 flatten_Expr(bb, qop->arg2),
315 flatten_Expr(bb, qop->arg3),
316 flatten_Expr(bb, qop->arg4))));
2394 IRQop* qop = ex->Iex.Qop.details; local
    [all...]
guest_ppc_toIR.c 551 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
    [all...]
guest_s390_toIR.c 184 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) function
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 55 * Currently only qop=auth or no qop is supported. qop=auth-int
141 // qop parsing
142 String qop = getParameter("qop"); local
143 if (qop != null) {
144 StringTokenizer tok = new StringTokenizer(qop,",");
159 throw new MalformedChallengeException("None of the qop methods is supported");
293 "Unsupported qop in HTTP Digest authentication");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
302 String qop = (qopList != null) ? "auth" : null; local
310 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
335 if (qop != null) {
336 authorization.setQop(qop);
366 // JvB: authHeader.getQop() is a quoted _list_ of qop values
369 String qop = (qopList != null) ? "auth" : null; local
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
401 if (qop != null) {
402 authorization.setQop(qop);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
656 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
711 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
656 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
711 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 679 " qop=\"auth,auth-int\","
695 " qop=\"auth\","
802 std::string realm, nonce, qop, opaque; local
805 bool has_qop = HttpHasAttribute(args, "qop", &qop);
821 qop = "auth";
822 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
843 ss << ", qop=" << qop; local
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 1020 milliseconds