/external/v8/test/mjsunit/regress/ |
D | regress-crbug-416558.js | 6 function store(x) { x[0] = 0; } function 20 function store(x) { x[0] = 0; } function 34 function store(x) { x[0] = 0; } function 48 function store(x) { x[0] = 0; } function 62 function store(x) { x[0] = 0; } function 76 function store(x) { x[0] = 0; } function 90 function store(x) { x[0] = 0; } function 104 function store(x) { x[0] = 0; } function
|
D | regress-4296.js | 7 function store(o, i, v) { o[i] = v; } function 20 function store(o, i, v) { o[i] = v; } function 34 function store(o, i, v) { o[i] = v; } function
|
/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/v8/test/mjsunit/ |
D | element-read-only.js | 25 function store(o, i, v) { "use strict"; o[i] = v; }; function 40 function store(o, i, v) { "use strict"; o[i] = v; }; function 55 function store(o, i, v) { "use strict"; o[i] = v; }; function 70 function store(o, i, v) { "use strict"; o[i] = v; }; function 85 function store(o, i, v) { "use strict"; o[i] = v; }; function 101 function store(o, i, v) { "use strict"; o[i] = v; }; function 117 function store(o, i, v) { "use strict"; o[i] = v; }; function 132 function store(o, i, v) { "use strict"; o[i] = v; }; function 146 function store(o, i, v) { "use strict"; o[i] = v; }; function
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_normals.c | 52 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
|
D | t_vb_texmat.c | 59 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
|
D | t_vb_points.c | 53 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
|
D | t_vb_texgen.c | 252 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
|
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_light.c | 197 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
|
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_lighttmp.h | 52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local 520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in TAG() local
|
D | t_vb_program.c | 128 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store) in do_ndc_cliptest() 314 struct vp_stage_data *store = VP_STAGE_DATA(stage); in run_vp() local 514 struct vp_stage_data *store; in init_vp() local 536 struct vp_stage_data *store = VP_STAGE_DATA(stage); in dtr() local
|
/external/chromium-trace/catapult/third_party/webapp2/tests/resources/ |
D | i18n.py | 10 def locale_selector(store, request): argument 13 def timezone_selector(store, request): argument
|
/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()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ValidationTestBase.java | 69 final ExecutionDataStore store = execute(reader); in setup() local 81 final ExecutionDataStore store = new ExecutionDataStore(); in execute() local 90 final ExecutionDataStore store) { in analyze()
|
/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/skia/src/opts/ |
D | SkNx_sse.h | 38 void store(void* ptr) const { _mm_storel_pi((__m64*)ptr, fVec); } in store() function 86 void store(void* ptr) const { _mm_storeu_ps((float*)ptr, fVec); } in store() function 141 void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() function 174 void store(void* ptr) const { _mm_storel_epi64((__m128i*)ptr, fVec); } in store() function 203 void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() function 242 void store(void* ptr) const { *(int*)ptr = _mm_cvtsi128_si32(fVec); } in store() function 263 void store(void* ptr) const { _mm_storeu_si128((__m128i*)ptr, fVec); } in store() function
|
D | SkNx_neon.h | 55 void store(void* ptr) const { vst1_f32((float*)ptr, fVec); } in store() function 137 void store(void* ptr) const { vst1q_f32((float*)ptr, fVec); } in store() function 240 void store(void* ptr) const { vst1_u16((uint16_t*)ptr, fVec); } in store() function 278 void store(void* ptr) const { vst1q_u16((uint16_t*)ptr, fVec); } in store() function 311 void store(void* ptr) const { in store() function 336 void store(void* ptr) const { vst1q_u8((uint8_t*)ptr, fVec); } in store() function
|
/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()
|
D | squeeze.c | 337 ZopfliLZ77Store* store) { in FollowPath() 399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { in GetStatistics() 435 void* costcontext, ZopfliLZ77Store* store) { in LZ77OptimalRun() 449 ZopfliLZ77Store* store) { in ZopfliLZ77Optimal() 525 ZopfliLZ77Store* store) in ZopfliLZ77OptimalFixed()
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
D | CertPinManager.java | 46 public CertPinManager(TrustedCertificateStore store) throws PinManagerException { in CertPinManager() 52 public CertPinManager(String path, TrustedCertificateStore store) throws PinManagerException { in CertPinManager()
|
/external/selinux/policycoreutils/semanage/ |
D | seobject.py | 209 store = None variable in semanageRecords 211 def __init__(self, store): argument 225 def get_handle(self, store): argument 300 def __init__(self, store): argument 412 def __init__(self, store): argument 425 def __init__(self, store): argument 495 def __init__(self, store=""): argument 756 def __init__(self, store=""): argument 1023 def __init__(self, store=""): argument 1286 def __init__(self, store=""): argument [all …]
|
/external/skia/src/effects/gradients/ |
D | Sk4fLinearGradient.cpp | 59 void store<SkPM4f, false>(const Sk4f& c, SkPM4f* dst) { in store() function 64 void store<SkPM4f, true>(const Sk4f& c, SkPM4f* dst) { in store() function 69 void store<SkPMColor, false>(const Sk4f& c, SkPMColor* dst) { in store() function 74 void store<SkPMColor, true>(const Sk4f& c, SkPMColor* dst) { in store() function
|