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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /external/libvpx/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
context.c 17 int Contexts[vp8_coef_counter_dimen];
  /external/clang/lib/Format/
TokenAnnotator.cpp 38 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
48 Contexts.back().IsExpression = false;
51 Contexts.back().InTemplateArgument =
76 Contexts.size() > 2) ||
77 Contexts[Contexts.size() - 2].IsExpression) &&
93 Contexts.back().ColonIsForRangeExpr =
94 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr;
114 Contexts.back().IsExpression = true
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 84 llvm::DeleteContainerSeconds(Contexts);
276 AnalysisDeclContext *&AC = Contexts[D];
342 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
346 Contexts.InsertNode(L, InsertPos);
360 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
363 Contexts.InsertNode(L, InsertPos);
384 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID,
388 Contexts.InsertNode(L, InsertPos);
561 llvm::DeleteContainerSeconds(Contexts);
571 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts.begin()
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 946 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){
947 Contexts.clear();
950 Contexts.push_back(this);
957 Contexts.push_back(N);
959 std::reverse(Contexts.begin(), Contexts.end());
    [all...]
Decl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
66 Replace the following sentence from section 2.2 Rendering Contexts:
78 Replace the following sentence from section 3.3.7 Rendering Contexts:
85 Replace the following sentence from section 3.5 Rendering Contexts:
94 None. The GLX extension only extends to direct rendering contexts.
133 (5) What requirements should be placed on the user managing contexts
143 share in synchronization for binding of their own contexts, so the
144 refcounting of the contexts is required to be threadsafe.
146 (6) Does this apply to indirect contexts?
149 for indirect contexts is left as-is
    [all...]
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
66 Replace the following sentence from section 2.2 Rendering Contexts:
78 Replace the following sentence from section 3.3.7 Rendering Contexts:
85 Replace the following sentence from section 3.5 Rendering Contexts:
94 None. The GLX extension only extends to direct rendering contexts.
133 (5) What requirements should be placed on the user managing contexts
143 share in synchronization for binding of their own contexts, so the
144 refcounting of the contexts is required to be threadsafe.
146 (6) Does this apply to indirect contexts?
149 for indirect contexts is left as-is
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 285 SmallVector<const DeclContext *, 2> Contexts;
289 Contexts.push_back(DC);
299 for (unsigned I = Contexts.size(); I != 0; --I) {
306 const DeclContext *CurDC = Contexts[I-1];
  /external/clang/include/clang/Analysis/
AnalysisContext.h 367 llvm::FoldingSet<LocationContext> Contexts;
398 ContextMap Contexts;
  /external/clang/lib/Frontend/
ASTUnit.cpp 266 /// \brief Determine the set of code-completion contexts in which this
278 uint64_t Contexts = 0;
281 // Types can appear in these contexts.
283 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
290 // In C++, types can appear in expressions contexts (for functional casts).
292 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
297 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
301 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
305 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
312 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag)
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 296 unsigned long long Contexts;
329 Contexts(CXCompletionContext_Unknown),
355 unsigned long long contexts = 0; local
360 contexts = CXCompletionContext_MacroName;
367 contexts = CXCompletionContext_AnyType |
370 contexts |= CXCompletionContext_EnumTag |
379 contexts = CXCompletionContext_AnyType |
383 contexts |= CXCompletionContext_EnumTag |
392 contexts = CXCompletionContext_AnyValue;
394 contexts |= CXCompletionContext_AnyType
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 299 (*===-- Contexts ----------------------------------------------------------===*)
    [all...]
llvm.mli 384 (** {6 Contexts} *)
    [all...]

Completed in 1531 milliseconds