HomeSort by relevance Sort by last modified time
    Searched refs:nv (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 107 NameValue nv = super.nameValue('='); local
108 accessNetworkInfo.setParameter(nv);
PChargingVectorParser.java 105 NameValue nv = this.nameValue('='); local
106 chargingVector.setParameter(nv);
PChargingFunctionAddressesParser.java 126 NameValue nv = this.nameValue('='); local
128 //chargingFunctionAddresses.setParameter(nv);
129 chargingFunctionAddresses.setMultiParameter(nv);
SecurityAgreeParser.java 72 NameValue nv = this.nameValue('='); local
73 header.setParameter(nv);
  /external/libedit/src/
unvis.c 84 static const struct nv { struct
87 } nv[] = { variable in typeref:struct:nv
201 * Top 8 bits hold the current character in the http 1866 nv string decoding
438 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
443 for (; ia < __arraycount(nv); ia++) {
444 if (is != 0 && nv[ia].name[is - 1] != lc)
446 if (nv[ia].name[is] == uc)
450 if (ia == __arraycount(nv))
459 *cp = nv[ia].value;
  /external/nist-sip/java/gov/nist/core/
NameValueList.java 123 public void set(NameValue nv) {
124 this.hmap.put(nv.getName().toLowerCase(), nv); local
173 NameValue nv = this.getNameValue(name.toLowerCase()); local
174 if (nv != null)
175 return nv.getValueAsObject();
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_string.i 116 let nv = _new_StringVector C_void in
117 array_to_vector nv (fun x -> C_string x) sa ; nv
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_transfer.c 177 nvc0_m2mf_push_linear(struct nouveau_context *nv,
181 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
182 struct nouveau_pushbuf *push = nv->pushbuf;
222 nve4_p2mf_push_linear(struct nouveau_context *nv,
226 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
227 struct nouveau_pushbuf *push = nv->pushbuf;
265 nvc0_m2mf_copy_linear(struct nouveau_context *nv,
270 struct nouveau_pushbuf *push = nv->pushbuf;
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
303 nve4_m2mf_copy_linear(struct nouveau_context *nv,
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 177 nvc0_m2mf_push_linear(struct nouveau_context *nv,
181 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
182 struct nouveau_pushbuf *push = nv->pushbuf;
222 nve4_p2mf_push_linear(struct nouveau_context *nv,
226 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
227 struct nouveau_pushbuf *push = nv->pushbuf;
265 nvc0_m2mf_copy_linear(struct nouveau_context *nv,
270 struct nouveau_pushbuf *push = nv->pushbuf;
271 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
303 nve4_m2mf_copy_linear(struct nouveau_context *nv,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 177 NameValue nv = new NameValue(name.getTokenValue() local
180 nv.setQuotedValue();
181 return nv;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 229 * @param nv NameValue to set
231 public void setParameter(NameValue nv) {
232 authParams.set(nv);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVector.java 71 gov.nist.core.NameValue nv = getNameValue( ParameterNamesIms.ICID_VALUE ); local
72 nv.encode( encoding );
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 553 NameValue nv = new NameValue(name, value); local
554 uriParms.set(nv);
588 NameValue nv = new NameValue(name, value); local
589 uriParms.set(nv);
878 NameValue nv = new NameValue(name, value); local
879 qheaders.set(nv);
979 NameValue nv = new NameValue("ttl", Integer.valueOf(ttl)); local
980 uriParms.set(nv);
1001 NameValue nv = new NameValue(TRANSPORT, transport.toLowerCase()); local
1002 uriParms.set(nv);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 413 nv = name_value.split('=', 1)
414 if len(nv) != 2:
419 nv.append('')
422 if len(nv[1]) or keep_blank_values:
423 name = unquote(nv[0].replace('+', ' '))
424 value = unquote(nv[1].replace('+', ' '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 413 nv = name_value.split('=', 1)
414 if len(nv) != 2:
419 nv.append('')
422 if len(nv[1]) or keep_blank_values:
423 name = unquote(nv[0].replace('+', ' '))
424 value = unquote(nv[1].replace('+', ' '))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 36 struct nouveau_context *nv = &nv30->base; local
57 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 147 nv50_sifc_linear_u8(struct nouveau_context *nv,
151 struct nv50_context *nv50 = nv50_context(&nv->pipe);
208 nv50_m2mf_copy_linear(struct nouveau_context *nv,
213 struct nouveau_pushbuf *push = nv->pushbuf;
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
384 nv50_cb_push(struct nouveau_context *nv,
389 struct nouveau_pushbuf *push = nv->pushbuf;
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
  /external/llvm/lib/Support/
regexec.c 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 36 struct nouveau_context *nv = &nv30->base; local
57 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 147 nv50_sifc_linear_u8(struct nouveau_context *nv,
151 struct nv50_context *nv50 = nv50_context(&nv->pipe);
208 nv50_m2mf_copy_linear(struct nouveau_context *nv,
213 struct nouveau_pushbuf *push = nv->pushbuf;
214 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
384 nv50_cb_push(struct nouveau_context *nv,
389 struct nouveau_pushbuf *push = nv->pushbuf;
390 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 112 #define STATESETUP(m, nv) { (m)->space = (char*)malloc((nv)*(m)->g->nstates); \
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 304 nv = config_guids_overrides[g].get(v, v)
310 nv, # Project build config for that solution config
317 nv, # Project build config for that solution config
  /frameworks/native/opengl/libagl/
array.cpp 1030 static void clipVec4(vec4_t& nv,
1034 nv.v[i] = gglMulAddx(t, s.v[i] - p.v[i], p.v[i], 28);
1037 static void clipVertex(ogles_context_t* c, vertex_t* nv,
1040 clipVec4(nv->clip, t, s->clip, p->clip);
1041 nv->fog = gglMulAddx(t, s->fog - p->fog, p->fog, 28);
1042 ogles_vertex_project(c, nv);
1043 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
1044 nv->flags &= ~vertex_t::CLIP_ALL;
1047 static void clipVertexC(ogles_context_t* c, vertex_t* nv,
1050 clipVec4(nv->color, t, s->color, p->color)
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 125 final String [] nv = new String [2]; // out buffer for getOptNameAndValue() local
154 getOptNameAndValue (av, nv); // this can leave nv[1] as null
156 // [assertion: nv [0] != null]
158 final String optName = nv [0]; // is not necessarily canonical
202 value = nv [1];
462 private static void getOptNameAndValue (final String av, final String [] nv)
464 nv [0] = null;
465 nv [1] = null;
488 nv [0] = name.substring (0, sindex)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 136 Node *nv, *nw; local
145 nv = ei.getNode();
146 v = nv->tag;
172 nv = &BasicBlock::get(vert[v])->dom;
173 if (nw->getGraph() && !nv->getGraph()) {
175 nw->attach(nv, Graph::Edge::TREE);

Completed in 3014 milliseconds

12 3 4 5