OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Abbreviation
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
select_control_handler.cc
25
const char*
abbreviation
;
member in class:__anon1594::State
29
static string16
Abbreviation
(const string16& name);
30
static string16 FullName(const string16&
abbreviation
);
89
string16 State::
Abbreviation
(const string16& name) {
92
return ASCIIToUTF16(s->
abbreviation
);
96
string16 State::FullName(const string16&
abbreviation
) {
98
if (LowerCaseEqualsASCII(
abbreviation
, s->
abbreviation
))
145
abbrev = State::
Abbreviation
(value);
149
// Try the
abbreviation
name first
[
all
...]
/external/llvm/test/DebugInfo/SystemZ/
variable-loc.s
179
.byte 1 #
Abbreviation
Code
196
.byte 2 #
Abbreviation
Code
211
.byte 3 #
Abbreviation
Code
228
.byte 4 #
Abbreviation
Code
239
.byte 5 #
Abbreviation
Code
258
.byte 6 #
Abbreviation
Code
269
.byte 7 #
Abbreviation
Code
276
.byte 8 #
Abbreviation
Code
291
.byte 9 #
Abbreviation
Code
300
.byte 10 #
Abbreviation
Cod
[
all
...]
Completed in 192 milliseconds