Searched defs:needle (Results 1 – 4 of 4) sorted by relevance
140 private static int closestValueIndex(int[] values, int needle) { in closestValueIndex()
105 private static int getFieldOffset(@NonNull final Field needle) { in getFieldOffset()
55 static inline const char* strnstr(const char* s, const char* needle, size_t len) { in strnstr()
755 File needle = new File(root.file, path.substring(1)); in getFile() local