HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 151 - 175 of 7701) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/layout/
MPreFixups.h 32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
  /external/iptables/extensions/
libxt_helper.man 10 Same rules apply for other conntrack-helpers.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
EOF.java 28 public void apply(Switch sw) method in class:EOF
  /external/junit/src/org/junit/runner/manipulation/
Filterable.java 11 * @param filter the {@link Filter} to apply
  /external/openfst/src/script/
prune.cc 29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
shortest-distance.cc 29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
  /external/openssh/contrib/aix/
inventory.sh 12 # class=apply,inventory,openssh
18 # class=apply,inventory,openssh
25 # class=apply,inventory,openssh
45 print "\tclass=apply,inventory,openssh\n";
  /external/smack/asmack-master/patch/beem/
README.txt 1 This directory contains different patch to apply on asmack sources. These
  /external/v8/test/mjsunit/regress/
regress-1102760.js 32 assertEquals(0, F.apply(), "no receiver or args");
33 assertEquals(0, F.apply(this), "no args");
34 assertEquals(0, F.apply(this, []), "empty args");
35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
regress-1112051.js 30 assertThrows("f.call.apply()");
31 assertThrows("f.call.apply(null)");
32 assertThrows("f.call.apply(null, [], 0)");
33 assertThrows("f.call.apply(null, [1,2,3,4,5,6,7,8,9], 0)");
regress-1412.js 28 // Test that the apply with arguments optimization passes values
36 assertEquals(void 0, strict.apply(undefined, arguments));
37 assertEquals(42, strict.apply(42, arguments));
38 assertEquals("asdf", strict.apply("asdf", arguments));
46 Object.prototype.valueOf.apply(receiver, arguments);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
in_place_factory.hpp 51 void* apply(void* address
58 void* apply(void* address, std::size_t n
61 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address);
63 this->BOOST_NESTED_TEMPLATE apply<T>(next = next+sizeof(T));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchSettings.java 42 prefs.edit().putString(PREF_RESEARCH_LOGGER_UUID, newUuid).apply();
52 prefs.edit().putBoolean(PREF_RESEARCH_LOGGER_ENABLED_FLAG, isEnabled).apply();
61 prefs.edit().putBoolean(PREF_RESEARCH_LOGGER_HAS_SEEN_SPLASH, hasSeenSplash).apply();
70 prefs.edit().putLong(PREF_RESEARCH_LAST_DIR_CLEANUP_TIME, lastDirCleanupTime).apply();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 4 """Fixer for apply().
6 This converts apply(func, v, k) into (func)(*v, **k)."""
18 power< 'apply'
56 # XXX Sometimes we could be cleverer, e.g. apply(f, (x, y) + t)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 4 """Fixer for apply().
6 This converts apply(func, v, k) into (func)(*v, **k)."""
18 power< 'apply'
56 # XXX Sometimes we could be cleverer, e.g. apply(f, (x, y) + t)
  /external/valgrind/main/docs/lib/
vg-faq2txt.xsl 34 <xsl:apply-templates select="."/>
41 <xsl:apply-templates/>
47 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
49 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
51 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
53 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
86 <xsl:apply-templates/>
100 <xsl:apply-templates select="$title"/>
104 <xsl:apply-templates select="qandaentry|qandadiv"/>
113 <xsl:apply-templates select="parent::qandadiv" mode="label.markup"/
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
traits_lambda_spec.hpp 31 template< BOOST_MPL_PP_PARAMS(i, typename T) > struct apply \
42 template< BOOST_MPL_PP_PARAMS(i, typename T) > struct apply \
48 template< BOOST_MPL_PP_PARAMS(i, typename T) > struct apply \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
empty.hpp 31 template< typename Vector > struct apply struct in struct:boost::mpl::empty_impl
45 template< typename Vector > struct apply
56 template< typename Vector > struct apply
  /external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp 112 SkApply* apply = (SkApply*) fDraw->addPath; local
113 apply->refresh(*fMaker);
114 apply->activate(*fMaker);
115 apply->interpolate(*fMaker, SkScalarMulRound(distance, 1000));
116 drawPath = (SkDrawPath*) apply->getScope();
125 SkApply* apply = (SkApply*) fDraw->addMatrix; local
126 apply->refresh(*fMaker);
127 apply->activate(*fMaker);
128 apply->interpolate(*fMaker, SkScalarMulRound(distance, 1000));
129 matrix = (SkDrawMatrix*) apply->getScope()
257 SkApply* apply = (SkApply*) fDraw->addPath; local
270 SkApply* apply = (SkApply*) fDraw->matrix; local
    [all...]
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 112 SkApply* apply = (SkApply*) fDraw->addPath; local
113 apply->refresh(*fMaker);
114 apply->activate(*fMaker);
115 apply->interpolate(*fMaker, SkScalarMulRound(distance, 1000));
116 drawPath = (SkDrawPath*) apply->getScope();
125 SkApply* apply = (SkApply*) fDraw->addMatrix; local
126 apply->refresh(*fMaker);
127 apply->activate(*fMaker);
128 apply->interpolate(*fMaker, SkScalarMulRound(distance, 1000));
129 matrix = (SkDrawMatrix*) apply->getScope()
257 SkApply* apply = (SkApply*) fDraw->addPath; local
270 SkApply* apply = (SkApply*) fDraw->matrix; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1412.js 28 // Test that the apply with arguments optimization passes values
36 assertEquals(void 0, strict.apply(undefined, arguments));
37 assertEquals(42, strict.apply(42, arguments));
38 assertEquals("asdf", strict.apply("asdf", arguments));
46 Object.prototype.valueOf.apply(receiver, arguments);
  /external/guava/guava/src/com/google/common/base/
Function.java 38 * Objects.equal}{@code (a, b)} implies that {@code Objects.equal(function.apply(a),
39 * function.apply(b))}.
45 T apply(@Nullable F input); method in interface:Function
53 * <i>typically</i> means that {@code Objects.equal(this.apply(f), that.apply(f))} is true for all
Predicate.java 38 * Objects.equal}{@code (a, b)} implies that {@code predicate.apply(a) ==
39 * predicate.apply(b))}.
45 boolean apply(@Nullable T input); method in interface:Predicate
53 * <i>typically</i> means that {@code this.apply(t) == that.apply(t)} for all {@code t} of type
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Function.java 49 T apply(F from); method in interface:Function
56 * that either {@code function1.apply(o)} and {@code function2.apply(o)} are
57 * both null, or {@code function1.apply(o).equals(function2.apply(o))}.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Function.java 50 T apply(F from); method in interface:Function
57 * that either {@code function1.apply(o)} and {@code function2.apply(o)} are
58 * both null, or {@code function1.apply(o).equals(function2.apply(o))}.

Completed in 1458 milliseconds

1 2 3 4 5 67 8 91011>>