OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unfolded
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java
103
final String
unfolded
= actual.replace("\r\n\t", "");
local
104
assertEquals("input=" + input, input + "\r\n",
unfolded
);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java
90
final String
unfolded
= raw.replaceAll("\r|\n", "");
local
95
final Matcher fieldMatcher = fieldNamePattern.matcher(
unfolded
);
101
String body =
unfolded
.substring(fieldMatcher.end());
137
* Gets the
unfolded
, unparsed and possibly encoded (see RFC 2047) field
140
* @return the
unfolded
unparsed field body string.
/external/linux-tools-perf/util/
symbol.h
140
bool
unfolded
;
member in struct:map_symbol
/external/linux-tools-perf/util/ui/browsers/
hists.c
43
static char tree__folded_sign(bool
unfolded
)
45
return
unfolded
? '-' : '+';
50
return self->has_children ? tree__folded_sign(self->
unfolded
) : ' ';
65
self->
unfolded
= unfold ? self->has_children : false;
86
if (folded_sign == '-') /* Have children and they're
unfolded
*/
96
bool
unfolded
= false;
local
101
unfolded
= chain->ms.
unfolded
;
104
if (
unfolded
)
128
self->
unfolded
= !self->unfolded
[
all
...]
Completed in 560 milliseconds