/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ALoopToCommand.java | 47 public void apply(Switch sw) method in class:ALoopToCommand
|
ASetCommand.java | 42 public void apply(Switch sw) method in class:ASetCommand
|
AWithCommand.java | 47 public void apply(Switch sw) method in class:AWithCommand
|
/external/skia/include/core/ |
SkBlitter.h | 134 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-3184.js | 40 this.$proceed = function() { return _method.apply(this, arguments); }; 48 var value = function() { bmethod.call(this); retval = wrapper.apply(this, arguments); amethod.call(this); return retval; };
|
regress-1099.js | 37 x.apply(this, arguments);
|
regress-1125.js | 36 f.apply(this, arguments);
|
regress-1209.js | 32 return Function.apply(null, nasty);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
regress-181914.js | 69 _Error.apply(this, arguments);
|
/external/webkit/Source/WebCore/platform/graphics/ |
Path.h | 147 void apply(void* info, PathApplierFunction) const;
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FilterEffect.h | 82 virtual void apply() = 0;
|
FEColorMatrix.cpp | 159 void FEColorMatrix::apply() function in class:WebCore::FEColorMatrix 164 in->apply();
|
FEComponentTransfer.cpp | 152 void FEComponentTransfer::apply() function in class:WebCore::FEComponentTransfer 157 in->apply();
|
FEGaussianBlur.cpp | 167 void FEGaussianBlur::apply() function in class:WebCore::FEGaussianBlur 172 in->apply();
|
FEMorphology.cpp | 103 void FEMorphology::apply() function in class:WebCore::FEMorphology 108 in->apply();
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGMarkerLayoutInfo.cpp | 75 path.apply(this, processStartAndMidMarkers);
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
MockSharedPreferences.java | 146 public void apply() { method in class:MockSharedPreferences
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BoxBlurFilter.java | 57 public static void apply( method in class:BoxBlurFilter
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 121 edits.apply(document); 123 edit.apply(document); 168 edits.apply(document); 170 edit.apply(document);
|
/external/harfbuzz/src/ |
harfbuzz-arabic.c | [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 102 void SkApply::append(SkApply* apply) { 106 fActive->append(apply); 186 // currently, if an apply is in a g and scopes a statement in another g, it ends up as members 315 debugOut.append(" apply enable id="); 343 // now that one apply might embed another, only the parent apply should replace the scope 345 // similarly, an apply added by an add immediate has already been located in the display list 374 SkApply* apply = (SkApply*) (*parentList)[old]; local 375 if (apply != this && apply->fActive == NULL [all...] |
/device/samsung/maguro/ |
device.mk | 15 # This file includes all definitions that apply only to maguro devices
|
/external/openssl/crypto/conf/ |
keysets.pl | 65 * apply to all code found in this distribution, be it the RC4, RSA,
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv4.js | 97 // It appears that we're supposed to apply a default canonicalization.
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarUtils.java | 330 editor.apply(); 345 editor.apply();
|