| /external/lldb/source/DataFormatters/ |
| D | Cocoa.cpp | 35 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSBundleSummaryProvider() local 82 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSTimeZoneSummaryProvider() local 126 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSNotificationSummaryProvider() local 172 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSMachPortSummaryProvider() local 221 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSIndexSetSummaryProvider() local 299 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSNumberSummaryProvider() local 424 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSURLSummaryProvider() local 489 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSDateSummaryProvider() local
|
| D | CF.cpp | 50 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in CFBagSummaryProvider() local 114 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in CFBitVectorSummaryProvider() local 244 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in CFBinaryHeapSummaryProvider() local
|
| D | NSArray.cpp | 35 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSArraySummaryProvider() local 292 …ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSArraySyntheticFrontEndCreator() local
|
| D | NSSet.cpp | 36 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSSetSummaryProvider() local 117 …ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSSetSyntheticFrontEndCreator() local
|
| D | NSDictionary.cpp | 90 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSDictionarySummaryProvider() local 160 …ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSDictionarySyntheticFrontEndCreator() local
|
| D | CXXFormatterFunctions.cpp | 789 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in ObjCClassSummaryProvider() local 866 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSDataSummaryProvider() local 963 …ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguag… in NSStringSummaryProvider() local
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | UncaughtExceptionHandlers.java | 53 private final Runtime runtime; field in UncaughtExceptionHandlers.Exiter 55 Exiter(Runtime runtime) { in Exiter()
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
| D | neteq_performance_unittest.cc | 22 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( in TEST() local 36 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( in TEST() local
|
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCRuntimeV2.h | 178 TaggedPointerVendor (AppleObjCRuntimeV2& runtime) : in TaggedPointerVendor() 228 TaggedPointerVendorLegacy (AppleObjCRuntimeV2& runtime) : in TaggedPointerVendorLegacy()
|
| D | AppleObjCRuntimeV2.cpp | 827 AppleObjCRuntimeV2::HashTableSignature::NeedsUpdate (Process *process, AppleObjCRuntimeV2 *runtime,… in NeedsUpdate() 855 …ClassDescriptorV2 (AppleObjCRuntimeV2 &runtime, ObjCLanguageRuntime::ObjCISA isa, const char *name… in ClassDescriptorV2() 2357 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance (AppleObjCRuntimeV2& runtime, const lldb::Mo… in CreateInstance() 2393 AppleObjCRuntimeV2::TaggedPointerVendor::CreateInstance (AppleObjCRuntimeV2& runtime, const lldb::M… in CreateInstance() 2552 …aggedPointerVendorRuntimeAssisted::TaggedPointerVendorRuntimeAssisted (AppleObjCRuntimeV2& runtime, in TaggedPointerVendorRuntimeAssisted() 2612 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache (AppleObjCRuntimeV2& runtime, in NonPointerISACache()
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
| D | testing.properties | 21 runtime=VE-SDK-${buildId}.zip key
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/ |
| D | testG711.cc | 54 double runtime; in main() local
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/ |
| D | testG722.cc | 59 double runtime = 0; in main() local
|
| /external/lldb/source/Core/ |
| D | ValueObjectDynamicValue.cpp | 157 LanguageRuntime *runtime = process->GetLanguageRuntime (known_type); in UpdateValue() local
|
| /external/chromium_org/extensions/renderer/ |
| D | api_test_base.cc | 178 gin::Dictionary runtime(gin::Dictionary::CreateEmpty(env()->isolate())); in InitializeEnvironment() local
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
| D | ReflectionUtils.java | 54 public static String getFullyQualifiedName(Type type, boolean runtime) { in getFullyQualifiedName()
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
| D | test_iSACfixfloat.c | 109 double runtime; in main() local
|
| D | kenny.cc | 108 double starttime, runtime, length_file; in main() local
|
| /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
| D | test_iSACfixfloat.c | 109 double runtime; in main() local
|
| D | kenny.c | 107 double starttime, runtime, length_file; in main() local
|
| /external/chromium_org/third_party/npapi/npspy/extern/java/ |
| D | jriext.h | 171 #define JRI_DisposeRuntime(runtime) \ argument 178 #define JRI_SetIOMode(runtime, mode) \ argument 185 #define JRI_SetFSMode(runtime, mode) \ argument 193 #define JRI_SetRTMode(runtime, mode) \ argument 198 #define JRI_NewEnv(runtime, thread) \ argument
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
| D | simpleKenny.c | 83 double runtime; in main() local
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
| D | ReleaseTest-API.cc | 57 double starttime, runtime, length_file; in main() local
|
| /external/skia/src/animator/ |
| D | SkScriptTokenizer.cpp | 750 SkScriptRuntime runtime(fCallBackArray); in innerScript() local 1158 SkScriptRuntime runtime(fCallBackArray); in processOp() local
|
| /external/chromium_org/third_party/skia/src/animator/ |
| D | SkScriptTokenizer.cpp | 750 SkScriptRuntime runtime(fCallBackArray); in innerScript() local 1158 SkScriptRuntime runtime(fCallBackArray); in processOp() local
|