/external/tcpdump/tests/ |
D | dcb_ets.out | 23 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 27 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 31 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 36 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) 40 Organization specific TLV (127), length 25: OUI Ethernet bridged (0x0080c2) 54 Organization specific TLV (127), length 25: OUI Ethernet bridged (0x0080c2) 120 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 124 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 128 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 133 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) [all …]
|
D | dcb_qcn.out | 34 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 38 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 42 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 47 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) 51 Organization specific TLV (127), length 5: OUI Ethernet bridged (0x0080c2) 65 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 69 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 73 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 78 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) 82 Organization specific TLV (127), length 5: OUI Ethernet bridged (0x0080c2) [all …]
|
D | dcb_pfc.out | 22 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 26 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 30 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 35 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) 39 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 56 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) 60 Organization specific TLV (127), length 7: OUI Ethernet bridged (0x0080c2) 64 Organization specific TLV (127), length 14: OUI Ethernet bridged (0x0080c2) 69 Organization specific TLV (127), length 13: OUI Ethernet bridged (0x0080c2) 73 Organization specific TLV (127), length 6: OUI Ethernet bridged (0x0080c2) [all …]
|
/external/libnfc-nxp/inc/ |
D | phNfcHalTypes.h | 13 * See the License for the specific language governing permissions and 76 * \brief HAL-Specific 94 * \brief HAL-Specific 116 * \brief HAL-Specific 171 * \brief HAL-Specific 224 * \brief HAL-Specific 329 * \brief HAL-Specific 345 * \brief HAL-Specific 365 * \brief HAL-Specific 383 * \brief HAL-Specific [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | MathIllegalStateException.java | 14 * See the License for the specific language governing permissions and 38 * Pattern used to build the message (specific context). 40 private final Localizable specific; field in MathIllegalStateException 52 * @param specific Message pattern providing the specific context of 57 public MathIllegalStateException(Localizable specific, in MathIllegalStateException() argument 60 this(null, specific, general, args); in MathIllegalStateException() 66 * @param specific Message pattern providing the specific context of 72 Localizable specific, in MathIllegalStateException() argument 76 this.specific = specific; in MathIllegalStateException() 104 return specific; in getSpecificPattern() [all …]
|
D | ConvergenceException.java | 14 * See the License for the specific language governing permissions and 40 * Construct the exception with a specific context. 42 * @param specific Specific contexte pattern. 44 public ConvergenceException(Localizable specific) { in ConvergenceException() argument 45 this(specific, in ConvergenceException() 50 * Construct the exception with a specific context and arguments. 52 * @param specific Specific contexte pattern. 55 public ConvergenceException(Localizable specific, in ConvergenceException() argument 57 super(specific, in ConvergenceException()
|
D | MathUnsupportedOperationException.java | 14 * See the License for the specific language governing permissions and 41 * Pattern used to build the message (specific context). 43 private final Localizable specific; field in MathUnsupportedOperationException 56 * @param specific Message pattern providing the specific context of 60 public MathUnsupportedOperationException(Localizable specific, in MathUnsupportedOperationException() argument 62 this.specific = specific; in MathUnsupportedOperationException() 68 return specific; in getSpecificPattern() 90 specific, in getMessage()
|
D | MathIllegalArgumentException.java | 14 * See the License for the specific language governing permissions and 41 * Pattern used to build the message (specific context). 43 private final Localizable specific; field in MathIllegalArgumentException 54 * @param specific Message pattern providing the specific context of 59 protected MathIllegalArgumentException(Localizable specific, in MathIllegalArgumentException() argument 62 this.specific = specific; in MathIllegalArgumentException() 77 return specific; in getSpecificPattern() 98 return MessageFactory.buildMessage(locale, specific, general, arguments); in getMessage()
|
D | NotPositiveException.java | 14 * See the License for the specific language governing permissions and 41 * Construct the exception with a specific context. 43 * @param specific Specific context where the error occurred. 46 public NotPositiveException(Localizable specific, in NotPositiveException() argument 48 super(specific, value, 0, true); in NotPositiveException()
|
D | ZeroException.java | 14 * See the License for the specific language governing permissions and 41 * Construct the exception with a specific context. 43 * @param specific Specific contexte pattern . 45 public ZeroException(Localizable specific) { in ZeroException() argument 46 super(specific, LocalizedFormats.ZERO_NOT_ALLOWED, 0); in ZeroException()
|
D | NotStrictlyPositiveException.java | 14 * See the License for the specific language governing permissions and 41 * Construct the exception with a specific context. 43 * @param specific Specific context where the error occurred. 46 public NotStrictlyPositiveException(Localizable specific, in NotStrictlyPositiveException() argument 48 super(specific, value, 0, false); in NotStrictlyPositiveException()
|
/external/e2fsprogs/misc/ |
D | fsck.8.in | 25 .B fs-specific-options 81 system-specific checker is searched for in 88 variable. Please see the file system-specific checker manual pages for 263 Produce verbose output, including all file system-specific commands 266 .B fs-specific-options 269 are passed to the filesystem-specific checker. These arguments 279 are treated as file system-specific options to be passed to the 280 file system-specific checker. 283 designed to pass arbitrarily complicated options to filesystem-specific 285 execute the filesystem-specific checker directly. If you pass [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_mlme.c | 41 * relationship with a specific peer MAC entity 46 * authentication relationship with a specific peer MAC entity that 48 * that specific peer MAC entity. 68 * authentication relationship with a specific peer MAC entity 74 * authentication relationship with a specific peer MAC entity. 92 * a specific peer MAC entity 97 * association with a specific peer MAC entity that resulted from an 98 * association procedure that was initiated by that specific peer MAC entity. 116 * with a specific peer MAC entity 121 * reassociation with a specific peer MAC entity that resulted from a [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/ |
D | ILanguageNames.java | 15 * Interface to create programming language specific names from VM names. 20 * Calculates the language specific name of a package. 24 * @return language specific notation for the package 29 * Calculates the language specific name of a class. 40 * @return language specific notation of the class 46 * Calculates the language specific qualified name of a class. 50 * @return language specific qualified notation of the class 55 * Calculates the language specific name of a method. 65 * @return language specific notation for the method 71 * Calculates the language specific fully qualified name of a method. [all …]
|
/external/clang/include/clang/AST/ |
D | RecordLayout.h | 79 /// CXXRecordLayoutInfo - Contains C++ specific layout information. 133 /// C++ specific information about the record. 195 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getNonVirtualSize() 203 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getNonVirtualAlignment() 210 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getPrimaryBase() 218 assert(CXXInfo && "Record layout does not have C++ specific info!"); in isPrimaryBaseVirtual() 225 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getBaseClassOffset() 233 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getVBaseClassOffset() 240 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getSizeOfLargestEmptySubobject() 252 assert(CXXInfo && "Record layout does not have C++ specific info!"); in hasOwnVFPtr() [all …]
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | Logger.java | 162 * Log a message with the specific Marker at the TRACE level. 164 * @param marker the marker data specific to this log statement 174 * @param marker the marker data specific to this log statement 186 * @param marker the marker data specific to this log statement 199 * @param marker the marker data specific to this log statement 210 * @param marker the marker data specific to this log statement 293 * Log a message with the specific Marker at the DEBUG level. 295 * @param marker the marker data specific to this log statement 304 * @param marker the marker data specific to this log statement 315 * @param marker the marker data specific to this log statement [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | chio.h | 10 #define CHET_V1 4 /* vendor specific #1 */ 11 #define CHET_V2 5 /* vendor specific #2 */ 12 #define CHET_V3 6 /* vendor specific #3 */ 13 #define CHET_V4 7 /* vendor specific #4 */ 21 * query vendor-specific element types 36 int cvp_n1; /* number of vendor specific elems (CHET_V1) */ 38 int cvp_n2; /* number of vendor specific elems (CHET_V2) */ 40 int cvp_n3; /* number of vendor specific elems (CHET_V3) */ 42 int cvp_n4; /* number of vendor specific elems (CHET_V4) */ 83 * move the transport element (robot arm) to a specific element. [all …]
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 122 // Sets the status of rtp-audio-level-indication on a specific |channel|. 127 // Sets the status of receiving rtp-audio-level-indication on a specific 136 // Sets the status of sending absolute sender time on a specific |channel|. 141 // Sets status of receiving absolute sender time on a specific |channel|. 146 // Sets the RTCP status on a specific |channel|. 149 // Gets the RTCP status on a specific |channel|. 153 // specific |channel|. 161 // on a specific channel. 173 // Gets RTP statistics for a specific |channel|. 179 // Gets RTCP statistics for a specific |channel|. [all …]
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 10 // This header contains common, non-processor-specific data structures and 71 Elf32_Word e_flags; // Processor-specific flags 116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes 117 ET_HIPROC = 0xffff // Processor-specific 373 // Specific e_flags for PPC64 414 // ARM Specific e_flags 432 // AVR specific e_flags 459 // Mips Specific e_flags 532 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips 533 STO_MIPS_MIPS16 = 0xf0 // MIPS Specific ISA for Mips16 [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
D | MessageFactory.java | 14 * See the License for the specific language governing permissions and 49 * Builds a message string by from two patterns (specific and general) and 53 * @param specific Format specifier (may be null). 56 * <em>both</em> the {@code general} and {@code specific} format specifiers. 60 Localizable specific, in buildMessage() argument 68 if (specific != null) { in buildMessage() 72 … final MessageFormat fmt = new MessageFormat(specific.getLocalizedString(locale), locale); in buildMessage()
|
/external/clang/docs/ |
D | CrossCompilation.rst | 16 specific examples for specific architectures. For a concrete example, the 42 the headers, libraries or binutils to generate target specific code. 49 to build your software, that is specific to your target. It's not enough to 57 management. So, for each specific case, you may use more than one 62 * be host/target specific or more flexible 101 define the specific behaviour of your code (PCS, extensions), 119 code for your specific hardware, which may mean orders of magnitude 134 and headers that are specific to your target. 154 are. People add system-specific clues to Clang often, but as 161 Target-Specific Libraries [all …]
|
/external/valgrind/docs/internals/ |
D | directory-structure.txt | 28 - docs/ main, non-tool-specific docs 35 Arch-specific, OS-specific, or platform-specific things are sprinkled 37 architecture-specific things, for example. 39 Sometimes we have a whole file holding things specific to a particular 46 A final case: arch-specific regression tests for tools go in a
|
/external/vboot_reference/host/lib/include/ |
D | crossystem_arch.h | 5 * Architecture-specific APIs for crossystem 26 /* INTERNAL APIS FOR CROSSYSTEM AVAILABLE TO ARCH-SPECIFIC FUNCTIONS */ 44 /* Apis WITH ARCH-SPECIFIC IMPLEMENTATIONS */ 70 /* Read an architecture-specific system property integer. 75 /* Read an architecture-specific system property string into a 83 /* Set an architecture-specific system property integer. 88 /* Set an architecture-specific system property string.
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-linux.h | 3 /*--- Linux-specific syscalls stuff. priv_syswrap-linux.h ---*/ 46 // Linux-specific (but non-arch-specific) syscalls 189 // use 16-bit gid_t and uid_t types) seem to be Linux-specific. 201 // Again, these 16-bit versions are Linux-specific, the 32-bit versions are 257 // I think these are Linux-specific? 266 // Linux-specific? 271 // Linux specific (kernel modules) 275 // Linux-specific (oprofile-related) 278 // Linux-specific (new in Linux 3.2) 282 // Linux-specific (new in Linux 2.6.36) [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_i.h | 42 * methodState - Method-specific state (IN/OUT) 62 * specific operations. This interface is based on section 4.4 of RFC 4137. 86 * instead of using METHOD_INIT state as specific in RFC 4137. The 87 * method is expected to initialize it method-specific state and return 129 * getKey - Get EAP method specific keying material (eapKeyData) 136 * method. The key may already be stored in the method-specific private 196 * get_identity - Get method specific identity for re-authentication 200 * Returns: Pointer to the method specific identity or %NULL if default 204 * that use method specific identity need to implement. 254 * get_emsk - Get EAP method specific keying extended material (EMSK) [all …]
|