/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 372 mPrefs.edit().putInt(PERSISTENT_LAST_TAB, tab.ordinal()).apply();
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactListFilter.java | 203 .apply();
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
InterpolatingLayout.java | 311 Gravity.apply(gravity, child.getMeasuredWidth(), child.getMeasuredHeight(),
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLView.java | 242 anim.apply(canvas);
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcService.java | 421 mPrefsEditor.apply(); 559 mPrefsEditor.apply(); 617 mPrefsEditor.apply(); 635 mPrefsEditor.apply(); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/ |
InputLanguageSelection.java | 209 SharedPreferencesCompat.apply(editor);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringAssistant.java | 232 public void apply(IDocument document) { method in class:RefactoringAssistant.RefactoringProposal
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 146 Array.prototype.push.apply( this, elems ); 500 return this.pushStack( Array.prototype.slice.apply( this, arguments ), 677 if ( callback.apply( object[ name ], args ) === false ) 681 if ( callback.apply( object[ i++ ], args ) === false ) 956 ret.splice.apply( ret, [i + 1, 0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))) ); 1158 return ret.concat.apply( [], ret ); [all...] |
prototype-1.6.0.3.js | 51 this.initialize.apply(this, arguments); 91 return function() { return ancestor[m].apply(this, arguments) }; 214 return __method.apply(object, args.concat($A(arguments))); 221 return __method.apply(object, [event || window.event].concat(args)); 229 return __method.apply(this, args.concat($A(arguments))); 236 return __method.apply(__method, args); 242 return this.delay.apply(this, args); 248 return wrapper.apply(this, [__method.bind(this)].concat($A(arguments))); 256 return __method.apply(null, [this].concat($A(arguments))); 713 return value[method].apply(value, args) [all...] |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |
/external/qemu-pc-bios/bochs/ |
configure | [all...] |
/external/llvm/ |
configure | [all...] |
/external/v8/src/ |
runtime.js | 403 return delegate.apply(this, arguments); 412 return delegate.apply(this, arguments); 430 // We can handle any number of apply arguments if the stack is
|
string.js | 415 // Use the apply argument as backing for global RegExp properties. 417 var func_result = replace.apply(null, elem); 457 replacement = replace.apply(null, parameters);
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 479 .apply();
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 58 this.constructor_.apply(this, arguments);
152 * global variables in general apply also here. (Hence the name
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 58 this.constructor_.apply(this, arguments); 152 * global variables in general apply also here. (Hence the name
|
/external/libvpx/vp8/encoder/x86/ |
x86_csystemdependent.c | 300 cpi->rtcd.temporal.apply = vp8_temporal_filter_apply_sse2;
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 54 //void SkDisplayable::apply(SkAnimateMaker& , const SkMemberInfo* , 514 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) {
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 47 // The modes possibly affected by apply must be in kApplyMask. 48 void RelocInfo::apply(intptr_t delta) { function in class:v8::internal::RelocInfo
|
/external/v8/src/x64/ |
assembler-x64-inl.h | 197 // The modes possibly affected by apply must be in kApplyMask. 198 void RelocInfo::apply(intptr_t delta) { function in class:v8::internal::RelocInfo
|
/external/webkit/Source/WebCore/editing/ |
InsertListCommand.cpp | 51 insertCommand->apply();
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 319 void Path::apply(void* info, PathApplierFunction function) const function in class:WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FETurbulence.cpp | 341 void FETurbulence::apply() function in class:WebCore::FETurbulence
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PathOpenVG.cpp | 439 void Path::apply(void* info, PathApplierFunction function) const function in class:WebCore::Path 464 // functions and Path::apply() doesn't really work as long as we rely on VGPath
|