HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 676 - 700 of 1259) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 189 format string controlling how short options with values are
256 Format a paragraph of free-form text for inclusion in the
362 """Format help with indented section bodies.
381 """Format help with underlined section headers.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
SerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
BsSerialStatusCode.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 144 return string.Format("<{0}@{1}:\"{2}\">", opName, stream._tokens[index], text);
191 return string.Format("<DeleteOp@{0}..{1}>", stream._tokens[index], stream._tokens[lastIndex]);
194 return string.Format("<ReplaceOp@{0}..{1}:\"{2}\">", stream._tokens[index], stream._tokens[lastIndex], text);
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 82 /// Check for CWE-134: Uncontrolled Format String.
177 "Untrusted data is used as a format string "
178 "(CWE-134: Uncontrolled Format String)";
609 // Find if the function contains a format string argument.
615 for (const auto *Format : FDecl->specific_attrs<FormatAttr>()) {
616 ArgNum = Format->getFormatIdx() - 1;
617 if ((Format->getType()->getName() == "printf") &&
655 // Check if the function contains a format string argument.
660 // If either the format string content or the pointer itself are tainted, warn.
  /external/icu/icu4c/source/i18n/
datefmt.cpp 135 : Format(other),
178 DateFormat::operator==(const Format& other) const
184 // Format::operator== guarantees that this cast is safe
188 (Format::operator==(other) &&
197 DateFormat::format(const Formattable& obj, function in class:DateFormat
226 return format(date, appendTo, fieldPosition);
232 DateFormat::format(const Formattable& obj, function in class:DateFormat
261 return format(date, appendTo, posIter, status);
268 DateFormat::format(Calendar& /* unused cal */, function in class:DateFormat
281 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const function in class:DateFormat
300 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, function in class:DateFormat
318 DateFormat::format(UDate date, UnicodeString& appendTo) const function in class:DateFormat
    [all...]
choicfmt.cpp 22 * 08/06/97 nos removed overloaded constructor, fixed 'format(array)'
87 // format strings for each limit.
136 ChoiceFormat::operator==(const Format& that) const
253 // Sets the limit and format arrays.
264 // Sets the limit and format arrays.
364 // Gets the format array.
375 // a double. The returned format string may differ
379 ChoiceFormat::format(int64_t number, function in class:ChoiceFormat
383 return format((double) number, appendTo, status);
391 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat
402 ChoiceFormat::format(double number, function in class:ChoiceFormat
470 ChoiceFormat::format(const Formattable* objs, function in class:ChoiceFormat
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_cpp_generator.py 52 def Format(self, separator, prefixed=False, internal=False,
65 return self.Format(
71 return self.Format(".", add_same_module_namespaces=True)
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 184 sStream.Format("q 1 0 0 1 0 0 cm /%s Do Q", key.c_str());
401 sFormName.Format("F%d", i);
422 sTemp.Format("q %f 0 0 %f %f %f cm /%s Do Q\n", m.a, m.d, m.e, m.f,
fpdf_transformpage.cpp 112 bsClipping.Format("%f %f %f %f re W* n ", rect.left, rect.bottom,
117 bsMatix.Format("%f %f %f %f %f %f cm ", matrix->a, matrix->b, matrix->c,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 34 import org.jf.baksmali.Adaptors.Format.InstructionMethodItemFactory;
37 import org.jf.dexlib2.Format;
470 String.format("AnalysisException: %s", analysisException.getMessage()),
486 if (instruction.getInstruction().getOpcode().format == Format.UnresolvedOdexInstruction) {
514 !instruction.getInstruction().getOpcode().format.isPayloadFormat) {
541 throw new RuntimeException(String.format("Try start offset %d is past the end of the code block.",
546 throw new RuntimeException(String.format("Try end offset %d is past the end of the code block.",
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 189 format string controlling how short options with values are
256 Format a paragraph of free-form text for inclusion in the
362 """Format help with indented section bodies.
381 """Format help with underlined section headers.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 189 format string controlling how short options with values are
256 Format a paragraph of free-form text for inclusion in the
362 """Format help with indented section bodies.
381 """Format help with underlined section headers.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 189 format string controlling how short options with values are
256 Format a paragraph of free-form text for inclusion in the
362 """Format help with indented section bodies.
381 """Format help with underlined section headers.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 189 format string controlling how short options with values are
256 Format a paragraph of free-form text for inclusion in the
362 """Format help with indented section bodies.
381 """Format help with underlined section headers.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
119 new AttributeInfo(PACKAGE_ATTR, Format.REFERENCE_SET)).setTooltip(
183 // -- setup the various attribute format overrides --
256 * Otherwise, if it contains a (/) the format is "element/attribute", for example
274 * Otherwise, if it contains a (/) the format is "element/attribute", for example
293 attrInfo = new AttributeInfo(xmlName, Format.STRING_SET );
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 368 // Bit format of 'casted' = [ uint -> highp uint promotion bits (0) ] [ sign extend bits (s) ] [ value bits ]
456 << ": expected minimum " << minValue << " (" << tcu::Format::Hex<8>((deUint32)minValue) << ")"
457 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")"
471 << " (" << tcu::Format::Hex<8>(outputValue) << ")"
538 << ": expected maximum " << maxValue << " (" << tcu::Format::Hex<8>((deUint32)maxValue) << ")"
539 << ", got " << groupOutput << " (" << tcu::Format::Hex<8>(groupOutput) << ")"
553 << " (" << tcu::Format::Hex<8>(outputValue) << ")"
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 79 * and format numbers in any locale, including support for Western, Arabic, or
103 * // format for each locale.
110 * cout << endl << "FORMAT " << j << endl;
128 * cout << " -> " << form->format(myNumber,str) << endl;
129 * form->parse(form->format(myNumber,str), fmtable, success);
141 * // format for each locale</strong>
150 * NumberFormat* format = NumberFormat::createInstance(locale, j, success);
152 * cout << "format result " << form->format(myNumber, str) << endl;
153 * format->parse(form->format(myNumber, str), fmtable, success)
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 221 "A format (currently must be \"xml\"), optionally followed "
384 // Returns the output format, or "" for normal printed output.
476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 221 "A format (currently must be \"xml\"), optionally followed "
384 // Returns the output format, or "" for normal printed output.
476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 211 st_pipe_vertex_format(GLenum type, GLuint size, GLenum format,
220 assert(format == GL_RGBA || format == GL_BGRA);
227 if (format == GL_BGRA) {
254 if (format == GL_BGRA) {
415 array->Format,
522 array->Format,
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 306 uint16_t format = GetUInt16(sp); local
308 if (format == 1) {
311 } else if (format == 2) {
342 uint16_t Format = GetUInt16(sp);
343 switch (Format) {
  /external/pdfium/core/fxcrt/
fx_string.h 116 void Format(const FX_CHAR* lpszFormat, ...);
324 void Format(const FX_WCHAR* lpszFormat, ...);
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 285 wsName.Format(L"#%s[%d]", ws.c_str(),
291 wsName.Format(L"%s[%d]", ws.c_str(),

Completed in 1295 milliseconds

<<21222324252627282930>>