Home
last modified time | relevance | path

Searched refs:most (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/external/skia/gyp/
Deverything.gyp6 # (Start with the "most" target, and then add targets that we intentionally
7 # left out of "most". See most.gyp for an explanation of which targets are
8 # left out of "most".)
20 'most.gyp:most',
Dcanvas_state_lib.gyp33 # Dummy 'most' target, since gyp_skia sets 'most' to be the default.
34 'target_name' : 'most',
/external/timezonepicker-support/
Dzone.tab21 # (2) puts the most populous zones first, where that does not contradict (1).
46 AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, MN, SE, SF)
59 AU -3352+15113 Australia/Sydney New South Wales - most locations
63 AU -4253+14719 Australia/Hobart Tasmania - most locations
67 AU -2728+15302 Australia/Brisbane Queensland - most locations
70 AU -3157+11551 Australia/Perth Western Australia - most locations
111 CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), PEI
114 CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations
116 CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations
117 CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations
[all …]
/external/v8/test/mjsunit/
Dunicode-test.js9060 var most = [];
9063 most.push(letter);
9066 most.sort();
9067 return most;
/external/zlib/src/examples/
Denough.c208 int most; /* most number of syms to use at this juncture */ in count() local
234 most = (((code_t)left << (max - len)) - syms) / in count()
239 for (use = least; use <= most; use++) { in count()
325 int most; /* most number of syms to use at this juncture */ in examine() local
370 most = (((code_t)left << (max - len)) - syms) / in examine()
383 for (use = least; use <= most; use++) { in examine()
/external/skia/src/pathops/
DSkOpCubicHull.cpp131 int most = midX ^ mask; in convexHull() local
137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull()
144 order[2] = most; in convexHull()
148 order[3] = most; in convexHull()
/external/skia/
Dskia.gyp18 'gyp/most.gyp:most',
DMakefile47 most \
60 default: most
/external/eigen/doc/
DB01_Experimental.dox11 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable …
42 …d; however notice that most classes inherit MatrixBase and that this is where most of their API co…
DTopicLazyEvaluation.dox6 It will handle aliasing automatically in most cases, for example with matrix products. The automati…
21 …s getting evaluated as late as possible, instead of immediately. However, most other expression-te…
39 …sion \c b has the evaluate-before-assigning \link flags flag\endlink. The most important example o…
51 …n having the evaluate-before-nesting \link flags flag\endlink. Again, the most important example o…
/external/valgrind/exp-bbv/tests/amd64-linux/
Dfldcw_check.S6 # instruction. On most x86 processors the retired_instruction
10 # fldcw is most often used to set the rouding mode when doing
/external/valgrind/exp-bbv/tests/x86/
Dfldcw_check.S6 # instruction. On most x86 processors the retired_instruction
10 # fldcw is most often used to set the rouding mode when doing
/external/skia/site/dev/runtime/
Dconfig.md18 description: Suppress most JPG warnings when calling decode functions.
24 description: Suppress most JPG error messages when decode function fails.
30 description: Suppress most PNG warnings when calling image decode functions.
/external/clang/
D.gitignore6 # as most of those are useless.
12 # Temp files created by most text editors.
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_template.txt10 Traceback (most recent call last):
60 Traceback (most recent call last):
64 Traceback (most recent call last):
129 Traceback (most recent call last):
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt19 My guess is that most SSA references are to recent values (especially if
25 plenty for most cases...
/external/llvm/
D.gitignore6 # as most of those are useless.
12 # Temp files created by most text editors.
/external/markdown/docs/extensions/
DHTML_Tidy.txt17 most closely match Markdowns defaults with the exception that you get much
22 Note that options set in this extension will override most any other settings
/external/llvm/test/Transforms/InstCombine/
Dicmp-range.ll2 ; These should be InstSimplify checks, but most of the code
48 ; Cheaper checks (most values in range meet requirements)
/external/eigen/cmake/
DFindStandardMathLibrary.cmake2 # On most platforms this is automatic, but for example it's not automatic on QNX.
8 # -- this will be left empty if it's automatic (most platforms).
/external/markdown/tests/misc/
Dimage.txt2 ![Poster](http://humane_man.jpg "The most humane man.")
/external/markdown/tests/html4/
Dhtml4.txt1 A test of the most
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dtemplate.py.orig392 Traceback (most recent call last):
396 Traceback (most recent call last):
400 Traceback (most recent call last):
514 Traceback (most recent call last):
518 Traceback (most recent call last):
522 Traceback (most recent call last):
526 Traceback (most recent call last):
530 Traceback (most recent call last):
534 Traceback (most recent call last):
538 Traceback (most recent call last):
Dtemplate.py.2015-04-30-123224392 Traceback (most recent call last):
396 Traceback (most recent call last):
400 Traceback (most recent call last):
514 Traceback (most recent call last):
518 Traceback (most recent call last):
522 Traceback (most recent call last):
526 Traceback (most recent call last):
530 Traceback (most recent call last):
534 Traceback (most recent call last):
538 Traceback (most recent call last):
/external/deqp/framework/delibs/cmake/
Dtoolchain-ios.cmake18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
104 # Note Xcode 4.3 changed the installation location, choose the most recent one available
116 # Find and use the most recent iOS sdk unless specified manually with CMAKE_IOS_SDK_ROOT
130 # Set the sysroot default to the most recent SDK

12345678910>>...35