OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format
(Results
1151 - 1175
of
4596
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/icu4c/samples/translit/
main.cpp
80
//
Format
the date in default locale
82
defFmt->
format
(cal->getTime(status), str, status);
83
check(status, "DateFormat::
format
");
88
//
Format
the date for Greece
90
fmt->
format
(cal->getTime(status), str, status);
91
check(status, "DateFormat::
format
");
/external/icu4c/test/intltest/
dtfmttst.h
70
virtual void tryPat994(SimpleDateFormat*
format
, const char* pat, const char* str, UDate expected);
230
UBool showParse(DateFormat &
format
, const UnicodeString &formattedString);
itrbnfp.cpp
128
//
format
some values
148
formatter->
format
((const Formattable)val, us, status);
154
logln("error: could not
format
%g, returned status: %d", val, status);
161
formatter->
format
((const Formattable)(int32_t)val, us, status);
167
logln("error: could not
format
%d, returned status: %d", val, status);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java
158
logger.info(String.
format
("EGL_RED_SIZE = %d", value[0]));
161
logger.info(String.
format
("EGL_GREEN_SIZE = %d", value[0]));
164
logger.info(String.
format
("EGL_BLUE_SIZE = %d", value[0]));
167
logger.info(String.
format
("EGL_ALPHA_SIZE = %d", value[0]));
170
logger.info(String.
format
("EGL_DEPTH_SIZE = %d", value[0]));
173
logger.info(String.
format
("EGL_STENCIL_SIZE = %d", value[0]));
176
logger.info(String.
format
("EGL_RENDERABLE_TYPE = %d", value[0]));
179
logger.info(String.
format
("EGL_SURFACE_TYPE = %d", value[0]));
/external/libmtp/examples/
evolution-sync.sh
72
$EADDEXP --
format
=vcard \
/external/libselinux/src/
callbacks.c
14
static int __attribute__ ((
format
(printf, 2, 3)))
53
int __attribute__ ((
format
(printf, 2, 3)))
/external/llvm/test/Scripts/
coff-dump.py
267
def read(
format
):
268
return struct.unpack(
format
, Input.read(struct.calcsize(
format
)))
376
def write_value(
format
,value):
377
format_type = type(
format
)
379
write(
format
% value)
381
write_value(
format
(value), value)
384
handle_element(
format
)
/external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java
57
String message = String.
format
(
62
String message = String.
format
(
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h
28
/* Pixel
format
functions */
34
extern void SDL_FreeFormat(SDL_PixelFormat *
format
);
/external/skia/legacy/src/ports/
SkImageDecoder_empty.cpp
25
SkImageDecoder::
Format
fFormat;
50
bool SkImageDecoder::SupportsFormat(
Format
format
) {
52
if (gPairs[i].fFormat ==
format
) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction22c.java
29
package org.jf.dexlib.Code.
Format
;
68
throw new RuntimeException(String.
format
("%s index is too large. Use the %s instruction instead.",
71
throw new RuntimeException(String.
format
("%s index is too large.", opcode.referenceType.name()));
80
public
Format
getFormat() {
81
return
Format
.Format22c;
/external/srec/portable/include/
pstream.h
78
PORTABLE_API int PortFprintf(PORT_FILE PortFile, const char*
format
, ...);
83
PORTABLE_API int PortFscanf(PORT_FILE PortFile, const char *
format
, ...);
/external/v8/src/
platform.h
166
static void Print(const char*
format
, ...);
167
static void VPrint(const char*
format
, va_list args);
170
static void FPrint(FILE* out, const char*
format
, ...);
171
static void VFPrint(FILE* out, const char*
format
, va_list args);
176
static void PrintError(const char*
format
, ...);
177
static void VPrintError(const char*
format
, va_list args);
253
static int SNPrintF(Vector<char> str, const char*
format
, ...);
255
const char*
format
,
/external/valgrind/main/drd/
drd_error.h
182
void DRD_(trace_msg)(const char*
format
, ...) PRINTF_CHECK(1, 2);
183
void DRD_(trace_msg_w_bt)(const char*
format
, ...) PRINTF_CHECK(1, 2);
/external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h
198
# error int64_t is required for decimal
format
and rule-based number
format
.
/external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h
198
# error int64_t is required for decimal
format
and rule-based number
format
.
/external/webkit/Source/WebCore/bindings/objc/
DOMObject.mm
48
[NSException raise:NSGenericException
format
:@"+[%@ init]: should never be used", NSStringFromClass([self class])];
/external/webkit/Source/WebCore/icu/unicode/
umachine.h
198
# error int64_t is required for decimal
format
and rule-based number
format
.
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DumpLayer.cpp
6
#define WRITE_VAL(
format
, ...) (snprintf(m_valueBuffer, BUF_SIZE,
format
, __VA_ARGS__), writeEntry(label, m_valueBuffer))
/external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h
198
# error int64_t is required for decimal
format
and rule-based number
format
.
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
tst_webgl.cpp
44
void benchmarkFrameRenderingOnImage(QImage::
Format
);
113
void tst_WebGlPerformance::benchmarkFrameRenderingOnImage(QImage::
Format
format
)
120
QImage target(m_view->size(),
format
);
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon
40
inotifywait -q -m --
format
'%f' --exclude '.trace.html$' -e close_write "${coredir}" | \
/frameworks/av/media/libstagefright/
MetaData.cpp
296
out = String8::
format
("no type, size %d)", mSize);
299
out = String8::
format
("(char*) %s", (const char *)data);
302
out = String8::
format
("(int32_t) %d", *(int32_t *)data);
305
out = String8::
format
("(int64_t) %lld", *(int64_t *)data);
308
out = String8::
format
("(float) %f", *(float *)data);
311
out = String8::
format
("(void*) %p", *(void **)data);
316
out = String8::
format
("Rect(%d, %d, %d, %d)",
322
out = String8::
format
("(unknown type %d, size %d)", mType, mSize);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp
92
def.
format
.audio.cMIMEType =
97
def.
format
.audio.pNativeRender = NULL;
98
def.
format
.audio.bFlagErrorConcealment = OMX_FALSE;
99
def.
format
.audio.eEncoding = OMX_AUDIO_CodingAMR;
118
def.
format
.audio.cMIMEType = const_cast<char *>("audio/raw");
119
def.
format
.audio.pNativeRender = NULL;
120
def.
format
.audio.bFlagErrorConcealment = OMX_FALSE;
121
def.
format
.audio.eEncoding = OMX_AUDIO_CodingPCM;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp
81
def.
format
.audio.cMIMEType = const_cast<char *>("audio/raw");
82
def.
format
.audio.pNativeRender = NULL;
83
def.
format
.audio.bFlagErrorConcealment = OMX_FALSE;
84
def.
format
.audio.eEncoding = OMX_AUDIO_CodingPCM;
99
def.
format
.audio.cMIMEType = const_cast<char *>("audio/3gpp");
100
def.
format
.audio.pNativeRender = NULL;
101
def.
format
.audio.bFlagErrorConcealment = OMX_FALSE;
102
def.
format
.audio.eEncoding = OMX_AUDIO_CodingAMR;
366
// Convert header byte from WMF to IETF
format
.
Completed in 548 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>