Searched full:summary (Results 1 – 25 of 13638) sorted by relevance
12345678910>>...546
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | export-single-impl.ll | 1 … -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml … 2 ; RUN: FileCheck --check-prefix=SUMMARY %s < %t 4 ; SUMMARY: TypeIdMap: 5 ; SUMMARY-NEXT: typeid3: 6 ; SUMMARY-NEXT: TTRes: 7 ; SUMMARY-NEXT: Kind: Unknown 8 ; SUMMARY-NEXT: SizeM1BitWidth: 0 9 ; SUMMARY-NEXT: AlignLog2: 0 10 ; SUMMARY-NEXT: SizeM1: 0 11 ; SUMMARY-NEXT: BitMask: 0 [all …]
|
D | import-indir.ll | 2 …holeprogramdevirt-summary-action=import -wholeprogramdevirt-read-summary=%S/Inputs/import-indir.ya… 3 ; RUN: FileCheck --check-prefix=SUMMARY %s < %t 5 ; SUMMARY: GlobalValueMap: 6 ; SUMMARY-NEXT: 42: 7 ; SUMMARY-NEXT: - Linkage: 0 8 ; SUMMARY-NEXT: NotEligibleToImport: false 9 ; SUMMARY-NEXT: Live: true 10 ; SUMMARY-NEXT: Local: false 11 ; SUMMARY-NEXT: CanAutoHide: false 12 ; SUMMARY-NEXT: TypeTestAssumeVCalls: [all …]
|
D | export-unique-ret-val.ll | 1 … -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml … 2 ; RUN: FileCheck --check-prefix=SUMMARY %s < %t 4 ; SUMMARY-NOT: TypeTests: 6 ; SUMMARY: TypeIdMap: 7 ; SUMMARY-NEXT: typeid3: 8 ; SUMMARY-NEXT: TTRes: 9 ; SUMMARY-NEXT: Kind: Unknown 10 ; SUMMARY-NEXT: SizeM1BitWidth: 0 11 ; SUMMARY-NEXT: AlignLog2: 0 12 ; SUMMARY-NEXT: SizeM1: 0 [all …]
|
D | export-vcp.ll | 1 … -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml … 2 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-X86 %s < %t 4 … -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml … 5 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-ARM %s < %t 9 ; SUMMARY: TypeIdMap: 10 ; SUMMARY-NEXT: typeid3: 11 ; SUMMARY-NEXT: TTRes: 12 ; SUMMARY-NEXT: Kind: Unknown 13 ; SUMMARY-NEXT: SizeM1BitWidth: 0 14 ; SUMMARY-NEXT: AlignLog2: 0 [all …]
|
/external/selinux/python/sepolicy/sepolicy/templates/ |
D | network.py | 105 ## <summary> 107 ## </summary> 109 ## <summary> 111 ## </summary> 124 ## <summary> 126 ## </summary> 128 ## <summary> 130 ## </summary> 143 ## <summary> 145 ## </summary> [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 10 // CHECK: Loaded summary for: long a64l(const char *str64) 11 // CHECK: Loaded summary for: char *l64a(long value) 12 // CHECK: Loaded summary for: int access(const char *pathname, int amode) 13 // CHECK: Loaded summary for: int faccessat(int dirfd, const char *pathname, int mode, int flags) 14 // CHECK: Loaded summary for: int dup(int fildes) 15 // CHECK: Loaded summary for: int dup2(int fildes1, int filedes2) 16 // CHECK: Loaded summary for: int fdatasync(int fildes) 17 // CHECK: Loaded summary for: int fnmatch(const char *pattern, const char *string, int flags) 18 // CHECK: Loaded summary for: int fsync(int fildes) 19 // CHECK: Loaded summary for: int truncate(const char *path, off_t length) [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | dpp-nfc.py | 50 def summary(txt, color=None): function 61 summary(txt) 72 summary("Could not find wpa_supplicant: %s", str(error)) 76 summary("No wpa_supplicant control interface found") 86 summary("Trying to use control interface " + ctrl) 91 summary("Could not connect to wpa_supplicant") 100 summary("Could not parse DPP URI from NFC URI record", color=C_RED) 103 summary("peer_id=%d for URI from NFC Tag: %s" % (peer_id, uri)) 112 summary("Initiate DPP authentication: " + cmd) 115 summary("Failed to initiate DPP Authentication", color=C_RED) [all …]
|
/external/wayland/tests/data/ |
D | example.xml | 32 <description summary="core global object"> 38 <description summary="asynchronous roundtrip"> 52 summary="callback object for the sync request"/> 56 <description summary="get global registry object"> 62 summary="global registry object"/> 66 <description summary="fatal error event"> 75 <arg name="object_id" type="object" summary="object where the error occurred"/> 76 <arg name="code" type="uint" summary="error code"/> 77 <arg name="message" type="string" summary="error description"/> 81 <description summary="global error values"> [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 19 /// <summary> 21 /// </summary> 58 /// <summary> 60 /// </summary> 63 /// <summary> 65 /// </summary> 67 /// <summary> 69 /// </summary> 71 /// <summary> 73 /// </summary> [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ChannelOptions.cs | 26 /// <summary> 29 /// </summary> 32 /// <summary> 34 /// </summary> 37 /// <summary> 39 /// </summary> 42 /// <summary> 44 /// </summary> 53 /// <summary> 55 /// </summary> [all …]
|
D | Metadata.cs | 28 /// <summary> 36 /// </summary> 39 /// <summary> 41 /// </summary> 44 /// <summary> 46 /// </summary> 49 /// <summary> 53 /// </summary> 59 /// <summary> 61 /// </summary> [all …]
|
D | Method.cs | 24 /// <summary> 26 /// </summary> 29 … /// <summary>Single request sent from client, single response received from server.</summary> 32 … /// <summary>Stream of request sent from client, single response received from server.</summary> 35 … /// <summary>Single request sent from client, stream of responses received from server.</summary> 38 …/// <summary>Both server and client can stream arbitrary number of requests and responses simultan… 42 /// <summary> 44 /// </summary> 47 /// <summary> 49 /// </summary> [all …]
|
D | StatusCode.cs | 21 /// <summary> 24 /// </summary> 27 /// <summary>Not an error; returned on success.</summary> 30 /// <summary>The operation was cancelled (typically by the caller).</summary> 33 /// <summary> 39 /// </summary> 42 /// <summary> 47 /// </summary> 50 /// <summary> 56 /// </summary> [all …]
|
/external/llvm-project/llvm/test/Transforms/LowerTypeTests/ |
D | export-inline.ll | 1 …ts -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-typeid… 2 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-X86 %s < %t 4 …ts -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-typeid… 5 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-ARM %s < %t 28 ; SUMMARY: TypeIdMap: 29 ; SUMMARY-NEXT: typeid1: 30 ; SUMMARY-NEXT: TTRes: 31 ; SUMMARY-NEXT: Kind: Inline 32 ; SUMMARY-NEXT: SizeM1BitWidth: 5 33 ; SUMMARY-X86-NEXT: AlignLog2: 0 [all …]
|
D | export-bytearray.ll | 1 …ts -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-typeid… 2 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-X86 %s < %t 4 …ts -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-typeid… 5 ; RUN: FileCheck --check-prefixes=SUMMARY,SUMMARY-ARM %s < %t 35 ; SUMMARY: TypeIdMap: 36 ; SUMMARY-NEXT: typeid1: 37 ; SUMMARY-NEXT: TTRes: 38 ; SUMMARY-NEXT: Kind: ByteArray 39 ; SUMMARY-NEXT: SizeM1BitWidth: 7 40 ; SUMMARY-X86-NEXT: AlignLog2: 0 [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-script/ |
D | TestDataFormatterScript.py | 45 self.runCmd('type summary clear', check=False) 54 "type summary add i_am_cool --python-script \"%s\"" % 56 self.expect('type summary list i_am_cool', substrs=[script]) 82 "type summary add i_am_cool --python-script \"%s\"" % 91 # Change the summary 93 …"type summary add --summary-string \"int says ${var.integer}, and float says ${var.floating}\" i_a… 105 "type summary add i_am_cool -p --python-script \"%s\"" % 111 script = 'return \'Python summary\'' 114 "type summary add --name test_summary --python-script \"%s\"" % 117 # attach the Python named summary to someone [all …]
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 7 /// <summary> 9 /// </summary> 15 /// <summary> 17 /// </summary> 25 /// <summary> 27 /// </summary> 39 /// <summary> 41 /// </summary> 75 /// <summary> 77 /// </summary> [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 35 /// <summary> 37 /// </summary> 40 /// <summary> 42 /// </summary> 44 /// <summary> 46 /// </summary> 48 /// <summary> 50 /// </summary> 52 /// <summary> 54 /// </summary> [all …]
|
/external/wayland/protocol/ |
D | wayland.xml | 32 <description summary="core global object"> 38 <description summary="asynchronous roundtrip"> 52 summary="callback object for the sync request"/> 56 <description summary="get global registry object"> 68 summary="global registry object"/> 72 <description summary="fatal error event"> 81 <arg name="object_id" type="object" summary="object where the error occurred"/> 82 <arg name="code" type="uint" summary="error code"/> 83 <arg name="message" type="string" summary="error description"/> 87 <description summary="global error values"> [all …]
|
/external/wayland-protocols/chromium.org/unstable/remote-shell/ |
D | remote-shell-unstable-v1.xml | 27 <description summary="Create remote desktop-style surfaces"> 42 <description summary="remote_shell"> 49 <description summary="containers for remote surfaces"> 53 <entry name="default" value="1" summary="default container"/> 54 <entry name="overlay" value="2" summary="system modal container"/> 58 <description summary="state types for remote surfaces"> 61 <entry name="normal" value="1" summary="normal window state"/> 62 <entry name="minimized" value="2" summary="minimized window state"/> 63 <entry name="maximized" value="3" summary="maximized window state"/> 64 <entry name="fullscreen" value="4" summary="fullscreen window state"/> [all …]
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 7 This is a utility to build a summary of the given directory. and save to a json 13 -p PATH Path to build directory summary. 73 # Minimum disk space should be available after saving the summary file. 86 """Get a unique file path to save the directory summary json string. 88 @param path: The directory path to save the summary file to. 91 # Make sure the summary file name is unique. 117 # Make sure the path ends with `/` so the root key of summary json is always 126 """Delete files/directories only exists in old summary. 128 When the new summary is final, i.e., it's built from the final result 132 @param summary_old: Old directory summary. [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
D | TestDataFormatterCpp.py | 48 self.runCmd('type summary clear', check=False) 88 "type summary add --summary-string \"arr = ${var%s}\" -x \"char \\[[0-9]+\\]\" -v") 93 self.runCmd("type summary clear") 96 "type summary add --summary-string \"ptr = ${var%s}\" \"char *\" -v") 102 "type summary add --summary-string \"arr = ${var%s}\" -x \"char \\[[0-9]+\\]\" -v") 107 # check that rdar://problem/10011145 (Standard summary format for 125 self.runCmd("type summary add -c Point") 131 self.expect("type summary list", 135 self.runCmd("type summary add --summary-string \"y=${var.y%x}\" Point") 141 "type summary add --summary-string \"y=${var.y},x=${var.x}\" Point") [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
D | TestDataFormatterAdv.py | 41 self.runCmd('type summary clear', check=False) 49 self.runCmd("type summary add --summary-string \"pippo\" \"i_am_cool\"") 52 "type summary add --summary-string \"pluto\" -x \"i_am_cool[a-z]*\"") 60 self.runCmd("type summary delete i_am_cool") 65 self.runCmd("type summary clear") 68 "type summary add --summary-string \"${var[]}\" -x \"int \\[[0-9]\\]") 75 'type summary add --summary-string "${var[].integer}" "i_am_cool[]') 80 self.runCmd("type summary clear") 83 "type summary add --summary-string \"${var[1-0]%x}\" \"int\"") 89 "type summary add --summary-string \"${var[0-1]%x}\" \"int\"") [all …]
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | MSVCSetupApi.h | 43 /// <summary> 45 /// </summary> 47 /// <summary> 49 /// </summary> 52 /// <summary> 54 /// </summary> 57 /// <summary> 59 /// </summary> 62 /// <summary> 64 /// </summary> [all …]
|
/external/python/google-api-python-client/docs/epy/ |
D | googleapiclient.http-module.html | 74 <table class="summary" border="1" cellpadding="3" 90 <td width="15%" align="right" valign="top" class="summary"> 91 <span class="summary-type"> </span> 92 </td><td class="summary"> 93 …<a href="googleapiclient.http.MediaUploadProgress-class.html" class="summary-name">MediaUploadProg… 98 <td width="15%" align="right" valign="top" class="summary"> 99 <span class="summary-type"> </span> 100 </td><td class="summary"> 101 …<a href="googleapiclient.http.MediaDownloadProgress-class.html" class="summary-name">MediaDownload… 106 <td width="15%" align="right" valign="top" class="summary"> [all …]
|
12345678910>>...546