HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 126 - 150 of 867) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationMenu.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
NavigationMenu.java 26 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
NavigationMenuView.java 27 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
NavigationSubMenu.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/documents-archive/src/android/support/provider/
ParsedDocumentId.java 21 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
Preconditions.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundSupportFragment.java 21 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/os/
TraceHelper.java 22 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DividerPresenter.java 24 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
GuidedActionItemContainer.java 22 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/preference-leanback/api21/android/support/v17/preference/
LeanbackPreferenceFragmentTransitionHelperApi21.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDialogFragment.java 27 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/text/
AllCapsTransformationMethod.java 27 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuPresenter.java 24 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
FitWindowsFrameLayout.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
FitWindowsLinearLayout.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceScreen.java 24 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/preference/src/android/support/v7/preference/internal/
AbstractMultiSelectListPreference.java 26 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
debug.py 53 class Scope:
65 scope = Scope() variable
  /external/v8/src/crankshaft/
typing.h 23 Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root,
40 Scope* scope_;
  /external/v8/test/js-perf-test/Scope/
run.js 12 print(name + '-Scope(Score): ' + result);
  /external/clang/lib/Parse/
ParseStmt.cpp 24 #include "clang/Sema/Scope.h"
282 // a new scope.
434 Scope::DeclScope | Scope::SEHTryScope));
472 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
473 Scope::SEHExceptScope);
484 Scope::SEHFilterScope);
816 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
845 // Enter a scope to hold everything within the compound stmt. Compoun
    [all...]
  /external/guice/core/src/com/google/inject/util/
Modules.java 32 import com.google.inject.Scope;
226 final Map<Scope, List<Object>> scopeInstancesInUse = Maps.newHashMap();
233 // Record when a scope instance is used in a binding
234 Scope scope = getScopeInstanceOrNull(binding); local
235 if (scope != null) {
236 List<Object> existing = scopeInstancesInUse.get(scope);
239 scopeInstancesInUse.put(scope, existing);
286 // execute the scope bindings, skipping scopes that have been overridden. Any scope tha
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 292 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name,
300 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty),
310 DIDerivedType *DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name,
318 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), 0, 0,
420 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
425 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits,
452 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
457 DIScopeRef::get(getNonCompileUnitScope(Scope)),
518 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope,
526 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 89 v8::Isolate::Scope isolate_scope(isolate);
137 v8::Isolate::Scope isolate_scope(GetIsolate());
143 v8::Context::Scope context_scope(context);
212 v8::Isolate::Scope isolate_scope(m_isolate);
219 v8::Context::Scope context_scope(context);
273 v8::Isolate::Scope isolate_scope(GetIsolate());
278 v8::Context::Scope context_scope(context);
310 v8::Isolate::Scope isolate_scope(pIsolate);
314 v8::Context::Scope context_scope(context);

Completed in 496 milliseconds

1 2 3 4 56 7 8 91011>>