/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/parsing/ |
D | parse-info.cc | 44 ParseInfo::ParseInfo(Handle<SharedFunctionInfo> shared) in ParseInfo() 75 ParseInfo::ParseInfo(Handle<SharedFunctionInfo> shared, in ParseInfo() 105 ParseInfo* ParseInfo::AllocateWithoutScript(Handle<SharedFunctionInfo> shared) { in AllocateWithoutScript()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 15 struct shared { struct 22 struct shared *cptr, *pptr; argument
|
/external/v8/src/compiler/ |
D | js-inlining-heuristic.cc | 25 int functions_size, Handle<SharedFunctionInfo>& shared) { in CollectFunctions() 51 bool CanInlineFunction(Handle<SharedFunctionInfo> shared) { in CanInlineFunction() 96 Handle<SharedFunctionInfo> shared = in Reduce() local 179 Handle<SharedFunctionInfo> shared = in InlineCandidate() local 298 Handle<SharedFunctionInfo> shared = in PrintCandidates() local
|
/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/v8/src/ |
D | compiler.cc | 284 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local 330 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan() 352 bool ShouldUseIgnition(Handle<SharedFunctionInfo> shared, in ShouldUseIgnition() 419 Handle<SharedFunctionInfo> shared) { in InstallSharedScopeInfo() 429 Handle<SharedFunctionInfo> shared) { in InstallSharedCompilationResult() 445 Handle<SharedFunctionInfo> shared = info->shared_info(); in InstallUnoptimizedCode() local 535 Handle<SharedFunctionInfo> shared = in CompileUnoptimizedInnerFunctions() local 690 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local 719 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local 814 Handle<SharedFunctionInfo> shared(function->shared(), isolate); in GetOptimizedCode() 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 | 145 Handle<SharedFunctionInfo> shared) { in PrintFunctionSource() 254 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local 283 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
|
D | perf-jit.h | 46 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
|
/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-coverage.cc | 71 SharedFunctionInfo* shared = vector->shared_function_info(); in Collect() local 84 SharedFunctionInfo* shared = vector->shared_function_info(); in Collect() local 152 SharedFunctionInfo* shared = vector->shared_function_info(); in TogglePrecise() local
|
D | debug.cc | 492 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local 648 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local 688 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local 803 void Debug::FloodWithOneShot(Handle<SharedFunctionInfo> shared) { in FloodWithOneShot() 995 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local 1064 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations() 1190 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions() 1243 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints() 1258 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local 1410 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate() [all …]
|
/external/valgrind/coregrind/ |
D | m_xtree.c | 109 XT_shared* shared; in new_XT_shared() local 128 static void delete_XT_shared (XT_shared* shared) in delete_XT_shared() 170 static void ensure_ips_order_xecu_valid(XT_shared* shared) in ensure_ips_order_xecu_valid() 193 static void addRef_XT_shared (XT_shared* shared) in addRef_XT_shared() 198 static UWord release_XT_shared(XT_shared* shared) in release_XT_shared() 220 XT_shared* shared; member 294 XT_shared* shared = xt->shared; in find_or_insert() local 432 XT_shared* shared = xt->shared; in VG_() local 790 XT_shared* shared = xt->shared; in prepare_ms_ec() local 898 const XT_shared* shared = xt->shared; in VG_() local
|
/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/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_lock.c | 30 int shared = 1; in main() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameComponent.java | 41 public boolean shared; field in GameComponent
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_neteq_stats_impl.cc | 37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
|
/external/skia/tests/ |
D | SkSharedMutexTest.cpp | 26 int shared[kSharedSize]; in DEF_TEST() local
|
/external/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
D | shmdt01.c | 73 int *shared; /* variable to use for shared memory attach */ variable
|
/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
|