HomeSort by relevance Sort by last modified time
    Searched defs:Details (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 19 import static android.telecom.Call.Details.*;
30 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD));
31 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE));
32 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
34 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
37 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO));
38 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
40 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
41 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
48 Call.Details.capabilitiesToString(CAPABILITY_HOLD))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallAliasAnalysis.cpp 6 // License. See LICENSE.TXT for details.
56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails;
57 if (Details == 0)
60 // If the details array is of the 'DoesNot' kind, we only know something if
61 // the pointer is a match for one of the locations in 'Details'. If we find a
66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
68 LCI->getLocationInfo(Details[i].LocationID);
74 return ModRefResult(MRInfo & ~Details[i].MRInfo);
79 // If the details are of the 'DoesOnly' sort, we know something if the pointer
80 // is a match for one of the locations in 'Details'. Also, if we can prov
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBSymbolCompiland.cpp 1 //===- PDBSymbolCompiland.cpp - compiland details ---------------*- C++ -*-===//
6 // License. See LICENSE.TXT for details.
96 auto Details = findOneChild<PDBSymbolCompilandDetails>();
97 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp;
  /external/syzkaller/vendor/google.golang.org/grpc/status/
status.go 21 // for additional data to be transmitted via the Details field in the status
53 // Status represents an RPC status code, message, and details. It is immutable
142 // WithDetails returns a new status with the provided details messages appended to the status.
144 func (s *Status) WithDetails(details ...proto.Message) (*Status, error) {
146 return nil, errors.New("no error details for status with code OK")
150 for _, detail := range details {
155 p.Details = append(p.Details, any)
160 // Details returns a slice of details messages attached to the status
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 6 // License. See LICENSE.TXT for details.
47 None, Arguments, Structure, Executions, Details
58 clEnumVal(Details , "print pass details when it is executed"),
857 if (PassDebugging >= Details) {
881 if (PassDebugging >= Details) {
904 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LegacyPassManager.cpp 6 // License. See LICENSE.TXT for details.
49 Disabled, Arguments, Structure, Executions, Details
61 clEnumVal(Details , "print pass details when it is executed")));
944 if (PassDebugging >= Details) {
    [all...]
  /development/apps/Development/src/com/android/development/
Details.java 33 public class Details extends Activity
43 title = "Details";
129 TextView error = new TextView(Details.this);
  /external/autotest/site_utils/sponge_lib/
acts_job_info.py 30 Details = 'Details'
222 def details(self): member in class:ACTSRecord
223 """Details about the test case."""
224 return self._json_record.get(ACTSRecordEnums.Details)
238 """Extra details about the environment for this test."""
  /external/clang/lib/StaticAnalyzer/Checkers/
VforkChecker.cpp 6 // License. See LICENSE.TXT for details.
13 // can't call functions not in whitelist, etc. For more details, see
57 const char *Details = nullptr) const;
122 const char *Details) const {
133 if (Details)
134 os << "; " << Details;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 6 // License. See LICENSE.TXT for details.
37 JITEvent_EmittedFunctionDetails Details;
54 const EmittedFunctionDetails &Details) {
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AsyncCall.cs 35 readonly CallInvocationDetails<TRequest, TResponse> details; field in class:Grpc.Core.Internal.AsyncCall
59 this.details = callDetails.WithOptions(callDetails.Options.Normalize());
100 using (var metadataArray = MetadataArraySafeHandle.Create(details.Options.Headers))
102 var ctx = details.Channel.Environment.BatchContextPool.Lease();
105 call.StartUnary(ctx, payload, GetWriteFlagsForCall(), metadataArray, details.Options.Flags);
158 Initialize(details.Channel.CompletionQueue);
166 using (var metadataArray = MetadataArraySafeHandle.Create(details.Options.Headers))
168 call.StartUnary(UnaryResponseClientCallback, payload, GetWriteFlagsForCall(), metadataArray, details.Options.Flags);
198 Initialize(details.Channel.CompletionQueue);
203 using (var metadataArray = MetadataArraySafeHandle.Create(details.Options.Headers)
    [all...]
  /external/skia/tools/bookmaker/
definition.h 60 enum class Details {
259 Details fDetails = Details::kNone;
  /external/skqp/tools/bookmaker/
definition.h 60 enum class Details {
259 Details fDetails = Details::kNone;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShrinkWrapping.cpp 6 // License. See LICENSE.TXT for details.
74 None, BasicInfo, Iterations, Details
84 clEnumVal(Details , "print all DF sets"),
301 if (ShrinkWrapDebugging >= Details) {
531 if (ShrinkWrapDebugging >= Details) {
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 6 // License. See LICENSE.TXT for details.
47 Disabled, Arguments, Structure, Executions, Details
59 clEnumVal(Details , "print pass details when it is executed"),
887 if (PassDebugging >= Details) {
911 if (PassDebugging >= Details) {
934 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 1321 milliseconds