HomeSort by relevance Sort by last modified time
    Searched full:contexts (Results 751 - 775 of 2585) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 12 using this code in other contexts. also, the count mode returns -1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 12 using this code in other contexts. also, the count mode returns -1
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.h 174 // Store device contexts managed by XHCI device
  /external/brotli/enc/
memory.c 8 block types and contexts. */
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 98 /// Used by the parser to specify (possibly recursive) contexts where the
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 282 SmallVector<const DeclContext *, 2> Contexts;
286 Contexts.push_back(DC);
296 for (unsigned I = Contexts.size(); I != 0; --I) {
303 const DeclContext *CurDC = Contexts[I-1];
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 109 // FIXME: Consider reusing the same diagnostic between dependent and non-dependent contexts
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 21 // with multiple contexts.
  /external/clang/test/Index/
complete-natural.m 14 // CHECK-CC1: Completion contexts:
  /external/deqp/doc/testspecs/GLES31/
functional.debug.txt 37 + Handling for debug/non-debug contexts
  /external/deqp/modules/egl/
teglRenderCase.hpp 85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
  /external/eigen/doc/
TutorialMapClass.dox 6 This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into %Eigen.
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.h 71 // libc functions which may. Thus, it can be used in contexts where the state
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationData.java 71 * Returns the CE32 from two contexts words.
75 return ((int)contexts.charAt(index) << 16) | contexts.charAt(index + 1);
497 String contexts; field in class:CollationData
  /external/icu/icu4c/source/tools/toolutil/
collationinfo.cpp 82 printf(" contexts: %6ld *2 = %6ld\n", (long)length / 2, (long)length);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 69 * Returns the CE32 from two contexts words.
73 return ((int)contexts.charAt(index) << 16) | contexts.charAt(index + 1);
495 String contexts; field in class:CollationData
  /external/jacoco/org.jacoco.doc/docroot/doc/
mission.html 34 different contexts. Two of the best and widely used available open source
  /external/kernel-headers/original/uapi/linux/
vm_sockets.h 70 * send() and recv() can be called in non-blocking contexts for the given
  /external/libavc/encoder/
ih264e_cabac_init.c 27 * Contains all initialization functions for cabac contexts
  /external/libcxx/
TODO.TXT 58 * INCOMPLETE - US 74, CA 3: The term ?pathname? is ambiguous in some contexts
  /external/libmojo/base/android/java/src/org/chromium/base/
BaseChromiumApplication.java 139 * This must only be called for contexts whose application is a subclass of
  /external/libmojo/mojo/edk/system/
core.cc 578 base::StackVector<uintptr_t, 16> contexts; local
579 contexts->assign(*count, MOJO_HANDLE_INVALID);
582 count, &awoken_dispatchers, results, contexts->data());
586 handles[i] = static_cast<MojoHandle>(contexts[i]);
    [all...]
  /external/libvpx/libvpx/
usage.dox 27 \subsection usage_ctxs Contexts
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 24 /* Clear entropy contexts for Y2 blocks */
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 65 // separate contexts.

Completed in 1276 milliseconds

<<31323334353637383940>>