/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 56 def copy_module(store, name, base): argument 93 def migrate_store(store): argument 188 def oldstore_path(store): argument 192 def oldmodules_path(store): argument 196 def disabledmodules_path(store): argument 204 def newstore_path(store): argument 208 def newmodules_path(store): argument 212 def bottomdir_path(store): argument
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_normals.c | 51 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local 93 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local 151 struct normal_stage_data *store; in alloc_normal_data() local 169 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in free_normal_data() local
|
D | t_vb_texmat.c | 58 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in run_texmat_stage() local 88 struct texmat_stage_data *store; in alloc_texmat_data() local 105 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in free_texmat_data() local
|
D | t_vb_points.c | 54 struct point_stage_data *store = POINT_STAGE_DATA(stage); in run_point_stage() local 84 struct point_stage_data *store; in alloc_point_data() local 98 struct point_stage_data *store = POINT_STAGE_DATA(stage); in free_point_data() local
|
D | t_vb_vertex.c | 140 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
|
D | t_vb_texgen.c | 250 struct texgen_stage_data *store, in texgen_reflection_map_nv() 272 struct texgen_stage_data *store, in texgen_normal_map_nv() 300 struct texgen_stage_data *store, in texgen_sphere_map() 333 struct texgen_stage_data *store, in texgen() 485 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in run_texgen_stage() local 509 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in validate_texgen_stage() local 560 struct texgen_stage_data *store; in alloc_texgen_data() local 581 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in free_texgen_data() local
|
D | t_vb_light.c | 198 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials() 224 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials() 331 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in run_lighting() local 425 struct light_stage_data *store; in init_lighting() local 456 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in dtr() local
|
D | t_vb_fog.c | 147 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
|
D | t_vb_program.c | 127 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store) in do_ndc_cliptest() 293 struct vp_stage_data *store = VP_STAGE_DATA(stage); in run_vp() local 472 struct vp_stage_data *store; in init_vp() local 494 struct vp_stage_data *store = VP_STAGE_DATA(stage); in dtr() local
|
/external/libaom/libaom/aom_dsp/ |
D | fft_common.h | 117 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store) \ argument 125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument 177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 513 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store) \ argument 521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument 538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument 697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 172 const Instruction* store[1] = {nullptr}; in TEST() local 199 const Instruction* store[1] = {nullptr}; in TEST() local 1527 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1557 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1607 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1636 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1686 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1715 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1765 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1794 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local [all …]
|
D | dependence_analysis.cpp | 135 const Instruction* store[4]; in TEST() local 292 const Instruction* store[4]; in TEST() local 528 const Instruction* store[4]; in TEST() local 601 const Instruction* store[4]; in TEST() local 922 const Instruction* store[4]; in TEST() local 978 const Instruction* store[4]; in TEST() local 1421 const Instruction* store = nullptr; in TEST() local 1442 const Instruction* store = nullptr; in TEST() local 1464 const Instruction* store = nullptr; in TEST() local 1485 const Instruction* store = nullptr; in TEST() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 172 const Instruction* store[1] = {nullptr}; in TEST() local 199 const Instruction* store[1] = {nullptr}; in TEST() local 1527 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1557 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1607 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1636 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1686 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1715 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1765 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local 1794 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local [all …]
|
D | dependence_analysis.cpp | 135 const Instruction* store[4]; in TEST() local 292 const Instruction* store[4]; in TEST() local 528 const Instruction* store[4]; in TEST() local 601 const Instruction* store[4]; in TEST() local 922 const Instruction* store[4]; in TEST() local 978 const Instruction* store[4]; in TEST() local 1421 const Instruction* store = nullptr; in TEST() local 1442 const Instruction* store = nullptr; in TEST() local 1464 const Instruction* store = nullptr; in TEST() local 1485 const Instruction* store = nullptr; in TEST() local [all …]
|
/external/u-boot/arch/arm/include/debug/ |
D | 8250.S | 15 .macro store, rd, rx:vararg macro 23 .macro store, rd, rx:vararg macro
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/ |
D | PKIXCRLUtil.java | 92 Store store = (Store)obj; in findCRLs() local 107 CertStore store = (CertStore)obj; in findCRLs() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 152 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()
|
D | StoreRef.h | 31 Store store; variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKIXExtendedParameters.java | 96 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/ |
D | PKIXExtendedParameters.java | 99 public Builder addCertificateStore(PKIXCertStore store) in addCertificateStore() 106 public Builder addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store) in addNamedCertificateStore() 113 public Builder addCRLStore(PKIXCRLStore store) in addCRLStore() 120 public Builder addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store) in addNamedCRLStore()
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 235 Ice::Inst *store = addressUses.stores[0]; in eliminateLoadsFollowingSingleStore() local 348 Ice::Inst *store = addressUses.stores[i]; in optimizeStoresInSingleBasicBlock() local 380 Ice::Inst *store = nullptr; in optimizeStoresInSingleBasicBlock() local 614 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeAddress() local 648 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeData() local 661 std::size_t Optimizer::storeSize(const Ice::Inst *store) in storeSize() 678 bool Optimizer::loadTypeMatchesStore(const Ice::Inst *load, const Ice::Inst *store) in loadTypeMatchesStore()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | ExtendedPKIXParameters.java | 268 public void addStore(Store store) in addStore() 291 public void addAdditionalStore(Store store) in addAdditionalStore() 302 public void addAddionalStore(Store store) in addAddionalStore()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
D | ExtendedPKIXParameters.java | 270 public void addStore(Store store) in addStore() 293 public void addAdditionalStore(Store store) in addAdditionalStore() 304 public void addAddionalStore(Store store) in addAddionalStore()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | RuntimeData.java | 30 protected final ExecutionDataStore store; field in RuntimeData 52 public RuntimeData(ExecutionDataStore store) { in RuntimeData()
|
/external/zopfli/src/zopfli/ |
D | lz77.c | 27 void ZopfliInitLZ77Store(ZopfliLZ77Store* store) { in ZopfliInitLZ77Store() 33 void ZopfliCleanLZ77Store(ZopfliLZ77Store* store) { in ZopfliCleanLZ77Store() 60 ZopfliLZ77Store* store) { in ZopfliStoreLitLenDist() 368 ZopfliLZ77Store* store) { in ZopfliLZ77Greedy()
|