Searched refs:stv (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/io/aio/ |
H A D | aio01.c | 105 struct timeval stv, etv; in main() local 128 gettimeofday(&stv, NULL); in main() 146 sec = etv.tv_sec - stv.tv_sec; in main() 147 usec = etv.tv_usec - stv.tv_usec; in main() 159 gettimeofday(&stv, NULL); in main() 177 sec = etv.tv_sec - stv.tv_sec; in main() 178 usec = etv.tv_usec - stv.tv_usec; in main() 190 gettimeofday(&stv, NULL); in main() 208 sec = etv.tv_sec - stv.tv_sec; in main() 209 usec = etv.tv_usec - stv in main() [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorRegistry.java | 378 String[] stv = TransliteratorIDParser.IDtoSTV(ID); in remove() 380 String id = TransliteratorIDParser.STVtoID(stv[0], stv[1], stv[2]); in remove() 382 removeSTV(stv[0], stv[1], stv[2]); in remove() 494 String[] stv = TransliteratorIDParser.IDtoSTV(ID); in registerEntry() 496 String id = TransliteratorIDParser.STVtoID(stv[0], stv[ in registerEntry() [all...] |
H A D | Transliterator.java | 1482 String stv[] = TransliteratorIDParser.IDtoSTV(id); in getDisplayName() 1483 if (stv == null) { in getDisplayName() 1487 String ID = stv[0] + '-' + stv[1]; in getDisplayName() 1488 if (stv[2] != null && stv[2].length() > 0) { in getDisplayName() 1489 ID = ID + '/' + stv[2]; in getDisplayName() 1510 Object[] args = new Object[] { Integer.valueOf(2), stv[0], stv[1] }; in getDisplayName() 1521 return (stv[ in getDisplayName() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorRegistry.java | 379 String[] stv = TransliteratorIDParser.IDtoSTV(ID); in remove() 381 String id = TransliteratorIDParser.STVtoID(stv[0], stv[1], stv[2]); in remove() 383 removeSTV(stv[0], stv[1], stv[2]); in remove() 495 String[] stv = TransliteratorIDParser.IDtoSTV(ID); in registerEntry() 497 String id = TransliteratorIDParser.STVtoID(stv[0], stv[ in registerEntry() [all...] |
H A D | Transliterator.java | 1453 String stv[] = TransliteratorIDParser.IDtoSTV(id); in getDisplayName() 1454 if (stv == null) { in getDisplayName() 1458 String ID = stv[0] + '-' + stv[1]; in getDisplayName() 1459 if (stv[2] != null && stv[2].length() > 0) { in getDisplayName() 1460 ID = ID + '/' + stv[2]; in getDisplayName() 1481 Object[] args = new Object[] { Integer.valueOf(2), stv[0], stv[1] }; in getDisplayName() 1492 return (stv[ in getDisplayName() [all...] |
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.h | 59 stv_to_elf_symbol_visibility(unsigned char stv);
|
H A D | abg-elf-helpers.cc | 90 /// @param stv the value of the ->st_other data member of the ELF 95 stv_to_elf_symbol_visibility(unsigned char stv) in stv_to_elf_symbol_visibility() argument 97 switch (stv) in stv_to_elf_symbol_visibility()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 181 #define GET_2PERM(ldv, stv, d) \ 183 stv = vec_lvsr(8, d); 200 #define GET_2PERM(ldv, stv, d) {}
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 12 milliseconds