/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_derivedsourcesallinone.py | 103 match = conditionalPattern.search(idlContents)
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
RTree.cpp | 158 void RTree::search(WebCore::IntRect& clip, Vector<WebCore::RecordingData*>&list) function in class:RTree::RTree 160 m_root->search(clip.x(), clip.y(), clip.maxX(), clip.maxY(), list); 569 void Node::search(int minx, int miny, int maxx, int maxy, Vector<WebCore::RecordingData*>& list) function in class:RTree::Node 576 m_children[i]->search(minx, miny, maxx, maxy, list);
|
/frameworks/base/tools/preload/ |
sorttable.js | 35 if (table.className.search(/\bsortable\b/) != -1) { 61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) { 94 if (this.className.search(/\bsorttable_sorted\b/) != -1) { 107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 80 this file; don't search again. */ 164 Don't search using vpath for the file--if it doesn't actually exist, 168 extern FILE_TIMESTAMP f_mtime PARAMS ((struct file *file, int search));
|
/packages/apps/Calendar/src/com/android/calendar/ |
SearchActivity.java | 116 setContentView(R.layout.search); 181 search(query, t); method 209 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity 218 searchEventInfo.eventType = EventType.SEARCH; 310 search(query, null); method 371 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
|
/packages/inputmethods/PinyinIME/jni/share/ |
pinyinime.cpp | 32 // Used to search Pinyin string and give the best candidate. 85 matrix_search->search(pybuf, pylen);
|
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
ApplicationLauncher.java | 63 mCursor = Applications.search(getContentResolver(), query);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 74 The printer is added to the front of the search list, thus one can override 204 if printer.enabled and printer.compiled_re.search(typename):
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 74 The printer is added to the front of the search list, thus one can override 204 if printer.enabled and printer.compiled_re.search(typename):
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 74 The printer is added to the front of the search list, thus one can override 204 if printer.enabled and printer.compiled_re.search(typename):
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 74 The printer is added to the front of the search list, thus one can override 204 if printer.enabled and printer.compiled_re.search(typename):
|
/external/v8/src/ |
string.js | 219 function StringReplace(search, replace) { 227 if (IS_REGEXP(search)) { 228 %_Log('regexp', 'regexp-replace,%0r,%1S', [search, subject]); 230 if (search.global) { 231 return StringReplaceGlobalRegExpWithFunction(subject, search, replace); 234 search, 239 search, 245 // Convert the search argument to a string and search for it. 246 search = TO_STRING_INLINE(search) [all...] |
/external/chromium/build/util/ |
lastchange.py | 137 match = re.search(r'^\w+://.*$', output, re.M) 160 match = re.search(r'\S+$', output)
|
/external/chromium/chrome/browser/autocomplete/ |
extension_app_provider.cc | 47 std::search(name.begin(), 53 std::search(url.begin(),
|
/external/dbus/test/ |
unused-code-gc.py | 128 match = ref_re.search(l) 182 match = dynsym_re.search(l)
|
/external/e2fsprogs/intl/ |
dcigettext.c | 220 /* This is the type used for the search tree where known translations 224 /* Domain in which to search. */ 244 /* Root of the search tree with known translations. We can use this 247 # include <search.h> 425 CATEGORY locale and, if PLURAL is nonzero, search over string 444 struct known_translation_t *search; local 482 search = (struct known_translation_t *) 484 memcpy (search->msgid, msgid1, msgid_len); 485 search->domainname = (char *) domainname; 486 search->category = category [all...] |
/external/libvpx/vp8/encoder/generic/ |
csystemdependent.c | 93 cpi->rtcd.search.full_search = vp8_full_search_sad; 95 cpi->rtcd.search.diamond_search = vp8_diamond_search_sad;
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
|
/external/llvm/projects/sample/autoconf/m4/ |
link_options.m4 | 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
|
/external/oprofile/ |
opimport_pull | 104 match = pattern.search(line)
|
/external/ppp/pppd/plugins/pppoatm/ |
text2atm.c | 193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length, function 220 result = search(file,text,addr,length,flags);
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltdl.m4 | 505 # it even uses RPATH in a shared library to search for shared objects 569 AC_CACHE_CHECK([which variable specifies run-time module search path], 574 [Define to the name of the environment variable that determines the run-time module search path.]) 588 AC_CACHE_CHECK([for the default library search path], 602 [Define to the system default library search path.])
|
/external/qemu/distrib/sdl-1.2.15/test/ |
gcc-fat.sh | 66 -print-search-dirs) exec gcc $1;;
|
/external/skia/bench/ |
bench_util.py | 64 settingsMatch = re.search(settings_re, line) 74 new_bench = re.search(bench_re, line)
|
/external/skia/src/pdf/ |
SkPDFGraphicState.cpp | 182 GSCanonicalEntry search(&paint); 183 return CanonicalPaints().find(search);
|