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

  /external/chromium_org/third_party/brotli/src/brotli/dec/
context.h 112 enum ContextType {
  /external/chromium_org/third_party/brotli/src/brotli/enc/
context.h 161 enum ContextType {
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 30 enum ContextType {
38 explicit ClientContext(ContextType in_type) : type(in_type) {}
39 ContextType type;
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 54 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 104 QualType ContextType
112 if (Context.hasSameType(Injected, ContextType))
120 = ClassTemplate->findPartialSpecialization(ContextType))
    [all...]
  /external/deqp/framework/opengl/
gluRenderContext.hpp 44 class ContextType;
127 * ContextType differs from API type by adding context flags. They are
136 class ContextType : private ApiType
139 ContextType (void) {}
140 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
141 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
161 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags)
167 inline ContextType::ContextType (ApiType apiType, ContextFlags flags
    [all...]
  /external/lldb/include/lldb/Core/
Value.h 45 enum ContextType // Type that describes Value::m_context
145 ContextType
165 SetContext (ContextType context_type, void *p)
263 GetContextTypeAsCString (ContextType context_type);
277 ContextType m_context_type;
EmulateInstruction.h 94 enum ContextType
178 ContextType type;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 152 enum ContextType {
168 blink::Platform::current()->histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount);
176 ContextType contextType;
179 contextType = ContextExperimentalWebgl;
181 contextType = ContextWebgl;
191 blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount);
  /external/chromium_org/v8/src/
types.h 256 class ContextType;
263 typedef typename Config::template Handle<ContextType>::type ContextHandle;
286 return ContextType::New(outer, region);
389 ContextType* AsContext() { return ContextType::cast(this); }
663 class TypeImpl<Config>::ContextType : public StructuralType {
669 ContextHandle type = Config::template cast<ContextType>(
682 static ContextType* cast(TypeImpl* type) {
684 return static_cast<ContextType*>(type);
    [all...]
  /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/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 188 * ContextType specifies the specific type of context to be created.
191 public enum ContextType {
213 ContextType(int id) {
220 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType);
221 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
222 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 160 * ContextType specifies the specific type of context to be created.
163 public enum ContextType {
185 ContextType(int id) {
190 ContextType mContextType;
212 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType);
213 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) {
214 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 655 milliseconds