Searched refs:expect (Results 251 - 275 of 540) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/expression_command/issue_11588/
H A DTest11588.py48 self.expect("expr --show-types -- *((StgClosure*)(r14-1))",
66 self.expect("register read r14",
68 self.expect("expr --show-types -- *(StgClosure*)$r14",
/external/lldb/test/lang/cpp/unique-types/
H A DTestUniqueTypes.py49 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect(x, "Expect type 'long'", exe=False,
70 self.expect(x, "Expect type 'short'", exe=False,
/external/lldb/utils/test/
H A Drun-until-faulted.py37 lldb.expect(prompt)
42 lldb.expect(prompt)
52 index = lldb.expect(['Process .* exited with status',
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcpdtrtst.h51 void expect(const CompoundTransliterator& t,
H A Dincaltst.h42 void simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status);
H A Dnumfmtst.h206 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
208 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { function in class:NumberFormatTest
209 expect(fmt, UnicodeString(str, ""), n);
212 void expect(NumberFormat& fmt, const Formattable& n,
215 void expect(NumberFormat& fmt, const Formattable& n, function in class:NumberFormatTest
217 expect(fmt, n, UnicodeString(exp, ""), rt);
220 void expect(NumberFormat* fmt, const Formattable& n,
223 void expect(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
225 expect(fmt, n, UnicodeString(exp, ""), errorCode);
H A Dtranstst.h48 * of the transliterators and expect the identity function. F x
378 void expect(const UnicodeString& rules,
383 void expect(const UnicodeString& id,
389 void expect(const Transliterator& t,
394 void expect(const Transliterator& t,
H A Dtranstst.cpp58 2. Make liberal use of the expect() method; it is your friend.
311 expect(UnicodeString("ab>x|y;", "") +
327 expect(UnicodeString("ab>x|yzacw;") +
354 expect(*t, "abcdefgABCDEFGU", "&bcd&fg!^**!^*&");
362 expect("{ [:Ll:] } x > y; [:Ll:] > z;", "aAbxq", "zAyzz");
363 expect("a[0-9]b > qrs", "1a7b9", "1qrs9");
365 expect(UnicodeString(
380 * of the transliterators and expect the identity function. F x
426 expect(*fwd, DATA[i], DATA[i+1]);
427 expect(*re
4700 void TransliteratorTest::expect(const UnicodeString& rules, function in class:TransliteratorTest
4707 void TransliteratorTest::expect(const UnicodeString& id, function in class:TransliteratorTest
4723 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
4731 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
[all...]
/external/chromium_org/third_party/pexpect/
H A Dpxssh.py227 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout)
235 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
238 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
241 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT])
249 ### TODO: May NOT be OK if expect() got tricked and matched a false prompt.
295 index = self.expect([EOF, "(?i)there are stopped jobs"])
298 self.expect(EOF)
304 to the expect() method. This returns True if the shell prompt was
315 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
339 i = self.expect ([TIMEOU
[all...]
/external/chromium_org/third_party/skia/tests/
H A DBlitRowTest.cpp64 uint8_t expect8, uint32_t* expect) {
67 *expect = expect32;
71 *expect = expect16;
74 *expect = expect8;
77 *expect = 0;
85 uint32_t expect; local
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect);
89 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
92 gColorTypeName[bm.colorType()], x, y, expect, bad);
63 find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16, uint8_t expect8, uint32_t* expect) argument
/external/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.h51 void expect(const CompoundTransliterator& t,
H A Dincaltst.h42 void simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status);
H A Dtranstst.h48 * of the transliterators and expect the identity function. F x
378 void expect(const UnicodeString& rules,
383 void expect(const UnicodeString& id,
389 void expect(const Transliterator& t,
394 void expect(const Transliterator& t,
H A Dtranstst.cpp58 2. Make liberal use of the expect() method; it is your friend.
310 expect(UnicodeString("ab>x|y;", "") +
326 expect(UnicodeString("ab>x|yzacw;") +
353 expect(*t, "abcdefgABCDEFGU", "&bcd&fg!^**!^*&");
361 expect("{ [:Ll:] } x > y; [:Ll:] > z;", "aAbxq", "zAyzz");
362 expect("a[0-9]b > qrs", "1a7b9", "1qrs9");
364 expect(UnicodeString(
379 * of the transliterators and expect the identity function. F x
425 expect(*fwd, DATA[i], DATA[i+1]);
426 expect(*re
4698 void TransliteratorTest::expect(const UnicodeString& rules, function in class:TransliteratorTest
4705 void TransliteratorTest::expect(const UnicodeString& id, function in class:TransliteratorTest
4721 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
4729 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
[all...]
/external/lldb/test/functionalities/command_source/
H A DTestCommandSource.py37 self.expect(session.getvalue(), "script my.date() runs successfully",
/external/lldb/test/lang/objc/foundation/
H A DTestFoundationDisassembly.py93 self.expect("thread backtrace", "Stop at +[NSString stringWithFormat:]",
104 self.expect("thread backtrace", "Stop at a.out`-[MyString initWithNSString:]",
113 self.expect("thread backtrace", "Stop at -[MyString description]",
124 self.expect("thread backtrace", "Stop at -[NSAutoreleasePool release]",
/external/lldb/test/macosx/universal/
H A DTestUniversal.py52 self.expect("file " + exe, CURRENT_EXECUTABLE_SET,
71 self.expect(registers, exe=False,
77 self.expect("file " + exe + " -a i386", CURRENT_EXECUTABLE_SET,
99 self.expect(registers, exe=False,
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py69 self.expect(desc, "The module should match", exe=False,
73 self.expect(str(compileUnit), "The compile unit should match", exe=False,
86 self.expect(lineEntry.GetFileSpec().GetDirectory(), "The line entry should have the correct directory",
89 self.expect(lineEntry.GetFileSpec().GetFilename(), "The line entry should have the correct filename",
/external/lldb/test/warnings/uuid/
H A DTestAddDsymCommand.py79 self.expect("add-dsym " + wrong_path, error=True,
83 self.expect("add-dsym " + right_path, error=True,
90 # This time, the UUID should match and we expect some feedback from lldb.
92 self.expect("add-dsym " + right_path,
101 self.expect("add-dsym " + right_path,
/external/skia/tests/
H A DBlitRowTest.cpp64 uint8_t expect8, uint32_t* expect) {
67 *expect = expect32;
71 *expect = expect16;
74 *expect = expect8;
77 *expect = 0;
85 uint32_t expect; local
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect);
89 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
92 gColorTypeName[bm.colorType()], x, y, expect, bad);
63 find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16, uint8_t expect8, uint32_t* expect) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c27 static void expect(const USet* set,
59 expect(s, "{abc}", "{ccc}", &status);
88 expect(set, "", "abc{ab}", NULL);
92 expect(set, "", "abc{ab}", NULL);
97 expect(set, "", "abc{ab}", NULL);
102 expect(set, "ABC", "DEF{ab}", NULL);
115 expect(set, "abc{ab}", "def{bc}", &ec);
119 expect(set, "abcd{ab}", "ef{bc}", NULL);
124 expect(set, "acd{ab}{bc}", "bef{cd}", NULL);
128 expect(se
236 static void expect(const USet* set, function
[all...]
H A Dcnormtst.c762 UChar input[1000], expect[1000], output[1000]; local
852 expect[expectLength++]=HANGUL_SYLLABLE;
854 expect[expectLength++]=HANGUL_SYLLABLE;
856 expect[expectLength++]=HANGUL_SYLLABLE;
858 expect[expectLength++]=HANGUL_SYLLABLE;
860 expect[expectLength++]=HANGUL_SYLLABLE;
862 expect[expectLength++]=HANGUL_SYLLABLE;
864 expect[expectLength++]=HANGUL_SYLLABLE;
866 expect[expectLength++]=HANGUL_SYLLABLE;
868 expect[expectLengt
970 expect[]={ local
1036 const UChar *expect, *outLimit, *in; local
1439 UChar expect[12]; member in struct:__anon12242
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c27 static void expect(const USet* set,
59 expect(s, "{abc}", "{ccc}", &status);
88 expect(set, "", "abc{ab}", NULL);
92 expect(set, "", "abc{ab}", NULL);
97 expect(set, "", "abc{ab}", NULL);
102 expect(set, "ABC", "DEF{ab}", NULL);
115 expect(set, "abc{ab}", "def{bc}", &ec);
119 expect(set, "abcd{ab}", "ef{bc}", NULL);
124 expect(set, "acd{ab}{bc}", "bef{cd}", NULL);
128 expect(se
236 static void expect(const USet* set, function
[all...]
H A Dcnormtst.c762 UChar input[1000], expect[1000], output[1000]; local
852 expect[expectLength++]=HANGUL_SYLLABLE;
854 expect[expectLength++]=HANGUL_SYLLABLE;
856 expect[expectLength++]=HANGUL_SYLLABLE;
858 expect[expectLength++]=HANGUL_SYLLABLE;
860 expect[expectLength++]=HANGUL_SYLLABLE;
862 expect[expectLength++]=HANGUL_SYLLABLE;
864 expect[expectLength++]=HANGUL_SYLLABLE;
866 expect[expectLength++]=HANGUL_SYLLABLE;
868 expect[expectLengt
970 expect[]={ local
1036 const UChar *expect, *outLimit, *in; local
1439 UChar expect[12]; member in struct:__anon22041
[all...]
/external/guava/guava-tests/test/com/google/common/hash/
H A DFunnelsTest.java22 EasyMock.expect(byteSink.putBytes(EasyMock.aryEq(new byte[] { 4, 3, 2, 1})))
39 EasyMock.expect(byteSink.putString("test")).andReturn(byteSink).once();

Completed in 433 milliseconds

<<11121314151617181920>>