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

1 2 3 4 5

  /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 94 const SubtargetInfoKV *Found =
96 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) {
102 assert(Found->Value && "Missing processor SchedModel value");
103 return (const MCSchedModel *)Found->Value;
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 65 bool Found = false, DynamicFound = false;
67 VerifyMatch VerifyFound(nullptr, &Found);
79 if (Found != DynamicFound) {
83 << Found << ")";
85 if (!Found && ExpectMatch) {
88 } else if (Found && !ExpectMatch) {
90 << "Found unexpected match in \"" << Code << "\"";
  /external/clang/unittests/Tooling/
TestVisitor.h 135 /// \brief Checks that all expected matches have been found.
204 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
208 EXPECT_TRUE(!Found);
209 Found = true;
210 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
218 EXPECT_TRUE(Found)
226 bool Found;
ToolingTest.cpp 158 // mapped module.map is found on the include path. In the future, expand this
258 bool &Found;
261 CheckSyntaxOnlyAdjuster(bool &Found, bool &Ran) : Found(Found), Ran(Ran) { }
268 Found = true;
285 bool Found = false;
287 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
290 EXPECT_TRUE(Found);
292 Ran = Found = false
    [all...]
RewriterTestContext.h 74 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second;
75 assert(Found == Path);
76 (void)Found;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 293 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
295 LookupName(Found, S);
296 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
298 if (!Found.isSingleResult())
301 NamedDecl *Result = Found.getFoundDecl();
313 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
329 Found.setContextRange(SS.getRange());
343 LookupQualifiedName(Found, LookupCtx);
347 LookupName(Found, S);
349 Found.suppressDiagnostics()
    [all...]
SemaAccess.cpp     [all...]
  /external/chromium_org/third_party/freetype/src/psnames/
pstables.h     [all...]
  /external/freetype/src/psnames/
pstables.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
pstables.h     [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 94 const GroupRecord *Found =
97 if (Found == AllGroups.end() || Found->getName() != RootGroup) {
102 printGroup(*Found);
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 100 bool Found = false;
110 Found = true;
114 if (Found)
118 // If we found the using MI, we can erase the IMPLICIT_DEF.
119 if (Found) {
125 // Using instr wasn't found, it could be in another block.
  /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/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 74 const DynTypedMatcher *Found = nullptr;
79 if (Found) {
85 Found = &Matchers[i];
90 // We only succeed if we found exactly one, or if we found an exact match.
91 if (Found && (FoundIsExact || NumFound == 1))
92 Ops.constructFrom(*Found);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidparse.c 101 FT_TRACE2(( "cid_parser_new: no `StartData' keyword found\n" ));
121 goto Found;
126 goto Found;
136 Found:
137 /* We have found the start of the binary data or the `/sfnts' token. */
199 /* we haven't found the correct `StartData'; go back and continue */
  /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/llvm/lib/Support/
Triple.cpp 455 bool Found[4];
456 Found[0] = Arch != UnknownArch;
457 Found[1] = Vendor != UnknownVendor;
458 Found[2] = OS != UnknownOS;
459 Found[3] = Environment != UnknownEnvironment;
464 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
465 if (Found[Pos])
470 if (Idx < array_lengthof(Found) && Found[Idx])
516 while (i < array_lengthof(Found) && Found[i]
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 46 /// which writes it in the current basic block. If found,
211 bool Found;
212 Found = getPreviousInstr(CurInst, MFI);
213 while (Found && I != CurInst) {
222 Found = getPreviousInstr(CurInst, MFI);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 251 goto Found;
272 goto Found;
291 Found:
  /external/freetype/src/sfnt/
ttkern.c 251 goto Found;
272 goto Found;
291 Found:
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttkern.c 251 goto Found;
272 goto Found;
291 Found:
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 147 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
148 // If the diag id doesn't match we found a different diag, abort. This can
151 if (Found->DiagID != DiagID)
153 return Found;
538 const WarningOption *Found =
541 if (Found == OptionTable + OptionTableSize ||
542 Found->getName() != Group)
543 return true; // Option not found.
545 ::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/llvm/tools/llvm-readobj/
StreamWriter.h 83 bool Found = false;
87 Found = true;
92 if (Found) {

Completed in 1193 milliseconds

1 2 3 4 5