OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myFile
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/iotest/
filetst.c
27
static void TestFileFromICU(UFILE *
myFile
) {
45
if (
myFile
== NULL) {
67
u_fprintf(
myFile
, "Signed decimal integer %%d: %d\n", *n);
68
u_fprintf(
myFile
, "Signed decimal integer %%i: %i\n", *n);
69
u_fprintf(
myFile
, "Unsigned octal integer %%o: %o\n", *n);
70
u_fprintf(
myFile
, "Unsigned decimal integer %%u: %u\n", *n);
71
u_fprintf(
myFile
, "Lowercase unsigned hexadecimal integer %%x: %x\n", *n);
72
u_fprintf(
myFile
, "Uppercase unsigned hexadecimal integer %%X: %X\n", *n);
73
u_fprintf(
myFile
, "Float %%f: %f\n", myFloat);
74
u_fprintf(
myFile
, "Lowercase float %%e: %e\n", myFloat)
[
all
...]
/cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java
44
File
myFile
= new File(getContext().getFilesDir(), "hello");
45
FileOutputStream stream = new FileOutputStream(
myFile
);
50
FileUtils.getFileStatus(
myFile
.getAbsolutePath(), status, false);
59
assertTrue(
myFile
.delete());
/external/icu4c/data/misc/
miscfiles.mk
17
# | MISC_SOURCE_LOCAL =
myFile
.txt ...
/external/sonivox/jet_tools/JetCreator/
JetCreator.py
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 216 milliseconds