/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 57 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/ |
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 | 126 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store) in do_ndc_cliptest() 291 struct vp_stage_data *store = VP_STAGE_DATA(stage); in run_vp() local 470 struct vp_stage_data *store; in init_vp() local 492 struct vp_stage_data *store = VP_STAGE_DATA(stage); in dtr() local
|
D | t_vb_lighttmp.h | 51 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 236 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 419 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 524 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 191 Ice::Inst *store = addressUses.stores[0]; in eliminateLoadsFollowingSingleStore() local 294 Ice::Inst *store = addressUses.stores[i]; in optimizeStoresInSingleBasicBlock() local 305 Ice::Inst *store = nullptr; in optimizeStoresInSingleBasicBlock() local 536 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeAddress() local 570 if(auto *store = llvm::dyn_cast<Ice::InstStore>(instruction)) in storeData() local 583 std::size_t Optimizer::storeSize(const Ice::Inst *store) in storeSize() 600 bool Optimizer::loadTypeMatchesStore(const Ice::Inst *load, const Ice::Inst *store) in loadTypeMatchesStore()
|
/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/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/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()
|
/external/skia/src/core/ |
D | SkFixed15.h | 28 uint16_t store() const { return fVal; } in store() function
|
/external/libxml2/ |
D | timsort.h | 356 static void TIM_SORT_RESIZE(TEMP_STORAGE_T *store, const size_t new_size) { in TIM_SORT_RESIZE() 372 TEMP_STORAGE_T *store) { in TIM_SORT_MERGE() 424 TEMP_STORAGE_T *store, const size_t size) { in TIM_SORT_COLLAPSE() 489 TEMP_STORAGE_T *store, in PUSH_NEXT() 532 TEMP_STORAGE_T _store, *store; in TIM_SORT() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ValidationTestBase.java | 72 final ExecutionDataStore store = execute(); in setup() local 88 private void analyze(final ExecutionDataStore store) throws IOException { in analyze()
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 25 def store(size, comps, total, d): function
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 319 sub store { subroutine
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 317 sub store { subroutine
|
/external/curl/src/ |
D | tool_helpers.c | 70 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
|
/external/libavc/common/armv8/ |
D | ih264_intra_pred_luma_16x16_av8.s | 341 store: label
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 66 public void setCookieStore(final CookieStore store) { in setCookieStore()
|