HomeSort by relevance Sort by last modified time
    Searched full:after (Results 1551 - 1575 of 38973) sorted by null

<<61626364656667686970>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 216 self.fail("File pos after read wrong %d" % f.tell())
220 self.fail("File pos after ftruncate wrong %d" % f.tell())
225 self.fail("File size after ftruncate wrong %d" % size)
278 self.fail("readline() after next() with supposedly empty "
281 self.fail("readline() after next() with empty buffer "
288 self.fail("readinto() after next() with supposedly empty "
292 self.fail("readinto() after next() with empty buffer "
299 self.fail("read() after next() with supposedly empty "
302 self.fail("read() after next() with empty buffer "
307 self.fail("readlines() after next() with supposedly empty
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 216 self.fail("File pos after read wrong %d" % f.tell())
220 self.fail("File pos after ftruncate wrong %d" % f.tell())
225 self.fail("File size after ftruncate wrong %d" % size)
278 self.fail("readline() after next() with supposedly empty "
281 self.fail("readline() after next() with empty buffer "
288 self.fail("readinto() after next() with supposedly empty "
292 self.fail("readinto() after next() with empty buffer "
299 self.fail("read() after next() with supposedly empty "
302 self.fail("read() after next() with empty buffer "
307 self.fail("readlines() after next() with supposedly empty
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
BytesTrieTest.java 271 // getUniqueValue() directly after next()
273 errln("not unique value 1 after \"jan\": instead "+uniqueValue);
278 errln("unique value after \"ju\"");
281 errln("not normal value 6 after \"jun\"");
283 // getUniqueValue() after getValue()
285 errln("not unique value 6 after \"jun\"");
291 errln("not unique value 8 after \"au\"");
306 // getNextBytes() directly after next()
310 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"");
312 // getNextBytes() after getValue(
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
BytesTrieTest.java 270 // getUniqueValue() directly after next()
272 errln("not unique value 1 after \"jan\": instead "+uniqueValue);
277 errln("unique value after \"ju\"");
280 errln("not normal value 6 after \"jun\"");
282 // getUniqueValue() after getValue()
284 errln("not unique value 6 after \"jun\"");
290 errln("not unique value 8 after \"au\"");
305 // getNextBytes() directly after next()
309 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"");
311 // getNextBytes() after getValue(
    [all...]
  /external/clang/test/OpenMP/
declare_simd_messages.cpp 15 // expected-error@+2 {{expected an OpenMP directive}} expected-error@+1 {{function declaration is expected after 'declare simd' directive}}
19 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}}
20 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}}
26 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}}
27 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}}
33 // expected-error@+1 {{single declaration is expected after 'declare simd' directive}}
61 // expected-error@+1 {{expected '(' after 'simdlen'}}
67 // expected-error@+2 {{expected '(' after 'simdlen'}}
73 // expected-error@+2 {{expected '(' after 'simdlen'}}
90 // expected-error@+1 {{expected '(' after 'uniform'}
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 129 void add_dep(schedule_node *before, schedule_node *after, int latency);
130 void add_dep(schedule_node *before, schedule_node *after);
163 * The @after node will be scheduled after @before. We will try to
164 * schedule it @latency cycles after @before, but no guarantees there.
167 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after,
170 if (!before || !after)
173 assert(before != after);
176 if (before->children[i] == after) {
195 before->children[before->child_count] = after;
    [all...]
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 81 raise error.TestFail('%s: file not present after remounting' %
85 raise error.TestFail('%s: file content changed after '
88 # Mount it, suspend and verify that after suspend-to-ram the
98 # unmonted: we need to check its actual status right after suspend
102 raise error.TestFail('filesystem %s not mounted after suspend' %
106 raise error.TestFail('%s: file not present anymore after '
110 raise error.TestFail('%s: file content changed after remounting' %
  /external/clang/test/Parser/
MicrosoftExtensions.c 95 // Ignored type qualifiers after comma in declarator lists
96 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ignored_quals1; // expected-warning {{qualifiers after comma in declarator list are ignored}}
97 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers after comma in declarator list are ignored}}
98 typedef void(*ignored_quals_dummy3)(), __stdcall ignored_quals3; // expected-warning {{qualifiers after comma in declarator list are ignored}}
99 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers after comma in declarator list are ignored}}
100 typedef void(*ignored_quals_dummy5)(), __cdecl ignored_quals5; // expected-warning {{qualifiers after comma in declarator list are ignored}}
101 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifiers after comma in declarator list are ignored}}
  /external/clang/test/Preprocessor/
has_include.c 119 // expected-error@+1 {{missing '(' after '__has_include'}}
131 // expected-error@+1 {{missing '(' after '__has_include'}}
135 // expected-error@+1 {{missing '(' after '__has_include'}}
154 // expected-error@+1 {{missing ')' after '__has_include'}} // expected-error@+1 {{expected value in expression}} // expected-note@+1 {{to match this '('}}
162 // expected-error@+1 {{missing '(' after '__has_include'}} // expected-error@+1 {{expected value in expression}}
166 // expected-error@+1 {{missing '(' after '__has_include'}}
178 // expected-error@+1 {{missing ')' after '__has_include'}} // expected-error@+1 {{expected value in expression}} // expected-note@+1 {{to match this '('}}
  /external/fmtlib/doc/bootstrap/
popovers.less 52 // .arrow is outer, .arrow:after is inner
56 &:after {
68 .popover > .arrow:after {
81 &:after {
96 &:after {
111 &:after {
127 &:after {
  /external/gptfdisk/
mbr.cc 77 uint64_t after; local
88 // Blank space after this partition; fill it....
89 after = partitions[i].GetStartLBA() + partitions[i].GetLengthLBA();
90 if (SectorUsedAs(after, 4) == NONE) {
91 partitions[i].SetLengthLBA(FindLastInFree(after) - partitions[i].GetStartLBA() + 1);
92 } // if free space after
93 if (after > diskSize) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 58 'Token.Ident id ?? "expected identifier after for";
59 'Token.Kwd '=' ?? "expected '=' after for";
64 'Token.Kwd ',' ?? "expected ',' after for";
77 raise (Stream.Error "expected 'in' after for")
80 raise (Stream.Error "expected '=' after for")
99 (* Parse the primary expression after the binary operator. *)
106 (* If BinOp binds less tightly with rhs than the operator after
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
2-1.c 21 * 3. Save the time before and after the thread tried to lock the mutex.
22 * 4. After the thread has ended, main() will compare the times before and after the mutex
45 and after locking the mutex using
85 /* Compare time before the mutex locked and after the mutex lock timed out. */
97 ("time before mutex locked: %ld.%06ld, time after mutex timed out: %ld.%06ld.\n",
143 /* Get time after the mutex timed out in locking. */
  /external/ltp/testcases/open_posix_testsuite/functional/timers/
plan.txt 47 Some potential test case scenarios are listed after each functional
54 after daylight savings). ==> This is probably multiple test cases.
60 - Test after setting the time.
75 after daylight savings). ==> This is probably multiple test cases. Some
79 - [Relative only] Set up multiple timers to expire after the same duration
88 - Set up one repeating timer to expire after X time and one non-repeating
89 to expire after 2*X time.
  /external/nist-sip/java/gov/nist/javax/sip/header/
SubscriptionState.java 90 * Sets the retry after value of the SubscriptionStateHeader. The retry after value
93 * @param retryAfter - the new retry after value of this SubscriptionStateHeader
105 * Gets the retry after value of the SubscriptionStateHeader. This retry after
108 * @return the retry after value of the SubscriptionStateHeader.
178 buffer.append(";retry-after=").append(retryAfter);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 58 'Token.Ident id ?? "expected identifier after for";
59 'Token.Kwd '=' ?? "expected '=' after for";
64 'Token.Kwd ',' ?? "expected ',' after for";
77 raise (Stream.Error "expected 'in' after for")
80 raise (Stream.Error "expected '=' after for")
99 (* Parse the primary expression after the binary operator. *)
106 (* If BinOp binds less tightly with rhs than the operator after
  /external/v8/src/compiler/
control-builders.h 54 Environment* then_environment_; // Environment after the 'then' body.
88 Environment* continue_environment_; // Environment after the loop body.
89 Environment* break_environment_; // Environment after the loop exits.
120 Environment* body_environment_; // Environment after last case body.
122 Environment* break_environment_; // Environment after the switch exits.
145 Environment* break_environment_; // Environment after the block exits.
169 Environment* exit_environment_; // Environment after the statement.
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceCleaner.java 30 * Performs reboot or format as cleanup action after test, and optionally turns screen off
47 /** turns screen off after the cleanup action */
49 /** turns off screen and stops runtime after the cleanup action */
65 @Option(name = "screen-off", description = "After cleanup action, "
71 description = "Type of action to perform after the cleanup action;"
143 // after boot, recheck screen status with linear backoff
148 CLog.w(String.format("screen still on after %d retries", retries));
  /art/test/458-checker-instruct-simplification/src/
Main.java 69 /// CHECK-START: long Main.$noinline$Add0(long) instruction_simplifier (after)
73 /// CHECK-START: long Main.$noinline$Add0(long) instruction_simplifier (after)
93 /// CHECK-START: int Main.$noinline$AddAddSubAddConst(int) instruction_simplifier (after)
110 /// CHECK-START: int Main.$noinline$AndAllOnes(int) instruction_simplifier (after)
114 /// CHECK-START: int Main.$noinline$AndAllOnes(int) instruction_simplifier (after)
130 /// CHECK-START: int Main.$noinline$UShr28And15(int) instruction_simplifier (after)
136 /// CHECK-START: int Main.$noinline$UShr28And15(int) instruction_simplifier (after)
152 /// CHECK-START: long Main.$noinline$UShr60And15(long) instruction_simplifier (after)
158 /// CHECK-START: long Main.$noinline$UShr60And15(long) instruction_simplifier (after)
174 /// CHECK-START: int Main.$noinline$UShr28And7(int) instruction_simplifier (after)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
legacy_page_test.py 25 """Exception raised after browser or tab crash for multi-tab tests.
76 Multi-tab tests do not retry after tab or browser crashes, whereas,
78 (e.g., how many tabs are open, etc.) is unknown after crashes.
107 """Should the browser be stopped after the page is run?
109 This is called after a page is run to decide whether the browser needs to
126 """Override to customize the browser right after it has launched."""
140 """Override to do operations right after the page is navigated and after
144 """Called after the test run method was run, even if it failed."""
  /external/deqp/doc/testspecs/GLES2/
functional.lifetime.txt 33 - After calling Gen* or Create*
34 - After calling Gen* or Create*, then Delete*
35 - After calling Gen*, then Bind*
36 - After calling Gen*, then Bind*, then Delete*
37 - After calling Bind* without preceding Gen*
38 - After calling CreateProgram, then UseProgram, then DeleteProgram
98 checked. In OpenGL ES 2.0, shader objects must exist even after deletion
105 drawing) before the attachment is deleted, and then after deleting the
111 (by drawing to a framebuffer) after deleting the attachment and creating
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetEntrySetTester.java 48 assertTrue("multiset not empty after entrySet().clear()",
63 + "after next()",
67 "multiset isn't empty after multiset.entrySet() iterator.remove()",
79 "multiset contains element after removing its entry",
91 "multiset didn't contain element after removing a missing entry",
103 "multiset contains element after removing its entry",
115 "multiset didn't contain element after removing a missing entry",
127 "multiset doesn't contains element after retaining its entry",
139 "multiset contains element after retaining a different entry",
  /external/libmojo/mojo/edk/system/
awakable_list_unittest.cc 26 // Cancel immediately after thread start.
39 // Cancel before after thread start.
50 // Cancel some time after thread start.
67 // Awake immediately after thread start.
81 // Awake before after thread start.
97 // Awake some time after thread start.
117 // Awake (for unsatisfiability) immediately after thread start.
130 // Awake (for unsatisfiability) before after thread start.
143 // Awake (for unsatisfiability) some time after thread start.
  /external/llvm/test/CodeGen/X86/
statepoint-forward.ll 30 %after = load i32 addrspace(1)*, i32 addrspace(1)* addrspace(1)* %pnew
31 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
49 %after = load i32 addrspace(1)*, i32 addrspace(1)* addrspace(1)* %pnew
50 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
62 ; of the pointer and is thus not safe to reuse after a statepoint.
76 %after = load i32 addrspace(1)*, i32 addrspace(1)** %p
77 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
94 %after = load i32 addrspace(1)*, i32 addrspace(1)** %p
95 %cmp2 = call i1 @f(i32 addrspace(1)* %after)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AbstractStubDataCommandHandler.java 30 * data transfer across the data connection and another reply of 226 after the data transfer
38 * method for logic after the data transfer.
45 * Subclasses can optionally override the reply code and/or text for the final reply (after the
66 // The completion reply code sent after data transfer
140 * closed after this method completes.
151 * Perform any necessary logic after transferring data across the data connection.
174 * Set the completion reply code sent after data transfer
185 * Set the message key for the completion reply text sent after data transfer
194 * Set the text of the completion reply sent after data transfer

Completed in 1065 milliseconds

<<61626364656667686970>>