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

  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 55 enum ContextType {
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.h 33 enum ContextType {
39 ChromeURLRequestContext(ContextType type,
load_time_stats.h 82 ChromeURLRequestContext::ContextType type);
chrome_url_request_context.cc 299 ContextType type,
load_time_stats.cc 549 ChromeURLRequestContext::ContextType type) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
DebugContext.java 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 141 enum ContextType {
149 explicit ClientContext(ContextType in_type) : type(in_type) {}
150 ContextType type;
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) {
85 llvm_unreachable("Unknown ContextType value.");
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 123 * ContextType specifies the specific type of context to be created.
126 public enum ContextType {
148 ContextType(int id) {
153 ContextType mContextType;
174 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType);
175 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
176 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 119 * ContextType specifies the specific type of context to be created.
122 public enum ContextType {
144 ContextType(int id) {
151 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType);
152 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) {
153 return rsnContextCreate(dev, ver, sdkVer, contextType);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 155 enum ContextType {
171 HistogramSupport::histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount);
183 ContextType contextType;
186 contextType = ContextWebkit3d;
188 contextType = ContextExperimentalWebgl;
190 contextType = ContextWebgl;
198 HistogramSupport::histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 104 QualType ContextType
112 if (Context.hasSameType(Injected, ContextType))
120 = ClassTemplate->findPartialSpecialization(ContextType))
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 134 enum ContextType {
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 846 milliseconds