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

1 2 3 4 5 6

  /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...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 119 mTextures[4] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.needle);
207 // There are several forces working on the needle: a force applied by the
213 // be induced by the movement of the needle.
214 // The force from the spring is proportional to the position of the needle.
215 // The friction force is a function of the speed of the needle, but so is
216 // the current induced by the movement of the needle, so we can combine
221 // of the needle more realistic
223 // mNeedleSpeed * 3 is for the movement of the needle, which induces an opposite current
225 // mNeedlePos + mSpringForceAtOrigin is for the force of the spring pushing the needle back
vu.rs 83 // Draw the needle (88x262, center of rotation at 44,217 from top left)
107 // erase the part of the needle we don't want to show
  /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/vis5/
Visualization5RS.java 185 mTextures[4] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.needle,
342 // There are several forces working on the needle: a force applied by the
348 // be induced by the movement of the needle.
349 // The force from the spring is proportional to the position of the needle.
350 // The friction force is a function of the speed of the needle, but so is
351 // the current induced by the movement of the needle, so we can combine
356 // of the needle more realistic
358 // mNeedleSpeed * 3 is for the movement of the needle, which induces an opposite current
360 // 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.
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 69 /* Return the first occurrence of NEEDLE in HAYSTACK. */
337 char *strstr (const char *haystack, const char *needle)
355 /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive
362 extern char *strcasestr (const char *haystack, const char *needle)
457 /* Find the first occurrence of the character string NEEDLE in the character
458 string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK.
461 extern char * mbsstr (const char *haystack, const char *needle);
501 /* Find the first occurrence of the character string NEEDLE in the character
504 strlen (haystack) < strlen (needle) !
506 extern char * mbscasestr (const char *haystack, const char *needle);
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.h 116 const gchar *needle);
118 const gchar *needle);
121 const gchar *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)
  /external/wpa_supplicant_8/src/utils/
os_internal.c 455 char * os_strstr(const char *haystack, const char *needle)
457 size_t len = os_strlen(needle);
459 if (os_strncmp(haystack, needle, len) == 0)
os_none.c 215 char * os_strstr(const char *haystack, const char *needle)
  /libcore/luni/src/main/java/libcore/icu/
TimeZones.java 109 String[] needle = new String[] { id }; local
110 int index = Arrays.binarySearch(zoneStrings, needle, ZONE_STRINGS_COMPARATOR);
  /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);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 319 (void* haystack, void* needle); \
321 (void* haystack, void* needle) \
324 UChar* n = (UChar*)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) __purefunc;
  /development/ndk/platforms/android-3/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /external/compiler-rt/lib/asan/
asan_interceptors.h 41 char *internal_strstr(const char *haystack, const char *needle);
  /external/libsepol/include/sepol/policydb/
conditional.h 102 cond_node_t * needle, cond_node_t * haystack,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
string.h 62 extern char* strcasestr(const char *haystack, const char *needle);

Completed in 2620 milliseconds

1 2 3 4 5 6