/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-222893.js | 54 f.apply(this, array); 61 g.apply(this, array);
|
regress-crbug-323942.js | 39 function h(o) { return o.f.apply(this, arguments); } 42 // Collect type information for apply call.
|
/external/clang/test/SemaCXX/ |
class-base-member-init.cpp | 105 void Apply(Foo processor); 108 Apply(Bar());
|
/external/droiddriver/ |
to-uiautomator.xsl | 8 <xsl:apply-templates /> 30 <xsl:apply-templates />
|
/external/guava/guava-tests/test/com/google/common/collect/ |
InternersTest.java | 95 assertSame(canonical, internerFunction.apply(canonical)); 96 assertSame(canonical, internerFunction.apply(not));
|
/external/iptables/extensions/ |
libxt_connlimit.man | 16 Apply the limit onto the source group. 19 Apply the limit onto the destination group.
|
/external/junit/src/org/junit/rules/ |
RuleChain.java | 94 public Statement apply(Statement base, Description description) { method in class:RuleChain 96 base= each.apply(base, description);
|
/external/oprofile/doc/xsl/ |
xhtml-common.xsl | 31 <xsl:apply-templates/> 48 <xsl:apply-templates/>
|
/external/valgrind/main/memcheck/tests/ |
partiallydefinedeq.c | 58 // since the expensive EQ/NE scheme does not apply to the CmpORD 62 // the expensive EQ/NE scheme could apply. However, it doesn't,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
arg.hpp | 103 struct apply 121 struct apply
|
iter_fold_if.hpp | 24 #include <boost/mpl/apply.hpp> 40 template< typename State, typename Iterator > struct apply struct in struct:boost::mpl::aux::iter_fold_if_pred
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
at.hpp | 48 template< typename Vector, typename N > struct apply struct in struct:boost::mpl::at_impl 67 template< typename Vector, typename N > struct apply
|
iterator.hpp | 106 template< typename Iterator, typename N > struct apply struct in struct:boost::mpl::advance_impl 118 template< typename Iter1, typename Iter2 > struct apply struct in struct:boost::mpl::distance_impl
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
IconUtilities.java | 61 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { 73 return fx.apply(bitmap, 0, 0);
|
ImageFilter.java | 71 public void apply(Allocation in, Allocation out) { method in class:ImageFilter 75 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilter
|
/packages/services/Telephony/src/com/android/phone/sip/ |
SipSharedPreferences.java | 49 editor.apply(); 74 editor.apply();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 20 errors defines the error handling to apply. It defaults to 38 errors defines the error handling to apply. It defaults to
|
zlib_codec.py | 19 errors defines the error handling to apply. It defaults to 37 errors defines the error handling to apply. It defaults to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 20 errors defines the error handling to apply. It defaults to 38 errors defines the error handling to apply. It defaults to
|
zlib_codec.py | 19 errors defines the error handling to apply. It defaults to 37 errors defines the error handling to apply. It defaults to
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
coverage-frames.xsl | 59 <xsl:apply-templates select="." mode="overview.packages"/> 64 <xsl:apply-templates select="." mode="all.packages"/> 69 <xsl:apply-templates select="." mode="all.classes"/> 73 <xsl:apply-templates select="./package" mode="write"/> 250 <xsl:apply-templates select="package[1]" mode="stats.header"/> 279 <xsl:apply-templates select="." mode="classes.list"/> 284 <xsl:apply-templates select="." mode="package.summary"/> 290 <xsl:apply-templates select="." mode="class.details"/> 340 <xsl:apply-templates select="." mode="stats.header"/> 341 <xsl:apply-templates select="." mode="stats"/ [all...] |
maudit-frames.xsl | 50 <xsl:apply-templates select="." mode="overview.packages"/> 55 <xsl:apply-templates select="." mode="all.packages"/> 60 <xsl:apply-templates select="." mode="all.classes"/> 97 <xsl:apply-templates select="." mode="class.details"/> 191 <xsl:apply-templates select="." mode="print.audit"/> 197 <xsl:apply-templates select="./violation" mode="print.audit"> 199 </xsl:apply-templates> 227 <xsl:apply-templates select="/classes/class[./@package = $name]" mode="classes.list"> 229 </xsl:apply-templates> 259 <xsl:apply-templates select=".//class" mode="all.classes" [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
pshints.h | 233 * previously defined hints apply. 276 * A method of the @T1_Hints class used to apply hints to the 338 * apply :: 339 * The function to apply the hints to the corresponding glyph outline. 350 T1_Hints_ApplyFunc apply; member in struct:T1_Hints_FuncsRec_ 487 * or activated hints apply. 529 * active hints apply. 590 * A method of the @T2_Hints class used to apply hints to the 652 * apply :: 653 * The function to apply the hints on the corresponding glyph outline 664 T2_Hints_ApplyFunc apply; member in struct:T2_Hints_FuncsRec_ [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor.js | 90 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 116 libc_syms.push(Array.prototype.slice.apply(arguments, [0])); 154 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 177 stdc_syms.push(Array.prototype.slice.apply(arguments, [0])); 220 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 261 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0])); 273 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 284 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 296 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0])); 324 symbolAdder.apply(null, syms[i]) [all...] |
/external/freetype/include/freetype/internal/ |
pshints.h | 233 * previously defined hints apply. 276 * A method of the @T1_Hints class used to apply hints to the 338 * apply :: 339 * The function to apply the hints to the corresponding glyph outline. 350 T1_Hints_ApplyFunc apply; member in struct:T1_Hints_FuncsRec_ 487 * or activated hints apply. 529 * active hints apply. 590 * A method of the @T2_Hints class used to apply hints to the 652 * apply :: 653 * The function to apply the hints on the corresponding glyph outline 664 T2_Hints_ApplyFunc apply; member in struct:T2_Hints_FuncsRec_ [all...] |