HomeSort by relevance Sort by last modified time
    Searched refs:Failed (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/oprofile/events/mips/r12000/
events 9 event:0x5 counters:0,1,2,3 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 /// - Failed cast (ex: derived is definitely not a subclass of base).
141 /// valid only if Failed flag is set to false.
143 bool &Failed) = 0;
  /external/clang/lib/Lex/
Pragma.cpp 126 bool Failed;
134 Failed(false), OutTok(Tok) {
143 if (Failed) {
152 void failed() { function in class:__anon5232::LexingFor_PragmaRAII
153 Failed = true;
183 return _PragmaLexing.failed();
195 return _PragmaLexing.failed();
204 return _PragmaLexing.failed();
214 return _PragmaLexing.failed();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 334 bool Failed = false;
338 Failed = true;
341 val = getStoreManager().evalDynamicCast(val, T, Failed);
343 if (Failed) {
    [all...]
CallEvent.cpp 483 bool Failed;
484 ThisVal = StateMgr.getStoreManager().evalDynamicCast(ThisVal, Ty, Failed);
485 assert(!Failed && "Calling an incorrectly devirtualized method");
RegionStore.cpp 54 assert(getConcreteOffsetRegion() == Base && "Failed to store base region");
59 assert(getOffset() == offset && "Failed to store offset");
202 /// - Failed cast (ex: derived is definitely not a subclass of base).
206 /// valid only if Failed flag is set to false.
207 virtual SVal evalDynamicCast(SVal base, QualType derivedPtrType,bool &Failed);
    [all...]
  /external/libxslt/libxslt/
attrvt.c 69 "xsltNewAttrVTPtr : malloc failed\n");
279 "Attribute '%s': Failed to compile the expression "
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 273 if (!Failed)
275 Failed = true;
283 bool failed() { function in class:llvm::yaml::Scanner
284 return Failed;
493 bool Failed;
704 , Failed(false) {
1530 bool Stream::failed() { return scanner->failed(); } function in class:Stream
1593 bool Node::failed() const { function in class:Node
2011 bool Document::failed() const { function in class:Document
    [all...]
  /external/oprofile/events/mips/sb1/
events 64 event:0x1a counters:1,2,3 um:zero minimum:500 name:STORE_COND_FAILED :Failed store conditional
  /external/clang/lib/Parse/
ParseTemplate.cpp 317 bool Failed = false;
319 Failed = ParseTemplateParameterList(Depth, TemplateParams);
332 else if (Failed) {
355 // If we failed to parse a template parameter, skip until we find
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 257 State.Failed := False;
264 if (State.Failed) then
546 Success := not State.Failed;
550 State.Failed := False;
578 <if(backtracking)><\n>if (State.Failed) then Exit(<ruleReturnValue()>);<\n><endif>
581 /** This rule has failed, exit indicating failure during backtrack */
585 State.Failed := True;
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 19 Failed to load the ANTLR3 runtime library (version 1.7.5):
group-file-lexer.rb 19 Failed to load the ANTLR3 runtime library (version 1.7.5):
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 100 alert("Failed to load " + API_TEMPLATE + ". " + error);
143 alert("Failed to load " + schema_path);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 282 alert('Failed to create album.\nTry again.');
  /external/v8/test/mjsunit/
debug-handle.js 190 assertTrue(!!val, 'Failed to lookup "' + obj.properties[i].name + '"');
  /external/clang/lib/AST/
ExprConstant.cpp 16 // 'false' return value indicates that constant folding has failed, and any
19 // * An evaluated result, valid only if constant folding has not failed.
26 // (under the C++11 rules only, at the moment), or, if folding failed too,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 106 state.failed = false;
137 state.failed = false;
141 state.failed = true;
151 state.failed = false;
313 msg = "rule " + fpe.RuleName + " failed predicate: {" +
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 115 state.failed = false;
149 state.failed = false;
154 state.failed = true;
165 state.failed = false;
366 msg = "rule " + fpe.RuleName + " failed predicate: {" +
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 48 raise Exception("Failed to read the file at %s: %s" % (path, msg))
53 raise Exception("Failed to parse JSON out of file %s: %s" % (path, msg))
234 raise Exception("Failed to write the samples manifest file."
502 raise Exception("Failed to read %s: %s" % (en_messages_path, msg))
578 raise Exception("Failed to read %s: %s" % (fullpath, msg))
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 41 Failed to load the ANTLR3 runtime library (version <runtimeLibraryVersion()>):
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 190 "True iff a failed assertion should be a debugger break-point.");
275 "When this flag is specified, a failed assertion will throw an exception "
328 // Returns true iff the test case failed.
330 return test_case->should_run() && test_case->Failed();
708 // Gets the number of failed test cases.
729 // Gets the number of failed tests.
4195 bool failed = false; local
    [all...]

Completed in 898 milliseconds

1 23 4