HomeSort by relevance Sort by last modified time
    Searched defs:scopes (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/scopes/
FileScopeProvider.java 17 package android.databinding.tool.processing.scopes;
LocationScopeProvider.java 17 package android.databinding.tool.processing.scopes;
ScopeProvider.java 17 package android.databinding.tool.processing.scopes;
20 * Base class for all scopes
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectConstructorValidator.java 103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); local
104 if (scopes.size() > 1) {
105 for (AnnotationMirror scope : scopes) {
  /external/libnl/lib/route/
rtnl.c 92 static const struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
102 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
107 return __str2type(name, scopes, ARRAY_SIZE(scopes));
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
BlockUninstallDelegateTest.java 71 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); local
72 return scopes.contains(DELEGATION_BLOCK_UNINSTALL);
EnableSystemAppDelegateTest.java 81 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); local
82 return scopes.contains(DELEGATION_ENABLE_SYSTEM_APP);
PackageAccessDelegateTest.java 100 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); local
101 return scopes.contains(DELEGATION_PACKAGE_ACCESS);
PermissionGrantDelegateTest.java 99 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); local
100 return scopes.contains(DELEGATION_PERMISSION_GRANT);
DelegatedScopesReceiverActivity.java 35 * a DO/PO calls grants this app new delegation scopes via
41 * Broadcast action sent reporting the scopes delegated to this app.
92 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); local
93 sendScopeReportBroadcast(scopes);
98 private void sendScopeReportBroadcast(List<String> scopes) {
101 intent.putExtra(EXTRA_DELEGATION_SCOPES, scopes.toArray(new String[scopes.size()]));
  /external/elfutils/libdw/
dwarf_getscopes.c 42 Dwarf_Die *scopes; member in struct:args
53 if (a->scopes != NULL)
94 function of which A->scopes[A->nscopes - 1] is a concrete instance.
98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
99 if (scopes == NULL)
101 free (a->scopes);
106 a->scopes = scopes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DebugInfo.h 117 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
118 return make_range(Scopes.begin(), Scopes.end());
125 unsigned scope_count() const { return Scopes.size(); }
132 SmallVector<DIScope *, 8> Scopes;
  /external/llvm/include/llvm/IR/
DebugInfo.h 110 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
111 return make_range(Scopes.begin(), Scopes.end());
118 unsigned scope_count() const { return Scopes.size(); }
125 SmallVector<DIScope *, 8> Scopes;
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.cc 198 std::vector<llvm::Metadata*> scopes; local
202 scopes.push_back(scope);
205 llvm::MDNode::get(domain->getContext(), AsArrayRef(scopes));

Completed in 701 milliseconds

1 2 3 4 5 6 7 8 91011>>