HomeSort by relevance Sort by last modified time
    Searched refs:ABC (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/python/cpython2/Lib/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
test_string.py 35 self.checkequal('abc', ('abc',), 'join', 'a')
95 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
96 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
99 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
100 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
101 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
test_string.py 36 self.checkequal('abc', ('abc',), 'join', 'a')
98 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
99 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
102 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
103 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
104 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
test_string.py 36 self.checkequal('abc', ('abc',), 'join', 'a')
98 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
99 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
102 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
103 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
104 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
test_string.py 36 self.checkequal('abc', ('abc',), 'join', 'a')
98 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
99 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
102 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
103 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
104 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
test_string.py 36 self.checkequal('abc', ('abc',), 'join', 'a')
98 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
99 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
102 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
103 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
104 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_string.py 36 self.checkequal('abc', ('abc',), 'join', 'a')
98 self.assertEqual(string.maketrans('abc', 'xyz'), transtable)
99 self.assertRaises(ValueError, string.maketrans, 'abc', 'xyzq')
102 self.assertEqual(string.capwords('abc def ghi'), 'Abc Def Ghi')
103 self.assertEqual(string.capwords('abc\tdef\nghi'), 'Abc Def Ghi')
104 self.assertEqual(string.capwords('abc\t def \nghi'), 'Abc Def Ghi')
    [all...]
  /external/libxml2/
timsort.h 397 int ABC, BCD, BD, CD;
427 ABC = (A <= B + C);
429 ABC = 0;
432 BCD = (B <= C + D) || ABC;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usp10.h 227 HRESULT WINAPI ScriptPlace (HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva, SCRIPT_ANALYSIS *psa, int *piAdvance, GOFFSET *pGoffset, ABC *pABC);
234 HRESULT WINAPI ScriptApplyLogicalWidth (const int *piDx, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva, const int *piAdvance, const SCRIPT_ANALYSIS *psa, ABC *pABC, int *piJustify);
236 HRESULT WINAPI ScriptGetGlyphABCWidth (HDC hdc, SCRIPT_CACHE *psc, WORD wGlyph, ABC *pABC);
256 HRESULT WINAPI ScriptPlaceOpenType (HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties, int cRanges, const WCHAR *pwcChars, WORD *pwLogClust, SCRIPT_CHARPROP *pCharProps, int cChars, const WORD *pwGlyphs, const SCRIPT_GLYPHPROP *pGlyphProps, int cGlyphs, int *piAdvance, GOFFSET *pGoffset, ABC *pABC);
  /external/clang/test/Analysis/
inline.cpp 233 enum ABC {
239 int enumUser(ABC input = B) {
295 char defaultString(const char *s = "abc") {
304 const void * const void_string = "abc";
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 64 final ImapString ABC = new ImapSimpleString("AbC");
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
67 assertFalse(list.is(0, "abc"));
69 assertTrue (list.is(1, "abc"));
70 assertFalse(list.is(2, "abc"));
71 assertFalse(list.is(3, "abc"));
72 assertFalse(list.is(4, "abc"));
76 assertTrue (list.is(1, "abc", false));
83 assertTrue (list.is(1, "abc", true))
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 126 // Say we want to compute CRC(I, ABC) where A, B, C are three sequences of
130 // CRC(I, ABC) = CRC(I, ABO xor C)
174 // CRC(I, ABC) = CRC(CRC(I, AB), O) xor CRC(0, C)
189 // CRC(I, ABC) = CRC(CRC(I, AB), O) xor CRC(0, C)
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 126 // Say we want to compute CRC(I, ABC) where A, B, C are three sequences of
130 // CRC(I, ABC) = CRC(I, ABO xor C)
174 // CRC(I, ABC) = CRC(CRC(I, AB), O) xor CRC(0, C)
189 // CRC(I, ABC) = CRC(CRC(I, AB), O) xor CRC(0, C)
  /prebuilts/go/darwin-x86/src/encoding/json/
fold_test.go 33 {simpleLetterEqualFold, "abc", "abc", true},
34 {simpleLetterEqualFold, "abc", "ABC", true},
35 {simpleLetterEqualFold, "abc", "ABCD", false},
36 {simpleLetterEqualFold, "abc", "xxx", false},
  /prebuilts/go/linux-x86/src/encoding/json/
fold_test.go 33 {simpleLetterEqualFold, "abc", "abc", true},
34 {simpleLetterEqualFold, "abc", "ABC", true},
35 {simpleLetterEqualFold, "abc", "ABCD", false},
36 {simpleLetterEqualFold, "abc", "xxx", false},
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
run_cpuctl_test_fj.sh 527 ./cpuctl_fj_simple_echo 2048ABC $CPUCTL/tmp/cpu.shares
555 ./cpuctl_fj_simple_echo ABC $CPUCTL/tmp/cpu.shares
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 15 abc = "ABC\n"
116 writeString(abc)
117 writeCopy(len(abc), 59*len(abc))
118 want.WriteString(strings.Repeat(abc, 60))
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 59 {"abc", "a", 0},
60 {"abc", "b", 1},
61 {"abc", "c", 2},
62 {"abc", "x", -1},
69 {"", "abc", -1},
70 {"xbc", "abc", -1},
71 {"abc", "abc", 0},
72 {"xabc", "abc", 1},
73 {"xabc"[:3], "abc", -1}
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 15 abc = "ABC\n"
116 writeString(abc)
117 writeCopy(len(abc), 59*len(abc))
118 want.WriteString(strings.Repeat(abc, 60))
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 59 {"abc", "a", 0},
60 {"abc", "b", 1},
61 {"abc", "c", 2},
62 {"abc", "x", -1},
69 {"", "abc", -1},
70 {"xbc", "abc", -1},
71 {"abc", "abc", 0},
72 {"xabc", "abc", 1},
73 {"xabc"[:3], "abc", -1}
    [all...]
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 386 Float4 ABC = M[0] + M[1] + M[2];
388 Float4 A = ABC.x;
389 Float4 B = ABC.y;
390 Float4 C = ABC.z;

Completed in 859 milliseconds

12 3 4