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

1 2 3 4 5 6

  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
script.py 40 echo "Found avc's to update policy with"
52 echo "No new avcs found"
  /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/clang/unittests/ASTMatchers/
ASTMatchersTest.h 67 bool Found = false, DynamicFound = false;
69 VerifyMatch VerifyFound(nullptr, &Found);
87 if (Found != DynamicFound) {
91 << Found << ")";
93 if (!Found && ExpectMatch) {
96 } else if (Found && !ExpectMatch) {
98 << "Found unexpected match in \"" << Code << "\"";
167 bool Found = false, DynamicFound = false;
169 VerifyMatch VerifyFound(nullptr, &Found);
187 if (Found != DynamicFound)
    [all...]
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 88 const SubtargetInfoKV *Found =
90 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) {
97 assert(Found->Value && "Missing processor SchedModel value");
98 return *(const MCSchedModel *)Found->Value;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 341 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
343 LookupName(Found, S);
344 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
346 if (!Found.isSingleResult())
349 NamedDecl *Result = Found.getFoundDecl();
361 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
377 Found.setContextRange(SS.getRange());
391 LookupQualifiedName(Found, LookupCtx);
395 LookupName(Found, S);
397 Found.suppressDiagnostics()
    [all...]
  /external/freetype/src/psnames/
pstables.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/
pstables.h     [all...]
  /external/pdfium/third_party/freetype/src/psnames/
pstables.h     [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 80 StringRef Found =
82 assert(Found == Path);
83 (void)Found;
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 175 // mapped module.map is found on the include path. In the future, expand this
288 bool Found = false;
291 [&Found, &Ran](const CommandLineArguments &Args, StringRef /*unused*/) {
294 Found = true;
300 EXPECT_TRUE(Found);
302 Ran = Found = false;
308 EXPECT_FALSE(Found);
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 163 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU);
164 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU;
  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch-parallel.go 54 type Found struct {
107 func (k *Kucher) Run(foreman chan<- Found) {
134 foreman <- Found{k, K}
144 in chan Found
151 in: make(chan Found),
221 foreman.in <- Found{k, -1}
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch-parallel.go 54 type Found struct {
107 func (k *Kucher) Run(foreman chan<- Found) {
134 foreman <- Found{k, K}
144 in chan Found
151 in: make(chan Found),
221 foreman.in <- Found{k, -1}
  /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 101 bool Found = false;
111 Found = true;
115 if (Found)
119 // If we found the using MI, we can erase the IMPLICIT_DEF.
120 if (Found) {
126 // 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/Serialization/
ASTReaderInternals.h 53 llvm::DenseSet<DeclID> Found;
58 if (Found.empty() && !Data.empty()) {
60 for (auto I : Found)
67 // Switch to tracking found IDs in the set.
68 Found.insert(Data.begin(), Data.end());
71 if (Found.insert(ID).second)
  /external/avahi/avahi-sharp/
AvahiTest.cs 91 resolver.Found += OnServiceResolved;
106 ar.Found += OnAddressResolved;
123 hr.Found += OnHostNameResolved;
AddressResolver.cs 82 public event HostAddressHandler Found
177 case ResolverEvent.Found:
HostNameResolver.cs 59 public event HostAddressHandler Found
154 case ResolverEvent.Found:
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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. */
208 /* we haven't found the correct `StartData'; go back and continue */
  /external/pdfium/third_party/freetype/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. */
208 /* 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/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 137 const DynTypedMatcher *Found = nullptr;
142 if (Found) {
148 Found = &Matchers[i];
153 // We only succeed if we found exactly one, or if we found an exact match.
154 if (Found && (FoundIsExact || NumFound == 1))
155 return *Found;

Completed in 553 milliseconds

1 2 3 4 5 6