OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat2
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/Sema/
format-strings-no-fixit.c
18
const char
kFormat2
[] = "%.3p";
20
printf(
kFormat2
, p);
45
// CHECK: const char
kFormat2
[] = "%.3p";
47
// CHECK: printf(
kFormat2
, p);
format-strings-scanf.c
59
const char
kFormat2
[] = "%["; // expected-note{{format string is defined here}}}
60
scanf(
kFormat2
, str); // expected-warning{{no closing ']' for '%[' in scanf format string}}
format-strings.c
463
const char
kFormat2
[] = "%18$s\n"; // expected-note{{format string is defined here}}
464
printf(
kFormat2
, 1, "foo"); // expected-warning{{data argument position '18' exceeds the number of data arguments (2)}}
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc
188
const GLenum
kFormat2
= GL_DEPTH_COMPONENT16;
264
renderbuffer2, kSamples2,
kFormat2
, kWidth2, kHeight2);
407
const GLenum
kFormat2
= GL_RGB;
503
kFormat2
,
508
kFormat2
,
514
EXPECT_EQ(static_cast<GLenum>(
kFormat2
),
525
EXPECT_EQ(
kFormat2
, attachment->internal_format());
[
all
...]
/external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc
570
const ui::Clipboard::FormatType
kFormat2
=
581
clipboard_writer.WritePickledData(write_pickle2,
kFormat2
);
585
kFormat2
, CLIPBOARD_TYPE_COPY_PASTE));
589
clipboard().ReadData(
kFormat2
, &output2);
601
clipboard_writer.WritePickledData(write_pickle2,
kFormat2
);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
257
case CMapFormat::
kFormat2
:
282
case CMapFormat::
kFormat2
:
516
: CMap(data, CMapFormat::
kFormat2
, cmap_id) {
567
CMapFormat::
kFormat2
, cmap_id) {
578
CMapFormat::
kFormat2
, cmap_id) {
[
all
...]
cmap_table.h
37
kFormat2
= 2,
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
257
case CMapFormat::
kFormat2
:
282
case CMapFormat::
kFormat2
:
516
: CMap(data, CMapFormat::
kFormat2
, cmap_id) {
567
CMapFormat::
kFormat2
, cmap_id) {
578
CMapFormat::
kFormat2
, cmap_id) {
[
all
...]
cmap_table.h
37
kFormat2
= 2,
Completed in 65 milliseconds