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/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/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 538 ProtocolType pvalue; local
539 if (StringToProto(c.protocol().c_str(), &pvalue) &&
540 data->sequence()->ProtocolEnabled(pvalue)) {
597 ProtocolType pvalue; local
598 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
600 if (pvalue == proto) {
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /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 1078 GLEnum pvalue = GLEnum.valueOf(msg.getArgs(2).getIntValue(0)); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/jdiff/
xerces.jar 

Completed in 410 milliseconds