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

1 23 4 5 6

  /ndk/build/core/
init.mk 200 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
330 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
420 $(call ndk_log, 'cygpath' was *not* found in your path)
422 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
483 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
492 $(call ndk_log,Found supported platforms: $(NDK_ALL_PLATFORMS))
508 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
515 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
594 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\
build-local.mk 54 # any of its parents. If none is found, try again with 'jni/Android.mk'
90 $(call ndk_log, Found it !)\
161 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
  /external/clang/lib/Lex/
ModuleMap.cpp 189 // and we need to resolve lookups as if we had found the embedded location.
277 // We have found a module that we can happily use.
284 // We have found a header, but it is private.
291 // We have found a module, but we don't use it.
377 // Infer submodules for each of the directories we found between
417 // the module we found, since the umbrella header covers them all.
473 Module *Found = KnownDir->second;
474 if (IsUnavailable(Found))
479 Module *UmbrellaModule = Found;
490 Found = lookupModuleQualified(Name, Found)
    [all...]
  /bionic/libc/tools/
genlibgcc_compat.py 114 print "* Found " + repr(len(symbol_list)) + " referenced symbols: " + repr(symbol_list)
  /external/autotest/client/site_tests/graphics_dEQP/
process_logs.py 4 # found in the LICENSE file.
50 print('Found results from %s for GPU = %s, filter = %s and hasty = %r.' %
227 print('Found %d test results.' % len(tests))
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 26 std::error_code Found) {
27 if (Expected == Found)
29 return ::testing::AssertionFailure() << "error " << Found.value()
30 << ": " << Found.message();
  /external/clang/lib/Sema/
SemaTemplate.cpp 46 /// \brief Determine whether the declaration found is acceptable as the name
104 // ambiguity in certain cases (for example, if it is found in more than
105 // one base class). If all of the injected-class-names that are found
118 // found this template through a particular injected class name,
248 void Sema::LookupTemplateName(LookupResult &Found,
269 Found.clear();
290 LookupQualifiedName(Found, LookupCtx);
291 if (!ObjectType.isNull() && Found.empty()) {
298 // expression. If the identifier is not found, it is then looked up in
301 if (S) LookupName(Found, S)
    [all...]
SemaCoroutine.cpp 28 // FIXME: Cache std::coroutine_traits once we've found it.
45 // We found something weird. Complain about the first thing we found.
46 NamedDecl *Found = *Result.begin();
47 S.Diag(Found->getLocation(), diag::err_malformed_std_coroutine_traits);
SemaExprCXX.cpp 186 LookupResult Found(*this, &II, NameLoc, LookupOrdinaryName);
191 Found.clear();
193 LookupQualifiedName(Found, LookupCtx);
195 LookupName(Found, S);
200 if (Found.isAmbiguous())
203 if (TypeDecl *Type = Found.getAsSingle<TypeDecl>()) {
209 // We found our type!
219 // If the name that we found is a class template name, and it is
225 if (ClassTemplateDecl *Template = Found.getAsSingle<ClassTemplateDecl>()) {
241 // class template we found is the same as the template bein
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
AArch64CollectLOH.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 97 /// found in the class, its protocols, its super classes or categories.
122 // declaration of this property. If one found, presumably a setter will
193 /// in 'PropertyId' and returns it. It returns 0, if not found.
623 /// When argument category "C" is specified, any implicit method found
682 // Returns 0 if no method is found.
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 895 bool Found = false;
901 if (!Found) {
905 Found = true;
910 return Found;
    [all...]
TailDuplication.cpp 174 bool Found = false;
178 Found = true;
182 if (!Found) {
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_imports_loader.js 3 // found in the LICENSE file.
61 throw new Error('Found a non absolute import and thats not supported: ' +
74 throw new Error('Multiple candidates found for ' + href + ': ' +
78 throw new Error(href + ' not found!' +
  /external/autotest/client/common_lib/hosts/
base_classes.py 284 logging.info('Found %s GB >= %s GB of space under %s on machine %s',
307 logging.info('Found %d >= %d i-nodes under %s on '
503 modules) for any image found in the boot directory that is not
551 # if we found some package names, try to remove them
  /external/avahi/avahi-sharp/
Client.cs 33 Found,
  /external/chromium-trace/catapult/third_party/Paste/paste/
errordocument.py 35 "File Not Found" message at the URL ``/error404.html`` and then use
130 Here is an example where a ``404 File Not Found`` status response would be
131 redirected to the URL ``/error?code=404&message=File%20Not%20Found``. This
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 831 bool Found = false;
837 Found = true;
843 if (Found && !Abort) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 21 // number of samples found in B.
102 /// profile information found in that file.
318 // If there are inlined callsites in this function, count the samples found
493 bool Found = false;
499 Found = true;
502 if (Found)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 426 const Type *Found = nullptr;
435 // If we already found an element then this isn't a single-element struct.
436 if (Found)
441 Found = isSingleElementStruct(I.getType(), Context);
442 if (!Found)
455 // If we already found an element then this isn't a single-element
457 if (Found)
468 Found = FT.getTypePtr();
470 Found = isSingleElementStruct(FT, Context);
471 if (!Found)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 120 bool Found = InstIt->second.erase(Val);
121 assert(Found && "Invalid reverse map!"); (void)Found;
238 // CS can be found redundant and eliminated.
257 // No dependence found. If this is the entry block of the function, it is
572 // If we found a pointer, check if it could be the same as our pointer.
661 // If we found a pointer, check if it could be the same as our pointer.
723 // No dependence found. If this is the entry block of the function, it is
755 // No dependence found. If this is the entry block of the function, it is
    [all...]

Completed in 1180 milliseconds

1 23 4 5 6