/external/chromium_org/chrome/browser/history/ |
archived_database.h | 37 // Try to trim the cache memory used by the database. If |aggressively| is 38 // true try to trim all unused cache, otherwise trim by half.
|
/libcore/luni/src/main/java/libcore/util/ |
CollectionUtils.java | 33 * @param trim true to remove reference objects from the iterable after 37 final Iterable<? extends Reference<T>> iterable, final boolean trim) { 49 if (trim && next == null) {
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldXMLFormatterTest.java | 61 "</log>", formatter.getTail(null).trim()); 63 formatter.getTail(handler).trim()); 66 "</log>", formatter.getTail(handler).trim());
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
J3MLoader.java | 98 vertName = split[1].trim(); 100 fragName = split[1].trim(); 127 String texturePath = value.trim(); 131 texturePath = texturePath.substring(12).trim(); 135 texturePath = texturePath.substring(5).trim(); 138 texturePath = texturePath.substring(7).trim(); 162 String[] split = value.trim().split(whitespacePattern); 221 statement = split[0].trim(); 222 defaultVal = split[1].trim(); 230 String bindingStr = statement.substring(startParen+1, endParen).trim(); [all...] |
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 190 int firstEnd = firstStart + first.trim().length(); 192 int secondEnd = secondStart + second.trim().length(); 227 int firstEnd = firstStart + first.trim().length(); 229 int secondEnd = secondStart + second.trim().length(); 254 int thirdEnd = thirdStart + third.trim().length(); 306 int firstEnd = firstStart + first.trim().length(); 308 int secondEnd = secondStart + second.trim().length(); 310 int thirdEnd = thirdStart + third.trim().length(); 374 int firstEnd = firstStart + first.trim().length(); 376 int secondEnd = secondStart + second.trim().length() [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/ |
TestSuiteAdapter.java | 74 // trim double quotes 80 // trim << and >> 95 // trim double quotes 101 // trim square brackets
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
reserialize_profiles_from_query.py | 28 # trim the newline if present
|
/external/chromium_org/tools/traceline/traceline/scripts/ |
filter_short.py | 9 This helps trim down the JSON data to only the most interesting / time critical
|
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/ |
TestScanner.java | 59 testNames.add("test:" + line.trim()); 64 testCaseName = line.trim();
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
mappy_content_script.js | 43 var trim = /\s{2,}/g; 44 return match[0].replace(trim, " ");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 15 $dropNames[trim($parts[0])] = trim($parts[1]);
|
/external/jpeg/ |
jpegtran.1 | 115 .B \-trim 118 .B \-trim 122 .B \-trim 127 .B \-rot 270 -trim 129 .B \-rot 90 -trim 131 .B \-rot 180 -trim 204 .B jpegtran \-rot 90 -trim 233 .B \-trim
|
transupp.h | 71 * The "trim" option causes untransformable partial iMCUs to be dropped; 75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim 76 * followed by -rot 180 -trim trims both edges.) 89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon19664
|
/external/lzma/CPP/Common/ |
ListFileUtils.cpp | 61 t.Trim();
70 t.Trim();
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.1 | 115 .B \-trim 118 .B \-trim 122 .B \-trim 127 .B \-rot 270 -trim 129 .B \-rot 90 -trim 131 .B \-rot 180 -trim 204 .B jpegtran \-rot 90 -trim 233 .B \-trim
|
transupp.h | 71 * The "trim" option causes untransformable partial iMCUs to be dropped; 75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim 76 * followed by -rot 180 -trim trims both edges.) 89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon24929
|
/frameworks/av/media/libstagefright/wifi-display/ |
Parameters.cpp | 52 name.trim(); 64 value.trim();
|
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/ |
SimpleRecipientChip.java | 40 mValue = entry.getDestination().trim(); 86 mOriginalText = text.trim();
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayoutListener.java | 59 * @param timeMs The time where the trim occurs 67 * @param timeMs The time where the trim occurs
|
/sdk/emulator/opengl/host/tools/emugen/ |
strUtils.cpp | 31 retval = trim(retval); 36 std::string trim(const string & str) function
|
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 51 // trim leading whitespace 63 // trim whitespace following the comma 69 // trim trailing whitespace 97 // trim leading whitespace 109 // trim whiteapce following the comma 119 // trim trailing whitespace
|
/external/icu4c/test/letest/ |
xmlreader.cpp | 51 // trim leading whitespace 63 // trim whitespace following the comma 69 // trim trailing whitespace 97 // trim leading whitespace 109 // trim whiteapce following the comma 119 // trim trailing whitespace
|
/external/libvpx/libvpx/build/make/ |
ads2gas_apple.pl | 35 # Perl trim function to remove whitespace from the start and end of the string 36 sub trim($) subroutine 125 $register_aliases{trim($1)} = trim($2); 141 $function = trim($1); 185 $trimmed = trim($_);
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
MessageDigestAlgorithm.java | 63 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")) {
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
StochasticLinearRankerWithPrior.java | 182 mAlpha = Float.valueOf(value.trim()).floatValue(); 184 mAutoAlpha = Float.valueOf(value.trim()).floatValue(); 186 mForgetRate = Float.valueOf(value.trim()).floatValue(); 188 mMinReqTrainingPair = (int) Float.valueOf(value.trim()).floatValue(); 190 mUserRankerPerf = Float.valueOf(value.trim()).floatValue(); 192 mPriorRankerPerf = Float.valueOf(value.trim()).floatValue(); 194 mNumTrainPair = (int) Float.valueOf(value.trim()).floatValue();
|