Home
last modified time | relevance | path

Searched full:specific (Results 1 – 25 of 14210) sorted by relevance

12345678910>>...569

/external/tcpdump/tests/
Ddcb_ets.out23 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 …]
Ddcb_qcn.out34 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 …]
Ddcb_pfc.out22 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/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathIllegalStateException.java14 * 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 …]
DConvergenceException.java14 * 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()
DMathUnsupportedOperationException.java14 * 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()
DMathIllegalArgumentException.java14 * 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()
DZeroException.java14 * 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()
/external/libmtp/logs/
Dlsusb-canon-canoscan.txt9 bDeviceClass 255 Vendor Specific Class
10 bDeviceSubClass 255 Vendor Specific Subclass
11 bDeviceProtocol 255 Vendor Specific Protocol
36 bInterfaceClass 255 Vendor Specific Class
37 bInterfaceSubClass 255 Vendor Specific Subclass
38 bInterfaceProtocol 255 Vendor Specific Protocol
74 bDeviceClass 255 Vendor Specific Class
75 bDeviceSubClass 255 Vendor Specific Subclass
76 bDeviceProtocol 255 Vendor Specific Protocol
/external/mockito/src/test/java/org/mockitousage/jls/
DJLS_15_12_2_5Test.java26 …* The JLS §15.12.2.5 states that the compiler must chose the most specific overload in Java 6 or J…
36 * the rule that the most specific method is chosen.</p>
38 …* <p>The informal intuition is that one method is more specific than another if any invocation…
57 "to select most specific method") in with_single_arg()
67 …assertThat(mock.oneArg(null)).describedAs("Most specific method enforced for matcher via cast").is… in with_single_arg_and_matcher_cast()
88 "to select most specific method") in with_variable_arg()
98 …assertThat(mock.varargs(null)).describedAs("Most specific method enforced for matcher via String c… in with_variable_arg_and_matcher_String_cast()
107 …assertThat(mock.varargs(null)).describedAs("Most specific method enforced for matcher via String[]… in with_variable_arg_and_matcher_String_array_cast()
132 …* The JLS §15.12.2.5 states that the compiler must chose the most specific overload in Java 8, how…
142 * testing, then the most specific one is chosen, as specified in section §15.12.2.5.</p>
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DILanguageNames.java15 * 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/e2fsprogs/misc/
Dfsck.8.in25 .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/
Dap_mlme.c41 * relationship with a specific peer MAC entity
46 * authentication relationship with a specific peer MAC entity that
48 * that specific peer MAC entity.
72 * authentication relationship with a specific peer MAC entity
78 * authentication relationship with a specific peer MAC entity.
96 * a specific peer MAC entity
101 * association with a specific peer MAC entity that resulted from an
102 * association procedure that was initiated by that specific peer MAC entity.
123 * with a specific peer MAC entity
128 * reassociation with a specific peer MAC entity that resulted from a
[all …]
/external/ltp/testcases/network/stress/multicast/query-flood/
D00_Descriptions.txt8 Address Specific Query
13 Address and Source Specific Query
23 Multicast Address Specific Query
28 Multicast Address and Source Specific Query
37 Address Specific Query
42 Address and Source Specific Query
52 Multicast Address Specific Query
57 Multicast Address and Source Specific Query
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h91 /// a platform specific member to store the result.
118 /// platform specific error_code.
128 /// copy_option::fail_if_exists. Otherwise a platform specific
138 /// otherwise a platform specific error_code.
146 /// otherwise a platform specific error_code.
154 /// , otherwise a platform specific error_code.
162 /// otherwise a platform specific error_code.
169 /// otherwise a platform specific error_code.
178 /// successfully set, otherwise a platform specific error_code.
187 /// successfully set, otherwise a platform specific error_code.
[all …]
DELF.h10 // This header contains common, non-processor-specific data structures and
70 Elf32_Word e_flags; // Processor-specific flags
115 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
116 ET_HIPROC = 0xffff // Processor-specific
462 // ARM Specific e_flags
666 Elf32_Word sh_link; // Section type-specific header table index link
667 Elf32_Word sh_info; // Section type-specific extra information
690 SHN_LOPROC = 0xff00, // Lowest processor-specific index
691 SHN_HIPROC = 0xff1f, // Highest processor-specific index
692 SHN_LOOS = 0xff20, // Lowest operating system-specific index
[all …]
/external/clang/include/clang/AST/
DRecordLayout.h76 /// CXXRecordLayoutInfo - Contains C++ specific layout information.
130 /// C++ specific information about the record.
190 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getNonVirtualSize()
198 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getNonVirtualAlignment()
205 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getPrimaryBase()
213 assert(CXXInfo && "Record layout does not have C++ specific info!"); in isPrimaryBaseVirtual()
220 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getBaseClassOffset()
228 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getVBaseClassOffset()
235 assert(CXXInfo && "Record layout does not have C++ specific info!"); in getSizeOfLargestEmptySubobject()
247 assert(CXXInfo && "Record layout does not have C++ specific info!"); in hasOwnVFPtr()
[all …]
/external/kernel-headers/original/uapi/linux/
Dchio.h10 #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/libnl/include/netlink-private/route/link/
Dapi.h47 * Must dump the info type specific attributes. */
52 * Must clone all info type specific attributes. */
56 * Must append all info type specific attributes to the message. */
92 * allocate data buffer to hold address family specific data and
97 * address family specific buffer and return it. */
104 * stores the parsed data in the address family specific buffer. */
109 * stores the parsed data in the address family specific buffer. */
114 * link address family specific attributes to the message. */
118 /** Dump address family specific link attributes */
126 * takes two link objects in question, an object specific bitmask
/external/syslinux/gpxe/src/include/gpxe/
Dib_srp.h33 * Get Infiniband-specific initiator port ID
36 * @ret initiator_port_id Infiniband-specific initiator port ID
44 * Get Infiniband-specific target port ID
47 * @ret target_port_id Infiniband-specific target port ID
54 /** Infiniband-specific SRP parameters */
67 * Get Infiniband-specific transport parameters
70 * @ret ib_params Infiniband-specific transport parameters
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h122 // 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/slf4j/slf4j-api/src/main/java/org/slf4j/
DLogger.java162 * 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/llvm/include/llvm/Support/
DELF.h10 // 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
379 // Specific e_flags for PPC64
420 // ARM Specific e_flags
438 // AVR specific e_flags
465 // Mips Specific e_flags
539 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips
540 STO_MIPS_MIPS16 = 0xf0 // MIPS Specific ISA for Mips16
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h10 // 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
378 // Specific e_flags for PPC64
413 // ARM Specific e_flags
431 // AVR specific e_flags
458 // Mips Specific e_flags
530 STO_MIPS_MICROMIPS = 0x80, // MIPS Specific ISA for MicroMips
531 STO_MIPS_MIPS16 = 0xf0 // MIPS Specific ISA for Mips16
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DMessageFactory.java14 * 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()

12345678910>>...569