/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 | 255 ContextType type,
|
load_time_stats.cc | 549 ChromeURLRequestContext::ContextType type) {
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Diagnostics.h | 55 enum ContextType { 144 ContextType Type; 175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
|
/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 | 138 * ContextType specifies the specific type of context to be created. 141 public enum ContextType { 163 ContextType(int id) { 168 ContextType mContextType; 190 native int rsnContextCreate(int dev, int ver, int sdkVer, int contextType); 191 synchronized int nContextCreate(int dev, int ver, int sdkVer, int contextType) { 192 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 | 151 enum ContextType { 167 blink::Platform::current()->histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount); 179 ContextType contextType; 182 contextType = ContextWebkit3d; 184 contextType = ContextExperimentalWebgl; 186 contextType = ContextWebgl; 194 blink::Platform::current()->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 | |