OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimmed
(Results
26 - 50
of
271
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java
496
String
trimmed
= node.getTextContent().trim();
local
497
if (
trimmed
.length() > 0) {
498
serializer.text(
trimmed
);
/external/v8/test/mjsunit/regress/
regress-1708.js
59
// At this point "array" should have been
trimmed
from the left with
/prebuilts/go/darwin-x86/src/runtime/debug/
stack.go
67
// source returns a space-
trimmed
slice of the n'th line.
/prebuilts/go/linux-x86/src/runtime/debug/
stack.go
67
// source returns a space-
trimmed
slice of the n'th line.
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go
446
// trimUnexportedFields returns the field list
trimmed
of unexported fields.
448
trimmed
:= false
455
trimmed
= true
464
if !
trimmed
{
/prebuilts/go/darwin-x86/src/internal/format/
format.go
75
// Remove only the "}\n" suffix: remaining whitespaces will be
trimmed
anyway
/prebuilts/go/linux-x86/src/cmd/doc/
pkg.go
446
// trimUnexportedFields returns the field list
trimmed
of unexported fields.
448
trimmed
:= false
455
trimmed
= true
464
if !
trimmed
{
/prebuilts/go/linux-x86/src/internal/format/
format.go
75
// Remove only the "}\n" suffix: remaining whitespaces will be
trimmed
anyway
/frameworks/rs/api/
Specification.cpp
130
const string
trimmed
= type.substr(0, last);
local
131
int i = findCType(
trimmed
);
133
baseType =
trimmed
;
[
all
...]
/external/jetty/lib/
slf4j-api-1.6.1.jar
/external/slf4j/integration/lib/
slf4j-api-1.6.6.jar
/external/webrtc/tools/matlab/
rtpAnalyze.m
53
% This is where the data vectors are
trimmed
.
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api-1.7.5.jar
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
decimal.go
245
// x already
trimmed
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
decimal.go
242
// x already
trimmed
/prebuilts/go/darwin-x86/src/math/big/
decimal.go
242
// x already
trimmed
/prebuilts/go/darwin-x86/src/mime/
mediatype.go
98
// to lowercase and
trimmed
of white space and a non-nil map.
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
decimal.go
245
// x already
trimmed
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
decimal.go
242
// x already
trimmed
/prebuilts/go/linux-x86/src/math/big/
decimal.go
242
// x already
trimmed
/prebuilts/go/linux-x86/src/mime/
mediatype.go
98
// to lowercase and
trimmed
of white space and a non-nil map.
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.6.2/
slf4j-api-1.6.2.jar
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/
slf4j-api-1.7.5.jar
Completed in 701 milliseconds
1
2
3
4
5
6
7
8
9
10
11