/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
BaseUrlValidateFunction.java | 30 * Subclasses will apply the necessary escaping function to the string by overriding {@code 50 * Called by {@code filter} after verifying that the input is a valid URI. Should apply any
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
InlineRewriter.java | 81 command.apply(this); 102 node.getCommand().apply(WHITESPACE_STRIPPER);
|
/external/skia/src/core/ |
SkPictureStateTree.h | 93 // List of nodes whose state we need to apply to reach TargetNode 129 // corresponding to a clip/saveLayer/etc call, to apply.
|
/external/v8/test/mjsunit/harmony/ |
proxies-example-membrane.js | 151 return wrap(fun.apply(that, Array.prototype.map.call(args, wrap))); 182 function forward(args) { return obj.apply(this, args) } 321 var x = asDry(optWetHandler[name].apply( 338 var x = asDry(wet.apply( 344 function forward(args) { return wet.apply(this, args) } 388 var x = asWet(optDryHandler[name].apply( 405 var x = asWet(dry.apply( 411 function forward(args) { return dry.apply(this, args) }
|
/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; };
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_AudioEffects.c | 93 * @brief Apply audio effect FadeIn to pPCMdata 140 * @brief Apply audio effect FadeIn to pPCMdata
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Equaliser.c | 121 /* Apply the equaliser filter. */ 151 /* Apply filter to the left and right channels */
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 62 /// @param pFragRef [in] the place to apply the relocation 99 void apply(Relocator& pRelocator);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocator.h | 53 /// initializeApply - do initialization before apply relocations in pInput 57 /// finalizeApply - do finalization after apply relocations in pInput
|
/frameworks/native/libs/input/ |
VelocityControl.cpp | 76 // Apply full acceleration above the high speed threshold. 79 // Linearly interpolate the acceleration to apply between the low and high
|
/libcore/benchmarks/src/benchmarks/regression/ |
URLConnectionBenchmark.java | 58 responseHeaders.apply(response); 110 void apply(MockResponse response) { method in class:URLConnectionBenchmark.ResponseHeaders
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_categories.hpp | 167 // out well. Instantiating the nested apply template also 175 struct apply : iterator_traversal<T> struct in struct:boost::iterator_traversal
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.hpp | 75 struct apply struct in struct:boost::mpl::bind0 127 struct apply struct in struct:boost::mpl::bind1 185 struct apply struct in struct:boost::mpl::bind2 248 struct apply struct in struct:boost::mpl::bind3 316 struct apply struct in struct:boost::mpl::bind4 391 struct apply struct in struct:boost::mpl::bind5 483 struct apply struct in struct:boost::mpl::bind3 531 struct apply struct in struct:boost::mpl::bind3
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterChanSat.java | 90 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterChanSat 96 Bitmap ret = super.apply(bitmap, scaleFactor, quality);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
FilterEnvironment.java | 116 filter.apply(in, out); 135 Bitmap ret = filter.apply(bitmap, mScaleFactor, mQuality);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 261 editor.apply(); 284 prefs.edit().putString(PREF_KEYBOARD_LAYOUT, defaultThemeIndex).apply(); 297 prefs.edit().putString(Settings.PREF_CUSTOM_INPUT_STYLES, prefSubtypes).apply(); 352 prefs.edit().putString(PREF_LAST_USER_DICTIONARY_WRITE_TIME, newStr).apply(); 394 mPrefs.edit().putString(PREF_LAST_USED_PERSONALIZATION_TOKEN, tokenStr).apply(); 403 prefs.edit().putString(PREF_EMOJI_RECENT_KEYS, str).apply(); 413 prefs.edit().putInt(key, categoryPageId).apply(); 424 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply();
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
AudioCapture.java | 121 // apply scaling factor 126 // apply scaling factor
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 20 errors defines the error handling to apply. It defaults to 53 errors defines the error handling to apply. It defaults to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
uu_codec.py | 20 errors defines the error handling to apply. It defaults to 53 errors defines the error handling to apply. It defaults to
|
/bootable/recovery/ |
default_device.cpp | 29 "apply update from ADB",
|
/developers/build/templates/create/_MODULE_/ |
build.gradle.ftl | 32 apply plugin: 'android'
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
StyledText.java | 43 // information and apply it to the second text view. Note the
|
/device/asus/deb/recovery/ |
recovery_ui.cpp | 32 "apply update from ADB",
|
/device/asus/flo/recovery/ |
recovery_ui.cpp | 32 "apply update from ADB",
|
/device/asus/grouper/recovery/ |
recovery_ui.cpp | 32 "apply update from ADB",
|