Searched refs:pm (Results 1 - 25 of 212) sorted by relevance

123456789

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dobjectmodel.py130 pm = PermMap(fields[0], str_to_dir[fields[1]], int(fields[2]))
131 cur[pm.perm] = pm
151 pm = self.classes[obj][perm]
154 return pm
159 pm = self.getdefault(obj, perm)
160 dir = dir | pm.dir
166 pm = self.getdefault(obj, perm)
167 total += pm.weight
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
H A DCFGStmtMap.h31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} argument
/prebuilts/sdk/system_current/optional/
H A Dandroid.test.mock.jar ... String, java.lang.String, android.content.pm.PathPermission[]) android.content.Context context String readPermission ...
/prebuilts/sdk/28/optional/
H A Dandroid.test.mock.jar ... String, java.lang.String, android.content.pm.PathPermission[]) android.content.Context context String readPermission ...
/prebuilts/sdk/current/optional/
H A Dandroid.test.mock.jar ... String, java.lang.String, android.content.pm.PathPermission[]) android.content.Context context String readPermission ...
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd3dx9math.h294 HRESULT WINAPI D3DXMatrixDecompose(D3DXVECTOR3 *poutscale, D3DXQUATERNION *poutrotation, D3DXVECTOR3 *pouttranslation, const D3DXMATRIX *pm);
295 FLOAT WINAPI D3DXMatrixDeterminant(const D3DXMATRIX *pm);
296 D3DXMATRIX* WINAPI D3DXMatrixInverse(D3DXMATRIX *pout, FLOAT *pdeterminant, const D3DXMATRIX *pm);
325 D3DXMATRIX* WINAPI D3DXMatrixTranspose(D3DXMATRIX *pout, const D3DXMATRIX *pm);
331 D3DXPLANE* WINAPI D3DXPlaneTransform(D3DXPLANE *pout, const D3DXPLANE *pplane, const D3DXMATRIX *pm);
332 D3DXPLANE* WINAPI D3DXPlaneTransformArray(D3DXPLANE *pout, UINT outstride, const D3DXPLANE *pplane, UINT pstride, const D3DXMATRIX *pm, UINT n);
341 D3DXQUATERNION* WINAPI D3DXQuaternionRotationMatrix(D3DXQUATERNION *pout, const D3DXMATRIX *pm);
354 D3DXVECTOR4* WINAPI D3DXVec2Transform(D3DXVECTOR4 *pout, const D3DXVECTOR2 *pv, const D3DXMATRIX *pm);
355 D3DXVECTOR4* WINAPI D3DXVec2TransformArray(D3DXVECTOR4 *pout, UINT outstride, const D3DXVECTOR2 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
356 D3DXVECTOR2* WINAPI D3DXVec2TransformCoord(D3DXVECTOR2 *pout, const D3DXVECTOR2 *pv, const D3DXMATRIX *pm);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd3dx9math.h294 HRESULT WINAPI D3DXMatrixDecompose(D3DXVECTOR3 *poutscale, D3DXQUATERNION *poutrotation, D3DXVECTOR3 *pouttranslation, const D3DXMATRIX *pm);
295 FLOAT WINAPI D3DXMatrixDeterminant(const D3DXMATRIX *pm);
296 D3DXMATRIX* WINAPI D3DXMatrixInverse(D3DXMATRIX *pout, FLOAT *pdeterminant, const D3DXMATRIX *pm);
325 D3DXMATRIX* WINAPI D3DXMatrixTranspose(D3DXMATRIX *pout, const D3DXMATRIX *pm);
331 D3DXPLANE* WINAPI D3DXPlaneTransform(D3DXPLANE *pout, const D3DXPLANE *pplane, const D3DXMATRIX *pm);
332 D3DXPLANE* WINAPI D3DXPlaneTransformArray(D3DXPLANE *pout, UINT outstride, const D3DXPLANE *pplane, UINT pstride, const D3DXMATRIX *pm, UINT n);
341 D3DXQUATERNION* WINAPI D3DXQuaternionRotationMatrix(D3DXQUATERNION *pout, const D3DXMATRIX *pm);
354 D3DXVECTOR4* WINAPI D3DXVec2Transform(D3DXVECTOR4 *pout, const D3DXVECTOR2 *pv, const D3DXMATRIX *pm);
355 D3DXVECTOR4* WINAPI D3DXVec2TransformArray(D3DXVECTOR4 *pout, UINT outstride, const D3DXVECTOR2 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
356 D3DXVECTOR2* WINAPI D3DXVec2TransformCoord(D3DXVECTOR2 *pout, const D3DXVECTOR2 *pv, const D3DXMATRIX *pm);
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A DPixMapWrapper.py117 # any other pm attribute -- just stuff
137 # any other pm attribute -- just unstuff
215 pm = PixMapWrapper()
216 pm.fromImage( Image.open(path) )
217 pm.blit(20,20)
218 return pm
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DPixMapWrapper.py117 # any other pm attribute -- just stuff
137 # any other pm attribute -- just unstuff
215 pm = PixMapWrapper()
216 pm.fromImage( Image.open(path) )
217 pm.blit(20,20)
218 return pm
/prebuilts/misc/common/robolectric/3.1.1/lib/
H A Drobolectric-3.1.1.jar ... Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.String, java.lang ...
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h123 TargetPassConfig(TargetMachine *tm, PassManagerBase &pm);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
H A DLinkingContext.h199 virtual void addPasses(PassManager &pm) = 0;

Completed in 2848 milliseconds

123456789