OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/devices/
macdevicemanagermm.mm
120
static NSString* const
kFormat
= @"localizedDisplayName: \"%@\", "
124
stringWithFormat:
kFormat
,
162
static NSString* const
kFormat
= @"localizedName: \"%@\", "
166
stringWithFormat:
kFormat
,
/external/cros/system_api/dbus/cros-disks/
dbus-constants.h
17
const char
kFormat
[] = "Format";
/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
) {
disasm-a64.cc
[
all
...]
/external/icu/icu4c/source/test/intltest/
numberformattesttuple.h
26
kFormat
,
/external/vixl/test/
test-simulator-a64.cc
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
601
kFormat
= 0,
name_table.cc
373
new_data->WriteUShort(NameTable::Offset::
kFormat
, 0);
443
return data_->ReadUShort(Offset::
kFormat
);
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
...]
Completed in 469 milliseconds