HomeSort by relevance Sort by last modified time
    Searched refs:pError (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 28 std::string& pError) {
30 pError = "Unable to find target for this triple (no target are registered)";
52 pError = "No availaible targets are compatible with this triple.";
57 pError = std::string("Ambiguous targets: \"") + best->name() + "\" and \"" +
67 std::string& pError) {
81 pError = std::string("invalid target '") + pArchName + "'.\n";
95 pError = std::string("unable to get target for `") + pTriple.getTriple() +
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
Modifier.java 48 Pointer pError = (Pointer) modifierData.getFieldValue("error");
49 invalid = pError.isNotNull();
  /external/icu/icu4c/source/samples/translit/
main.cpp 36 UParseError pError;
64 pError,
  /external/parameter-framework/xmlserializer/
XmlDocSource.h 183 * @param[out] pError is the xml error output
185 static void schemaValidityStructuredErrorFunc(void* pUserData, _xmlError* pError);
XmlDocSource.cpp 233 void CXmlDocSource::schemaValidityStructuredErrorFunc(void* pUserData, _xmlError* pError)
239 puts(pError->message);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adsprop.h 47 STDAPI_(WINBOOL) ADsPropSendErrorMessage(HWND hNotifyObj,PADSPROPERROR pError);
bits.h     [all...]
adoint.h     [all...]
netmon.h     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 96 std::string& pError);
105 /// @param pError - The returned error message
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
810 if ( pError && data )
812 data->Stamp( pError, encoding );
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
787 if ( pError && data )
789 data->Stamp( pError, encoding );
    [all...]
  /external/opencv/cv/src/
_cvipp.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 203 UParseError perror; local
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
222 UParseError perror; local
223 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status);
360 UParseError pError;
361 RuleBasedNumberFormat formatter(rules, Locale("ru"), pError, status);
444 UParseError perror; local
445 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
1715 UParseError perror; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1543 milliseconds