/external/icu/icu4c/source/i18n/ |
collationsets.cpp | 85 const UChar *p = data->contexts + Collation::indexFromCE32(ce32); 88 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32); 95 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32); 101 const UChar *p = data->contexts + Collation::indexFromCE32(ce32); 108 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32); 119 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32); 321 const UChar *p = d->contexts + Collation::indexFromCE32(ce32); 543 const UChar *p = data->contexts + Collation::indexFromCE32(ce32); 562 const UChar *p = data->contexts + Collation::indexFromCE32(ce32);
|
/external/libcxx/include/ |
ctype.h | 44 // We support including .h headers inside 'extern "C"' contexts, so switch
|
/external/libcxx/test/libcxx/depr/depr.c.headers/ |
extern_c.pass.cpp | 10 // Sometimes C++'s <foo.h> headers get included within extern "C" contexts. This
|
/external/libmojo/mojo/edk/system/ |
request_context.cc | 62 // It should be impossible for nested contexts to have finalizers.
|
wait_set_dispatcher.h | 39 uintptr_t* contexts) override;
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 346 ArrayList<NumberContext> contexts = new ArrayList<NumberContext>(); local 347 contexts.add(new NumberContext("$20 ", "")); 348 contexts.add(new NumberContext("", " 100$")); 349 findMatchesInContexts(contexts, true, true); 353 // Contexts with trailing characters. Leading characters are okay here since the numbers we will 638 * Helper method which tests the contexts provided and ensures that: 644 private void findMatchesInContexts(List<NumberContext> contexts, boolean isValid, 647 doTestInContext(number, region, contexts, Leniency.VALID); 649 for (NumberContext context : contexts) { 656 doTestInContext(number, region, contexts, Leniency.POSSIBLE) [all...] |
/external/llvm/include/llvm-c/ |
ErrorHandling.h | 25 * will call exit(1). This may not be appropriate in many contexts. For example,
|
/external/llvm/utils/TableGen/ |
X86DisassemblerShared.h | 47 /// contexts, the decoder first uses CONTEXTS_SYM to determine which context
|
/external/ltp/testcases/kernel/syscalls/io_destroy/ |
io_destroy01.c | 50 contexts and then destroys it. io_destroy can also cancel any out-
|
/external/mesa3d/docs/relnotes/ |
10.1.3.html | 36 because compatibility contexts are not supported.
|
10.1.html | 30 because compatibility contexts are not supported.
|
10.6.7.html | 28 because compatibility contexts are not supported.
|
12.0.3.html | 28 because compatibility contexts are not supported.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_range.h | 45 /* for the range to be consistent with multiple contexts: */
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.h | 57 struct rbug_list contexts; member in struct:rbug_screen
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_limits.h | 54 * (including all contexts).
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_reset.c | 42 /* If hardware contexts are not being used (or
|
/external/selinux/checkpolicy/ |
checkmodule.8 | 19 contexts to create a policy package, and then use semodule to install
|
/external/selinux/libselinux/src/ |
label.c | 238 struct selabel_lookup_rec *contexts) 242 if (!rec->validating || contexts->validated) 245 rc = selinux_validate(&contexts->ctx_raw); 249 contexts->validated = 1;
|
/external/selinux/libsemanage/man/man3/ |
semanage_user.3 | 79 return the labeling prefix for this user, used to control the contexts of user directories
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 214 printf(" -v Verbose check of process and file contexts.\n"); 401 /* only show contexts if -v is given */ 407 printf("\nProcess contexts:\n"); 435 printf("\nFile contexts:\n");
|
/external/selinux/policycoreutils/setfiles/ |
setfiles.c | 27 * following number of errors (e.g. invalid contexts), 39 static int ctx_validate; /* Validate contexts */ 200 * Validates all file contexts at init time. 220 * Does lazy validation of contexts upon use.
|
/external/skia/site/user/api/ |
skcanvas.md | 23 contexts in other APIs like postscript, cairo, or awt, Skia does not
|
/external/skia/src/gpu/ |
GrOnFlushResourceProvider.h | 37 * callback. The callback should return the render target contexts used to render the atlases
|
/external/skia/tests/ |
DFPathRendererTest.cpp | 63 // The DF PR only works with contexts that support derivatives
|