HomeSort by relevance Sort by last modified time
    Searched defs:ContextType (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /system/tools/aidl/
type_java.h 466 const Type* ContextType() const { return m_context_type; }
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 104 QualType ContextType
112 if (Context.hasSameType(Injected, ContextType))
120 = ClassTemplate->findPartialSpecialization(ContextType)) {
    [all...]
  /external/skqp/tests/
SkpSkGrTest.cpp 253 typedef GrContextFactory::ContextType ContextType;
255 static const ContextType kAngle = GrContextFactory::kANGLE_ContextType;
257 static const ContextType kNative = GrContextFactory::kNativeGL_ContextType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 859 /* TDI_PNP_CONTEXT.ContextType */
867 USHORT ContextType;
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 266 * ContextType specifies the specific type of context to be created.
269 public enum ContextType {
291 ContextType(int id) {
296 ContextType mContextType;
300 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibDir);
301 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibDir) {
302 return rsnContextCreate(dev, ver, sdkVer, contextType, nativeLibDir);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 173 * ContextType specifies the specific type of context to be created.
176 public enum ContextType {
198 ContextType(int id) {
203 ContextType mContextType;
225 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType);
226 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) {
227 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 600 milliseconds

12