HomeSort by relevance Sort by last modified time
    Searched refs:Found (Results 1 - 25 of 65) 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 85 const SubtargetInfoKV *Found =
87 if (Found == ProcItins+NumProcs || StringRef(Found->Key) != CPU) {
95 (InstrItinerary *)Found->Value);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 315 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
317 LookupName(Found, S);
318 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
320 if (!Found.isSingleResult())
323 NamedDecl *Result = Found.getFoundDecl();
335 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
351 Found.setContextRange(SS.getRange());
365 LookupQualifiedName(Found, LookupCtx);
369 LookupName(Found, S);
371 Found.suppressDiagnostics()
    [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp 292 // operators can be found.
312 assert(ResultKind != Found || Decls.size() == 1);
426 // But it's still an error if there are distinct tag types found,
449 ResultKind = LookupResult::Found;
648 // given lookup result. Returns true if any matches were found.
650 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...]
SemaTemplate.cpp 43 /// \brief Determine whether the declaration found is acceptable as the name
101 // ambiguity in certain cases (for example, if it is found in more than
102 // one base class). If all of the injected-class-names that are found
115 // found this template through a particular injected class name,
244 void Sema::LookupTemplateName(LookupResult &Found,
264 Found.clear();
285 LookupQualifiedName(Found, LookupCtx);
286 if (!ObjectType.isNull() && Found.empty()) {
293 // expression. If the identifier is not found, it is then looked up in
296 if (S) LookupName(Found, S)
    [all...]
SemaTemplateInstantiateDecl.cpp 228 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
229 if (Found.first != Found.second) {
230 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first);
729 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
730 if (Found.first != Found.second) {
731 PrevClassTemplate = dyn_cast<ClassTemplateDecl>(*Found.first);
    [all...]
SemaExprCXX.cpp 147 LookupResult Found(*this, &II, NameLoc, LookupOrdinaryName);
152 Found.clear();
154 LookupQualifiedName(Found, LookupCtx);
156 LookupName(Found, S);
161 if (Found.isAmbiguous())
164 if (TypeDecl *Type = Found.getAsSingle<TypeDecl>()) {
169 // We found our type!
178 // If the name that we found is a class template name, and it is
184 if (ClassTemplateDecl *Template = Found.getAsSingle<ClassTemplateDecl>()) {
200 // class template we found is the same as the template bein
    [all...]
  /external/freetype/src/psnames/
pstables.h     [all...]
  /external/llvm/lib/Support/
Triple.cpp 371 bool Found[4];
372 Found[0] = Arch != UnknownArch;
373 Found[1] = Vendor != UnknownVendor;
374 Found[2] = OS != UnknownOS;
375 Found[3] = Environment != UnknownEnvironment;
380 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
381 if (Found[Pos])
386 if (Idx < array_lengthof(Found) && Found[Idx])
428 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/clang/lib/Basic/
DiagnosticIDs.cpp 114 const StaticDiagInfoRec *Found =
116 if (Found == StaticDiagInfo + StaticDiagInfoSize ||
117 Found->DiagID != DiagID)
120 return Found;
535 const WarningOption *Found =
538 if (Found == OptionTable + OptionTableSize ||
539 Found->getName() != Group)
540 return true; // Option not found.
542 getDiagnosticsInGroup(Found, Diags);
  /external/freetype/src/sfnt/
ttkern.c 251 goto Found;
272 goto Found;
291 Found:
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 226 LLVMValueRef Found;
227 if (LLVMFindFunction(EE, String_val(Name), &Found))
230 Field(Option, 0) = Val_op(Found);
  /gdk/build/core/
build-local.mk 26 # any of its parents. If none is found, try again with 'jni/Android.mk'
46 $(call gdk_log, Found it !)\
78 $(call gdk_log,Found project path: $(GDK_PROJECT_PATH))
  /external/clang/lib/Lex/
ModuleMap.cpp 130 // Infer submodules for each of the directories we found between
161 // the module we found, since the umbrella header covers them all.
206 Module *Found = KnownDir->second;
207 if (!Found->isAvailable())
212 Module *UmbrellaModule = Found;
220 Found = lookupModuleQualified(Name, Found);
221 if (!Found)
223 if (!Found->isAvailable())
229 Found = lookupModuleQualified(Name, Found)
    [all...]
  /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/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 707 bool Found = false;
709 E = CodeSlabs.end(); I != E && !Found; ++I) {
712 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
714 if (!Found) {
742 Err << "Found free header at " << Hdr << " that is not in free list.";
    [all...]
  /ndk/build/core/
init.mk 158 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
258 $(call ndk_log,Host tols prebuilt directory not found, using system tools)
323 $(call ndk_log, 'cygpath' was *not* found in your path)
325 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
388 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\
450 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
459 $(call ndk_log,Found supported platforms: $(NDK_ALL_PLATFORMS))
469 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
475 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
build-local.mk 46 # any of its parents. If none is found, try again with 'jni/Android.mk'
91 $(call ndk_log, Found it !)\
145 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 3 // found in the LICENSE file.
93 this.queryOutputDiv_.innerHTML = '<b>Not found</b>';
101 s.innerHTML = '<b>Found</b>: mode: ';
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 208 # Found an XRDS document, now let's find the server, and optionally delegate.
291 # We found an OpenID2 OP Endpoint
293 # We have also found an OP-Local ID.
300 throw new ErrorException('No servers found!');
501 # An alias for AX schema has not been found,
522 # Found the AX attributes, so no need to scan for SREG.
  /external/clang/lib/AST/
DeclCXX.cpp 377 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found;
390 Found.push_back(std::make_pair(
397 GetBestOverloadCandidateSimple(Found));
413 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found;
451 Found.push_back(std::make_pair(const_cast<CXXMethodDecl *>(Method), Quals));
455 return GetBestOverloadCandidateSimple(Found);
    [all...]

Completed in 1904 milliseconds

1 2 3