HomeSort by relevance Sort by last modified time
    Searched defs:find_string (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { function
119 return find_string(*fStrings, ext) >= 0;
124 int idx = find_string(*fStrings, ext);
139 int idx = find_string(*fStrings, ext);
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 233 bl find_string
247 bl find_string
283 bl find_string
317 # FIND_STRING
324 find_string: label
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 266 # below is same as "sub $(strcat-find_string),%edx
268 .byte 0x83,0xEA,strcat-find_string
286 call *%rdx # call find_string
338 call find_string
379 # FIND_STRING
385 find_string: label
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 191 bl find_string
224 bl find_string
258 @ FIND_STRING
263 find_string: label
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 260 # below is same as "sub $(strcat-find_string),%edx
262 .byte 0x83,0xEA,strcat-find_string
336 call find_string
377 # FIND_STRING
383 find_string: label
  /external/webrtc/webrtc/base/
httpcommon.cc 45 bool find_string(size_t& index, const std::string& needle, function in namespace:rtc
63 if (!find_string(index, name, Names, Size))
381 if (!find_string(zindex, zone, kTimeZones, arraysize(kTimeZones))) {

Completed in 239 milliseconds