HomeSort by relevance Sort by last modified time
    Searched refs:pOutStr (Results 1 - 4 of 4) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 260 sprintf(pOutStr, "%%============= PCLm: FileBody: Object 1 - Catalog\n");
261 writeStr2OutBuff(pOutStr);
263 sprintf(pOutStr, "%d 0 obj\n", CATALOG_OBJ_NUMBER);
264 writeStr2OutBuff(pOutStr);
265 sprintf(pOutStr, "<<\n");
266 writeStr2OutBuff(pOutStr);
267 sprintf(pOutStr, "/Type /Catalog\n");
268 writeStr2OutBuff(pOutStr);
269 sprintf(pOutStr, "/Pages %d 0 R\n", PAGES_OBJ_NUMBER);
270 writeStr2OutBuff(pOutStr);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 30 // arguments. The result is appended at on the pOutStr.
31 void Diagnostic::format(std::string& pOutStr) const {
35 format(desc.begin(), desc.end(), pOutStr);
69 // arguments. The result is appended at on the pOutStr.
72 std::string& pOutStr) const {
77 pOutStr.append(cur_char, new_end);
81 pOutStr.push_back(cur_char[1]); // %% -> %.
134 pOutStr.append(str.begin(), str.end());
147 pOutStr.append(str);
152 llvm::raw_string_ostream(pOutStr) << val
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 80 // arguments. The result is appended at on the pOutStr.
81 void format(std::string& pOutStr) const;
84 // arguments. The result is appended at on the pOutStr.
85 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const;
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
PCLmGenerator.h 258 char pOutStr[256];

Completed in 2477 milliseconds