/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYGraphWidget.java | 31 import java.text.Format;
94 private Format rangeValueFormat;
95 private Format domainValueFormat;
313 return rangeValueFormat.format(value);
317 return domainValueFormat.format(value);
783 + getDomainValueFormat().format(getDomainCursorVal());
784 label += " Y=" + getRangeValueFormat().format(getRangeCursorVal());
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d9types.h | [all...] |
stdio.h | 144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp); 150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp); 156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp); 164 int __cdecl __mingw_snprintf(char * __restrict__ s, size_t n, const char * __restrict__ format, ...); 398 int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0)));; 399 int __cdecl asprintf(char ** __restrict__ ret,const char * __restrict__ format,...) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 3))); 403 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp); 405 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 33 import com.android.ide.common.api.IAttributeInfo.Format; 461 && !attributeInfo.getFormats().contains(Format.REFERENCE)) { 473 && !attributeInfo.getFormats().contains(Format.REFERENCE)) { 637 endTag = String.format("></%1$s>", keyword); //$NON-NLS-1$ 647 endTag = String.format("></%1$s>", keyword); //$NON-NLS-1$ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 46 import com.android.ide.common.api.IAttributeInfo.Format; 146 EnumSet<Format> formats_set = info.getFormats(); 198 if (formats_set.contains(Format.REFERENCE)) { 202 } else if (formats_set.contains(Format.ENUM)) { 205 } else if (formats_set.contains(Format.FLAG)) { 208 } else if (formats_set.contains(Format.BOOLEAN)) { 211 } else if (formats_set.contains(Format.STRING)) { 446 * @param javadoc The javadoc to format. Cannot be null. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Graphics.c | 21 when Tiano graphics format is supported.
187 // Only support BITMAPINFOHEADER format.
272 // Convert image from BMP to Blt buffer format
454 EFI_BADGING_FORMAT Format;
513 &Format,
525 // Currently only support BMP format
527 if (Format != EfiBadgingFormatBMP) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
Graphics.c | 21 when Tiano graphics format is supported.
188 // Only support BITMAPINFOHEADER format.
273 // Convert image from BMP to Blt buffer format
453 EFI_BADGING_FORMAT Format;
512 &Format,
524 // Currently only support BMP format
526 if (Format != EfiBadgingFormatBMP) {
|
/external/llvm/lib/TableGen/ |
SetTheory.cpp | 16 #include "llvm/Support/Format.h" 166 // (sequence "Format", From, To) Generate a sequence of records by name. 172 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " + 182 std::string Format; 184 Format = SI->getValue(); 186 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); 214 OS << format(Format.c_str(), unsigned(From));
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc.c | 209 * \param pOutInfo [OUT] The dec module filled audio format and used the input size. 279 pOutInfo->Format.Channels = hAacEnc->config.nChannelsOut; 280 pOutInfo->Format.SampleRate = hAacEnc->config.sampleRate; 281 pOutInfo->Format.SampleBits = 16;
|
/external/protobuf/gtest/fused-src/gtest/ |
gtest-all.cc | [all...] |
/art/runtime/ |
dex_instruction.h | 91 enum Format { 117 // format: AG op BBBB FEDC HHHH 121 // format: AA op BBBB CCCC HHHH 498 // Returns the format of the given opcode. 499 static Format FormatOf(Code opcode) { 654 static Format const kInstructionFormats[]; 662 std::ostream& operator<<(std::ostream& os, const Instruction::Format& format);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
StringDB.h | 151 BOOLEAN Format,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
UsbMouseAbsolutePointer.h | 104 UINT16 Format;
216 in RFC 4646 or ISO 639-2 language code format.
273 RFC 4646 or ISO 639-2 language code format.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/ |
UsbMouse.h | 104 UINT16 Format;
216 in RFC 4646 or ISO 639-2 language code format.
273 RFC 4646 or ISO 639-2 language code format.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
DebugLib.h | 83 GetDebugPrintErrorLevel (), then print the message specified by Format and the
86 If Format is NULL, then ASSERT().
89 @param Format The format string for the debug message to print.
91 based on the format string specified by Format.
98 IN CONST CHAR8 *Format,
253 This macro calls DebugPrint() passing in the debug error level, a format
258 @param Expression Expression containing an error level, a format string,
259 and a variable argument list based on the format string. [all...] |
ReportStatusCodeLib.h | 108 by ErrorLevel, Marker, and Format. If type GUID in Data is
110 Format from the optional data area of the status code buffer specified by Data.
113 the Format. If the DEBUG() information could be extracted from Data, then
119 If Format is NULL, then ASSERT().
123 @param Marker The pointer to the variable argument list associated with Format.
124 @param Format The pointer to a Null-terminated ASCII format string of a
128 specified by ErrorLevel, Marker, and Format.
139 OUT CHAR8 **Format
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/ |
XenBus.h | 127 @param Format AsciiSPrint format string followed by a variable number
140 IN CONST CHAR8 *Format,
|
/external/deqp/framework/opengl/ |
gluStrUtil.cpp | 62 str << tcu::Format::Enum<int, 4>(fmt.getName, fmt.value[ndx]);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otConverters.py | 205 Format = attrs.get("Format") 206 if Format is not None: 207 table.Format = int(Format) 291 format = reader.readUShort() 292 reader[self.which] = ValueRecordFactory(format) 293 return format 294 def write(self, writer, font, tableDict, format, repeatIndex=None): 295 writer.writeUShort(format) [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-port.cc | 249 // Helper function used by ValidateRegex() to format error messages. 460 return String::Format("%s:", file_name).c_str(); 463 return String::Format("%s(%d):", file_name, line).c_str(); 465 return String::Format("%s:%d:", file_name, line).c_str(); 481 return String::Format("%s:%d", file_name, line).c_str();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 12 * Port From: ICU4C v1.8.1 : format : IntlTestDecimalFormatAPI 16 package android.icu.dev.test.format; 20 import java.text.Format; 85 Format clone = (Format) def.clone(); 90 // ======= Test various format() methods 92 logln("Testing various format() methods"); 109 res1 = def.format(d, res1, pos1); 112 res2 = pat.format(l, res2, pos2); 115 res3 = cust1.format(d, res3, pos3) 327 DecimalFormat format = new DecimalFormat("###0.##\\u2030"); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tufmtts.cpp | 61 * This tests that if the plural count listed in time unit format does not 63 * time unit format will be ingored and subsequently, fall back will kick in 137 formatted = ((Format*)formats[style])->format(formattable, formatted, status); 138 if (!assertSuccess("format()", status)) return; 142 std::cout << "format result: " << formatResult << "\n"; 145 ((Format*)formats[style])->parseObject(formatted, result, status); 152 ((Format*)formats[1-style])->parseObject(formatted, result_1, status); 293 TimeUnitFormat* format = new TimeUnitFormat(status); local 294 format->setLocale(Locale("zh"), status) [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
NumberFormat.java | 15 import java.text.Format; 33 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 36 * digits used, or whether the number format is even decimal. 39 * To format a number for the current Locale, use one of the factory 43 * myString = NumberFormat.getInstance().format(myNumber); 47 * more efficient to get the format and use it multiple times so that 54 * output.println(nf.format(myNumber[i]) + "; "); 58 * To format a number for a different Locale, specify it in the 72 * normal number format. Use <code>getIntegerInstance</code> to get an 73 * integer number format. Use <code>getCurrencyInstance</code> to get th 241 public StringBuffer format(Object number, method in class:NumberFormat 271 public final String format(double number) { method in class:NumberFormat 280 public final String format(long number) { method in class:NumberFormat 288 public final String format(BigInteger number) { method in class:NumberFormat 296 public final String format(java.math.BigDecimal number) { method in class:NumberFormat 304 public final String format(com.ibm.icu.math.BigDecimal number) { method in class:NumberFormat 321 public StringBuffer format(double number, method in class:NumberFormat 336 public StringBuffer format(long number, method in class:NumberFormat 350 public StringBuffer format(BigInteger number, method in class:NumberFormat 364 public StringBuffer format(java.math.BigDecimal number, method in class:NumberFormat 378 public StringBuffer format(com.ibm.icu.math.BigDecimal number, method in class:NumberFormat [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 11 * Port From: ICU4C v1.8.1 : format : IntlTestDecimalFormatAPI 15 package com.ibm.icu.dev.test.format; 19 import java.text.Format; 84 Format clone = (Format) def.clone(); 89 // ======= Test various format() methods 91 logln("Testing various format() methods"); 108 res1 = def.format(d, res1, pos1); 111 res2 = pat.format(l, res2, pos2); 114 res3 = cust1.format(d, res3, pos3) 326 DecimalFormat format = new DecimalFormat("###0.##\\u2030"); local [all...] |
/external/icu/icu4j/perf-tests/perldriver/ |
PerfFramework4j.pm | 13 use Format;
|