Searched refs:rindex (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/test/Sema/
H A Dimplicit-builtin-redecl.c26 typedef int rindex; typedef
H A Dbuiltins-gnu-mode.c11 int rindex; variable
H A Dknr-def-call.c22 char *rindex();
25 char *rindex(s, c) function
/external/clang/test/Preprocessor/
H A Dpragma_poison.c3 #pragma GCC poison rindex
4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.h53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
H A Duspoof_wsconf.cpp240 bsset->rindex = 0;
278 outerSet->rindex = rtScriptSetsCount++;
286 innerSet->rindex = outerSet->rindex;
303 if (bSet->rindex != (uint32_t)i) {
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
359 uint32_t rindex = 2; local
362 if (bSet->rindex < rindex) {
366 U_ASSERT(rindex
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.h53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
H A Duspoof_wsconf.cpp240 bsset->rindex = 0;
278 outerSet->rindex = rtScriptSetsCount++;
286 innerSet->rindex = outerSet->rindex;
303 if (bSet->rindex != (uint32_t)i) {
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
359 uint32_t rindex = 2; local
362 if (bSet->rindex < rindex) {
366 U_ASSERT(rindex
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPredicate.cpp128 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) {
129 if (compare(context, stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
173 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) {
174 if (compare(context, lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
180 for (unsigned rindex = 0; rindex < rhsSe
[all...]
/external/valgrind/main/memcheck/tests/
H A Dstrchr.stderr.exp10 at 0x........: rindex (vg_replace_strmem.c:...)
H A Dstr_tester.c634 it = "rindex";
635 check (rindex ("abcd", 'z') == NULL, 1); /* Not found. */
637 check (rindex (one, 'c') == one+2, 2); /* Basic test. */
638 check (rindex (one, 'd') == one+3, 3); /* End of string. */
639 check (rindex (one, 'a') == one, 4); /* Beginning. */
640 check (rindex (one, '\0') == one+4, 5); /* Finding NUL. */
642 check (rindex (one, 'b') == one+3, 6); /* Finding last. */
644 check (rindex (one, 'b') == NULL, 7); /* Empty string. */
645 check (rindex (one, '\0') == one, 8); /* NUL in empty string. */
1461 /* rindex
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dh_intercepts.c62 // Apparently rindex() is the same thing as strrchr()
64 STRRCHR(VG_Z_LIBC_SONAME, rindex)
67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
70 STRRCHR(VG_Z_DYLD, rindex)
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_standalone_timeline_view.py74 ext = filename[filename.rindex('.') + 1:]
/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_history.py67 te_location_dir = te_location[0:te_location.rindex('/')]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dparse-malloc-history130 my $rindexResult = rindex($line, "|", $callstackBegin - 1);
H A Dcommit-log-editor358 my $lastDoubleNewline = rindex($prefix, "\n\n");
/external/oprofile/opjitconv/
H A Dopjitconv.c262 char const * dumpfilename = rindex(dmp_pathname, '/');
287 char const * dot_dump = rindex(++dumpfilename, '.');
320 char * anon_path_seg = rindex(anon_dir, '/');
420 char * fname = rindex(dirname, '/');
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb153 space = name[ 0...( name.rindex( '::' ) || 0 ) ]
/external/libmtp/examples/
H A Dpathutils.c138 ptype = rindex(filename,'.');
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1265 for (size_t rindex = 0; rindex < requests.size(); rindex++) {
1266 EventRequest* request = &requests[rindex];
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c208 int rindex=index2+tjRedOffset[pf]; local
211 int y=(int)((double)srcbuf[rindex]*0.299
215 dstbuf[rindex]=abs(dstbuf[rindex]-y);
/external/chromium_org/third_party/markdown/
H A D__init__.py337 end = output.rindex('</%s>'%self.doc_tag)
/external/chromium_org/third_party/simplejson/
H A Ddecoder.py63 colno = pos - doc.rindex('\n', 0, pos)
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py294 end = result.rindex(PNG_END) + 8

Completed in 807 milliseconds

12