HomeSort by relevance Sort by last modified time
    Searched refs:expect (Results 126 - 150 of 704) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
TestWatchpointCommandPython.py 51 # self.expect("breakpoint set -l %d" % self.line, BREAKPOINT_CREATED,
60 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
72 self.expect("watchpoint command list 1",
77 self.expect("watchpoint list -v",
84 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
88 self.expect("watchpoint list -v",
93 self.expect("frame variable --show-globals cookie",
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 56 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
70 self.expect("frame variable --show-types callback", VARIABLES_DISPLAYED_CORRECTLY,
78 self.expect("process status", STOPPED_DUE_TO_BREAKPOINT,
87 self.expect("expr string_not_empty",
94 self.expect("expr (int (*)(const char*, ...))printf",
98 self.expect("expr $1(\"Hello world\\n\")",
  /external/lldb/test/lang/c/global_variables/
TestGlobalVariables.py 52 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
57 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
61 self.expect("frame variable --show-types --scope --show-globals --no-args", VARIABLES_DISPLAYED_CORRECTLY,
73 self.expect("target variable g_a", VARIABLES_DISPLAYED_CORRECTLY,
75 self.expect("target variable g_marked_spot.x", VARIABLES_DISPLAYED_CORRECTLY,
82 self.expect("target variable g_marked_spot.y", VARIABLES_DISPLAYED_CORRECTLY,
84 self.expect("target variable g_marked_spot.y", VARIABLES_DISPLAYED_CORRECTLY, matching=False,
  /external/lldb/test/lang/c/stepping/
TestThreadStepping.py 50 self.expect("process status", PROCESS_STOPPED,
55 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
64 self.expect("thread backtrace", STEP_OUT_SUCCEEDED,
72 self.expect("process status", PROCESS_STOPPED,
75 self.expect("thread backtrace", STEP_OUT_SUCCEEDED,
83 self.expect("process status", PROCESS_STOPPED,
87 self.expect("thread backtrace", STEP_OUT_SUCCEEDED,
  /external/lldb/test/lang/c/struct_types/
TestStructTypes.py 67 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
72 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
79 self.expect("frame variable pt.padding[0]",
82 self.expect("frame variable pt.padding[1]",
86 self.expect("expression -- (pt.padding[0])",
91 self.expect("image lookup -t point_tag",
95 self.expect("expression -- &pt == (struct point_tag*)0",
  /ndk/build/core/
definitions-utils.mk 65 $(call test-expect,,$(call remove-duplicates))\
66 $(call test-expect,foo bar,$(call remove-duplicates,foo bar))\
67 $(call test-expect,foo bar,$(call remove-duplicates,foo bar foo bar))\
68 $(call test-expect,foo bar,$(call remove-duplicates,foo foo bar bar bar))
94 $(call test-expect,,$(call filter-by,,-local-func))\
95 $(call test-expect,foo,$(call filter-by,foo,-local-func))\
96 $(call test-expect,foo,$(call filter-by,foo bar,-local-func))\
97 $(call test-expect,foo foo,$(call filter-by,aaa foo bar foo,-local-func))\
99 $(call test-expect,,$(call filter-by,,-local-func))\
100 $(call test-expect,,$(call filter-by,foo,-local-func))
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestSuite.java 67 public void addTestCase(gUnitTestInput input, AbstractTest expect) {
68 if ( input!=null && expect!=null ) {
73 //expect.setTestedRuleName(this.rule);
74 expect.setTestedRuleName(this.rule ==null ? this.lexicalRule : this.rule);
75 expect.setTestCaseIndex(this.testSuites.size());
76 this.testSuites.put(input, expect);
  /external/lldb/test/functionalities/data-formatter/rdar-9973865/
Test-rdar-9973865.py 45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
59 self.expect('frame variable mine_ptr',
62 self.expect('frame variable *mine_ptr',
67 self.expect('frame variable mine_ptr',
70 self.expect('frame variable *mine_ptr',
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
TestWatchpointSetErrorCases.py 45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
52 self.expect("watchpoint set",
60 self.expect("watchpoint set expression -w write --", error=True,
64 self.expect("watchpoint set expression MyAggregateDataType", error=True,
68 self.expect("watchpoint set variable -x -128", error=True,
  /external/lldb/test/lang/c/const_variables/
TestConstVariables.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
48 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
54 self.expect("frame variable index", VARIABLES_DISPLAYED_CORRECTLY,
58 self.expect("expr (index + 512)", VARIABLES_DISPLAYED_CORRECTLY,
62 self.expect("expr (int)getpid(); (index - 256)", VARIABLES_DISPLAYED_CORRECTLY,
  /external/lldb/test/lang/cpp/this/
TestCPPThis.py 48 self.expect("expression -- m_a = 2",
54 self.expect("expression -- m_a = 2",
57 self.expect("expression -- (int)getpid(); m_a",
62 self.expect("expression -- s_a",
67 self.expect("expression -- m_a",
  /external/lldb/test/lang/objc/foundation/
TestConstStrings.py 47 self.expect("process status", STOPPED_DUE_TO_BREAKPOINT,
51 self.expect('expression (int)[str compare:@"hello"]',
53 self.expect('expression (int)[str compare:@"world"]',
57 self.expect('expression (int)[@"" length]',
60 self.expect('expression (int)[@"123" length]',
  /art/compiler/llvm/
md_builder.h 44 // 64 and 4 are the llvm.expect's default values
52 ::llvm::MDNode* GetBranchWeights(ExpectCond expect) {
53 DCHECK_LT(expect, MAX_EXPECT) << "MAX_EXPECT is not for branch weight";
54 return expect_cond_[expect];
  /external/apache-http/src/org/apache/http/client/methods/
HttpEntityEnclosingRequestBase.java 67 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE); local
68 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
  /external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java 74 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE); local
75 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
  /external/apache-http/src/org/apache/http/message/
BasicHttpEntityEnclosingRequest.java 77 Header expect = getFirstHeader(HTTP.EXPECT_DIRECTIVE); local
78 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
  /external/lldb/test/lang/c/anonymous/
TestAnonymous.py 88 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
93 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
100 self.expect("expression n->foo.d", VARIABLES_DISPLAYED_CORRECTLY,
103 self.expect("expression n->b", VARIABLES_DISPLAYED_CORRECTLY,
110 self.expect("expression c->foo.d", VARIABLES_DISPLAYED_CORRECTLY,
113 self.expect("expression c->grandchild.b", VARIABLES_DISPLAYED_CORRECTLY,
120 self.expect("expression g.child.foo.d", VARIABLES_DISPLAYED_CORRECTLY,
123 self.expect("expression g.child.b", VARIABLES_DISPLAYED_CORRECTLY,
132 self.expect("expression pz", VARIABLES_DISPLAYED_CORRECTLY,
135 self.expect("expression z.y", VARIABLES_DISPLAYED_CORRECTLY
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
ssh_tunnel.py 35 ssh_tunnel.expect ('password:')
39 ssh_tunnel.expect (pexpect.EOF)
49 index = ps.expect (['/usr/bin/ssh', pexpect.EOF, pexpect.TIMEOUT])
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Message.java 105 private void expect(Class c) { method in class:Message.MessageBuilder
120 expect(Entity.class);
131 expect(Message.class);
146 expect(Header.class);
154 expect(Header.class);
156 expect(Entity.class);
164 expect(Entity.class);
176 expect(Entity.class);
206 expect(Multipart.class);
217 expect(BodyPart.class)
    [all...]
  /external/lldb/test/functionalities/memory/read/
TestMemoryRead.py 46 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
50 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
85 self.expect("memory read --format char[] --size 7 --count 1 `&my_string`",
90 self.expect("memory read --format 'hex float' --size 16 `&argc`",
93 self.expect("memory read --format 'float' --count 1 --size 8 `&my_double`",
98 self.expect("memory read --format 'float' --count 1 --size 20 `&my_double`",
  /external/lldb/test/functionalities/watchpoint/hello_watchpoint/
TestMyFirstWatchpoint.py 59 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
71 self.expect("watchpoint list -v",
78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
83 # Don't expect the read of 'global' to trigger a stop exception.
85 self.expect("process status",
90 self.expect("watchpoint list -v",
  /external/lldb/test/functionalities/watchpoint/variable_out_of_scope/
TestWatchedVarHitWhenInScope.py 60 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect("watchpoint set variable c.a", WATCHPOINT_CREATED,
71 self.expect("watchpoint list -v",
78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
83 # Don't expect the read of 'global' to trigger a stop exception.
85 self.expect("process status",
90 self.expect("watchpoint list -v",
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
TestWatchpointConditionCmd.py 57 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
63 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
71 self.expect("watchpoint list -v",
78 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
80 self.expect("frame variable --show-globals global",
85 self.expect("watchpoint list -v",
  /external/valgrind/main/memcheck/tests/
err_disable2.stderr.exp 2 --------- enabled (expect 1) ---------
12 --------- disabled (expect 0) ---------
15 --------- exiting (expect complaint) ---------
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.h 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,

Completed in 524 milliseconds

1 2 3 4 56 7 8 91011>>