OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContextType
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/net/
chrome_url_request_context.h
33
enum
ContextType
{
39
ChromeURLRequestContext(
ContextType
type,
/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/include/clang/ASTMatchers/Dynamic/
Diagnostics.h
55
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/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/chromium/chrome/browser/profiles/
profile_impl.cc
134
enum
ContextType
{
143
void GetCacheParameters(
ContextType
type, FilePath* cache_path,
[
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
...]
/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
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 149 milliseconds