Searched refs:trim (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/obfuscate/
H A DMappingReader.java66 line = line.trim();
126 String className = line.substring(0, arrowIndex).trim();
127 String newClassName = line.substring(arrowIndex + 2, colonIndex).trim();
162 String type = line.substring(colonIndex2 + 1, spaceIndex).trim();
163 String name = line.substring(spaceIndex + 1, argumentIndex1 >= 0 ? argumentIndex1 : arrowIndex).trim();
164 String newName = line.substring(arrowIndex + 2).trim();
183 firstLineNumber = Integer.parseInt(line.substring(0, colonIndex1).trim());
184 lastLineNumber = Integer.parseInt(line.substring(colonIndex1 + 1, colonIndex2).trim());
187 String arguments = line.substring(argumentIndex1 + 1, argumentIndex2).trim();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
H A DSrtParser.java37 while (!((s = r.readLine()) == null || s.trim().equals(""))) {
51 long hours = Long.parseLong(in.split(":")[0].trim());
52 long minutes = Long.parseLong(in.split(":")[1].trim());
53 long seconds = Long.parseLong(in.split(":")[2].split(",")[0].trim());
54 long millies = Long.parseLong(in.split(":")[2].split(",")[1].trim());
/external/chromium_org/v8/test/webkit/
H A Ddfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js28 delete String.prototype.trim;
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DVerbosityCfg.java76 if ((m_verbosity != null) && (m_verbosity.trim ().length () > 0))
77 settings.setProperty (AppLoggers.PROPERTY_VERBOSITY_LEVEL, m_verbosity.trim ());
79 if ((m_verbosityFilter != null) && (m_verbosityFilter.trim ().length () > 0))
80 settings.setProperty (AppLoggers.PROPERTY_VERBOSITY_FILTER, m_verbosityFilter.trim ());
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbitlib.c24 /* macro to trim extra bits */
25 #define trim(x) ((x) & ALLONES) macro
41 return trim(r);
64 lua_pushunsigned(L, trim(r));
74 lua_pushunsigned(L, trim(r));
81 lua_pushunsigned(L, trim(r));
89 r = trim(r);
96 r = trim(r);
121 r = trim((r >> i) | ~(~(b_uint)0 >> i)); /* add signal bit */
131 r = trim(
[all...]
/external/proguard/src/proguard/classfile/util/
H A DExternalTypeEnumeration.java98 return descriptor.substring(startIndex, index++).trim();
104 return descriptor.substring(0, descriptor.indexOf(ClassConstants.EXTERNAL_METHOD_ARGUMENTS_OPEN)).trim();
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfont_data_test.cc255 fprintf(stderr, "read - trim = ");
256 for (int32_t trim = 0; trim < (rfd->Length() / 2) + 1;
257 trim += (rfd->Length() / 21) + 1) {
258 fprintf(stderr, "%d ", trim);
259 int32_t length = rfd->Length() - 2 * trim;
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice));
268 fprintf(stderr, "write - trim = ");
269 for (int32_t trim
[all...]
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc255 fprintf(stderr, "read - trim = ");
256 for (int32_t trim = 0; trim < (rfd->Length() / 2) + 1;
257 trim += (rfd->Length() / 21) + 1) {
258 fprintf(stderr, "%d ", trim);
259 int32_t length = rfd->Length() - 2 * trim;
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice));
268 fprintf(stderr, "write - trim = ");
269 for (int32_t trim
[all...]
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DMessageDigestAlgorithm.java63 if (qop_value == null || qop_value.trim().length() == 0
64 || qop_value.trim().equalsIgnoreCase("auth")) {
121 + (passwd != null && passwd.trim().length() > 0) + ", " + nonce_value + ", "
135 if (algorithm == null || algorithm.trim().length() == 0
136 || algorithm.trim().equalsIgnoreCase("MD5")) {
148 if (qop_value == null || qop_value.trim().length() == 0
149 || qop_value.trim().equalsIgnoreCase("auth")) {
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DProviderTest.java62 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
63 !"className".equals(p.getProperty("serviceName.algName").trim()) ||
64 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
65 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
66 !String.valueOf(p.getName()).equals(p.getProperty("Provider.id name").trim()) ||
67 !String.valueOf(p.getVersion()).equals(p.getProperty("Provider.id version").trim()) ||
68 !String.valueOf(p.getInfo()).equals(p.getProperty("Provider.id info").trim()) ||
69 !p.getClass().getName().equals(p.getProperty("Provider.id className").trim()) ||
70 !"SomeClassName".equals(p.getProperty("MessageDigest.SHA-1").trim())) {
/external/chromium_org/chrome/browser/resources/print_preview/common/
H A Dsearch_box.js57 this.input_.value = query.trim();
90 return this.input_.value.trim();
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_props.cpp27 UnicodeString::trim() function in class:UnicodeString
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtextfile.h44 * @param trim if TRUE then remove leading Pattern_White_Space
49 UBool trim = FALSE);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3h.tcl40 set zVersion [string trim [read $in]]
47 set zUuid [string trim [read $in]]
/external/chromium_org/tools/android/
H A Dmempressure.py46 '--trim',
65 if options.low and options.trim:
66 option_parser.error('options --low and --trim are mutually exclusive')
68 if not options.low and not options.trim:
75 elif options.trim in ACTION_TRIM.keys():
76 action = ACTION_TRIM[options.trim]
/external/doclava/src/com/google/doclava/
H A DSampleTagInfo.java79 boolean trim = "@sample".equals(name);
82 mIncluded = readFile(position, filename, id, trim, true, false, false);
84 mIncluded = loadInclude(position, filename, id, trim);
116 static String loadInclude(SourcePositionInfo pos, String filename, String id, boolean trim) { argument
148 boolean empty = "".equals(line.trim());
149 if (trim) {
205 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim, argument
225 if (trim) {
229 if (!"".equals(line.trim())) {
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c27 if (!config.trim)
/external/icu/icu4c/source/common/
H A Dunistr_props.cpp27 UnicodeString::trim() function in class:UnicodeString
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.h44 * @param trim if TRUE then remove leading Pattern_White_Space
49 UBool trim = FALSE);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DCallIDParser.java75 callID.setCallId(rest.trim());
H A DOrganizationParser.java76 organization.setOrganization(value.trim());
H A DSubjectParser.java75 subject.setSubject(s.trim());
/external/apache-http/src/org/apache/http/cookie/
H A DCookieOrigin.java61 if (host.trim().length() == 0) {
74 if (path.trim().length() != 0) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemReader.java61 String value = line.substring(index + 1).trim();
73 buf.append(line.trim());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js143 var quotedString = cvox.SpeechRule.splitString_(rest, '\\(')[0].trim();
148 rest = rest.slice(quotedString.length).trim();
160 output.content = rest.trim();
164 output.content = rest.substring(0, bracket).trim();
198 this[attr.trim()] = 'true';
200 this[attr.substring(0, colon).trim()] = attr.slice(colon + 1).trim();
255 .map(function(x) {return x.trim();});

Completed in 629 milliseconds

1234567891011>>