/external/clang/bindings/python/tests/cindex/ |
D | test_diagnostics.py | 7 tu = get_tu('int f0() {}\n') 8 assert len(tu.diagnostics) == 1 9 assert tu.diagnostics[0].severity == Diagnostic.Warning 10 assert tu.diagnostics[0].location.line == 1 11 assert tu.diagnostics[0].location.column == 11 12 assert (tu.diagnostics[0].spelling == 17 tu = get_tu('#define A x\nvoid *A = 1;\n') 18 assert len(tu.diagnostics) == 1 19 assert tu.diagnostics[0].severity == Diagnostic.Warning 20 assert tu.diagnostics[0].location.line == 2 [all …]
|
D | test_cursor.py | 33 tu = get_tu(kInput) 35 it = tu.cursor.get_children() 73 tu = get_tu('int x;') 74 cursors = list(tu.cursor.get_children()) 81 del tu 90 tu = get_tu(source) 93 for cursor in tu.cursor.get_children(): 103 tu = get_tu(source, lang='cpp') 105 cls = get_cursor(tu, 'X') 106 foo = get_cursor(tu, 'foo') [all …]
|
D | test_translation_unit.py | 21 tu = TranslationUnit.from_source(path) 22 assert tu.spelling == path 26 tu = get_tu(path) 27 c = tu.cursor 33 tu = TranslationUnit.from_source(path, ['-DDECL_ONE=hello', '-DDECL_TWO=hi']) 34 spellings = [c.spelling for c in tu.cursor.get_children()] 40 tu = TranslationUnit.from_source(path, ['-DDECL_ONE=hello', '-DDECL_TWO=hi']) 41 tu.reparse() 42 spellings = [c.spelling for c in tu.cursor.get_children()] 47 tu = TranslationUnit.from_source('fake.c', ['-I./'], unsaved_files = [ [all …]
|
D | test_type.py | 28 tu = get_tu(kInput) 30 teststruct = get_cursor(tu, 'teststruct') 82 tu = get_tu('int x;') 83 children = list(tu.cursor.get_children()) 92 del tu 105 tu = get_tu(constarrayInput) 107 teststruct = get_cursor(tu, 'teststruct') 119 tu = get_tu(source) 121 a = get_cursor(tu, 'a') 122 b = get_cursor(tu, 'b') [all …]
|
D | test_location.py | 16 tu = get_tu(baseInput) 17 one = get_cursor(tu, 'one') 18 two = get_cursor(tu, 'two') 27 tu = get_tu('\n' + baseInput) 28 one = get_cursor(tu, 'one') 29 two = get_cursor(tu, 'two') 38 tu = get_tu(' ' + baseInput) 39 one = get_cursor(tu, 'one') 40 two = get_cursor(tu, 'two') 47 tu = get_tu(baseInput) [all …]
|
D | test_tokens.py | 13 tu = get_tu('int i = 5;') 14 r = tu.get_extent('t.c', (0, 9)) 15 tokens = list(tu.get_tokens(extent=r)) 28 tu = get_tu('int foo = 10;') 29 r = tu.get_extent('t.c', (0, 11)) 31 tokens = list(tu.get_tokens(extent=r)) 42 tu = get_tu('int foo = 10;') 43 r = tu.get_extent('t.c', (0, 11)) 45 tokens = list(tu.get_tokens(extent=r))
|
D | test_access_specifiers.py | 12 tu = get_tu(""" 23 test_class = get_cursor(tu, "test_class") 26 public = get_cursor(tu.cursor, "public_member_function") 29 protected = get_cursor(tu.cursor, "protected_member_function") 32 private = get_cursor(tu.cursor, "private_member_function")
|
D | test_code_completion.py | 25 tu = TranslationUnit.from_source('fake.c', ['-std=c99'], unsaved_files=files, 28 cr = tu.codeComplete('fake.c', 9, 1, unsaved_files=files, include_brief_comments=True) 55 tu = TranslationUnit.from_source('fake.cpp', ['-std=c++98'], unsaved_files=files) 57 cr = tu.codeComplete('fake.cpp', 12, 5, unsaved_files=files) 68 cr = tu.codeComplete('fake.cpp', 13, 5, unsaved_files=files)
|
D | test_comment.py | 18 tu = TranslationUnit.from_source('fake.c', ['-std=c99'], unsaved_files=files, 20 test1 = get_cursor(tu, 'test1') 28 test2 = get_cursor(tu, 'test2') 34 f = get_cursor(tu, 'f')
|
D | test_file.py | 5 tu = index.parse('t.c', unsaved_files = [('t.c', "")]) 6 file = File.from_name(tu, "t.c")
|
D | test_index.py | 14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp')) 15 assert isinstance(tu, TranslationUnit)
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_tagscompat.c | 84 union yaffs_tags_union *tu = (union yaffs_tags_union *)tags_ptr; in yaffs_load_tags_to_spare() local 88 spare_ptr->tb0 = tu->as_bytes[0]; in yaffs_load_tags_to_spare() 89 spare_ptr->tb1 = tu->as_bytes[1]; in yaffs_load_tags_to_spare() 90 spare_ptr->tb2 = tu->as_bytes[2]; in yaffs_load_tags_to_spare() 91 spare_ptr->tb3 = tu->as_bytes[3]; in yaffs_load_tags_to_spare() 92 spare_ptr->tb4 = tu->as_bytes[4]; in yaffs_load_tags_to_spare() 93 spare_ptr->tb5 = tu->as_bytes[5]; in yaffs_load_tags_to_spare() 94 spare_ptr->tb6 = tu->as_bytes[6]; in yaffs_load_tags_to_spare() 95 spare_ptr->tb7 = tu->as_bytes[7]; in yaffs_load_tags_to_spare() 102 union yaffs_tags_union *tu = (union yaffs_tags_union *)tags_ptr; in yaffs_get_tags_from_spare() local [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | vi.txt | 872 other{"'tuần' W 'của' 'tháng' M"} 898 other{"'tuần' w 'của' 'năm' Y"} 1706 "-1"{"Thứ Sáu tuần trước"} 1707 "0"{"Thứ Sáu tuần này"} 1708 "1"{"Thứ Sáu tuần sau"} 1721 "-1"{"Thứ Sáu tuần trước"} 1722 "0"{"Thứ Sáu tuần này"} 1723 "1"{"Thứ Sáu tuần sau"} 1736 "-1"{"Thứ Sáu tuần trước"} 1737 "0"{"Thứ Sáu tuần này"} [all …]
|
/external/clang/bindings/python/examples/cindex/ |
D | cindex-dump.py | 78 tu = index.parse(None, args) 79 if not tu: 82 pprint(('diags', map(get_diag_info, tu.diagnostics))) 83 pprint(('nodes', get_info(tu.cursor)))
|
D | cindex-includes.py | 33 tu = index.parse(None, args) 34 if not tu: 44 for i in tu.get_includes():
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/ |
D | test.c | 55 pthread_t tu; in main() local 58 if (pthread_create(&tu, NULL, thread_update, NULL)) in main() 62 if (pthread_join(tu, NULL)) in main()
|
/external/protobuf/objectivec/ |
D | GPBCodedInputStream.m | 266 format:@"byteLimit > oldLimit: %tu > %tu", byteLimit, oldLimit]; 412 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth, 426 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth, 441 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth, 459 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth,
|
/external/libgsm/ |
D | ChangeLog | 41 Fri Jul 5 19:26:37 1996 Jutta Degener (jutta@cs.tu-berlin.de) 47 Tue Jul 2 12:18:20 1996 Jutta Degener (jutta@cs.tu-berlin.de) 61 Tue Mar 7 01:55:10 1995 Jutta Degener (jutta@cs.tu-berlin.de) 68 Fri Dec 30 23:33:50 1994 Jutta Degener (jutta@cs.tu-berlin.de) 74 Mon Nov 28 20:49:57 1994 Jutta Degener (jutta@cs.tu-berlin.de) 80 man/*: bug reports to {jutta,cabo}@cs.tu-berlin.de, not to toast@tub
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | containing-type-extension-rust.ll | 27 ; let tu = &23.0f64 as &T; 54 %tu = alloca { i8*, void (i8*)** } 55 …call void @llvm.dbg.declare(metadata { i8*, void (i8*)** }* %tu, metadata !29, metadata !22), !dbg… 56 …%0 = getelementptr inbounds { i8*, void (i8*)** }, { i8*, void (i8*)** }* %tu, i32 0, i32 0, !dbg … 58 …%1 = getelementptr inbounds { i8*, void (i8*)** }, { i8*, void (i8*)** }* %tu, i32 0, i32 1, !dbg … 116 !29 = !DILocalVariable(name: "tu", scope: !30, file: !9, line: 10, type: !31, align: 8)
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 180 def from_position(tu, file, line, column): argument 185 return conf.lib.clang_getLocation(tu, file, line, column) 188 def from_offset(tu, file, offset): argument 195 return conf.lib.clang_getLocationForOffset(tu, file, offset) 437 def __init__(self, tu, memory, count): argument 438 self._tu = tu 446 def get_tokens(tu, extent): argument 455 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory), 467 token_group = TokenGroup(tu, tokens_memory, tokens_count) 473 token._tu = tu [all …]
|
/external/clang/test/CodeGen/ |
D | nonnull.c | 41 int bar6(TransparentUnion tu) __attribute__((nonnull(1))) { in bar6() argument 42 return *tu.p; in bar6()
|
/external/clang/tools/libclang/ |
D | CXTranslationUnit.h | 68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() argument
|
/external/e2fsprogs/po/ |
D | tr.po | 92 msgstr "- hatalı bloklar düğümünde doğruluk denetlenirken hata oluştu" 96 msgstr "- hatalı bloklar düğümü okunurken hata oluştu" 106 msgstr "- %s açılmaya çalışılırken hata oluştu" 111 msgstr "- '%s' veri yolu açılmaya çalışılırken hata oluştu" 115 msgstr "- dosyadan hatalı bloklar listesinin okunması sırasında hata oluştu" 119 msgstr "- hatalı bloklar düğümü güncellenirken hata oluştu" 129 msgstr "- kök düğümü okunurken hata oluştu" 134 msgstr "%3$s işlemi sırasında blok %1$lu okunurken hata oluştu (%2$s). " 139 msgstr "blok %lu okunurken hata oluştu (%s). " 152 msgstr "%3$s işlemi sırasında blok %1$lu yazılırken hata oluştu (%2$s). " [all …]
|
/external/clang/test/Sema/ |
D | transparent-union.c | 18 TU tu; in g() local 19 tu.ip = ip; in g()
|
/external/icu/icu4c/source/data/translit/ |
D | Hani_Latn.txt | 1177 [汢]→tu; 1178 [䝎䵊䵎湍煓猯貒]→tuān; 1179 [㩛䊜剸团団團慱抟摶槫檲漙篿糰鏄鷒鷻]→tuán; 1180 [䜝䵯疃]→tuǎn; 1181 [彖湪褖]→tuàn; 1182 [㞜推蓷藬]→tuī; 1183 [㢈㢑㿗䀃䅪尵弚穨蘈蹪隤頹頺頽颓魋]→tuí; 1184 [㞂㱣㾼㿉俀僓腿蹆骽]→tuǐ; 1185 [㥆㷟侻娧煺蛻蜕褪退駾]→tuì; 1190 [䜏䴱乇仛侂咃托扡拕拖挩捝杔汑沰涶脫脱莌袥託讬飥饦驝魠]→tuō; [all …]
|