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

1 2 3 4 5 6 7 8 91011

  /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'.
filter_strchr 6 s/: strrchr (vg_replace_strmem.c:/: rindex (vg_replace_strmem.c:/"
strchr.stderr.exp2 10 at 0x........: rindex (vg_replace_strmem.c:...)
14 at 0x........: rindex (vg_replace_strmem.c:...)
strchr.stderr.exp 10 at 0x........: rindex (vg_replace_strmem.c:...)
  /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/skia/src/pathops/
SkPathOpsCommon.cpp 546 int rIndex, iIndex;
547 for (rIndex = 0; rIndex < count; ++rIndex) {
548 sLink[rIndex] = eLink[rIndex] = SK_MaxS32;
554 for (rIndex = 0; rIndex < ends - 1; ++rIndex) {
555 outer = runs[rIndex >> 1]
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 546 int rIndex, iIndex;
547 for (rIndex = 0; rIndex < count; ++rIndex) {
548 sLink[rIndex] = eLink[rIndex] = SK_MaxS32;
554 for (rIndex = 0; rIndex < ends - 1; ++rIndex) {
555 outer = runs[rIndex >> 1]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.cpp 73 int rIndex = 0;
78 return rIndex;
79 ++rIndex;
86 return rIndex;
87 ++rIndex;
94 return rIndex;
95 ++rIndex;
105 int rIndex = 0;
110 ++rIndex;
113 return 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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
strings.h 84 extern char *rindex (char *__s, int __c)
85 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
86 extern __const char *rindex (__const char *__s, int __c)
87 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
91 rindex (char *__s, int __c) __THROW
97 rindex (__const char *__s, int __c) __THROW
104 extern char *rindex (__const char *__s, int __c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
strings.h 84 extern char *rindex (char *__s, int __c)
85 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
86 extern __const char *rindex (__const char *__s, int __c)
87 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
91 rindex (char *__s, int __c) __THROW
97 rindex (__const char *__s, int __c) __THROW
104 extern char *rindex (__const char *__s, int __c)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 128 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 < rhsSet.size(); ++rindex)
    [all...]
  /external/chromium_org/third_party/icu/source/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
  /external/icu/icu4c/source/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos.h 51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
69 # ifndef rindex
70 # define rindex(s,c) (strrchr((s),(c))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos.h 51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
69 # ifndef rindex
70 # define rindex(s,c) (strrchr((s),(c))) macro
  /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);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);

Completed in 4605 milliseconds

1 2 3 4 5 6 7 8 91011