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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLExtensions.cpp 22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { function
105 return find_string(*fStrings, ext) >= 0;
110 int idx = find_string(*fStrings, ext);
125 int idx = find_string(*fStrings, ext);
  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { function
105 return find_string(*fStrings, ext) >= 0;
110 int idx = find_string(*fStrings, ext);
125 int idx = find_string(*fStrings, ext);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 232 // Having a per-tab find_string is not compatible with a global find
243 base::string16 find_string = find_tab_helper->find_text(); local
244 if (find_string.empty())
245 find_string = find_tab_helper->previous_find_text();
246 if (find_string.empty()) {
249 find_string = FindBarStateFactory::GetLastPrepopulateText(profile);
257 find_bar_->SetFindTextAndSelectedRange(find_string,
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 411 base::string16 find_string = find_text_->text(); local
412 if (!find_string.empty()) {
417 find_tab_helper->StartFinding(find_string,
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 191 bl find_string
224 bl find_string
258 @ FIND_STRING
263 find_string: label
  /external/valgrind/main/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/qemu/tcg/
tcg.c 2717 static int find_string(const char *strtab, const char *str) function
    [all...]
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 43 bool find_string(size_t& index, const std::string& needle, function in namespace:rtc
61 if (!find_string(index, name, Names, Size))
379 if (!find_string(zindex, zone, kTimeZones, ARRAY_SIZE(kTimeZones))) {
  /external/valgrind/main/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

Completed in 309 milliseconds