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

  /frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp 22 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault,
26 m_FormatList.push_back(pDefault);
ScriptFile.cpp 101 void ScriptFile::addOutputFormatCmd(const std::string& pDefault,
104 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle));
  /frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h 33 OutputFormatCmd(const std::string& pDefault,
ScriptFile.h 90 void addOutputFormatCmd(const std::string& pDefault,
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 60 int JS_DefineObjConst(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sConstName, v8::Local<v8::Value> pDefault);
62 int JS_DefineGlobalConst(IJS_Runtime* pJSRuntime, const wchar_t* sConstName, v8::Local<v8::Value> pDefault);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 150 FPDF_WIDESTRING pDefault = (FPDF_WIDESTRING)bsDefault.GetBuffer(bsDefault.GetLength());
153 pDefault, pLabel, bPassword, response, length);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 863 WINBOOL WINAPI OpenPrinterA(LPSTR pPrinterName,LPHANDLE phPrinter,LPPRINTER_DEFAULTSA pDefault);
864 WINBOOL WINAPI OpenPrinterW(LPWSTR pPrinterName,LPHANDLE phPrinter,LPPRINTER_DEFAULTSW pDefault);
865 WINBOOL WINAPI ResetPrinterA(HANDLE hPrinter,LPPRINTER_DEFAULTSA pDefault);
866 WINBOOL WINAPI ResetPrinterW(HANDLE hPrinter,LPPRINTER_DEFAULTSW pDefault);
    [all...]
winsplp.h 90 PPRINTER_DEFAULTSW pDefault);
183 WINBOOL (WINAPI *fpResetPrinter)(HANDLE hPrinter, LPPRINTER_DEFAULTSW pDefault);
204 LPPRINTER_DEFAULTSW pDefault, LPBYTE pClientInfo,
    [all...]
strmif.h     [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 150 int JS_DefineObjConst(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sConstName, v8::Local<v8::Value> pDefault)
165 objTemp->Set(isolate, FX_LPCSTR(bsConstName), pDefault);
212 int JS_DefineGlobalConst(IJS_Runtime* pJSRuntime, const wchar_t* sConstName, v8::Local<v8::Value> pDefault)
228 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsConst), v8::NewStringType::kNormal).ToLocalChecked(), pDefault, v8::ReadOnly);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 745 milliseconds