HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 151 - 175 of 4251) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/memcheck/tests/
malloc1_ks_alloc_and_free.stderr.exp 12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
malloc1_ks_free.stderr.exp 9 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 12 echo You must lunch before running this test.
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 12 echo You must lunch before running this test.
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
SubActivity.java 30 long before = SystemClock.currentThreadTimeMillis(); local
34 while (SystemClock.currentThreadTimeMillis() - before < 100) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 31 long before = lr.getMillis(); local
39 assertTrue(after-before>0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 38 # its status will be the same as the char before it, if should.
54 # its status will be the same as the char before it, if should.
79 raise ValueError("The index given is before the analyzed statement")
106 defined in openers (or at least has one before it), return the
109 If it is not surrounded by brackets, or the end of line comes before
113 before = self.indexbracket
114 while not self.isopener[before] or \
115 self.rawtext[self.bracketing[before][0]] not in openers or \
116 self.bracketing[before][1] > bracketinglevel:
117 before -=
    [all...]
AutoExpand.py 52 before = self.text.get("1.0", "insert wordstart")
53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
54 del before
62 # search backwards through words before
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 38 # its status will be the same as the char before it, if should.
54 # its status will be the same as the char before it, if should.
79 raise ValueError("The index given is before the analyzed statement")
106 defined in openers (or at least has one before it), return the
109 If it is not surrounded by brackets, or the end of line comes before
113 before = self.indexbracket
114 while not self.isopener[before] or \
115 self.rawtext[self.bracketing[before][0]] not in openers or \
116 self.bracketing[before][1] > bracketinglevel:
117 before -=
    [all...]
AutoExpand.py 52 before = self.text.get("1.0", "insert wordstart")
53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
54 del before
62 # search backwards through words before
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 90 #define INSERT_BEFORE(list, before, elt, link) \
93 if ((before)->link.prev == NULL) \
96 (elt)->link.prev = (before)->link.prev; \
97 (before)->link.prev = (elt); \
99 (elt)->link.next = (before); \
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 57 long before = System.currentTimeMillis(); local
68 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
73 assertTrue(e0.getTimeMillis() > before);
91 long before = System.currentTimeMillis();
95 DropBoxManager.Entry e = dropbox.getNextEntry("DropBoxTest", before);
99 assertTrue(e.getTimeMillis() >= before);
111 long before = System.currentTimeMillis();
141 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
147 assertTrue(e0.getTimeMillis() > before);
178 long before = System.currentTimeMillis() local
252 long before = System.currentTimeMillis(); local
285 long before = System.currentTimeMillis(); local
344 long before = System.currentTimeMillis(); local
439 long before = System.currentTimeMillis(); local
717 int before = countOpenFiles(); local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css 8 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 54 BEFORE_PARAM = "before"
131 before = self.request.get(BEFORE_PARAM)
132 if before:
133 date = datetime.datetime.strptime(before, "%Y-%m-%dT%H:%M:%SZ")
  /external/stlport/src/
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 107 UniquePosition UniquePosition::Before(
112 const std::string& before = FindSmallerWithSuffix( local
114 return UniquePosition(before + suffix, suffix);
130 const UniquePosition& before,
133 DCHECK(before.IsValid());
135 DCHECK(before.LessThan(after));
138 Uncompress(before.compressed_),
293 const std::string& before,
297 DCHECK_NE(before, after);
298 DCHECK_LT(before, after)
    [all...]
  /art/test/098-ddmc/src/
Main.java 41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); local
42 System.out.println("before > 0=" + (before.numberOfEntries > 0));
50 System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations));
51 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries));
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
TexturedMeshNode.cpp 21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:TexturedMeshNode
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 74 .test-result:before,
75 .individual-result:before {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util_test.js 27 <p id="before">Before</p>
41 var sel = cvox.CursorSelection.fromNode($('before'));
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 25 ' if it isn\'t killed before it finishes sleeping.',
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.idl 41 [RaisesException, TypeChecking=Interface] void add(HTMLElement element, optional HTMLElement? before = null);
42 [ImplementedAs=addBeforeOptionAtIndex, RaisesException, TypeChecking=Interface] void add(HTMLElement element, long before);
  /external/chromium_org/ui/webui/resources/css/
menu.css 70 menu > [checked]::before {
82 menu > [selected][checked]:active::before {
  /external/libpng/contrib/libtests/
timepng.c 114 struct timespec before, after; local
119 if (mytime(&before))
150 unsigned long s = after.tv_sec - before.tv_sec;
151 long ns = after.tv_nsec - before.tv_nsec;

Completed in 536 milliseconds

1 2 3 4 5 67 8 91011>>