HomeSort by relevance Sort by last modified time
    Searched refs:needle (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 759 SANITIZER_INTERFACE_ATTRIBUTE char *__dfsw_strstr(char *haystack, char *needle,
763 char *ret = strstr(haystack, needle);
767 size_t len = ret ? ret + strlen(needle) - haystack : strlen(haystack) + 1;
770 dfsan_union(dfsan_read_label(needle, strlen(needle) + 1),
  /external/chromium_org/third_party/re2/re2/
nfa.cc 394 // Returns whether haystack contains needle's memory.
395 static bool StringPieceContains(const StringPiece haystack, const StringPiece needle) {
396 return haystack.begin() <= needle.begin() &&
397 haystack.end() >= needle.end();
  /external/regex-re2/re2/
nfa.cc 394 // Returns whether haystack contains needle's memory.
395 static bool StringPieceContains(const StringPiece haystack, const StringPiece needle) {
396 return haystack.begin() <= needle.begin() &&
397 haystack.end() >= needle.end();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 687 * Returns true if the URI of the conversation specified as the needle was
692 * @param needle
693 * @return true if the needle was found in the haystack, false otherwise.
695 public final static boolean contains(Collection<Conversation> haystack, Conversation needle) {
701 if (needle == null) {
704 final long toFind = needle.id;
  /external/valgrind/main/shared/
vg_replace_strmem.c     [all...]
  /bionic/tests/
dlfcn_test.cpp 29 #define ASSERT_SUBSTR(needle, haystack) \
30 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 55 #define EXPECT_SUBSTRING(needle, haystack) \
56 EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack))
  /external/libnl/lib/
cache.c 397 * @arg needle Object to look for.
400 * identifiers as the needle.
406 struct nl_object *needle)
411 if (nl_object_identical(obj, needle)) {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 55 #define EXPECT_SUBSTRING(needle, haystack) \
56 EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack))
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 22 // needle will not contain 0s.
23 static char* strrstrk(char* hayStart, char* hayEnd, const char* needle) {
24 int needleLen = strlen(needle);
26 strncmp(hayStart, needle, needleLen) == 0) {
36 strncmp(hayStart, needle, needleLen) == 0) {
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 22 // needle will not contain 0s.
23 static char* strrstrk(char* hayStart, char* hayEnd, const char* needle) {
24 int needleLen = strlen(needle);
26 strncmp(hayStart, needle, needleLen) == 0) {
36 strncmp(hayStart, needle, needleLen) == 0) {
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 127 mTextures[4] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.needle,
219 // There are several forces working on the needle: a force applied by the
225 // be induced by the movement of the needle.
226 // The force from the spring is proportional to the position of the needle.
227 // The friction force is a function of the speed of the needle, but so is
228 // the current induced by the movement of the needle, so we can combine
233 // of the needle more realistic
235 // mNeedleSpeed * 3 is for the movement of the needle, which induces an opposite current
237 // mNeedlePos + mSpringForceAtOrigin is for the force of the spring pushing the needle back
  /external/bison/lib/
wchar.in.h 947 /* Find the first occurrence of NEEDLE in HAYSTACK. */
951 (const wchar_t *haystack, const wchar_t *needle)
965 (wchar_t *haystack, const wchar_t *needle));
967 (const wchar_t *haystack, const wchar_t *needle));
    [all...]
  /bionic/libc/include/
string.h 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
  /development/ndk/platforms/android-L/include/
string.h 64 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
  /external/aac/libSYS/include/
genericStds.h 252 const char *FDKstrstr(const char *haystack, const char *needle);
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 393 static bool containsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision)
396 if (intEqualsAfterUintCast(*it, needle, precision))
401 static bool containsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision)
404 if (intEqualsAfterUintCast(needle, *it, precision))
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 441 * @needle: Needle to search from haystack
444 char * os_strstr(const char *haystack, const char *needle);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 65 extern char* strcasestr(const char *haystack, const char *needle) __purefunc;

Completed in 1261 milliseconds

1 2 3 4 56 7 8