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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/context/
context.go 14 // Contexts derived from it are also canceled.
25 // Programs that use Contexts should follow these rules to keep interfaces
29 // Do not store Contexts inside a struct type; instead, pass a Context
44 // Contexts are safe for simultaneous use by multiple goroutines.
47 // Contexts.
123 // // Package user defines a User type that's stored in Contexts.
128 // // User is the type of value stored in the Contexts.
135 // // userKey is the key for user.User values in Contexts. It is
213 // whether Contexts are propagated correctly in a program.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h 205 // CHILD CONTEXTS
210 // contexts to prevent unnecessary dispatches. I'd like a general type for these
211 // "GetContext" functions, so I'll need a union of all the protocol contexts for
250 // We also need a function to compare contexts to see if the child should be dispatched
260 Returns: True when contexts are equivalent; False otherwise
288 // I'd like to have a general approach to mapping contexts to bit descriptions.
295 // Mapping complex contexts requires a function
346 // Mapping simple contexts can be done by assignment or lookup table
  /external/deqp/modules/egl/
teglColorClearCase.hpp 52 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts);
70 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts);
teglMultiThreadTests.cpp 1002 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1037 else if (contexts.size() > 5 && ((m_types & TYPE_CONTEXT) != 0))
1052 else if (contexts.size() < 3 && ((m_types & TYPE_CONTEXT) != 0))
1281 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1310 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1439 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
    [all...]
  /external/libavc/encoder/
ih264e_cabac_structs.h 163 /* Base pointer to all the cabac contexts */
207 /* Ref_idx contexts are stored in the following way */
  /external/ltp/runtest/
ltp-aio-stress.part2 8 # -c number of io contexts per file
9 # -C offset between contexts, default 2MB
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 105 rbug_context_t *contexts; member in struct:rbug_proto_context_list_reply
168 rbug_context_t *contexts,
  /external/selinux/libselinux/man/man3/
security_compute_av.3 99 is used to determine the set of user contexts that can be reached from a
127 uses getprevcon() for the source and target security contexts.
  /external/selinux/libselinux/src/
selinuxswig_python.i 87 /* Makes security_compute_user() return a Python list of contexts */
106 /* Makes functions in get_context_list.h return a Python list of contexts */
  /external/selinux/policycoreutils/newrole/
newrole.1 106 /etc/selinux/<policy>/contexts/default_type - default types for roles
108 /etc/selinux/<policy>/contexts/securetty_types - securetty types for level changes
  /hardware/libhardware/include/hardware/
consumerir.h 38 * consumerir_module pointer in contexts where it's known the hw_module_t references a
48 * consumerir_device pointer in contexts where it's known the hw_device_t references a
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
package-info.java 44 * and that can be used in non-block-structured contexts including
52 * it covers most standard usage contexts. But programmers may create
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.cpp 24 // Max number of bigram maps (previous word contexts) to be cached. Increasing this number
31 // Most common previous word contexts currently have 100 bigrams
  /system/core/init/
ueventd_test.cpp 99 const char* const contexts[] = { local
108 for (const char* context : contexts) {
  /system/sepolicy/tools/fc_sort/
fc_sort.c 10 * the file contexts are partially hand sorted and concatenated
13 * file contexts makes them come out in an unpredictable order
29 * A node used in a linked list of file contexts.c
72 * Compares two file contexts' regular expressions and returns:
194 * Sorts file contexts from least specific to more specific.
198 * of all the file contexts, in sorted order.
202 * At first, each bucket has a linked list of file contexts
208 * file contexts, sorted.
  /docs/source.android.com/en/devices/graphics/
implement.html 53 <li>Do not limit the number of GL contexts. Because Android allows apps in
54 the background and tries to keep GL contexts alive, you should not limit the
55 number of contexts in your driver.</li>
56 <li> It is common to have 20-30 active GL contexts at once, so be
  /external/clang/include/clang/AST/
ASTDiagnostic.h 32 /// declaration contexts, into strings that can be printed as part of
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 77 // everything, but in dependent contexts
p8.cpp 36 // Make sure we handle transparent contexts the same way.
  /external/libcxx/test/libcxx/numerics/c.math/
constexpr-fns.pass.cpp 11 // floating-point values are evaluatable from constexpr contexts.
  /external/libxml2/python/tests/
tstxpath.py 14 # test that access to the XPath evaluation contexts
  /external/mesa3d/docs/relnotes/
10.2.1.html 28 because compatibility contexts are not supported.
12.0.1.html 28 because compatibility contexts are not supported.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 54 /* Increments whenever textures are modified. Contexts can track this.
  /external/selinux/libselinux/man/man5/
local.users.5 13 .I /etc/selinux/{SELINUXTYPE}/contexts/users/local.users

Completed in 6093 milliseconds

<<11121314151617181920>>