/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
attr-gnu-4-40.d | 5 #error: [^\n]*: failed to merge target specific data of file [^\n]*\.o\Z
|
nan-mixed-1.d | 5 #error: [^\n]*: failed to merge target specific data of file [^\n]*\.o\Z
|
nan-mixed-2.d | 5 #error: [^\n]*: failed to merge target specific data of file [^\n]*\.o\Z
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
attr-compatibility-gnu-other.d | 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
|
attr-compatibility-other-other.d | 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
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, 68 if (specific != null) { 72 final MessageFormat fmt = new MessageFormat(specific.getLocalizedString(locale), locale);
|
/external/vboot_reference/host/lib/include/ |
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/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
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 class:MathIllegalArgumentException 54 * @param specific Message pattern providing the specific context of 59 protected MathIllegalArgumentException(Localizable specific, 62 this.specific = specific; 77 return specific; 98 return MessageFactory.buildMessage(locale, specific, general, arguments) [all...] |
NullArgumentException.java | 14 * See the License for the specific language governing permissions and 44 * @param specific Message pattern providing the specific context of 47 public NullArgumentException(Localizable specific) { 48 super(specific, LocalizedFormats.NULL_NOT_ALLOWED);
|
NumberIsTooLargeException.java | 14 * See the License for the specific language governing permissions and 55 * Construct the exception with a specific context. 57 * @param specific Specific contexte pattern . 62 public NumberIsTooLargeException(Localizable specific, 66 super(specific,
|
NumberIsTooSmallException.java | 14 * See the License for the specific language governing permissions and 56 * Construct the exception with a specific context. 58 * @param specific Specific contexte pattern . 63 public NumberIsTooSmallException(Localizable specific, 67 super(specific,
|
/device/htc/flounder/verity/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 # This contains the module build definitions for the hardware-specific 21 # with device-specific names to avoid collisions, to avoid device-specific 23 # *not* include it on all devices, so it is safe even with hardware-specific
|
/device/moto/shamu/verity/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 # This contains the module build definitions for the hardware-specific 21 # with device-specific names to avoid collisions, to avoid device-specific 23 # *not* include it on all devices, so it is safe even with hardware-specific
|
/external/clang/include/clang/Basic/ |
AddressSpaces.h | 1 //===--- AddressSpaces.h - Language-specific address spaces -----*- C++ -*-===// 11 /// \brief Provides definitions for the various language-specific address 23 /// \brief Defines the set of possible language-specific address spaces. 43 /// The type of a lookup table which maps from language-specific address spaces 44 /// to target-specific ones.
|
/external/skia/src/gpu/gl/ |
GrGLProgramDesc.h | 25 * GL specific info in the header. 34 // 4. Backend-specific information including per-processor keys and their key lengths. 41 // This is the offset into the backenend specific part of the key, which includes 47 * Builds a GL specific program descriptor 52 * general draw information, as well as the specific color, geometry,
|
/external/tcpdump/tests/ |
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...] |
/sdk/build/ |
windows_sdk_whitelist.mk | 6 # and a few platform-specific binaries.) 17 # must list all projects that are that are NOT specific to a given platform. 21 # must list all projects that are specific to a given platform. These 26 # Whitelist of SDK specific projects that do NOT need Java (e.g. C libraries) 41 # Whitelist of SDK specific projects that DO require Java
|
/development/host/windows/usb/api/ |
stdafx.h | 13 * See the License for the specific language governing permissions and
19 project specific include files that are used frequently, but are changed
31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
|
/development/host/windows/usb/winusb/ |
stdafx.h | 13 * See the License for the specific language governing permissions and
19 project specific include files that are used frequently, but are changed
31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERApplicationSpecific.java | 7 * A DER encoding version of an application specific object. 21 * Create an application specific object from the passed in data. This will assume 35 * Create an application specific object with a tagging of explicit/constructed. 49 * Create an application specific object with the tagging style given by the value of constructed. 83 * Create an application specific object which is marked as constructed 86 * @param vec the objects making up the application specific object.
|
/external/wpa_supplicant_8/src/ap/ |
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 [all...] |
/art/test/048-reflect-v8/src/ |
Calendars.java | 13 * See the License for the specific language governing permissions and 21 // Plain old annotation, there's nothing 1.8 specific about it.
|
/art/test/542-unresolved-access-check/src/p1/ |
PlaceHolder.java | 13 * See the License for the specific language governing permissions and 19 // Specific class for putting the 'entered' marker. If we were to put the marker
|
/build/target/product/ |
generic.mk | 13 # See the License for the specific language governing permissions and 17 # This is a generic phone product that isn't specialized for a specific device.
|
generic_armv5.mk | 13 # See the License for the specific language governing permissions and 17 # This is a generic product that isn't specialized for a specific device.
|