HomeSort by relevance Sort by last modified time
    Searched refs:most (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 5 .most-visited {
10 .most-visited {
17 .most-visited:focus {
40 .most-visited .close-button {
49 html[dir=rtl] .most-visited .close-button {
54 .most-visited:hover .close-button {
59 .most-visited .close-button:hover {
63 .most-visited .favicon {
75 html[dir='rtl'] .most-visited .favicon {
79 .most-visited .color-stripe
    [all...]
new_tab_theme.css 94 /* Most Visited ***************************************************************/
96 .most-visited,
97 .most-visited > .title {
101 .most-visited:focus:not(.filler) .thumbnail-wrapper,
102 .most-visited:hover:not(.filler) .thumbnail-wrapper {
  /external/chromium_org/chrome/tools/
inconsistent-eol.py 43 """Describe the most common line ending.
51 A string describing the most common of the three line endings.
53 most = max(crlf, cr, lf)
54 if most == cr:
56 if most == crlf:
63 most = max(crlf, cr, lf)
64 if most == crlf:
  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull.cpp 77 int most = midX ^ mask; local
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
90 order[2] = most;
94 order[3] = most;
  /external/skia/experimental/Intersection/
ConvexHull.cpp 77 int most = midX ^ mask; local
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
90 order[2] = most;
94 order[3] = most;
  /external/chromium_org/third_party/skia/
Makefile 48 most \
62 default: most
  /external/skia/
Makefile 48 most \
62 default: most
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 6 # instruction. On most x86 processors the retired_instruction
10 # fldcw is most often used to set the rouding mode when doing
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 6 # instruction. On most x86 processors the retired_instruction
10 # fldcw is most often used to set the rouding mode when doing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /external/zlib/src/examples/
enough.c 208 int most; /* most number of syms to use at this juncture */ local
231 /* we can use at most this many bit patterns, lest there not be enough
233 no limit to the code length, this would become: most = left - 1) */
234 most = (((code_t)left << (max - len)) - syms) /
239 for (use = least; use <= most; use++) {
325 int most; /* most number of syms to use at this juncture */ local
367 /* we can use at most this many bit patterns, lest there not be enough
369 no limit to the code length, this would become: most = left - 1) *
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 54 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
  /external/skia/experimental/webtry/setup/
continue_install 54 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 45 // This method is restricted to chrome-search://most-visited pages by
146 // This method is restricted to chrome-search://most-visited pages by
152 // This method is restricted to chrome-search://most-visited pages by
158 // This method is restricted to chrome-search://most-visited pages by
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 5 // In most cases, you should not need to change these default options in
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 28 * long in theory, but is <=10 in most cases. Works great.
  /external/chromium_org/
Android.mk 6 # gyp autogenerates most of the real makefiles, which we include below.
16 # including most of the makefiles to avoid duplicate target definitions. Some
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 38 // Vertically centers the most visited section for a non-Google provided page.
172 * True if the user initiated the current most visited change and false
240 * Minimum total padding to give to the left and right of the most visited
249 * The filename for a most visited iframe src which shows a page title.
257 * The filename for a most visited iframe src which shows a thumbnail image.
265 * The hex color for most visited tile elements.
273 * The font family for most visited tile elements.
281 * The font size for most visited tile elements.
289 * Hide most visited tiles for at most this many milliseconds while painting
    [all...]
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 31 * The first time, after this object was most recently initialized or emptied,
63 * object, after this object was most recently initialized or emptied.
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 8 -- have most commands, and the names of the files that use the least popular commands.
142 "\n-- ================== skps with the most calls.", 50)
  /external/skia/tools/lua/
bbh_filter.lua 8 -- have most commands, and the names of the files that use the least popular commands.
142 "\n-- ================== skps with the most calls.", 50)
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 34 This is most easily done by cd'ing to the root of the antlr code and running

Completed in 1804 milliseconds

1 2 3 4 5 6 7 8 910