/external/llvm/lib/Support/Unix/ |
README.txt | 5 are common to two or more variants of UNIX. For example, the directory 9 Posix - code that is specific to Posix variants of UNIX 11 SysV - code that is specific to System V variants of UNIX
|
/external/chromium_org/third_party/skia/include/utils/win/ |
SkHRESULT.h | 36 In variants ending with 'M' the given message will be traced when FAILED. 37 The HR variants will return the HRESULT when FAILED. 38 The HRB variants will return false when FAILED. 39 The HRN variants will return NULL when FAILED. 40 The HRV variants will simply return when FAILED. 41 The HRZ variants will return 0 when FAILED.
|
/external/skia/include/utils/win/ |
SkHRESULT.h | 36 In variants ending with 'M' the given message will be traced when FAILED. 37 The HR variants will return the HRESULT when FAILED. 38 The HRB variants will return false when FAILED. 39 The HRN variants will return NULL when FAILED. 40 The HRV variants will simply return when FAILED. 41 The HRZ variants will return 0 when FAILED.
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
info.txt | 7 are two possible variants (method may be null), and this test contains one
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
schannel6_logins.h | 43 /* Login variants */ 56 /* OS-independent variants */ 66 /* Linux variants */ 76 /* Android variants */ 86 /* Symbian variants */
|
/external/chromium_org/chrome/test/base/ |
interactive_test_utils_aura.h | 14 // Aura variants of ui_test_utils method. Don't use these directly, they are
|
/external/chromium_org/ui/views/test/ |
desktop_test_views_delegate.h | 14 // views_examples_with_content_exe, we must use the Desktop variants.
|
/external/eigen/Eigen/ |
Cholesky | 12 * This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices.
|
SparseCholesky | 11 * This module currently provides two variants of the direct sparse Cholesky decomposition for selfadjoint (hermitian) matrices.
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_program.h | 47 struct st_context *st; /**< variants are per-context */ 77 /** For glBitmap variants */ 94 struct st_fp_variant *variants; member in struct:st_fragment_program 102 struct st_context *st; /**< variants are per-context */ 161 /** List of translated variants of this vertex program. 163 struct st_vp_variant *variants; member in struct:st_vertex_program 171 struct st_context *st; /**< variants are per-context */ 216 struct st_gp_variant *variants; member in struct:st_geometry_program
|
st_debug.c | 92 if (st->vp->variants) 93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 ); 97 tgsi_dump( st->fp->variants[0].tgsi.tokens, 0 );
|
st_program.c | 91 for (vpv = stvp->variants; vpv; ) { 97 stvp->variants = NULL; 120 * Free all variants of a fragment program. 127 for (fpv = stfp->variants; fpv; ) { 133 stfp->variants = NULL; 152 * Free all variants of a geometry program. 159 for (gpv = stgp->variants; gpv; ) { 165 stgp->variants = NULL; 422 for (vpv = stvp->variants; vpv; vpv = vpv->next) { 433 vpv->next = stvp->variants; [all...] |
/external/clang/test/Analysis/ |
unions.cpp | 18 // 2. RegionStore dutifully stored all the variants at the same offset; 24 // Now (at the time this test was added), we instead treat all variants of
|
/external/mesa3d/src/mesa/state_tracker/ |
st_program.h | 47 struct st_context *st; /**< variants are per-context */ 77 /** For glBitmap variants */ 94 struct st_fp_variant *variants; member in struct:st_fragment_program 102 struct st_context *st; /**< variants are per-context */ 161 /** List of translated variants of this vertex program. 163 struct st_vp_variant *variants; member in struct:st_vertex_program 171 struct st_context *st; /**< variants are per-context */ 216 struct st_gp_variant *variants; member in struct:st_geometry_program
|
st_debug.c | 92 if (st->vp->variants) 93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 ); 97 tgsi_dump( st->fp->variants[0].tgsi.tokens, 0 );
|
st_program.c | 91 for (vpv = stvp->variants; vpv; ) { 97 stvp->variants = NULL; 120 * Free all variants of a fragment program. 127 for (fpv = stfp->variants; fpv; ) { 133 stfp->variants = NULL; 152 * Free all variants of a geometry program. 159 for (gpv = stgp->variants; gpv; ) { 165 stgp->variants = NULL; 422 for (vpv = stvp->variants; vpv; vpv = vpv->next) { 433 vpv->next = stvp->variants; [all...] |
/external/chromium_org/tools/grit/grit/node/ |
variant.py | 16 # TODO(joi) Support inline skeleton variants as CDATA instead of requiring
|
/frameworks/base/core/java/android/content/ |
ActivityNotFoundException.java | 21 * one of its variants fails because an Activity can not be found to execute
|
/hardware/libhardware/modules/ |
README.android | 17 A module can have several variants: "default", "arch" and "board", and they're
|
/external/clang/test/Modules/ |
system_version.m | 17 // module variants. 24 // module variants.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 46 struct sp_sampler_variant *variants; member in struct:sp_sampler 63 sp_sampler->variants = NULL; 288 for (v = sampler->variants; v; v = v->next) 294 v->next = sampler->variants; 295 sampler->variants = v; 305 * Reset the sampler variants for a shader stage (vert, frag, geom). 366 for (v = sp_sampler->variants; v; v = tmp) {
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 46 struct sp_sampler_variant *variants; member in struct:sp_sampler 63 sp_sampler->variants = NULL; 288 for (v = sampler->variants; v; v = v->next) 294 v->next = sampler->variants; 295 sampler->variants = v; 305 * Reset the sampler variants for a shader stage (vert, frag, geom). 366 for (v = sp_sampler->variants; v; v = tmp) {
|
/external/chromium_org/v8/tools/ |
run-tests.py | 56 # Use this to run several variants of the tests. 62 VARIANTS = ["default", "stress", "nocrankshaft"] 139 result.add_option("--no-variants", "--novariants", 140 help="Don't run any testing variants", 142 result.add_option("--variants", 143 help="Comma-separated list of testing variants") 185 global VARIANTS 231 bool(options.variants), options.quickcheck): 232 print("Use only one of --no-stress, --stress-only, --no-variants, " 233 "--variants, or --quickcheck." [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs_llvm.c | 70 li = first_elem(&shader->variants); 71 while(!at_end(&shader->variants, li)) { 113 make_empty_list(&vs->variants);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_llvm.c | 70 li = first_elem(&shader->variants); 71 while(!at_end(&shader->variants, li)) { 113 make_empty_list(&vs->variants);
|