/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | 1463 Header, Login, Nav-X, Search 1511 .search { 1516 .search .bottom, .search .left, .search .right { 1520 .search .bottom { 1526 .search .left, .search .right { 1530 .search .left { top: 19px; left: 0 } 1531 .search .right { top: 19px; right: 0 [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 1417 Header, Login, Nav-X, Search 1454 .search { 1459 .search .bottom, .search .left, .search .right { 1463 .search .bottom { 1469 .search .left, .search .right { 1473 .search .left { top: 19px; left: 0 } 1474 .search .right { top: 19px; right: 0 [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 56 match = re.search(Bugzilla.bug_url_short, message) 59 match = re.search(Bugzilla.bug_url_long, message) 71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE) 74 match = re.search("^\s*" + Bugzilla.bug_url_long + "$", message, re.MULTILINE) 93 # so we do a manual search instead: 140 return [int(digits.search(tag["href"]).group(0)) 372 match = re.search("show_bug.cgi\?id=(?P<bug_id>\d+)", up_link['href']) 423 match = re.search("<title>(.+?)</title>", response.read()) 426 if match and re.search("Invalid", match.group(1), re.IGNORECASE): 540 match = re.search("<title>Bug (?P<bug_id>\d+) Submitted</title>" [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 318 #search { 481 /* SEARCH FILTER */ 487 #search-button { 540 /* SEARCH */ 542 /* restrict global search form width */ 602 /* Disable built in search forms */ 603 .gsc-control form.gsc-search-box { 606 table.gsc-search-box { 624 td.gsc-search-button { 630 #search-button [all...] |
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 296 m = re.search(self.API_ENTRY_REGEX, apientry) 305 m = re.search(self.API_ENTRY_REGEX, apientry) 313 m = re.search(self.CALL_GL_API_REGEX, callsite)
|
/bionic/libc/tools/zoneinfo/ |
generate | 68 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1)
|
/development/testrunner/test_defs/ |
gtest.py | 117 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
native_test.py | 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 159 if ignore.search(f):
|
/external/clang/tools/scan-build/ |
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) {
|
/external/regex-re2/util/ |
stringpiece.cc | 46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
|
/external/skia/bench/ |
gen_skp_ranges.py | 147 range_match = re.search('(\d+)\:(\d+)', options.rev_range)
|
/external/skia/src/core/ |
SkTileGrid.cpp | 54 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) { function in class:SkTileGrid
|
/external/v8/test/mjsunit/ |
string-replace-one-char.js | 32 function test_replace(result, expected, search, replace) { 33 assertEquals(expected, result.replace(search, replace)); 62 // Search char not found.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
regress-181914.js | 164 return err.toString().search(RegExp(pattern));
|
/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/build/tools/ |
build-host-perl.sh | 94 LIBS_SEARCH=`$CC -print-search-dirs | grep libraries | sed ' s/^.*=// ' | sed ' s/:/ /g '`
|
/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); 184 search(query, t); method 212 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity 221 searchEventInfo.eventType = EventType.SEARCH; 312 search(query, null); method 373 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):
|