/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
CalendarTest.java | 486 * java.util.Calendar#before(Object) 495 // test before() 496 assertTrue(early.before(late)); 497 assertFalse(early.before(early)); 498 assertFalse(late.before(early)); 507 // test before() 508 assertTrue(early.before(late)); 509 assertFalse(early.before(early)); 510 assertFalse(late.before(early)); 519 // test before() [all...] |
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap.go | 105 // push pops all nodes that appear lexically before n 113 // pop pops all nodes that appear lexically before pos 114 // (i.e., whose lexical extent has ended before or at pos). 134 // at least one empty line after g and before the next node 135 // - g starts before n and is not associated to the node before n 176 // all comments get processed before the sentinel 182 // process comments before current node 201 // previous node group and there is an empty line before
|
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap.go | 105 // push pops all nodes that appear lexically before n 113 // pop pops all nodes that appear lexically before pos 114 // (i.e., whose lexical extent has ended before or at pos). 134 // at least one empty line after g and before the next node 135 // - g starts before n and is not associated to the node before n 176 // all comments get processed before the sentinel 182 // process comments before current node 201 // previous node group and there is an empty line before
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
network_quiescence.js | 20 // Save the original performance object before it is patched. 55 // Time to wait before declaring network quiescence in milliseconds. 93 // before the load event, then use the time since the load event.
|
/external/v8/test/mjsunit/bugs/ |
bug-941049.js | 95 // x is set locally *before* the last use of arguments before the 98 // y is set locally *after* the last use of arguments before the
|
/external/v8/test/mjsunit/ |
debug-evaluate-const.js | 36 // const0: init before break point, changed by debug eval. 39 // const3: context allocated const, init before break point, changed by eval. 108 // Run and compile before debugger is active.
|
/frameworks/base/services/core/java/com/android/server/display/ |
NightDisplayService.java | 335 final boolean activated = now.before(endTime); 354 setActivated = now.before(mStartTime.getDateTimeBefore(mLastActivatedTime)) 357 setActivated = now.before(mEndTime.getDateTimeBefore(mLastActivatedTime)) 443 if (sunrise.before(sunset)) { 444 setActivated = mLastActivatedTime.before(sunrise) 447 setActivated = mLastActivatedTime.before(sunset)
|
/packages/experimental/procstatlog/ |
procstatlog.c | 389 struct timeval before, after; local 390 gettimeofday(&before, NULL); 391 printf("T + %ld.%06ld\n", before.tv_sec, before.tv_usec); 400 long elapsed_usec = (long) after.tv_usec - before.tv_usec; 401 elapsed_usec += 1000000l * (after.tv_sec - before.tv_sec);
|
/sdk/templates/docs/ |
default.css | 114 h2:hover:before, h3:hover:before, h4.includetoc:hover:before {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
vr4130.s | 68 mult $4,$4 # 3 nops before noreorder 75 mult $5,$5 # 2 nops before noreorder 83 mult $6,$6 # 1 nop before noreorder
|
/art/runtime/interpreter/mterp/x86/ |
bindiv.S | 43 xorl %edx, %edx # Clear %edx before divide
|
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{ve (…)
|
/build/tools/droiddoc/templates-sdk/ |
trailer.cs | 35 // Write it to the document so it gets evaluated before DOMContentReady.
|
/build/tools/droiddoc/templates-sdk-dev/ |
trailer.cs | 35 // Write it to the document so it gets evaluated before DOMContentReady.
|
/cts/hostsidetests/aadb/ |
Android.mk | 22 # Adb test cases, but name 'aadb' ensures adb tests run before all other modules depending on adb
|
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/ |
PropertyAnimations.java | 84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation); 85 setAnimation.play(rotateAnimation).before(scaleAnimation);
|
/external/fonttools/Lib/fontTools/misc/ |
sstruct.py | 21 as "n.mF", where n is the number of bits before the point, and m 160 before = int(m.group(3)) 162 bits = before + after
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
EasterHoliday.java | 18 * a fixed number of days before or after Easter. Supports both the 37 * Construct a holiday that falls a specified number of days before 40 * @param daysAfter The number of days before (-) or after (+) Easter 50 * Construct a holiday that falls a specified number of days before 54 * @param daysAfter The number of days before (-) or after (+) Easter 65 * Shrove Tuesday, aka Mardi Gras, 48 days before Easter 71 * Ash Wednesday, start of Lent, 47 days before Easter 77 * Palm Sunday, 7 days before Easter 83 * Maundy Thursday, 3 days before Easter 89 * Good Friday, 2 days before Easte [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
EasterHoliday.java | 17 * a fixed number of days before or after Easter. Supports both the 37 * Construct a holiday that falls a specified number of days before 40 * @param daysAfter The number of days before (-) or after (+) Easter 51 * Construct a holiday that falls a specified number of days before 55 * @param daysAfter The number of days before (-) or after (+) Easter 67 * Shrove Tuesday, aka Mardi Gras, 48 days before Easter 74 * Ash Wednesday, start of Lent, 47 days before Easter 81 * Palm Sunday, 7 days before Easter 88 * Maundy Thursday, 3 days before Easter 95 * Good Friday, 2 days before Easte [all...] |
/external/iptables/extensions/ |
libext.mk | 6 # LOCAL_MODULE_CLASS must be defined before calling $(local-generated-sources-dir)
|
/external/junit/src/org/junit/internal/runners/ |
MethodRoadie.java | 128 for (Method before : befores) 129 before.invoke(fTest);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
ApiPrompt.java | 127 public void beforeTextChanged(CharSequence s, int start, int before, int count) { 131 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/external/testng/src/main/java/org/testng/internal/ |
MethodInheritance.java | 43 * respect inheritance (before methods are invoked in the order Base first 47 * @param before true if we are handling a before method (meaning, the methods 51 public static void fixMethodInheritance(ITestNGMethod[] methods, boolean before) { 86 sortMethodsByInheritance(l, before);
|
/external/v8/test/mjsunit/es6/ |
block-let-semantics.js | 59 // Use before initialization in declaration statement. 66 // Use before initialization in prior statement. 92 // Use before initialization with a dynamic lookup. 100 // Use before initialization with check for eval-shadowed bindings.
|
/external/v8/test/mjsunit/harmony/ |
block-let-semantics-sloppy.js | 59 // Use before initialization in declaration statement. 66 // Use before initialization in prior statement. 92 // Use before initialization with a dynamic lookup. 100 // Use before initialization with check for eval-shadowed bindings.
|