HomeSort by relevance Sort by last modified time
    Searched refs:Found (Results 1 - 25 of 71) sorted by null

1 2 3

  /dalvik/dx/tests/099-dex-core-library-error/
run 22 echo Found blort.dex
28 echo Found muffins.dex
34 echo Found zorch.dex
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 96 const SubtargetInfoKV *Found =
98 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) {
104 assert(Found->Value && "Missing processor SchedModel value");
105 return (const MCSchedModel *)Found->Value;
  /external/clang/unittests/Tooling/
TestVisitor.h 117 /// \brief Checks that all expected matches have been found.
186 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
190 EXPECT_TRUE(!Found);
191 Found = true;
192 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
200 EXPECT_TRUE(Found)
208 bool Found;
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 57 bool Found = false;
59 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
66 if (!Found && ExpectMatch) {
69 } else if (Found && !ExpectMatch) {
71 << "Found unexpected match in \"" << Code << "\"";
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 308 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
310 LookupName(Found, S);
311 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
313 if (!Found.isSingleResult())
316 NamedDecl *Result = Found.getFoundDecl();
328 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
344 Found.setContextRange(SS.getRange());
358 LookupQualifiedName(Found, LookupCtx);
362 LookupName(Found, S);
364 Found.suppressDiagnostics()
    [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp 292 // operators can be found.
312 assert(ResultKind != Found || Decls.size() == 1);
432 // But it's still an error if there are distinct tag types found,
455 ResultKind = LookupResult::Found;
647 // given lookup result. Returns true if any matches were found.
649 bool Found = false;
662 Found = true;
666 if (!Found && DC->isTranslationUnit() && LookupBuiltin(S, R))
673 return Found;
676 // A specialization of a conversion function template is not found b
    [all...]
  /external/freetype/src/psnames/
pstables.h     [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 98 const GroupRecord *Found =
101 if (Found == AllGroups.end() || Found->getName() != RootGroup) {
106 printGroup(out, *Found, FlagsOnly);
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 103 bool Found = false;
113 Found = true;
117 if (Found)
121 // If we found the using MI, we can erase the IMPLICIT_DEF.
122 if (Found) {
128 // Using instr wasn't found, it could be in another block.
MachineInstr.cpp     [all...]
LiveIntervalAnalysis.cpp 675 bool Found = false;
681 if (!Found) {
685 Found = true;
690 return Found;
695 return Found;
699 return Found;
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 367 bool Found[4];
368 Found[0] = Arch != UnknownArch;
369 Found[1] = Vendor != UnknownVendor;
370 Found[2] = OS != UnknownOS;
371 Found[3] = Environment != UnknownEnvironment;
376 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
377 if (Found[Pos])
382 if (Idx < array_lengthof(Found) && Found[Idx])
424 while (i < array_lengthof(Found) && Found[i]
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 26 /// single name lookup, which can return no result (nothing found),
33 /// @brief No entity found met the criteria.
36 /// @brief No entity found met the criteria within the current
41 /// @brief Name lookup found a single declaration that met the
43 Found,
45 /// @brief Name lookup found a set of overloaded functions that
49 /// @brief Name lookup found an unresolvable value declaration
62 /// entities that meet the lookup criteria were found in
76 /// nonstatic entities that meet the lookup criteria were found
84 /// return d.x; // error: 'x' is found in two A subobjects (of B and C
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 47 RSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute:
48 RSSFeedUpdateEntryTask.DebugFoundElement=Found Element:
49 RSSFeedUpdateEntryTask.DebugFoundText=Found Text:
50 RSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
79 RSSFeedWatcherTask.NodeNotFound=Node not found. Nothing to do\!
  /external/freetype/src/sfnt/
ttkern.c 251 goto Found;
272 goto Found;
291 Found:
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 149 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
150 // If the diag id doesn't match we found a different diag, abort. This can
153 if (Found->DiagID != DiagID)
155 return Found;
568 const WarningOption *Found =
571 if (Found == OptionTable + OptionTableSize ||
572 Found->getName() != Group)
573 return true; // Option not found.
575 getDiagnosticsInGroup(Found, Diags);
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 229 LLVMValueRef Found;
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
233 Field(Option, 0) = Val_op(Found);
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 3 // found in the LICENSE file.
33 console.log('Found filesystem: ' + filesystem.name, filesystem);
  /external/clang/lib/Frontend/
FrontendAction.cpp 246 bool Found = false;
255 Found = true;
260 if (!Found) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 718 bool Found = false;
720 E = CodeSlabs.end(); I != E && !Found; ++I) {
723 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
725 if (!Found) {
753 Err << "Found free header at " << Hdr << " that is not in free list.";
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 444 BackRefMap::iterator Found;
452 Found = NameBackReferences.find(BackReferenceKey);
454 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
461 Out << Found->second;
731 BackRefMap::iterator Found;
733 Found = NameBackReferences.find(key);
734 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
741 Out << Found->second;
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 161 // and we need to resolve lookups as if we had found the embedded location.
179 // Infer submodules for each of the directories we found between
216 // the module we found, since the umbrella header covers them all.
260 Module *Found = KnownDir->second;
261 if (!Found->isAvailable())
266 Module *UmbrellaModule = Found;
277 Found = lookupModuleQualified(Name, Found);
278 if (!Found)
280 if (!Found->isAvailable()
    [all...]
  /ndk/build/core/
init.mk 187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
309 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
399 $(call ndk_log, 'cygpath' was *not* found in your path)
401 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
462 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
471 $(call ndk_log,Found supported platforms: $(NDK_ALL_PLATFORMS))
481 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
487 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
531 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 645 unsigned Found = ~0u;
648 Found = r;
652 if (Found == ~0u) {
653 Found = Rows.size();
654 Rows.resize(Found + 1);
658 RowMap.push_back(Found);
    [all...]

Completed in 2143 milliseconds

1 2 3