HomeSort by relevance Sort by last modified time
    Searched full:myfile (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_manifest1.jar 
  /libcore/support/src/test/java/tests/resources/
hyts_manifest1.jar 
  /external/icu/icu4c/source/test/iotest/
filetst.c 32 static void TestFileFromICU(UFILE *myFile) {
50 if (myFile == NULL) {
72 u_fprintf(myFile, "Signed decimal integer %%d: %d\n", *n);
73 u_fprintf(myFile, "Signed decimal integer %%i: %i\n", *n);
74 u_fprintf(myFile, "Unsigned octal integer %%o: %o\n", *n);
75 u_fprintf(myFile, "Unsigned decimal integer %%u: %u\n", *n);
76 u_fprintf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", *n);
77 u_fprintf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", *n);
78 u_fprintf(myFile, "Float %%f: %f\n", myFloat);
79 u_fprintf(myFile, "Lowercase float %%e: %e\n", myFloat)
    [all...]
  /external/clang/test/Analysis/
simple-stream-checks.c 6 FILE *F = fopen("myfile.txt", "w");
18 FILE *F = fopen("myfile.txt", "w");
30 FILE *F = fopen("myfile.txt", "w");
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
51 FILE *F = fopen("myfile.txt", "w");
56 FILE *F = fopen("myfile.txt", "w");
62 FILE *F = fopen("myfile.txt", "w");
69 FILE *F = fopen("myfile.txt", "w");
75 FILE *F = fopen("myfile.txt", "w")
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
UtilTest.java 21 final String windowsPath = "E:\\Test\\Path With Spaces\\MyFile.jar";
24 final String unixPath = "/opt/test/myfile.jar";
  /external/compiler-rt/test/tsan/
java_symbolization.cc 11 memcpy(file_buf, "MyFile.java", sizeof("MyFile.java"));
43 // CHECK: #0 MyFunc MyFile.java:1234:56
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
LightCodeInsightParsingTestCase.java 55 protected PsiFile myFile;
72 myFile = null;
126 myFile = createPsiFile(name, text);
127 ensureParsed(myFile);
128 assertEquals(text, myFile.getText());
129 checkResult(name + suffix, myFile);
134 myFile = createPsiFile("a", code);
135 ensureParsed(myFile);
136 assertEquals(code, myFile.getText());
137 checkResult(myFilePrefix + name, myFile);
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 22 std::ofstream bytestream("myfile.txt");
28 std::ifstream bytestream("myfile.txt");
35 std::remove("myfile.txt");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 22 std::ofstream bytestream("myfile.txt");
28 std::ifstream bytestream("myfile.txt");
35 std::remove("myfile.txt");
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 32 extern FILE *myFile;
  /prebuilts/go/darwin-x86/src/path/
example_test.go 95 fmt.Println(path.Split("static/myfile.css"))
96 fmt.Println(path.Split("myfile.css"))
99 // static/ myfile.css
100 // myfile.css
  /prebuilts/go/linux-x86/src/path/
example_test.go 95 fmt.Println(path.Split("static/myfile.css"))
96 fmt.Println(path.Split("myfile.css"))
99 // static/ myfile.css
100 // myfile.css
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
AttachmentUtilitiesTests.java 56 final String FILE_PNG = "myfile.false.pNg";
57 final String FILE_ABC = "myfile.false.aBc";
58 final String FILE_NO_EXT = "myfile";
110 final String FILE_NO_EXTENSION = "myfile";
111 final String FILE_EXTENSION = "myfile.pDf";
112 final String FILE_TWO_EXTENSIONS = "myfile.false.AbC";
  /external/junit/src/main/java/org/junit/
Rule.java 35 * File createdFile= folder.newFile("myfile.txt");
54 * File createdFile= folder.newFile("myfile.txt");
  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 35 api.run.readfile('myfile.txt')
36 api.run.writefile('myfile.txt', 'contents')
  /external/skqp/infra/bots/recipe_modules/run/examples/
full.py 35 api.run.readfile('myfile.txt')
36 api.run.writefile('myfile.txt', 'contents')
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 19 # | MISC_SOURCE_LOCAL = myFile.txt ...
  /external/python/cpython3/Tools/scripts/
highlight.py 210 $ ./highlight.py myfile.py
212 # Colorize myfile.py and display in a browser
213 $ ./highlight.py -b myfile.py
216 ./highlight.py -s myfile.py
219 $ ./highlight.py -c myfile.py > myfile.html
222 $ ./highlight.py -l myfile.py | pdflatex
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 174 System.err.println("Example 1: Prepends access control entry to the begining of the myfile's ACL");
175 System.err.println(" java AclEdit A+alice:read_data/read_attributes:allow myfile");
177 System.err.println("Example 2: Remove the entry at index 6 of myfile's ACL");
178 System.err.println(" java AclEdit A6- myfile");
180 System.err.println("Example 3: Replace the entry at index 2 of myfile's ACL");
181 System.err.println(" java AclEdit A2=bob:write_data/append_data:deny myfile");
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 174 System.err.println("Example 1: Prepends access control entry to the begining of the myfile's ACL");
175 System.err.println(" java AclEdit A+alice:read_data/read_attributes:allow myfile");
177 System.err.println("Example 2: Remove the entry at index 6 of myfile's ACL");
178 System.err.println(" java AclEdit A6- myfile");
180 System.err.println("Example 3: Replace the entry at index 2 of myfile's ACL");
181 System.err.println(" java AclEdit A2=bob:write_data/append_data:deny myfile");
  /system/ca-certificates/google/
extract_from_pem.py 30 non-negative integer. Ex. if myfile.0 exists and has different
31 content, the output file will be myfile.1.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_robotparser.py 142 Allow: /folder1/myfile.html
146 good = ['/folder1/myfile.html']
195 Allow: /folder1/myfile.html
199 good = ['/folder1/myfile.html']
  /external/python/cpython2/Lib/test/
test_robotparser.py 149 Allow: /folder1/myfile.html
153 good = ['/folder1/myfile.html']
202 Allow: /folder1/myfile.html
206 good = ['/folder1/myfile.html']
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_robotparser.py 143 Allow: /folder1/myfile.html
147 good = ['/folder1/myfile.html']
196 Allow: /folder1/myfile.html
200 good = ['/folder1/myfile.html']
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_robotparser.py 143 Allow: /folder1/myfile.html
147 good = ['/folder1/myfile.html']
196 Allow: /folder1/myfile.html
200 good = ['/folder1/myfile.html']

Completed in 1415 milliseconds

1 2 3 4 5 6 7 8 91011>>