HomeSort by relevance Sort by last modified time
    Searched full:scoped (Results 51 - 75 of 516) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvider.java 32 * or exception thrown by {@link #get} will be scoped. As a consequence, {@link #get}
ThrowingProvider.java 30 * or exception thrown by {@link #get} will be scoped. As a consequence, {@link #get}
CheckedProvides.java 48 * Default behavior is that exceptions are scoped.
  /external/libchrome/base/
scoped_generic.h 172 bool operator==(const T& value, const ScopedGeneric<T, Traits>& scoped) {
173 return value == scoped.get();
177 bool operator!=(const T& value, const ScopedGeneric<T, Traits>& scoped) {
178 return value != scoped.get();
  /external/libchrome/base/win/
scoped_co_mem.h 16 // Simple scoped memory releaser class for COM allocated memory.
scoped_com_initializer.h 20 // WARNING: This should only be used once per thread, ideally scoped to a
  /external/llvm/test/CodeGen/PowerPC/
mcm-10.ll 4 ; for loading and storing a static variable scoped to a function.
  /external/skia/src/sfnt/
SkTypedEnum.h 28 // Scoped enums are buggy in GCC 4.4.0 through 4.5.1.
  /external/v8/test/mjsunit/es6/
block-non-strict-errors.js 17 "Block-scoped declarations (let, const, function, class) not yet supported outside strict mode",
  /packages/apps/TV/src/com/android/tv/
ApplicationSingletons.java 29 * Interface with getters for application scoped singletons.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
PrivateCommandPerformer.java 31 * @param action Name of the command to be performed. This must be a scoped
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 10 Zone string // IPv6 scoped addressing zone
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 10 Zone string // IPv6 scoped addressing zone
  /system/update_engine/update_manager/
real_random_provider.h 37 // The seed() scoped variable.
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/
README.md 5 This sample demonstrates how to use the Scoped Directory Access API introduced in Android N
12 This sample demonstrates how to use the Scoped Directory Access API that provides easy way to
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 8 auto int ao; // expected-error {{illegal storage class on file-scoped variable}}
18 register int ro; // expected-error {{illegal storage class on file-scoped variable}}
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 204 * @param seedMap the initial set of scoped instances for Guice to seed the
244 * existing scoped objects. The primary use case is in server implementations
248 * <p>Because request-scoped objects are not typically thread-safe, the
292 * Returns true if {@code binding} is request-scoped. If the binding is a
296 * also return true if the target binding is request-scoped.
307 * progress. In this way, keys can be scoped as @RequestScoped and exist
316 * @param seedMap the initial set of scoped instances for Guice to seed the
320 * that exposes the instances in the {@code seedMap} as scoped keys.
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/androidTest/java/com/example/android/filebasedencryption/test/
SampleTests.java 23 * Tests for Scoped Directory Access API sample.
  /docs/source.android.com/src/devices/tech/admin/
managed-profiles.jd 58 <p>Applications are scoped with their own segregated data when the same app
72 profile or not. Applications from the managed profile are default scoped to
77 <p>Enforcement of settings is generally scoped to the managed profile, with
78 exceptions for lockscreen and encryption settings that are still scoped
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 131 // arguments in scoped declarations.
  /external/dagger2/core/src/main/java/dagger/internal/
ScopedProvider.java 54 /** Returns a new scoped provider for the given factory. */
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
TestScope.java 38 public @interface Scoped { }
  /external/llvm/test/Transforms/GVN/
noalias.ll 1 ; RUN: opt -scoped-noalias -basicaa -gvn -S < %s | FileCheck %s
  /external/skia/site/
roles.md 13 <style scoped><!--
  /external/v8/test/mjsunit/regress/
regress-91120.js 29 // of blocks by writing their values into var-scoped declarations. Therefore,

Completed in 1511 milliseconds

1 23 4 5 6 7 8 91011>>