HomeSort by relevance Sort by last modified time
    Searched full:rindex (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Preprocessor/
pragma_poison.c 3 #pragma GCC poison rindex
4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
  /external/valgrind/main/memcheck/tests/
strchr.c 5 // aliases, as are 'strrchr' and 'rindex'. In each case, the shorter name
6 // gets preferred, ie. 'index' and 'rindex'.
strchr.stderr.exp 10 at 0x........: rindex (mc_replace_strmem.c:...)
14 at 0x........: rindex (mc_replace_strmem.c:...)
strchr.stderr.exp2 10 at 0x........: rindex (mc_replace_strmem.c:...)
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 444 int rIndex, iIndex;
445 for (rIndex = 0; rIndex < count; ++rIndex) {
446 sLink[rIndex] = eLink[rIndex] = SK_MaxS32;
452 for (rIndex = 0; rIndex < ends - 1; ++rIndex) {
453 outer = runs[rIndex >> 1]
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 444 int rIndex, iIndex;
445 for (rIndex = 0; rIndex < count; ++rIndex) {
446 sLink[rIndex] = eLink[rIndex] = SK_MaxS32;
452 for (rIndex = 0; rIndex < ends - 1; ++rIndex) {
453 outer = runs[rIndex >> 1]
    [all...]
  /external/clang/test/Sema/
builtins-gnu-mode.c 11 int rindex; variable
implicit-builtin-redecl.c 26 typedef int rindex; typedef
knr-def-call.c 22 char *rindex();
25 char *rindex(s, c) function
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.cpp 71 int rIndex = 0;
76 return rIndex;
78 ++rIndex;
87 return rIndex;
89 ++rIndex;
97 return rIndex;
99 ++rIndex;
109 int rIndex = 0;
114 rIndex++;
118 return rIndex;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 114 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
115 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
148 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
149 if (compare(lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
154 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/
__init__.py 8 if not hasattr(package, 'rindex'):
13 dot = package.rindex('.', 0, dot)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/
__init__.py 8 if not hasattr(package, 'rindex'):
13 dot = package.rindex('.', 0, dot)
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 241 bsset->rindex = 0;
279 outerSet->rindex = rtScriptSetsCount++;
287 innerSet->rindex = outerSet->rindex;
304 if (bSet->rindex != (uint32_t)i) {
305 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
360 uint32_t rindex = 2; local
363 if (bSet->rindex < rindex) {
367 U_ASSERT(rindex == bSet->rindex)
    [all...]
uspoof_wsconf.h 53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
  /external/icu4c/i18n/
uspoof_wsconf.cpp 240 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 == bSet->rindex)
    [all...]
uspoof_wsconf.h 53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
114 #ifndef rindex
115 #define rindex(s,c) (strrchr((s),(c))) macro
121 #ifndef rindex
122 #define rindex strrchr macro
135 #define rindex strrchr macro
139 #define strrchr rindex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
105 #ifndef rindex
106 #define rindex(s,c) (strrchr((s),(c))) macro
112 #ifndef rindex
113 #define rindex strrchr macro
126 #define rindex strrchr macro
130 #define strrchr rindex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
114 #ifndef rindex
115 #define rindex(s,c) (strrchr((s),(c))) macro
121 #ifndef rindex
122 #define rindex strrchr macro
135 #define rindex strrchr macro
139 #define strrchr rindex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
105 #ifndef rindex
106 #define rindex(s,c) (strrchr((s),(c))) macro
112 #ifndef rindex
113 #define rindex strrchr macro
126 #define rindex strrchr macro
130 #define strrchr rindex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
105 #ifndef rindex
106 #define rindex(s,c) (strrchr((s),(c))) macro
112 #ifndef rindex
113 #define rindex strrchr macro
126 #define rindex strrchr macro
130 #define strrchr rindex
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 95 static TGT_LIR *genBoundsCheck(CompilationUnit *cUnit, int rIndex,
98 return genRegRegCheck(cUnit, kArmCondCs, rIndex, rBound, dOffset,
  /bionic/libc/bionic/
__strrchr_chk.cpp 1 /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
  /bionic/libc/string/
strrchr.c 1 /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 910