/external/vboot_reference/firmware/lib/ |
D | vboot_api_kernel.c | 156 VbSharedDataHeader *shared = in VbUserConfirms() local 230 VbSharedDataHeader *shared = in VbBootDeveloper() local 452 VbSharedDataHeader *shared = in VbBootRecovery() local 635 VbSharedDataHeader *shared = in VbEcSoftwareSync() local 970 VbSharedDataHeader *shared = in VbSelectAndLoadKernel() local
|
D | vboot_api_firmware.c | 23 VbSharedDataHeader *shared = in VbSelectFirmware() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | KDFParameters.java | 12 byte[] shared; field in KDFParameters 15 byte[] shared, in KDFParameters()
|
/external/v8/src/ |
D | compiler.cc | 260 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local 306 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan() 372 Handle<SharedFunctionInfo> shared) { in InstallSharedScopeInfo() 382 Handle<SharedFunctionInfo> shared) { in InstallSharedCompilationResult() 398 Handle<SharedFunctionInfo> shared = info->shared_info(); in InstallUnoptimizedCode() local 471 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local 501 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local 616 Handle<SharedFunctionInfo> shared(function->shared(), isolate); in GetOptimizedCode() local 738 Handle<SharedFunctionInfo> shared = info->shared_info(); in FinalizeOptimizedCompilationJob() local 831 Handle<SharedFunctionInfo> shared = info.shared_info(); in GetBaselineCode() local [all …]
|
D | runtime-profiler.cc | 172 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local 216 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeFullCodegen() local 320 SharedFunctionInfo* shared = function->shared(); in MaybeBaselineIgnition() local 346 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeIgnition() local 372 SharedFunctionInfo* shared = function->shared(); in MaybeOSRIgnition() local 400 SharedFunctionInfo* shared = function->shared(); in ShouldOptimizeIgnition() local
|
D | code-events.h | 138 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent() 142 SharedFunctionInfo* shared, Name* source, int line, in CodeCreateEvent() 170 void CodeDisableOptEvent(AbstractCode* code, SharedFunctionInfo* shared) { in CodeDisableOptEvent()
|
D | codegen.cc | 161 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local 190 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
|
D | log.cc | 41 static const char* ComputeMarker(SharedFunctionInfo* shared, in ComputeMarker() 173 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent() 182 SharedFunctionInfo* shared, Name* source, in CodeCreateEvent() 223 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent() 292 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent() 426 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent() 448 SharedFunctionInfo* shared, const char* name, in LogRecordedBuffer() 1047 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent() 1076 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent() 1109 SharedFunctionInfo* shared) { in CodeDisableOptEvent() [all …]
|
D | perf-jit.h | 46 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | drisw_util.c | 99 __DRIcontext *shared, in driCreateContextAttribs() 191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI() 201 __DRIcontext *shared, void *data) in driCreateNewContext()
|
D | dri_util.c | 163 __DRIcontext *shared, in dri2CreateContextAttribs() 301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI() 311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EcdhTest.java | 97 final String shared; // hexadecimal representation of the shared secret field in EcdhTest.EcdhTestVector 99 public EcdhTestVector(String curvename, String pub, BigInteger s, String shared) { in EcdhTestVector() 904 String shared = TestUtil.bytesToHex(ka.generateSecret()); in testModifiedPublic() local 954 String shared = TestUtil.bytesToHex(ka.generateSecret()); in testModifiedPublicSpec() local
|
/external/valgrind/helgrind/tests/ |
D | hg04_race.c | 6 static int shared; variable
|
D | hg06_readshared.c | 6 static int shared; variable
|
D | hg01_all_ok.c | 8 static int shared = 0; variable
|
D | hg03_inherit.c | 11 static volatile int shared[2]; variable
|
/external/v8/src/debug/ |
D | debug.cc | 512 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local 692 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local 733 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local 866 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local 994 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local 1056 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations() 1209 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions() 1262 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints() 1278 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local 1451 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate() [all …]
|
/external/v8/src/runtime/ |
D | runtime-liveedit.cc | 37 SharedFunctionInfo* shared = SharedFunctionInfo::cast(heap_obj); in RUNTIME_FUNCTION() local 45 Handle<SharedFunctionInfo> shared = found[i]; in RUNTIME_FUNCTION() local
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 120 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local 124 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local 266 Handle<SharedFunctionInfo> shared(function->shared(), isolate()); in ReduceJSCallFunction() local
|
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_lock.c | 30 int shared = 1; in main() local
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_neteq_stats_impl.cc | 37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameComponent.java | 41 public boolean shared; field in GameComponent
|
/external/v8/src/profiler/ |
D | profiler-listener.cc | 63 SharedFunctionInfo* shared, in CodeCreateEvent() 81 SharedFunctionInfo* shared, in CodeCreateEvent() 139 SharedFunctionInfo* shared) { in CodeDisableOptEvent()
|
/external/skia/tests/ |
D | SkSharedMutexTest.cpp | 26 int shared[kSharedSize]; in DEF_TEST() local
|
/external/v8/src/parsing/ |
D | parse-info.cc | 34 ParseInfo::ParseInfo(Zone* zone, Handle<SharedFunctionInfo> shared) in ParseInfo()
|