Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/selinux/libsemanage/utils/
Dsemanage_migrate_store57 def copy_module(store, name, base): argument
91 def migrate_store(store): argument
185 def oldstore_path(store): argument
188 def oldmodules_path(store): argument
191 def disabledmodules_path(store): argument
197 def newstore_path(store): argument
200 def newmodules_path(store): argument
203 def bottomdir_path(store): argument
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c52 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local
94 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local
152 struct normal_stage_data *store; in alloc_normal_data() local
170 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in free_normal_data() local
Dt_vb_texmat.c59 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in run_texmat_stage() local
89 struct texmat_stage_data *store; in alloc_texmat_data() local
106 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in free_texmat_data() local
Dt_vb_points.c53 struct point_stage_data *store = POINT_STAGE_DATA(stage); in run_point_stage() local
83 struct point_stage_data *store; in alloc_point_data() local
97 struct point_stage_data *store = POINT_STAGE_DATA(stage); in free_point_data() local
Dt_vb_vertex.c140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr; in run_vertex_stage() local
236 struct vertex_stage_data *store; in init_vertex_stage() local
261 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage); in dtr() local
Dt_vb_texgen.c252 struct texgen_stage_data *store, in texgen_reflection_map_nv()
274 struct texgen_stage_data *store, in texgen_normal_map_nv()
302 struct texgen_stage_data *store, in texgen_sphere_map()
335 struct texgen_stage_data *store, in texgen()
487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in run_texgen_stage() local
511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in validate_texgen_stage() local
562 struct texgen_stage_data *store; in alloc_texgen_data() local
583 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in free_texgen_data() local
Dt_vb_light.c197 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials()
223 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials()
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in run_lighting() local
421 struct light_stage_data *store; in init_lighting() local
452 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in dtr() local
Dt_vb_fog.c147 struct fog_stage_data *store = FOG_STAGE_DATA(stage); in run_fog_stage() local
241 struct fog_stage_data *store; in alloc_fog_data() local
259 struct fog_stage_data *store = FOG_STAGE_DATA(stage); in free_fog_data() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
DGeoMap.java160 public FloatBuffer writeNormalArray(FloatBuffer store, Vector3f scale) { in writeNormalArray()
237 public FloatBuffer writeVertexArray(FloatBuffer store, Vector3f scale, boolean center) { in writeVertexArray()
266 public Vector2f getUV(int x, int y, Vector2f store){ in getUV()
272 public Vector2f getUV(int i, Vector2f store){ in getUV()
276 public FloatBuffer writeTexCoordArray(FloatBuffer store, Vector2f offset, Vector2f scale){ in writeTexCoordArray()
300 public IntBuffer writeIndexArray(IntBuffer store){ in writeIndexArray()
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/
Di18n.py10 def locale_selector(store, request): argument
13 def timezone_selector(store, request): argument
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
DEmitterShape.java48 public void getRandomPoint(Vector3f store); in getRandomPoint()
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal); in getRandomPointAndNormal()
DEmitterMeshConvexHullShape.java39 public void getRandomPoint(Vector3f store) { in getRandomPoint()
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterPointShape.java63 public void getRandomPoint(Vector3f store) { in getRandomPoint()
74 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterMeshFaceShape.java59 public void getRandomPoint(Vector3f store) { in getRandomPoint()
82 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterSphereShape.java75 public void getRandomPoint(Vector3f store) { in getRandomPoint()
84 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterBoxShape.java60 public void getRandomPoint(Vector3f store) { in getRandomPoint()
73 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestRemoteCall.java97 ObjectStore store = new ObjectStore(server); in createServer() local
112 ObjectStore store = new ObjectStore(client); in main() local
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java133 public abstract BoundingVolume transform(Transform trans, BoundingVolume store); in transform()
135 public abstract BoundingVolume transform(Matrix4f trans, BoundingVolume store); in transform()
189 public abstract BoundingVolume clone(BoundingVolume store); in clone()
195 public final Vector3f getCenter(Vector3f store) { in getCenter()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h152 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
157 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount()
250 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DCompactQuaternionArray.java86 protected void serialize(int i, Quaternion store) { in serialize()
95 protected Quaternion deserialize(int i, Quaternion store) { in deserialize()
DCompactVector3Array.java86 protected void serialize(int i, Vector3f store) { in serialize()
94 protected Vector3f deserialize(int i, Vector3f store) { in deserialize()
DCompactArray.java129 public final T get(int index, T store) { in get()
255 protected abstract void serialize(int compactIndex, T store); in serialize()
262 protected abstract T deserialize(int compactIndex, T store); in deserialize()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java96 public Builder addCertificateStore(PKIXCertStore store) in addCertificateStore()
103 public Builder addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store) in addNamedCertificateStore()
110 public Builder addCRLStore(PKIXCRLStore store) in addCRLStore()
117 public Builder addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store) in addNamedCRLStore()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DRemoteObject.java68 ObjectStore store; field in RemoteObject
76 public RemoteObject(ObjectStore store, HostedConnection client){ in RemoteObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java268 public void addStore(Store store) in addStore()
291 public void addAdditionalStore(Store store) in addAdditionalStore()
302 public void addAddionalStore(Store store) in addAddionalStore()

12345678910