/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathPredicate.cpp | 128 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local 129 if (compare(context, stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex]))) in compare() 173 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local 174 if (compare(context, lhs, Value(stringValue(rhsSet[rindex])).toNumber())) in compare() 180 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local 181 if (compare(context, lhs, stringValue(rhsSet[rindex]))) in compare()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_wsconf.cpp | 240 bsset->rindex = 0; in buildWSConfusableData() 278 outerSet->rindex = rtScriptSetsCount++; in buildWSConfusableData() 286 innerSet->rindex = outerSet->rindex; in buildWSConfusableData() 303 if (bSet->rindex != (uint32_t)i) { in buildWSConfusableData() 304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); in buildWSConfusableData() 359 uint32_t rindex = 2; in buildWSConfusableData() local 362 if (bSet->rindex < rindex) { in buildWSConfusableData() 366 U_ASSERT(rindex == bSet->rindex); in buildWSConfusableData() 367 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits. in buildWSConfusableData() 368 rindex++; in buildWSConfusableData() [all …]
|
D | uspoof_wsconf.h | 53 uint32_t rindex; // Index of this set in the final (runtime) variable
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_wsconf.cpp | 240 bsset->rindex = 0; in buildWSConfusableData() 278 outerSet->rindex = rtScriptSetsCount++; in buildWSConfusableData() 286 innerSet->rindex = outerSet->rindex; in buildWSConfusableData() 303 if (bSet->rindex != (uint32_t)i) { in buildWSConfusableData() 304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); in buildWSConfusableData() 359 uint32_t rindex = 2; in buildWSConfusableData() local 362 if (bSet->rindex < rindex) { in buildWSConfusableData() 366 U_ASSERT(rindex == bSet->rindex); in buildWSConfusableData() 367 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits. in buildWSConfusableData() 368 rindex++; in buildWSConfusableData() [all …]
|
D | uspoof_wsconf.h | 53 uint32_t rindex; // Index of this set in the final (runtime) variable
|
/external/clang/test/Preprocessor/ |
D | pragma_poison.c | 3 #pragma GCC poison rindex 4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
|
/external/clang/test/Sema/ |
D | knr-def-call.c | 22 char *rindex(); in f4() 25 char *rindex(s, c) in rindex() function
|
D | implicit-builtin-redecl.c | 26 typedef int rindex; typedef
|
D | builtins-gnu-mode.c | 11 int rindex; variable
|
/external/valgrind/main/memcheck/tests/ |
D | strchr.stderr.exp2 | 10 at 0x........: rindex (vg_replace_strmem.c:...) 14 at 0x........: rindex (vg_replace_strmem.c:...)
|
D | strchr.stderr.exp | 10 at 0x........: rindex (vg_replace_strmem.c:...)
|
D | str_tester.c | 635 check (rindex ("abcd", 'z') == NULL, 1); /* Not found. */ in test_rindex() 637 check (rindex (one, 'c') == one+2, 2); /* Basic test. */ in test_rindex() 638 check (rindex (one, 'd') == one+3, 3); /* End of string. */ in test_rindex() 639 check (rindex (one, 'a') == one, 4); /* Beginning. */ in test_rindex() 640 check (rindex (one, '\0') == one+4, 5); /* Finding NUL. */ in test_rindex() 642 check (rindex (one, 'b') == one+3, 6); /* Finding last. */ in test_rindex() 644 check (rindex (one, 'b') == NULL, 7); /* Empty string. */ in test_rindex() 645 check (rindex (one, '\0') == one, 8); /* NUL in empty string. */ in test_rindex()
|
/external/oprofile/opjitconv/ |
D | opjitconv.c | 262 char const * dumpfilename = rindex(dmp_pathname, '/'); in process_jit_dumpfile() 287 char const * dot_dump = rindex(++dumpfilename, '.'); in process_jit_dumpfile() 320 char * anon_path_seg = rindex(anon_dir, '/'); in process_jit_dumpfile() 420 char * fname = rindex(dirname, '/'); in get_procid_from_dirname()
|
/external/valgrind/main/exp-sgcheck/ |
D | h_intercepts.c | 64 STRRCHR(VG_Z_LIBC_SONAME, rindex) 67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex) 70 STRRCHR(VG_Z_DYLD, rindex)
|
/external/chromium_org/media/tools/layout_tests/ |
D | test_expectations_history.py | 67 te_location_dir = te_location[0:te_location.rindex('/')]
|
/external/chromium-trace/trace-viewer/build/ |
D | generate_standalone_timeline_view.py | 74 ext = filename[filename.rindex('.') + 1:]
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | tjbench.c | 208 int rindex=index2+tjRedOffset[pf]; in decomptest() local 211 int y=(int)((double)srcbuf[rindex]*0.299 in decomptest() 215 dstbuf[rindex]=abs(dstbuf[rindex]-y); in decomptest()
|
/external/libmtp/examples/ |
D | pathutils.c | 138 ptype = rindex(filename,'.'); in find_filetype()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_proxy.cc | 1265 for (size_t rindex = 0; rindex < requests.size(); rindex++) { in poll() local 1266 EventRequest* request = &requests[rindex]; in poll()
|
/external/chromium_org/third_party/markdown/ |
D | __init__.py | 337 end = output.rindex('</%s>'%self.doc_tag)
|
/external/qemu/distrib/sdl-1.2.15/ |
D | android-configure.sh | 363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
|
/external/qemu-pc-bios/bochs/ |
D | ltdlconf.h.in | 50 /* Define if you have the rindex function. */
|
/external/chromium_org/third_party/simplejson/ |
D | decoder.py | 63 colno = pos - doc.rindex('\n', 0, pos)
|
/external/markdown/markdown/ |
D | __init__.py | 404 end = output.rindex('</%s>'%DOC_TAG)
|
/external/chromium_org/tools/real_world_impact/ |
D | real_world_impact.py | 294 end = result.rindex(PNG_END) + 8
|