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

  /frameworks/compile/mclinker/include/mcld/CodeGen/
MCLinker.h 62 virtual bool doInitialization(llvm::Module &pM);
64 virtual bool doFinalization(llvm::Module &pM);
  /external/stlport/src/
locale_catalog.cpp 207 Category_Map *pM = *M;
209 if (cat && pM) {
216 Category_Map::iterator it = pM->find(name);
217 if (it != pM->end()) {
223 pM->erase(it);
225 if (pM->empty()) {
226 delete pM;
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 207 Category_Map *pM = *M;
209 if (cat && pM) {
216 Category_Map::iterator it = pM->find(name);
217 if (it != pM->end()) {
223 pM->erase(it);
225 if (pM->empty()) {
226 delete pM;
  /frameworks/base/core/jni/android/opengl/
util.cpp 44 void mx4transform(float x, float y, float z, float w, const float* pM, float* pDest) {
45 pDest[0] = pM[0 + 4 * 0] * x + pM[0 + 4 * 1] * y + pM[0 + 4 * 2] * z + pM[0 + 4 * 3] * w;
46 pDest[1] = pM[1 + 4 * 0] * x + pM[1 + 4 * 1] * y + pM[1 + 4 * 2] * z + pM[1 + 4 * 3] * w;
47 pDest[2] = pM[2 + 4 * 0] * x + pM[2 + 4 * 1] * y + pM[2 + 4 * 2] * z + pM[2 + 4 * 3] * w
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 271 void TransferParamsFromChild(CvVSModule* pM, char* prefix = NULL)
278 char* N = pM->GetParamName(i);
290 if(pM->GetParamStr(N))
299 if(pM->GetParamStr(N))
301 const char* val = pM->GetParamStr(N);
306 double val = pM->GetParam(N);
309 CommentParam(FN, pM->GetParamComment(N));
313 void TransferParamsToChild(CvVSModule* pM, char* prefix = NULL)
319 char* N = pM->GetParamName(i);
335 pM->SetParamStr(N,GetParamStr(tmp))
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 208 bool MCLinker::doInitialization(llvm::Module &pM)
223 bool MCLinker::doFinalization(llvm::Module &pM)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 526 ?pgp???????6M?0PC$[F????j?=w?BL?????E??cI????.?D?????T??M?> ?3m??V??an*??`?S-C?:?,??7r?????9>?K>??x€-?p\??<$???#c?izQ,??? ?1??i|2??????a?c%o??'??f??f??r$8>????4??6?A??????.??0U]??W8??e????GhUt+]L???>??N??2?H?(x???'a|?an???q?M???C.(???X???_S ?nX?uU??v"??u?c?H)??d??B???r?6?W?c_?f\?|)?kS?r??U???)?hi?? ??I??rmE?f]??I???Z??Z?|?#? ?y]?^?c|{{ku???_y??? }A?2>I[??I?????$O??a ???W?7??A???|?\/AI0[????P??c>??PM?
    [all...]

Completed in 382 milliseconds