Home
last modified time | relevance | path

Searched refs:Details (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java25 import android.telecom.Call.Details;
223 Call call, Details details) { in onDetailsChanged()
229 new CallEvent<Details>(mCallId, details)); in onDetailsChanged()
774 public static Call.Details callGetDetails(String callId) { in callGetDetails()
785 Call.Details details = callGetDetails(callId); in callGetCallProperties()
795 Call.Details details = callGetDetails(callId); in callGetCallCapabilities()
1329 case Call.Details.CAPABILITY_HOLD: in getCallCapabilityString()
1331 case Call.Details.CAPABILITY_SUPPORT_HOLD: in getCallCapabilityString()
1333 case Call.Details.CAPABILITY_MERGE_CONFERENCE: in getCallCapabilityString()
1335 case Call.Details.CAPABILITY_SWAP_CONFERENCE: in getCallCapabilityString()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallAliasAnalysis.cpp56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; in AnalyzeLibCallDetails() local
57 if (Details == 0) in AnalyzeLibCallDetails()
66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { in AnalyzeLibCallDetails()
68 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
74 return ModRefResult(MRInfo & ~Details[i].MRInfo); in AnalyzeLibCallDetails()
87 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { in AnalyzeLibCallDetails()
89 LCI->getLocationInfo(Details[i].LocationID); in AnalyzeLibCallDetails()
102 return ModRefResult(MRInfo & Details[i].MRInfo); in AnalyzeLibCallDetails()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp48 const EmittedFunctionDetails &Details);
106 const EmittedFunctionDetails &Details) { in NotifyFunctionEmitted() argument
117 if (!Details.LineStarts.empty()) { in NotifyFunctionEmitted()
124 LineInfo.reserve(1 + Details.LineStarts.size()); in NotifyFunctionEmitted()
126 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted()
144 I = Details.LineStarts.begin(), E = Details.LineStarts.end(); in NotifyFunctionEmitted()
147 *Details.MF, Filenames, I->Address, I->Loc)); in NotifyFunctionEmitted()
DJIT.h202 const JITEvent_EmittedFunctionDetails &Details);
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp126 std::vector<ProfileSummaryEntry> &Details = Summary.getDetailedSummary(); in testRoundTrip() local
127 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip()
129 auto NinetyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip()
132 std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip()
135 std::find_if(Details.begin(), Details.end(), Predicate); in testRoundTrip()
DInstrProfTest.cpp165 std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); in TEST_F() local
170 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in TEST_F()
172 auto NinetyPerc = std::find_if(Details.begin(), Details.end(), Predicate); in TEST_F()
175 std::find_if(Details.begin(), Details.end(), Predicate); in TEST_F()
178 std::find_if(Details.begin(), Details.end(), Predicate); in TEST_F()
/external/python/cpython2/Lib/lib2to3/
DPatternGrammar.txt19 | NAME [Details] [Repeater]
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
/external/clang/lib/StaticAnalyzer/Checkers/
DVforkChecker.cpp57 const char *Details = nullptr) const;
122 const char *Details) const { in reportBug()
133 if (Details) in reportBug()
134 os << "; " << Details; in reportBug()
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt113 <Details>
118 </Details>
128 <Details>
135 </Details>
159 is typically a single capital latter. The optional <Details>
166 The <Details> child element has a brief HTML description of the Detector.
178 descriptions in the Details window.
187 <Details> this is the descriptive text to be used in the Details
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp37 JITEvent_EmittedFunctionDetails Details; member
54 const EmittedFunctionDetails &Details) { in NotifyFunctionEmitted()
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details}; in NotifyFunctionEmitted()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITEventListener.h64 const EmittedFunctionDetails &Details) {} in NotifyFunctionEmitted() argument
/external/autotest/client/tests/fio/
Dcontrol9 verification. This test runs the fio tool. Details can be found at :
/external/webrtc/webrtc/tools/rtcbot/
DREADME15 access its exposed API. Details are in botmanager.js.
48 - "android-chrome": chrome on android device. Details in "Android" Section.
/external/ltp/
Dltpmenu517 Details "Details of scenario files" \
529 Details) ltp_scenarios ;;
/external/autotest/site_utils/sponge_lib/
Dacts_job_info.py30 Details = 'Details' variable in ACTSRecordEnums
224 return self._json_record.get(ACTSRecordEnums.Details)
/external/llvm/lib/IR/
DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
59 clEnumVal(Details , "print pass details when it is executed"),
887 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
911 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
934 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1188 if (PassDebugging < Details) in dumpRequiredSet()
1197 if (PassDebugging < Details) in dumpPreservedSet()
1206 if (PassDebugging < Details) in dumpUsedSet()
1216 assert(PassDebugging >= Details); in dumpAnalysisUsage()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DTODO20 + help summary for help w/ no args. Details when
/external/autotest/client/tests/fs_mark/
Dcontrol14 Details of fs_mark can be found at:
/external/skia/site/user/special/
Dangle.md11 Details section in ANGLE
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp47 None, Arguments, Structure, Executions, Details enumerator
58 clEnumVal(Details , "print pass details when it is executed"),
857 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
881 if (PassDebugging >= Details) { in removeNotPreservedAnalysis()
904 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1163 if (PassDebugging < Details) in dumpRequiredSet()
1172 if (PassDebugging < Details) in dumpPreservedSet()
1182 assert(PassDebugging >= Details); in dumpAnalysisUsage()
/external/deqp/doc/
Dqpa_file_format.txt158 <Result StatusCode="[status]">[Details string]</Result>
167 [Details string] = Further details or measured value as float for Performance and Accuracy cases.
/external/harfbuzz_ng/
DNOTICE1 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
DCOPYING1 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp74 None, BasicInfo, Iterations, Details enumerator
84 clEnumVal(Details , "print all DF sets"),
301 if (ShrinkWrapDebugging >= Details) { in calculateAnticAvail()
531 if (ShrinkWrapDebugging >= Details) { in calculateSets()
/external/eigen/unsupported/Eigen/
DMatrixFunctions143 Details of the algorithm can be found in: Nicholas J. Higham, "The
200 Details of the algorithm can be found in Section 11.6.2 of:
299 Details of the algorithm can be found in: Nicholas J. Higham and
460 Details of the algorithm can be found in: Nicholas J. Highan,
476 triangular matrix. The theoretical cost is the same. Details are in:

12345678910