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

1 2 3 4

  /external/iproute2/tc/
em_nbyte.c 31 "Usage: nbyte(NEEDLE at OFFSET [layer LAYER])\n" \
32 "where: NEEDLE := { string | \"c-escape-sequence\" }\n" \
44 struct bstr *needle = args; local
57 if (needle->len <= 0)
58 return PARSE_ERR(args, "nbyte: needle length is 0");
95 nb.len = needle->len;
101 addraw_l(n, MAX_MSG, needle->data, needle->len);
112 __u8 *needle; local
124 needle = data + sizeof(*nb)
    [all...]
  /bionic/libc/string/
memmem.c 35 void *memmem(const void *haystack, size_t n, const void *needle, size_t m)
42 const unsigned char* x = (const unsigned char*) needle;
61 return memchr(haystack, ((unsigned char*)needle)[0], n);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 126 mTextures[4] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.needle, Element.RGBA_8888(mRS), false);
230 // There are several forces working on the needle: a force applied by the
236 // be induced by the movement of the needle.
237 // The force from the spring is proportional to the position of the needle.
238 // The friction force is a function of the speed of the needle, but so is
239 // the current induced by the movement of the needle, so we can combine
244 // of the needle more realistic
246 // mNeedleSpeed * 3 is for the movement of the needle, which induces an opposite current
248 // mNeedlePos + mSpringForceAtOrigin is for the force of the spring pushing the needle back
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 184 mTextures[4] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.needle, Element.RGBA_8888(mRS), true);
358 // There are several forces working on the needle: a force applied by the
364 // be induced by the movement of the needle.
365 // The force from the spring is proportional to the position of the needle.
366 // The friction force is a function of the speed of the needle, but so is
367 // the current induced by the movement of the needle, so we can combine
372 // of the needle more realistic
374 // mNeedleSpeed * 3 is for the movement of the needle, which induces an opposite current
376 // mNeedlePos + mSpringForceAtOrigin is for the force of the spring pushing the needle back
  /build/core/
node_fns.mk 79 # $(2): needle
81 # Guarantees that needle appears at most once in haystack,
83 # If needle appears multiple times, only the first occurrance
90 # - Replace occurrances of "|||$(needle)|||" with "||| |||",
92 # where needle appeared.
93 # - Add needle between the first and second words of haystack.
  /packages/wallpapers/MusicVisualization/res/raw/
vu.rs 70 // Draw the needle (88x262, center of rotation at 44,217 from top left)
94 // erase the part of the needle we don't want to show
many.rs 73 // Draw the needle (88x262, center of rotation at 44,217 from top left)
99 // erase the part of the needle we don't want to show
  /external/bluetooth/glib/glib/
gstrfuncs.h 116 const gchar *needle);
118 const gchar *needle);
121 const gchar *needle);
  /external/wpa_supplicant/
os_internal.c 413 char * os_strstr(const char *haystack, const char *needle)
415 size_t len = os_strlen(needle);
417 if (os_strncmp(haystack, needle, len) == 0)
os_none.c 210 char * os_strstr(const char *haystack, const char *needle)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 438 char * os_strstr(const char *haystack, const char *needle)
440 size_t len = os_strlen(needle);
442 if (os_strncmp(haystack, needle, len) == 0)
os_none.c 216 char * os_strstr(const char *haystack, const char *needle)
  /bootable/recovery/edify/
expr.c 223 char* needle = Evaluate(state, argv[0]); local
224 if (needle == NULL) return NULL;
227 free(needle);
231 char* result = strdup(strstr(haystack, needle) ? "t" : "");
232 free(needle);
  /hardware/ti/omap3/dspbridge/inc/
csl.h 209 * needle: Ptr to substring to catch.
215 * needle is valid.
218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 210 * needle: Ptr to substring to catch.
216 * needle is valid.
219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
  /bionic/libc/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /development/ndk/platforms/android-3/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]

Completed in 773 milliseconds

1 2 3 4