/external/chromium_org/tools/gyp/test/mac/ |
gyptest-ldflags-passed-to-libtool.py | 23 }[test.format]
|
gyptest-postbuild.py | 23 if test.format == 'xcode':
|
gyptest-rebuild.py | 31 if test.format != 'xcode':
|
/external/chromium_org/tools/gyp/test/rules-dirname/ |
gyptest-dirname.py | 26 if test.format == 'xcode':
|
/external/chromium_org/tools/gyp/test/same-gyp-name/ |
gyptest-all.py | 29 if test.format == 'xcode':
|
gyptest-default.py | 29 if test.format == 'xcode':
|
/external/chromium_org/tools/gyp/test/variables/commands/ |
gyptest-commands-repeated.py | 14 test = TestGyp.TestGyp(format='gypd')
|
gyptest-commands.py | 15 test = TestGyp.TestGyp(format='gypd')
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-debug-info.py | 22 suffix = '.exe.pdb' if test.format == 'ninja' else '.pdb'
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/ |
DeviceDisplayInfo.java | 66 int format = getPixelFormat(); local 68 PixelFormat.getPixelFormatInfo(format, info); 78 int format = getPixelFormat(); local 79 switch (format) { 103 // Unknown format. Use 8 as a sensible default.
|
/external/chromium_org/ui/gl/ |
gl_surface_cgl.cc | 36 // format selection. 46 CGLPixelFormatObj format; local 49 &format, 51 LOG(ERROR) << "Error choosing pixel format."; 54 if (!format) { 55 LOG(ERROR) << "format == 0."; 58 CGLReleasePixelFormat(format);
|
/external/clang/test/CodeGen/ |
2002-08-02-UnionTest.c | 6 int printf(const char * restrict format, ...);
|
/external/clang/test/Sema/ |
attr-sentinel.c | 42 void (*e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); 45 void (*b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)); // expected-note {{function has been explicitly marked sentinel here}} 46 void (*z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))); // expected-note {{function has been explicitly marked sentinel here}} 49 void (*y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))); // expected-note {{function has been explicitly marked sentinel here}}
|
predefined-function.c | 3 char *funk(int format);
|
/external/clang/test/SemaCXX/ |
printf-block.cpp | 3 int (^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__printf__,2,3))) (int arg, const char *format,...) {return 5;}; 17 block(n, "%s %s", hncs, n); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' to variadic block; expected type from format string was 'char *'}} expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
|
/external/compiler-rt/BlocksRuntime/tests/ |
dispatch_call_Block_with_release.c | 12 void callsomething(const char *format, int argument) {
|
/external/icu4c/i18n/unicode/ |
msgfmt.h | 13 * 07/22/98 stephen Removed operator!= (defined in Format) 29 #include "unicode/format.h" 57 * <p><code>MessageFormat</code> differs from the other <code>Format</code> 69 * <p>An argument might not specify any format type. In this case, 75 * Format object is created, cached and used. 81 * <p>After construction, a custom Format object can be set for 97 * (or using a custom Format object if one was set). 153 * a <code>Format</code> instance for the format element. The following 154 * table shows how the values map to Format instances. Combinations no 1097 MessageFormat::format(const Formattable& obj, function in class:MessageFormat [all...] |
/external/icu4c/i18n/ |
windtfmt.h | 21 #include "unicode/format.h" 29 * \brief C++ API: Format dates using Windows API. 49 virtual Format *clone(void) const; 53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const; 55 UnicodeString& format(UDate date, UnicodeString& appendTo) const; 60 * Set the calendar to be used by this date format. Initially, the default 69 * Set the calendar to be used by this date format. Initially, the default 130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat 131 return DateFormat::format(date, appendTo);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderFactory.java | 8 import com.jme3.texture.Image.Format;
21 * @param format
22 * the texture format
25 public static TextureBlender createTextureBlender(Format format) {
26 switch (format) {
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
78 throw new IllegalStateException("Unknown image format type: " + format);
|
/external/jsilver/src/com/google/streamhtmlparser/ |
ExternalState.java | 76 return String.format("ExternalState: %s", name);
|
/external/libselinux/src/ |
callbacks.h | 15 extern int __attribute__ ((format(printf, 2, 3)))
|
/external/libsepol/include/sepol/ |
debug.h | 23 * particular format. Passing NULL here 27 __attribute__ ((format(printf, 3, 4)))
|
/external/libsepol/src/ |
handle.h | 12 __attribute__ ((format(printf, 3, 4)))
|
/external/llvm/autoconf/m4/ |
c_printf_a.m4 | 2 # Determine if the printf() functions have the %a format character. 6 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a], 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
|
/external/llvm/lib/Support/ |
BranchProbability.cpp | 16 #include "llvm/Support/Format.h" 22 OS << N << " / " << D << " = " << format("%g%%", ((double)N / D) * 100.0);
|