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

1 2 3 4 5 6 7 8

  /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/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 167 uint rindex = 0; local
172 r[rindex] = *s++;
173 ++rindex;
177 while (s < e && (rindex < uint(resultLength) || !r)) {
192 if (rindex >= uint(resultLength)) {
197 r[rindex] = qstring.at(i).unicode();
198 ++rindex;
202 r[rindex] = *s + prop->lowerCaseDiff;
203 ++rindex;
210 if (rindex < uint(resultLength)
225 int rindex = 0; local
    [all...]
  /external/clang/test/Sema/
implicit-builtin-redecl.c 26 typedef int rindex; typedef
knr-def-call.c 22 char *rindex();
25 char *rindex(s, c) function
  /external/webkit/Source/WebCore/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/webkit/Source/WebCore/xml/
XPathPredicate.cpp 118 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
119 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
152 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
153 if (compare(lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
158 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex
    [all...]
  /external/icu4c/i18n/
uspoof_wsconf.cpp 239 bsset->rindex = 0;
277 outerSet->rindex = rtScriptSetsCount++;
285 innerSet->rindex = outerSet->rindex;
302 if (bSet->rindex != (uint32_t)i) {
303 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
358 uint32_t rindex = 2; local
361 if (bSet->rindex < rindex) {
365 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/string/
strrchr.c 1 /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 747 int rIndex, int rDest, int scale, OpSize size)
749 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest);
769 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
772 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
799 load = newLIR3(cUnit, opcode, rDest, rBase, rIndex);
801 load = newLIR4(cUnit, opcode, rDest, rBase, rIndex, scale);
811 int rIndex, int rSrc, int scale, OpSize size)
813 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
833 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
836 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
    [all...]
  /development/ndk/platforms/android-3/include/
strings.h 54 char *rindex(const char *, int);
  /development/ndk/platforms/android-9/include/
strings.h 51 char *rindex(const char *, int);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 62 // 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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
strings.h 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
strings.h 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
strings.h 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;

Completed in 2799 milliseconds

1 2 3 4 5 6 7 8