/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
ASTDiagnostic.h | 32 /// declaration contexts, into strings that can be printed as part of
|
/prebuilts/tools/common/m2/repository/org/jboss/weld/weld-api-parent/1.0/ |
weld-api-parent-1.0.pom | 20 APIs for CDI and Weld, the reference implementation of JSR 299: Contexts and Dependency Injection for Java EE
|
/system/sepolicy/prebuilts/api/26.0/public/ |
ueventd.te | 35 # Get file contexts for new device nodes
|
/system/sepolicy/public/ |
ueventd.te | 33 # Get file contexts for new device nodes
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
ContextSwitchRenderer.cpp | 108 // Create the contexts, they share data with the main one. 119 // FBOs are not shared across contexts, textures and renderbuffers are though. 141 // Destroy the contexts, the main one will be handled by Renderer::eglTearDown().
|
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 85 llvm::DeleteContainerSeconds(Contexts); 310 AnalysisDeclContext *&AC = Contexts[D]; 391 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); 395 Contexts.InsertNode(L, InsertPos); 409 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); 412 Contexts.InsertNode(L, InsertPos); 433 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, 437 Contexts.InsertNode(L, InsertPos); 610 llvm::DeleteContainerSeconds(Contexts); 620 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts.begin() [all...] |
/external/clang/test/Index/ |
code-completion.cpp | 55 // CHECK-MEMBER: Completion contexts: 64 // CHECK-OVERLOAD: Completion contexts: 82 // CHECK-EXPR: Completion contexts:
|
/external/icu/icu4c/source/common/unicode/ |
locdspnm.h | 71 * @param contexts List of one or more context settings (e.g. for dialect 73 * @param length Number of items in the contexts list 78 UDisplayContext *contexts, int32_t length);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_context_tree.c | 85 // This function sets up a tree of contexts such that at each square 86 // partition level. There are contexts for none, horizontal, vertical, and 142 // Set up all 4x4 mode contexts
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_device.c | 158 * Abort cleanup if there are still active contexts. In some situations 159 * this DLL may be unloaded before the DLL that is using GL contexts is. 165 debug_printf("%s: contexts still active -- cleanup aborted\n", __FUNCTION__);
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 35 security contexts, unlike exec-based transitions performed via setexeccon. 249 /* Compute the set of reachable user contexts and set *con to refer to 250 the NULL-terminated array of contexts. Caller must free via freeconary. */ 413 validity of a context in the file contexts configuration. If not set, 432 #define MATCHPATHCON_VALIDATE 4 /* Validate/canonicalize contexts at init time. */ 435 /* Load the file contexts configuration specified by 'path' 437 If 'path' is NULL, then load the active file contexts configuration, 457 /* Match the specified pathname and mode against the file contexts 475 file contexts configuration. Return the used specification index. */ 489 /* Match the specified media and against the media contexts [all...] |
/external/selinux/libselinux/src/ |
label_x.c | 2 * Media contexts backend for X contexts 24 struct selabel_lookup_rec lr; /* holds contexts for lookup result */
|
/external/selinux/policycoreutils/setfiles/ |
restorecon.8 | 3 restorecon \- restore file(s) default SELinux security contexts. 47 check whether the file contexts are all set as specified by the active policy 64 types see /etc/selinux/{SELINUXTYPE}/contexts/customizable_types), restorecon
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
linda.h | 149 /** Number of contexts (including kernel context) 155 /** PortCfg values for different numbers of contexts */ 162 /** PortCfg values for different numbers of contexts */
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.") 40 // contexts are the default contexts which are scanned, unless 41 // overridden by the -contexts flag. 42 var contexts = []*build.Context{ var 101 contexts = []*build.Context{} 103 contexts = append(contexts, parseContext(c)) 122 for _, c := range contexts { [all...] |
goapi_test.go | 119 name: "contexts reconverging", 173 for _, c := range contexts { 178 for _, context := range contexts {
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.") 40 // contexts are the default contexts which are scanned, unless 41 // overridden by the -contexts flag. 42 var contexts = []*build.Context{ var 101 contexts = []*build.Context{} 103 contexts = append(contexts, parseContext(c)) 122 for _, c := range contexts { [all...] |
goapi_test.go | 119 name: "contexts reconverging", 173 for _, c := range contexts { 178 for _, context := range contexts {
|
/toolchain/binutils/binutils-2.25/bfd/ |
lynx-core.c | 125 /* Compute the size of the thread contexts */ 129 /* Allocate space for the thread contexts */ 135 /* Save thread contexts */
|