/external/clang/test/Index/ |
complete-optional-params.cpp | 18 // CHECK-CC1: Completion contexts: 30 // CHECK-CC2: Completion contexts: 42 // CHECK-CC3: Completion contexts: 54 // CHECK-CC4: Completion contexts: 67 // CHECK-CC5: Completion contexts:
|
complete-member-access.m | 48 // CHECK-CC1: Completion contexts: 56 // CHECK-CC2: Completion contexts: 66 // CHECK-CC3: Completion contexts:
|
complete-macro-args.c | 49 // CHECK-NEXT: Completion contexts: 57 // CHECK-EOF: Completion contexts:
|
/external/mesa3d/docs/specs/ |
MESA_configless_context.spec | 37 different formats would be to create multiple contexts but this is 54 Additions to the EGL Specification section "2.2 Rendering Contexts and Drawing 73 Additions to the EGL Specification section "3.7.1 Creating Rendering Contexts" 95 Additions to the EGL Specification section "3.7.3 Binding Contexts and 119 mixing single- and double-buffered surfaces with configless contexts.
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
ElementType.java | 36 * <em>declaration contexts</em> , where annotations apply to declarations, and 37 * <em>type contexts</em> , where annotations apply to types used in 43 * to the declaration contexts in JLS 9.6.4.1. 49 * <p>The constant {@link #TYPE_USE} corresponds to the 15 type contexts in JLS 50 * 4.11, as well as to two declaration contexts: type declarations (including
|
Target.java | 29 * Indicates the contexts in which an annotation type is applicable. The 30 * declaration contexts and type contexts in which an annotation type may be
|
/external/deqp/modules/egl/ |
teglRenderTests.cpp | 676 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts); 694 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) 699 const int numContexts = (int)contexts.size(); 715 vector<ProgramSp> programs (contexts.size()); 735 EGLint api = contexts[ctxNdx].first; 736 EGLContext context = contexts[ctxNdx].second; 746 EGLint api = contexts[0].first; 747 EGLContext context = contexts[0].second; 760 EGLint api = contexts[ctxNdx].first; 761 EGLContext context = contexts[ctxNdx].second [all...] |
/external/mesa3d/src/egl/main/ |
eglcontext.c | 117 * contexts, and specifying them for other types of contexts will 135 * contexts, and specifying them for other types of contexts will 160 * contexts." 172 * context will be created. Forward-compatible contexts are 177 * is supported for OpenGL contexts, and requesting a 195 * robust contexts for OpenGL ES. This is only supported via 203 * bits for OpenGL ES contexts. Thus, use of these bits fall 230 * OpenGL contexts, and specifying it for other types o [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
NamespaceSupport.java | 155 contexts = new Context[32]; 158 contexts[contextPos] = currentContext = new Context(); 201 int max = contexts.length; 203 contexts [contextPos].declsOK = false; 209 System.arraycopy(contexts, 0, newContexts, 0, max); 211 contexts = newContexts; 215 currentContext = contexts[contextPos]; 217 contexts[contextPos] = currentContext = new Context(); 222 currentContext.setParent(contexts[contextPos - 1]); 242 contexts[contextPos].clear() 520 private Context contexts[]; field in class:NamespaceSupport [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_dict.py | 18 Except in certain very specific contexts: the iter() can be dropped
21 or for...in!). Special contexts that apply to both: list(), sorted(), tuple()
26 are (rare) contexts where it makes a difference (e.g. when passing it
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.h | 72 * Points to the same array in the screen and all contexts */ 77 * \li Actual values in contexts 83 * The value is the same in the screen and all contexts. */
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_dict.py | 18 Except in certain very specific contexts: the iter() can be dropped 21 or for...in!). Special contexts that apply to both: list(), sorted(), tuple() 26 are (rare) contexts where it makes a difference (e.g. when passing it
|