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

12 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
30 * global-scoped HDF that can be read from the template renderer. Part of the backwards
42 * Creates a Data object that encapsulates both request-scoped local HDF and an application
43 * global-scoped HDF that can be read from the template renderer. Part of the backwards
  /external/llvm/include/llvm/Analysis/
ScopedNoAliasAA.h 1 //===- ScopedNoAliasAA.h - Scoped No-Alias Alias Analysis -------*- C++ -*-===//
10 /// This is the interface for a metadata-based scoped no-alias analysis.
25 /// A simple AA result which uses scoped-noalias metadata to answer queries.
87 // scoped noalias analysis.
  /external/testng/src/test/java/test/factory/
TestClassAnnotationTest.java 10 * presence of a class-scoped @Test annotation.
  /external/v8/src/base/
smart-pointers.h 16 // Default constructor. Constructs an empty scoped pointer.
19 // Constructs a scoped pointer from a plain one.
75 // When the destructor of the scoped pointer is executed the plain pointer
86 // A 'scoped array pointer' that calls DeleteArray on its pointer when the
  /external/webrtc/webrtc/system_wrappers/include/
logcat_trace_context.h 22 // Scoped helper class for directing Traces to Android's logcat facility. While
  /frameworks/base/docs/html-intl/intl/ru/training/articles/
scoped-directory-access.jd 2 page.keywords=preview,sdk,scoped directory access
60 <img src="{@docRoot}images/android-7.0/scoped-directory-access-framed.png" srcset="{@docRoot}images/android-7.0/scoped-directory-access-framed.png 1x,
61 {@docRoot}images/android-7.0/scoped-directory-access-framed_2x.png 2x" />
  /external/guice/core/src/com/google/inject/spi/
BindingScopingVisitor.java 53 * no scope is applied to the binding. An unscoped binding will behave like a scoped one when it
54 * is linked to a scoped binding.
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 54 * Create a scoped classpool.
63 * Finds a scoped classpool registered under the passed in classloader.
  /external/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 1 //===- ScopedNoAliasAA.cpp - Scoped No-Alias Alias Analysis ---------------===//
11 // metadata-based scoped no-alias support.
47 // A handy option for disabling scoped no-alias functionality. The same effect
50 static cl::opt<bool> EnableScopedNoAlias("enable-scoped-noalias",
184 INITIALIZE_PASS_BEGIN(ScopedNoAliasAAWrapperPass, "scoped-noalias",
185 "Scoped NoAlias Alias Analysis", false, true)
187 INITIALIZE_PASS_END(ScopedNoAliasAAWrapperPass, "scoped-noalias",
188 "Scoped NoAlias Alias Analysis", false, true)
  /frameworks/base/docs/html-intl/intl/es/training/articles/
scoped-directory-access.jd 2 page.keywords=preview,sdk,scoped directory access
74 <img src="{@docRoot}images/android-7.0/scoped-directory-access-framed.png" srcset="{@docRoot}images/android-7.0/scoped-directory-access-framed.png 1x,
75 {@docRoot}images/android-7.0/scoped-directory-access-framed_2x.png 2x" />
141 <img src="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png 1x,
142 {@docRoot}images/android-7.0/scoped-directory-access-dont-ask_2x.png 2x" />
  /frameworks/base/docs/html-intl/intl/pt-br/training/articles/
scoped-directory-access.jd 2 page.keywords=preview,sdk,scoped directory access
74 <img src="{@docRoot}images/android-7.0/scoped-directory-access-framed.png" srcset="{@docRoot}images/android-7.0/scoped-directory-access-framed.png 1x,
75 {@docRoot}images/android-7.0/scoped-directory-access-framed_2x.png 2x" />
141 <img src="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png 1x,
142 {@docRoot}images/android-7.0/scoped-directory-access-dont-ask_2x.png 2x" />
  /build/soong/common/
package_ctx.go 61 // package-scoped variable's initialization.
76 // package-scoped variable's initialization.
91 // part of a package-scoped variable's initialization.
106 // package-scoped variable's initialization.
121 // function or as part of a package-scoped variable's initialization.
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/
template-params.xml 37 This sample demonstrates how to use the Scoped Directory Access API introduced in Android N
64 This sample demonstrates how to use the Scoped Directory Access API introduced in Android N
75 This sample demonstrates how to use the Scoped Directory Access API that provides easy way to
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
GraphValidationScopingTest.java 64 String errorMessage = "test.MyComponent (unscoped) may not reference scoped bindings:\n"
114 String errorMessage = "test.MyComponent scoped with @Singleton "
125 // If a scoped component will have dependencies, they must only include, at most, a single
126 // scoped component
185 "@test.SimpleScope test.SimpleScopedComponent depends on more than one scoped component:\n"
227 "test.UnscopedComponent (unscoped) cannot depend on scoped components:\n"
274 "This @Singleton component cannot depend on scoped components:\n"
338 "test.ComponentShort depends on scoped components in a non-hierarchical scope ordering:\n"
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp 46 // Acquire scoped lock
76 // Acquire scoped lock
AutoConditionLock.h 31 * WaitableMutexWrapper can be used with AutoConditionLock to construct scoped locks for the
50 * AutoConditionLock is a scoped lock similar to Mutex::Autolock, but allows timeouts to be
  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.h 44 // TODO: There is an irregular non-scoped use of locks that defeats annotalysis with -O0.
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ScopedDirectoryAccessTest.java 20 * Set of tests that verify behavior of the Scoped Directory access API.
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
MainActivity.java 23 * Launcher Activity for the Scoped Directory Access API sample app.
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
MainActivity.java 23 * Launcher Activity for the Scoped Directory Access API sample app.
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
MainActivity.java 23 * Launcher Activity for the Scoped Directory Access API sample app.
  /external/clang/test/CodeGenCXX/
scoped-enums-debug-info.cpp 2 // Test that we are emitting debug info and base types for scoped enums.
  /external/clang/test/SemaObjC/
foreach.m 12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
  /external/guice/core/src/com/google/inject/
OutOfScopeException.java 20 * Thrown from {@link Provider#get} when an attempt is made to access a scoped
  /external/guice/core/src/com/google/inject/binder/
ScopedBindingBuilder.java 42 * singleton-scoped binding upon creation. Useful for application

Completed in 1091 milliseconds

12 3 4 5 6 7 8 91011>>