HomeSort by relevance Sort by last modified time
    Searched refs:Expected (Results 26 - 32 of 32) sorted by null

12

  /external/clang/lib/Lex/
Lexer.cpp 708 /// token where it expected something different that it received. If
743 assert(loc.isValid() && loc.isMacroID() && "Expected a valid macro loc");
769 assert(loc.isValid() && loc.isMacroID() && "Expected a valid macro loc");
    [all...]
  /external/chromium-trace/
script.js 26 this.traceEvents_;this.dispatchEvent(e)},onSystemTraceDataCollected:function(e){console.log("onSystemTraceDataCollected with "+e.length+" chars of data.");this.systemTraceEvents_=e},get systemTraceEvents(){return this.systemTraceEvents_},beginLoadTraceFile:function(){chrome.send("loadTraceFile")},onLoadTraceFileComplete:function(e){e.traceEvents?this.traceEvents_=e.traceEvents:e.length?this.traceEvents_=e:console.log("Expected an array when loading the trace file");e.systemTraceEvents?this.systemTraceEvents_=
27 e.systemTraceEvents:e.length?this.systemTraceEvents_=e:console.log("Expected an array when loading the trace file");e=new cr.Event("loadTraceFileComplete");e.events=this.traceEvents_;this.dispatchEvent(e)},onLoadTraceFileCanceled:function(){cr.dispatchSimpleEvent(this,"loadTraceFileCanceled")},beginSaveTraceFile:function(){chrome.send("saveTraceFile",[JSON.stringify({traceEvents:this.traceEvents_,systemTraceEvents:this.systemTraceEvents_,clientInfo:this.clientInfo_,gpuInfo:this.gpuInfo_})])},onSaveTraceFileComplete:function(){cr.dispatchSimpleEvent(this,
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 281 assert(apps.length == appIds.length, 'Expected all apps in reorderApps');
  /external/icu4c/test/intltest/
tzrulets.cpp 309 errln(UnicodeString("FAIL: Invalid time zone offset: ") + offset + " /expected: 0");
323 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
326 errln(UnicodeString("FAIL: Invalid DST amount: ") + dstSavings + " /expected: 3600000");
348 errln((UnicodeString)"FAIL: Invalid time zone offset: " + offset + " /expected: -3600000");
362 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
365 errln((UnicodeString)"FAIL: Invalid DST amount: " + dstSavings + " /expected: 0");
372 + offset + " /expected: -3600000");
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 818 const CXXRecordDecl *Expected;
820 Expected = Path[Path.size() - 2];
822 Expected = getContainingRecord();
823 if (Expected->getCanonicalDecl() != Class->getCanonicalDecl()) {
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 114 'Expected exactly one dot in the dots-list.');
267 assert(appsPages.length == origPageCount + 1, 'expected new page');
489 assert(draggingAppContainer, 'expected stored container');
505 'expected drag over container');
  /external/clang/lib/Sema/
SemaDecl.cpp 253 // will produce the ambiguity, or will complain that it expected
    [all...]

Completed in 356 milliseconds

12