/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
Translate.c | 53 SMBIOS_CONVERSION_TABLE_ENTRY *Conversion;
61 Conversion = NULL;
82 // Find a matching entry in the conversion table for this
98 // We cannot find a matching entry in conversion table,
105 Conversion = &mConversionTable[Index++];
119 if (Conversion->StructureLocatingMethod == BySubclassInstanceSubinstanceProducer) {
129 if (Conversion->SmbiosType >= 0x80) {
133 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) {
138 } else if (Conversion->StructureLocatingMethod == BySubClassInstanceProducer) {
146 if (Conversion->SmbiosType >= 0x80) { [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug327.go | 7 // Conversion between identical interfaces.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug327.go | 7 // Conversion between identical interfaces.
|
/external/clang/test/SemaCXX/ |
switch.cpp | 19 operator int(); // expected-note{{conversion to integral type}} 29 operator E() const; // expected-note{{conversion to enumeration type}} 89 namespace Conversion { 91 explicit operator int(); // expected-note {{conversion}} 94 switch (t) { // expected-error {{explicit conversion}}
|
explicit.cpp | 30 B b0 = 0; // expected-error {{no viable conversion}} 39 namespace Conversion { 70 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}} 81 const Y& y6 = z; // expected-error {{no viable conversion from 'Z' to 'const Y'}} 82 const int& y7 = z; // expected-error {{no viable conversion from 'Z' to 'const int'}} 87 // conversion function is not considered. 104 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}} 137 switch (n) {} // expected-error {{switch condition type 'NotBool' requires explicit conversion to 'bool'}} \ 156 int direct4(n); // expected-error {{no viable conversion}} 160 const int &direct8(n); // expected-error {{no viable conversion}} [all...] |
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-android/1.6.5/ |
byte-buddy-android-1.6.5.jar | |
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | 80 * example, if a conversion is incompatible with a flag, an exception will be 183 * %[argument_index$][flags][width][.precision]conversion 191 * format. The set of valid flags depends on the conversion. 198 * the conversion. 200 * <p> The required <i>conversion</i> is a character indicating how the 208 * %[argument_index$][flags][width]conversion 214 * <p> The required <i>conversion</i> is a two character sequence. The first 224 * %[flags][width]conversion 229 * <p> The required <i>conversion</i> is a character indicating content to be 245 * Byte}, {@code short}, and {@link Short}. This conversion may also b 2777 private char conversion(String s) { method in class:Formatter.FormatSpecifier 2791 private char conversion() { method in class:Formatter.FormatSpecifier [all...] |
/frameworks/av/media/libmedia/omx/1.0/ |
WOmxObserver.cpp | 26 #include <media/omx/1.0/Conversion.h>
|
WGraphicBufferSource.cpp | 19 #include <media/omx/1.0/Conversion.h>
|
WOmxBufferSource.cpp | 20 #include <media/omx/1.0/Conversion.h>
|
WOmx.cpp | 22 #include <media/omx/1.0/Conversion.h>
|
/prebuilts/go/darwin-x86/src/unsafe/ |
unsafe.go | 34 // (1) Conversion of a *T1 to Pointer to *T2. 37 // memory layout, this conversion allows reinterpreting data of one type as 45 // (2) Conversion of a Pointer to a uintptr (but not back to Pointer). 50 // Conversion of a uintptr back to Pointer is not valid in general. 63 // (3) Conversion of a Pointer to a uintptr and back, with arithmetic. 66 // by conversion to uintptr, addition of an offset, and conversion back to Pointer. 98 // // before conversion back to Pointer. 102 // (4) Conversion of a Pointer to a uintptr when calling syscall.Syscall. 111 // that conversion must appear in the call expression itself [all...] |
/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 34 // (1) Conversion of a *T1 to Pointer to *T2. 37 // memory layout, this conversion allows reinterpreting data of one type as 45 // (2) Conversion of a Pointer to a uintptr (but not back to Pointer). 50 // Conversion of a uintptr back to Pointer is not valid in general. 63 // (3) Conversion of a Pointer to a uintptr and back, with arithmetic. 66 // by conversion to uintptr, addition of an offset, and conversion back to Pointer. 98 // // before conversion back to Pointer. 102 // (4) Conversion of a Pointer to a uintptr when calling syscall.Syscall. 111 // that conversion must appear in the call expression itself [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
ratconv_test.go | 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP 175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP 199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP 213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
|
/prebuilts/go/linux-x86/src/math/big/ |
ratconv_test.go | 151 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP 175 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP 199 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP 213 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
vfp1.s | 56 @ Conversion operations 121 @ Conversion operations 257 @ Conversion operations
|
vfp1_t2.s | 59 @ Conversion operations 124 @ Conversion operations 268 @ Conversion operations
|
vfp1xD.s | 72 @ Conversion operations 138 @ Conversion operations 321 @ Conversion operations
|
vfp1xD_t2.s | 75 @ Conversion operations 141 @ Conversion operations 335 @ Conversion operations
|
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 228 * @param radix the base to be used for the conversion. 791 return Conversion.bigInteger2Double(this); 873 return Conversion.bigInteger2String(this, radix); [all...] |
Conversion.java | 21 * Static library that provides {@link BigInteger} base conversion from/to any 24 class Conversion { 27 private Conversion() {}
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmswtpnt.c | 192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion, 227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp); 273 // - First I build the absolute conversion matrix using
|
/external/clang/lib/Sema/ |
SemaLambda.cpp | 538 // - it is an implicit integral conversion applied to an 631 // lvalue-to-rvalue conversion (4.1 [conv.lval]), 632 // array-to-pointer conversion (4.2 [conv.array]), and 633 // function-to-pointer conversion (4.3 [conv.func]) are the [all...] |
/frameworks/rs/script_api/ |
rs_convert.spec | 18 summary: Conversion Functions 34 Converts a vector from one numerical type to another. The conversion are done entry per entry. 166 We currently don't provide a function to do the reverse conversion.
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
jFormatString.jar | |