OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFormat
(Results
1 - 6
of
6
) sorted by null
/external/cros/system_api/dbus/cros-disks/
dbus-constants.h
17
const char
kFormat
[] = "Format";
/external/icu/icu4c/source/test/intltest/
numberformattesttuple.h
26
kFormat
,
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
601
kFormat
= 0,
name_table.h
685
kFormat
= 0,
/external/v8/test/cctest/interpreter/
test-bytecode-generator.cc
70
static const char
kFormat
[] = "function %s() { %s }\n%s();";
71
static const int kFormatLength = arraysize(
kFormat
);
74
length = SNPrintF(program,
kFormat
, kFunctionName, body, kFunctionName);
[
all
...]
/external/vixl/src/vixl/a64/
instructions-a64.h
503
kFormat
556
SubstitutionMode mode0 =
kFormat
,
557
SubstitutionMode mode1 =
kFormat
,
558
SubstitutionMode mode2 =
kFormat
) {
700
if (mode ==
kFormat
) {
Completed in 528 milliseconds