Searched refs:fileString (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_preprocessors.cpp | 96 cl_char fileString[ 512 ] = "", roundingString[ 128 ] = ""; in test_kernel_preprocessor_macros() local 131 streams[1] = clCreateBuffer(context, CL_MEM_READ_WRITE, sizeof(fileString), in test_kernel_preprocessor_macros() 150 …error = clEnqueueReadBuffer( queue, streams[1], CL_TRUE, 0, sizeof(fileString), fileString, 0, NUL… in test_kernel_preprocessor_macros() 320 if( fileString[ 0 ] == 0 ) in test_kernel_preprocessor_macros() 325 else if( strncmp( (char *)fileString, __FILE__, 512 ) != 0 ) in test_kernel_preprocessor_macros() 327 …G: __FILE__ defined, but to an unexpected value (%s)\n\tShould be: \"%s\"", fileString, __FILE__ ); in test_kernel_preprocessor_macros()
|
/external/vogar/src/vogar/android/ |
D | DeviceFilesystem.java | 95 for (String fileString : rawResult) { in ls() 99 if (fileString.contains(dir.getPath() + ": No such file or directory")) { in ls() 102 if (fileString.equals(dir.getPath())) { in ls() 106 files.add(new File(dir, fileString)); in ls()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocale.java | 200 String fileString = file.toString(); in TestLocalePartsValidity() local 201 checkLocale(fileString, localeName, ltp); in TestLocalePartsValidity() 239 public void checkLocale(String fileString, String localeName, in checkLocale() argument 242 checkLanguage(fileString, ltp.getLanguage()); in checkLocale() 243 checkScript(fileString, ltp.getScript()); in checkLocale() 244 checkRegion(fileString, ltp.getRegion()); in checkLocale()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CheckHtmlFiles.java | 692 String fileString = file.getCanonicalFile().toString(); in getSentences() local 693 File fileCanonical = new File(fileString); in getSentences() 694 if (!m.reset(fileString).matches()) { in getSentences() 696 System.out.println("Skipping: " + RegexUtilities.showMismatch(m, fileString) in getSentences() 702 … System.out.println("\nProcessing:\t" + sourceDirectory + File.separator + fileString); in getSentences() 704 int H2_START = fileString.contains("tr18") ? -1 : 0; in getSentences()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 94 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId() local 96 fileString->addStringOperand(file_c_str); in getStringId() 97 strings.push_back(std::unique_ptr<Instruction>(fileString)); in getStringId() 98 module.mapInstruction(fileString); in getStringId()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.h | 94 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId() local 96 fileString->addStringOperand(file_c_str); in getStringId() 97 strings.push_back(std::unique_ptr<Instruction>(fileString)); in getStringId() 98 module.mapInstruction(fileString); in getStringId()
|