HomeSort by relevance Sort by last modified time
    Searched full:before (Results 601 - 625 of 30609) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion56.txt 6 android:fillBefore : When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. [boolean]
9 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
  /system/media/audio_utils/spdif/
BitFieldParser.h 42 * When the cursor is zero it points to a position right before
44 * When the cursor is seven it points to a position right before
  /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...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java 27 * <p>The test method must call {@link #setContext} before attempting to retrieve
52 ", before clearing previous "+ sContext);
54 "Call #clearContext before trying to set a new context");
88 throw new IllegalStateException("Call #setContext before using #get");
102 throw new IllegalStateException("Call #setContext before using #getCache");
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 29 [] -> int { return 0; }; // expected-error{{lambda requires '()' before return type}}
30 [] mutable -> int { return 0; }; // expected-error{{lambda requires '()' before 'mutable'}}
77 [] [[]] {}; // expected-error {{lambda requires '()' before attribute specifier}}
78 [] __attribute__((noreturn)) {}; // expected-error {{lambda requires '()' before attribute specifier}}
88 // before the mutable specifier instead of after (unlike C++11).
  /external/clang/test/SemaObjC/
warning-missing-selector-name.m 10 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}}
14 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}}
17 // expected-note {{or insert whitespace before ':' to use 'second' as parameter name and have an empty entry in the selector}} \
26 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}}
30 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}}
  /external/skia/src/xml/
SkBML_XMLParser.cpp 95 nameIndex = rec.fNextName; // record before the ++
97 valueIndex = rec.fNextValue; // record before the ++
101 nameIndex = rec.fNextName; // record before the ++
107 valueIndex = rec.fNextValue; // record before the ++
130 elemIndex = rec.fNextElem; // record before the ++
  /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);
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 43 and know how to catch mistakes <em>before</em> your app goes live.</p>
53 configuration using the <code>aapt</code> tool before pushing live.</dd>
58 using the <code>aapt</code> tool before pushing live.</dd>
63 configuration using the <code>aapt</code> tool before pushing live.</dd>
69 manifest, and how to investigate your APK configuration using the <code>aapt</code> tool before
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 62 // URL's path before the FileServer sees it:
69 // URL's path before the FileServer sees it:
92 // after the HTTP response, instead of before.
96 // Before any call to WriteHeader or Write, declare
107 io.WriteString(w, "This HTTP response has both headers before this text and trailers at the end.\n")
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 62 // URL's path before the FileServer sees it:
69 // URL's path before the FileServer sees it:
92 // after the HTTP response, instead of before.
96 // Before any call to WriteHeader or Write, declare
107 io.WriteString(w, "This HTTP response has both headers before this text and trailers at the end.\n")
  /system/core/adb/
adb_io.h 38 // Returns false if there is an error or if EOF was reached before len bytes
46 // * Before closing a client socket.
51 // * Don't call shutdown(SHUT_WR) before calling this because that will shutdown
55 // server socket to close before the client socket. That prevents the client
64 // Returns false if there is an error or if the fd was closed before the write
  /art/test/462-checker-inlining-across-dex-files/src/
Main.java 24 /// CHECK-START: void Main.inlineEmptyMethod() inliner (before)
35 /// CHECK-START: int Main.inlineReturnIntMethod() inliner (before)
50 /// CHECK-START: int Main.dontInlineOtherDexStatic() inliner (before)
62 /// CHECK-START: int Main.inlineMainStatic() inliner (before)
77 /// CHECK-START: int Main.dontInlineRecursiveCall() inliner (before)
89 /// CHECK-START: java.lang.String Main.dontInlineReturnString() inliner (before)
101 /// CHECK-START: java.lang.Class Main.dontInlineOtherDexClass() inliner (before)
113 /// CHECK-START: java.lang.Class Main.inlineMainClass() inliner (before)
130 /// CHECK-START: java.lang.Class Main.dontInlineOtherDexClassStaticCall() inliner (before)
142 /// CHECK-START: java.lang.Class Main.inlineOtherDexCallingMain() inliner (before)
    [all...]
  /external/google-breakpad/src/client/ios/
BreakpadController.mm 54 // before being allowed to upload a report.
161 NSAssert(started_, @"The controller must be started before "
172 @"The controller must be started before setUploadingEnabled is called");
177 // Set this before calling doSendStoredCrashReport, because that
235 @"The controller must be started before addUploadParameter is called");
243 NSAssert(started_, @"The controller must be started before "
253 @"The controller must be started before withBreakpadRef is called");
260 NSAssert(started_, @"The controller must be started before "
268 NSAssert(started_, @"The controller must be started before "
277 NSAssert(started_, @"The controller must be started before "
    [all...]
  /external/v8/test/promises-aplus/lib/
mocha.js 33 var before; variable
81 function TestCase(name, before, fn, after, isRegular) {
83 this.before = before;
122 this.RunFunction(suite, this.before, function(e) {
168 if (described.before) {
169 this.cases.push(new TestCase(this.description + ' :before', undefined,
170 described.before, undefined, false));
239 before = function(fn) {
240 context.beingDescribed.before = fn
237 before = function(fn) { function
    [all...]
  /external/easymock/src/org/easymock/
MockControl.java 142 * called on the mock object before, or if the last method
147 "method call on the mock needed before setting void callable")
159 * called on the mock object before.
168 "method call on the mock needed before setting Throwable")
180 * called on the mock object before. or if the last method
185 "method call on the mock needed before setting return value")
197 * called on the mock object before, or if the last method
202 "method call on the mock needed before setting void callable")
216 * called on the mock object before.
225 "method call on the mock needed before setting Throwable")
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 59 long before = System.currentTimeMillis(); local
70 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
75 assertTrue(e0.getTimeMillis() > before);
95 long before = System.currentTimeMillis();
99 DropBoxManager.Entry e = dropbox.getNextEntry("DropBoxTest", before);
103 assertTrue(e.getTimeMillis() >= before);
115 long before = System.currentTimeMillis();
145 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
151 assertTrue(e0.getTimeMillis() > before);
182 long before = System.currentTimeMillis() local
257 long before = System.currentTimeMillis(); local
290 long before = System.currentTimeMillis(); local
348 long before = System.currentTimeMillis(); local
442 long before = System.currentTimeMillis(); local
717 int before = countOpenFiles(); local
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 98 final ConversationInfo before = createConversationInfo(); local
99 before.addParticipant(new ParticipantInfo("****^****", null, 0, false));
101 final byte[] serialized = before.toBlob();
105 assertEquals(before.participantInfos.get(0).name, after.participantInfos.get(0).name);
113 final ConversationInfo before = new ConversationInfo(42, 49, first, firstUnread, last); local
114 before.addParticipant(new ParticipantInfo("Foo Bar", "foo@bar.com", 0, false));
115 assertEquals(first, before.firstSnippet);
116 assertEquals(firstUnread, before.firstUnreadSnippet);
117 assertEquals(last, before.lastSnippet);
119 final byte[] serialized = before.toBlob()
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.golden 120 // This comment should be associated with f1, with one blank line before the comment.
136 if x < 0 { // the tab printed before this comment's // must not affect the remaining lines
139 if x < 0 { /* the tab printed before this comment's /* must not affect the remaining lines */
559 func _( /* no params - extra blank before and after comment */ ) {}
562 func _() { f( /* no args - extra blank before and after comment */ ) }
566 f( /* no args - extra blank before and after comment */ )
585 // Comments must not be placed before commas and cause invalid programs.
619 /* comment before literal */ 1,
620 2, /* comment before comma - ok to move after comma */
621 3, /* comment before comma - ok to move after comma *
    [all...]
comments.input 120 // This comment should be associated with f1, with one blank line before the comment.
138 if x < 0 { // the tab printed before this comment's // must not affect the remaining lines
141 if x < 0 { /* the tab printed before this comment's /* must not affect the remaining lines */
565 func _(/* no params - extra blank before and after comment */) {}
568 func _() { f(/* no args - extra blank before and after comment */) }
572 f(/* no args - extra blank before and after comment */)
590 // Comments must not be placed before commas and cause invalid programs.
625 /* comment before literal */1,
626 2/* comment before comma - ok to move after comma */,
627 3 /* comment before comma - ok to move after comma */
    [all...]

Completed in 2256 milliseconds

<<21222324252627282930>>