HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 1001 - 1025 of 2236) sorted by null

<<41424344454647484950>>

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 85 mRenderer.init(mRs, getResources(), isPreview());
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 88 mWallpaperRS.init(mDensityDPI, mRenderScript, getResources(), width, height);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 83 mWallpaperRS.init(mDensityDPI, mRenderScript, getResources(), width, height);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 29 void (* init) (const char *main_filename); member in struct:gcc_debug_hooks
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 29 void (* init) (const char *main_filename); member in struct:gcc_debug_hooks
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 29 void (* init) (const char *main_filename); member in struct:gcc_debug_hooks
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 29 void (* init) (const char *main_filename); member in struct:gcc_debug_hooks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 160 * init and delete_min_insert.
205 void init() function in class:__gnu_parallel::LoserTree
301 init() function in class:__gnu_parallel::LoserTree
433 void init() function in class:__gnu_parallel::LoserTreePointer
513 void init() function in class:__gnu_parallel::LoserTreePointer
656 init() function in class:__gnu_parallel::LoserTreeUnguarded
746 init() function in class:__gnu_parallel::LoserTreeUnguarded
893 init() function in class:__gnu_parallel::LoserTreePointerUnguarded
983 init() function in class:__gnu_parallel::LoserTreePointerUnguarded
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 151 * init; optional initialization called at prepare or reset
153 int (*init)(snd_pcm_extplug_t *ext); member in struct:snd_pcm_extplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 151 * init; optional initialization called at prepare or reset
153 int (*init)(snd_pcm_extplug_t *ext); member in struct:snd_pcm_extplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 151 * init; optional initialization called at prepare or reset
153 int (*init)(snd_pcm_extplug_t *ext); member in struct:snd_pcm_extplug_callback
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 63 public void init(IWorkbenchWindow window) { method in class:SdkManagerAction
64 // no init
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceChangeHandler.java 115 void init(SourceProcessor processor) { method in class:SourceChangeHandler
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 57 public void init(IWorkbench workbench) { method in class:EditorsPage
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 84 public void init(IWorkbenchWindow window) { method in class:ExtractStringAction
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 80 * @see IWorkbenchWindowActionDelegate#init
82 public void init(IWorkbenchWindow window) { method in class:RenamePackageAction
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 62 public void init(IWorkbench workbench, IStructuredSelection selection) { method in class:TemplateWizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 73 public void init(IEditorSite site, IEditorInput input) throws PartInitException { method in class:UiAutomatorViewer
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 134 public void init(IWorkbench workbench) { method in class:LogCatPreferencePage
  /sdk/emulator/opengl/host/tools/emugen/
Var.h 59 void init(const std::string name, const VarType * vartype, function in class:Var
  /system/core/healthd/
BatteryMonitor.cpp 275 void BatteryMonitor::init(struct healthd_config *hc, bool nosvcmgr) { function in class:android::BatteryMonitor
  /system/core/libcutils/
properties.c 134 static void init(void) function
154 pthread_once(&gInitOnce, init);
221 pthread_once(&gInitOnce, init);
254 pthread_once(&gInitOnce, init);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java 91 public void init(TextView title, SeekBar seek) { method in class:ContentBrowserActivity.Content
174 mContent.init((TextView)findViewById(R.id.title),
ContentBrowserNavActivity.java 92 public void init(TextView title, SeekBar seek) { method in class:ContentBrowserNavActivity.Content
176 mContent.init((TextView)findViewById(R.id.title),
VideoPlayerActivity.java 86 public void init(Activity activity, TextView title, Button playButton, method in class:VideoPlayerActivity.Content
197 mContent.init(this, (TextView)findViewById(R.id.title),

Completed in 645 milliseconds

<<41424344454647484950>>