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

  /external/srec/srec/Semproc/src/
SymbolTable.c 126 LCHAR *pvalue; local
135 HashMapGet(self->hashmap, pkey, (void **)&pvalue);
137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG);
143 LSTRCPY(copyValue, pvalue);
  /external/bluetooth/glib/tests/
hash-test.c 389 gint *pvalue; local
398 pvalue = g_hash_table_find (hash_table, find_first, &value);
399 if (!pvalue || *pvalue != value)
testglib.c 1033 gint *pvalue = NULL; local
1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value);
1044 if (*pvalue != value)
    [all...]
  /external/clang/test/Sema/
expr-address-of.c 12 struct entry pvalue; local
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}}
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 156 String pvalue = ""; local
162 pvalue = paramNameOrValue();
166 ( pvalue == null ||
167 pvalue.length() == 0))
169 else return new NameValue(pname, pvalue, isFlagParam);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 440 ProtocolType pvalue; local
441 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
443 if (it->sequence->ProtocolEnabled(pvalue)) {
462 ProtocolType pvalue; local
463 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
465 if (pvalue == proto) {
  /external/icu4c/tools/dumpce/
dumpce.cpp 681 const char *pvalue; local
684 pvalue = strchr(pname, '=');
685 if (pvalue == NULL) {
691 int count = pvalue - pname;
701 pvalue ++;
703 pname = strchr(pvalue, ',');
707 count = pname - pvalue;
708 strncpy(str, pvalue, count);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 1067 GLEnum pvalue = GLEnum.valueOf(msg.getArgs(2).getIntValue(0)); local
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 885 void *pvalue; member in struct:swig_constant_info
1150 sv_setpv(sv, (char *) swig_constants[i].pvalue);
1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/jdiff/
xerces.jar 

Completed in 404 milliseconds