Searched refs:dataFile (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
H A Dpkg_gencmn.c117 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
149 if (dataFile == NULL) {
152 in = T_FileStream_open(dataFile, "r");
154 fprintf(stderr, "gencmn: unable to open input file %s\n", dataFile);
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
116 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDataLog.h36 WTF_EXPORT_PRIVATE FilePrintStream& dataFile();
45 dataFile().print(values...);
H A DDataLog.cpp138 FilePrintStream& dataFile() function in namespace:WTF
146 dataFile().vprintf(format, argList);
159 dataFile().printf("%s", str);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drbbiapts.h65 void RoundtripRule(const char *dataFile);
H A Drbbiapts.cpp1017 void RBBIAPITest::RoundtripRule(const char *dataFile) { argument
1022 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", dataFile, &status));
1029 errcheckln(status, "Can't open \"%s\" - %s", dataFile, u_errorName(status));
1042 logln("Comparing \"%s\" len=%d", dataFile, length);
1044 errln("Built rules and rebuilt rules are different %s", dataFile);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGCFAPhase.cpp105 m_interpreter.dump(WTF::dataFile());
119 m_interpreter.dump(WTF::dataFile());
H A DDFGWorklist.cpp94 dump(locker, WTF::dataFile());
124 dump(locker, WTF::dataFile());
385 dump(locker, WTF::dataFile());
H A DDFGDisassembler.cpp57 dump(WTF::dataFile(), linkBuffer);
H A DDFGNaturalLoops.cpp64 graph.m_dominators.dump(graph, WTF::dataFile());
H A DDFGOSREntry.cpp125 entry->m_expectedValues.argument(argument).dump(WTF::dataFile());
H A DDFGVariableEventStream.cpp43 event.dump(WTF::dataFile());
H A DDFGGraph.cpp491 myContext.dump(WTF::dataFile());
H A DDFGGraph.h182 void dump(PrintStream& = WTF::dataFile(), DumpContext* = 0);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSamplingCounter.h162 dataFile("DeletableSamplingCounter \"%s\" deleted early (with count %lld)\n", m_name, m_counter);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLCapabilities.cpp390 graph.dump(WTF::dataFile(), " ", node);
400 graph.dump(WTF::dataFile(), " ", node);
407 graph.dump(WTF::dataFile(), " ", node);
H A DFTLCompile.cpp582 " ", WTF::dataFile(), LLVMSubset);
620 state.jitCode->stackmaps.dumpMultiline(WTF::dataFile(), " ");
641 " ", WTF::dataFile(), LLVMSubset);
H A DFTLLowerDFGToLLVM.cpp635 m_graph.dump(WTF::dataFile(), " ", m_node);
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITDisassembler.cpp66 dump(WTF::dataFile(), linkBuffer);
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.cpp71 disassemble(result.code(), m_size, " ", WTF::dataFile());
H A DMacroAssemblerCodeRef.h436 return JSC::tryToDisassemble(m_codePtr, size(), prefix, WTF::dataFile());
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysis.cpp340 m_codeBlock->dumpBytecode(WTF::dataFile(), m_codeBlock->globalObject()->globalExec(), instructionsBegin, currentInstruction);
H A DCodeBlock.h162 void dumpBytecode(PrintStream& = WTF::dataFile());
H A DCodeBlock.cpp3338 profile->dump(WTF::dataFile());

Completed in 246 milliseconds