Searched refs:expect (Results 276 - 300 of 540) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/functionalities/data-formatter/rdar-10642615/
H A DTest-rdar-10642615.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
57 self.expect('frame variable',
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
H A DTestFormattersBoolRefPtr.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable',
/external/lldb/test/functionalities/longjmp/
H A DTestLongjmp.py47 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
53 self.expect("process status", PROCESS_STOPPED,
/external/lldb/test/functionalities/plugins/commands/
H A DTestPluginCommands.py40 self.expect(retobj,substrs = ['abc def ghi'], exe=False)
50 self.expect(retobj,substrs = ['abc def ghi'], exe=False)
/external/lldb/test/functionalities/thread/
H A DTestNumThreads.py44 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
51 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
/external/lldb/test/lang/objc/objc-builtin-types/
H A DTestObjCBuiltinTypes.py63 self.expect("expr (foo)", patterns = ["\(ns::id\) \$.* = 0"])
65 self.expect("expr id my_id = 0; my_id", patterns = ["\(id\) \$.* = nil"])
/external/valgrind/main/memcheck/tests/
H A Derr_disable1.stderr.exp5 --------- enabled (expect 1) ---------
15 --------- disabled (expect 0) ---------
18 --------- re-enabled (expect 1) ---------
28 --------- MULTI-LEVEL TEST (expect 2) ---------
/external/lldb/test/pexpect-2.4/examples/
H A Dchess3.py20 # self.child.expect ('Chess')
56 i = self.child.expect (['\[17;59H', '\[17;58H'])
59 self.child.expect (REGEX_MOVE)
63 self.child.expect (REGEX_MOVE_PART)
74 self.child.expect ('depth=')
112 white.child.expect ('Your move is')
H A Dssh_session.py50 seen = child.expect(self.keys)
54 seen = child.expect(self.keys)
63 seen = child.expect(self.keys)
/external/mtpd/
H A Dpptp.c86 int expect; member in struct:packet
154 /* We are going to read a new message if incoming.expect is 0. */
155 if (!incoming.expect) {
157 incoming.expect = HEADER_SIZE;
163 length = incoming.expect - incoming.length;
168 if (incoming.expect > MAX_PACKET_LENGTH) {
187 /* If incoming.header is valid, check cookie and update incoming.expect. */
188 if (incoming.length == HEADER_SIZE && incoming.expect == HEADER_SIZE) {
194 incoming.expect = ntohs(incoming.header.length);
195 if (incoming.expect < HEADER_SIZ
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp258 Collator::EComparisonResult expect; local
260 expect = Collator::LESS;
262 expect = Collator::GREATER;
264 expect = Collator::EQUAL;
266 // expect = Integer.decode(tests[i+1]).intValue();
275 doTest(&c, s1, s2, expect);
279 if (sign(result) != sign(expect))
285 + ") got " + result + "; expected " + expect);
309 if (sign(result) != sign(expect)) {
314 + ")) got " + result + "; expected " + expect);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dthcoll.cpp259 Collator::EComparisonResult expect; local
261 expect = Collator::LESS;
263 expect = Collator::GREATER;
265 expect = Collator::EQUAL;
267 // expect = Integer.decode(tests[i+1]).intValue();
276 doTest(&c, s1, s2, expect);
280 if (sign(result) != sign(expect))
286 + ") got " + result + "; expected " + expect);
310 if (sign(result) != sign(expect)) {
315 + ")) got " + result + "; expected " + expect);
[all...]
/external/lldb/test/functionalities/conditional_break/
H A DTestConditionalBreak.py131 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
137 self.expect("frame info", "We should stop at c()",
142 self.expect("frame info", "The immediate caller should be a()",
/external/lldb/test/functionalities/thread/create_after_attach/
H A DTestCreateAfterAttach.py82 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
96 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
112 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
/external/chromium_org/third_party/jinja2/
H A Dparser.py156 self.stream.expect('block_end')
172 self.stream.expect('assign')
178 lineno = self.stream.expect('name:for').lineno
180 self.stream.expect('name:in')
197 node = result = nodes.If(lineno=self.stream.expect('name:if').lineno)
218 node.name = self.stream.expect('name').value
261 self.stream.expect('name:as')
268 self.stream.expect('name:import')
281 self.stream.expect('comma')
307 self.stream.expect('lpare
[all...]
/external/chromium_org/cc/test/
H A Dlayer_test_common.h15 #define EXPECT_SET_NEEDS_COMMIT(expect, code_to_test) \
17 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times((expect)); \
22 #define EXPECT_SET_NEEDS_UPDATE(expect, code_to_test) \
24 EXPECT_CALL(*layer_tree_host_, SetNeedsUpdateLayers()).Times((expect)); \
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c47 static void doAssert(double expect, double got, const char *message);
420 static void doAssert(double got, double expect, const char *message) argument
422 if(! compareWithNAN(expect, got) ) {
423 log_err("ERROR : %s. Expected : %lf, Got: %lf\n", message, expect, got);
480 static void Test_aestrncpy(int32_t line, const uint8_t *expect, const uint8_t *src, int32_t len) argument
490 if(!uprv_memcmp(str_buf, expect, AESTRNCPY_SIZE)) {
492 log_verbose("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect));
496 log_err ("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect));
576 const char *expect = STRNULL(testCases[i].expectResult); local
579 if(result==expect||!strcm
670 const char *expect = STRNULL(testCases[i].expectResult); local
[all...]
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMockObject.h32 - (id)expect;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDoubleArray.java140 * @param expect the expected value
145 public final boolean compareAndSet(int i, double expect, double update) { argument
147 doubleToRawLongBits(expect),
164 * @param expect the expected value
168 public final boolean weakCompareAndSet(int i, double expect, double update) { argument
170 doubleToRawLongBits(expect),
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c47 static void doAssert(double expect, double got, const char *message);
420 static void doAssert(double got, double expect, const char *message) argument
422 if(! compareWithNAN(expect, got) ) {
423 log_err("ERROR : %s. Expected : %lf, Got: %lf\n", message, expect, got);
480 static void Test_aestrncpy(int32_t line, const uint8_t *expect, const uint8_t *src, int32_t len) argument
490 if(!uprv_memcmp(str_buf, expect, AESTRNCPY_SIZE)) {
492 log_verbose("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect));
496 log_err ("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect));
576 const char *expect = STRNULL(testCases[i].expectResult); local
579 if(result==expect||!strcm
670 const char *expect = STRNULL(testCases[i].expectResult); local
[all...]
/external/lldb/test/expression_command/radar_9673664/
H A DTestExprHelpExamples.py37 self.expect('expr char c[] = "foo"; c[0]',
/external/lldb/test/expression_command/two-files/
H A DTestObjCTypeQueryFromOtherCompileUnit.py46 self.expect("expression (NSArray*)array_token",
/external/lldb/test/functionalities/command_regex/
H A DTestCommandRegex.py38 child.expect('The following is a list of built-in, permanent debugger commands:')
/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py37 self.expect("file " + exe,
59 self.expect (launch_command,
155 self.expect(launch_command, error=True,
163 self.expect(launch_command,
/external/lldb/test/lang/cpp/class_static/
H A DTestStaticVariables.py63 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
68 self.expect('target variable A::g_points', VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect('target variable g_points', VARIABLES_DISPLAYED_CORRECTLY,
76 self.expect("target variable A::g_points[1].x", VARIABLES_DISPLAYED_CORRECTLY,

Completed in 400 milliseconds

<<11121314151617181920>>