HomeSort by relevance Sort by last modified time
    Searched defs:trim (Results 126 - 150 of 863) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 799 Function<String, String> trim = TrimStringFunction.INSTANCE; local
802 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
810 .addEqualityGroup(trimEqualsFoo, Predicates.compose(equalsFoo, trim))
812 .addEqualityGroup(trim)
814 .addEqualityGroup(Predicates.compose(equalsBar, trim))
820 Function<String, String> trim = TrimStringFunction.INSTANCE; local
822 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
    [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/
JCommander.java 490 if (line.length() > 0 && ! line.trim().startsWith("#")) {
507 private static String trim(String string) { method in class:JCommander
508 String result = string.trim();
686 String a = trim(arg);
753 a = trim(args[++i]);
875 pd.addValue(trim(args[index + j + offset])); method
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.c 667 trim(char *str, const char *whitespace) { function
742 buffer = trim(buffer, "\t \r\n");
758 trim(raw, "\t ");
1192 trim((char *)match, g->whitespace);
    [all...]
  /external/skia/experimental/skottie/
Skottie.cpp 430 const auto trim = sksg::TrimEffect::Make(i); local
431 trimmed.push_back(trim);
433 [trim](const ScalarValue& s) {
434 trim->setStart(s * 0.01f);
437 [trim](const ScalarValue& e) {
438 trim->setEnd(e * 0.01f);
441 [trim](const ScalarValue& o) {
442 trim->setOffset(o / 360);
500 { "tm", ShapeType::kGeometryEffect, 1 }, // trim -> AttachTrimGeometryEffect
851 // Trim uncommitted animators: AttachShape consumes effects on the fly, and greedily attache
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 341 int trim = 0; local
353 trim += 2;
359 // walk row to the end, and then we'll back up to trim riteZ
381 return trim;
528 // Look to trim away empty rows from the top.
566 // Look to trim away empty rows from the bottom.
578 // have to adjust any of the Y values, we just have to trim the array
594 // we trim fBounds.fBottom back up.
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 429 const auto trim = sksg::TrimEffect::Make(i); local
430 trimmed.push_back(trim);
432 [trim](const ScalarValue& s) {
433 trim->setStart(s * 0.01f);
436 [trim](const ScalarValue& e) {
437 trim->setEnd(e * 0.01f);
440 [trim](const ScalarValue& o) {
441 trim->setOffset(o / 360);
499 { "tm", ShapeType::kGeometryEffect, 1 }, // trim -> AttachTrimGeometryEffect
786 // Trim uncommitted animators: AttachShape consumes effects on the fly, and greedily attache
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 341 int trim = 0; local
353 trim += 2;
359 // walk row to the end, and then we'll back up to trim riteZ
381 return trim;
528 // Look to trim away empty rows from the top.
566 // Look to trim away empty rows from the bottom.
578 // have to adjust any of the Y values, we just have to trim the array
594 // we trim fBounds.fBottom back up.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 980 sb.append(help.replace('\\n', ' ').trim()); method
    [all...]
  /external/libopus/celt/
celt_encoder.c 789 opus_val16 trim = QCONST16(5.f, 8); local
791 /* At low bitrate, reducing the trim seems to help. At higher bitrates, it's less
794 trim = QCONST16(4.f, 8);
797 trim = QCONST16(4.f, 8) + QCONST16(1.f/16.f, 8)*frac;
833 trim += MAX16(-QCONST16(4.f, 8), MULT16_16_Q15(QCONST16(.75f,15),logXC));
846 trim -= MAX32(-QCONST16(2.f, 8), MIN32(QCONST16(2.f, 8), SHR32(diff+QCONST16(1.f, DB_SHIFT),DB_SHIFT-8)/6 ));
847 trim -= SHR16(surround_trim, DB_SHIFT-8);
848 trim -= 2*SHR16(tf_estimate, 14-8);
852 trim -= MAX16(-QCONST16(2.f, 8), MIN16(QCONST16(2.f, 8),
860 trim_index = PSHR32(trim, 8)
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.h 326 bool trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
1844 bool SkTSect<TCurve, OppCurve>::trim(SkTSpan<TCurve, OppCurve>* span, function in class:SkTSect
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.h 326 bool trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
1844 bool SkTSect<TCurve, OppCurve>::trim(SkTSpan<TCurve, OppCurve>* span, function in class:SkTSect
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 547 * auto-commit happens. The reason we need this is, when auto-commit happens we trim the
548 * input pointers that are held in a singleton, and to know how much to trim we rely on the
556 * To avoid that, we increase the sequence number each time we auto-commit and trim the
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 4708 void Magick::Image::trim(void) function in class:Magick::Image
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 263 String[] data = token.trim().split("=");
627 while (line != null && line.trim().length() > 0) {
630 headers.put(line.substring(0, p).trim().toLowerCase(Locale.US), line.substring(p + 1).trim()); method
670 while (mpline != null && mpline.trim().length() > 0) {
686 content_type = matcher.group(2).trim();
755 p.put(decodePercent(e.substring(0, sep)).trim(), decodePercent(e.substring(sep + 1))); method
757 p.put(decodePercent(e).trim(), "");
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 2098 SpannableStringBuilder trim = new SpannableStringBuilder(); local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 355 int trim; member in struct:f2fs_configuration
    [all...]
  /external/v8/src/heap/
mark-compact.cc 2690 int trim = TransitionArray::Capacity(transitions) - transition_index; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/
fastutil-7.2.0.jar 
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-utils-1.5.15.jar 

Completed in 1817 milliseconds

1 2 3 4 56 7 8 91011>>