/external/clang/test/CodeGen/ |
D | unsigned-overflow.c | 5 unsigned long li, lj, lk; variable 20 li = lj + lk; in testlongadd() 32 li = lj - lk; in testlongsub() 44 li = lj * lk; in testlongmul()
|
/external/clang/test/CodeGenCUDA/ |
D | address-spaces.cu | 43 __constant__ int lj; in foo() local 45 lj++; in foo()
|
/external/icu/icu4c/source/data/coll/ |
D | hr.txt | 130 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ" 142 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ"
|
/external/chromium_org/third_party/icu/source/data/coll/ |
D | hr.txt | 130 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ" 142 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ"
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_vcgen_stroke.h | 44 void line_join(line_join_e lj) in line_join() argument 46 m_line_join = lj; in line_join()
|
D | agg_conv_stroke.h | 40 void line_join(line_join_e lj) in line_join() 42 base_type::generator().line_join(lj); in line_join()
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ldo.c | 127 struct lua_longjmp lj; in luaD_rawrunprotected() local 128 lj.status = LUA_OK; in luaD_rawrunprotected() 129 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected() 130 L->errorJmp = &lj; in luaD_rawrunprotected() 131 LUAI_TRY(L, &lj, in luaD_rawrunprotected() 134 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected() 136 return lj.status; in luaD_rawrunprotected()
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | bs.txt | 14 ExemplarCharacters{"[a b c ć č d đ {dž} e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
|
/external/icu/icu4c/source/data/locales/ |
D | af.txt | 1017 one{"{0} lj"} 1018 other{"{0} lj"} 1224 one{"{0} lj"} 1225 other{"{0} lj"} 1435 one{"{0} lj"} 1436 other{"{0} lj"}
|
D | is.txt | 1026 one{"{0} ljósár"} 1027 other{"{0} ljósár"} 1229 one{"{0} lj."} 1230 other{"{0} lj."} 1432 one{"{0} ljósár"} 1433 other{"{0} ljósár"}
|
D | bs.txt | 14 ExemplarCharacters{"[a b c ć č d đ {dž} e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | cs_FONIPA_ko.txt | 43 lz → lj ;
|
D | Serbian_Latin_BGN.txt | 48 љ → lj ; # CYRILLIC SMALL LETTER LJE
|
D | Macedonian_Latin_BGN.txt | 54 љ → lj ; # CYRILLIC SMALL LETTER LJE
|
/external/icu/icu4c/source/data/translit/ |
D | cs_FONIPA_ko.txt | 43 lz → lj ;
|
D | Serbian_Latin_BGN.txt | 48 љ → lj ; # CYRILLIC SMALL LETTER LJE
|
D | Macedonian_Latin_BGN.txt | 54 љ → lj ; # CYRILLIC SMALL LETTER LJE
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 7 __local int lj = 2; // expected-error {{'__local' variable cannot have an initializer}}
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
D | sv.po | 161 msgstr "Initialt växlingsintervall 0, följ programmets val" 165 msgstr "Initialt växlingsintervall 1, följ programmets val"
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | sv.po | 161 msgstr "Initialt växlingsintervall 0, följ programmets val" 165 msgstr "Initialt växlingsintervall 1, följ programmets val"
|
/external/icu/icu4c/source/data/curr/ |
D | is.txt | 692 "Síerraleónsk ljóna", 1401 one{"síerraleónsk ljóna"} 1402 other{"síerraleónskar ljónur"}
|
/external/chromium_org/third_party/icu/source/data/curr/ |
D | is.txt | 664 "Síerraleónsk ljóna", 1345 one{"síerraleónsk ljóna"} 1346 other{"síerraleónskar ljónur"}
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | ksf.txt | 32 BE{"bɛljík"}
|
/external/icu/icu4c/source/data/region/ |
D | ksf.txt | 32 BE{"bɛljík"}
|
/external/qemu/target-i386/ |
D | translate.c | 7775 int j, lj; in gen_intermediate_code_internal() local 7850 lj = -1; in gen_intermediate_code_internal() 7869 if (lj < j) { in gen_intermediate_code_internal() 7870 lj++; in gen_intermediate_code_internal() 7871 while (lj < j) in gen_intermediate_code_internal() 7872 tcg_ctx.gen_opc_instr_start[lj++] = 0; in gen_intermediate_code_internal() 7874 tcg_ctx.gen_opc_pc[lj] = pc_ptr; in gen_intermediate_code_internal() 7875 gen_opc_cc_op[lj] = dc->cc_op; in gen_intermediate_code_internal() 7876 tcg_ctx.gen_opc_instr_start[lj] = 1; in gen_intermediate_code_internal() 7877 tcg_ctx.gen_opc_icount[lj] = num_insns; in gen_intermediate_code_internal() [all …]
|