OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stripspace
(Results
1 - 8
of
8
) sorted by null
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
IsEqualIgnoringWhiteSpace.java
28
return
stripSpace
(string).equalsIgnoreCase(
stripSpace
(item));
33
mismatchDescription.appendText("was ").appendText(
stripSpace
(item));
43
public String
stripSpace
(String toBeStripped) {
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
pygen.py
188
def _indent_line(self, line,
stripspace
=''):
191
stripspace
is a string of space that will be truncated from the
194
return re.sub(r"^%s" %
stripspace
, self.indentstring
227
stripspace
= None
235
if
stripspace
is None and re.search(r"^[ \t]*[^# \t]", entry):
236
stripspace
= re.match(r"^([ \t]*)", entry).group(1)
237
self.stream.write(self._indent_line(entry,
stripspace
) + "\n")
285
def _indent_line(line,
stripspace
=''):
286
return re.sub(r"^%s" %
stripspace
, '', line)
289
stripspace
= Non
[
all
...]
/external/boringssl/src/crypto/test/
file_test.cc
51
//
StripSpace
returns a string containing up to |len| characters from |str| with
53
static std::string
StripSpace
(const char *str, size_t len) {
69
key =
StripSpace
(str, len);
71
key =
StripSpace
(str, delimiter - str);
72
value =
StripSpace
(delimiter + 1, str + len - delimiter - 1);
147
std::string kv =
StripSpace
(buf.get(), len);
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar
saxon-9.1.0.8.jar
/prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar
Completed in 349 milliseconds