Searched defs:init (Results 1 - 25 of 334) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java176 init(decor);
184 init(dialog.getWindow().getDecorView());
193 init(layout);
196 private void init(View decor) { method in class:WindowDecorActionBar
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java168 init(context);
173 init(context);
176 private void init(Context context) { method in class:ActionBarOverlayLayout
254 init(getContext());
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1432 private void init(int[] locations) { method in class:GridLayout.Axis
1503 init(locations);
2012 init(context, attrs);
2041 private void init(Context context, AttributeSet attrs) { method in class:GridLayout.LayoutParams
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java438 protected void init(RenderScript rs, int dimx) { method in class:Script.FieldBase
442 protected void init(RenderScript rs, int dimx, int usages) { method in class:Script.FieldBase
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java161 // init is ofter called right after and is NOT threadsafe.
213 public void init(final Map<String, Object> javaScriptInterfaces, method in class:WebViewChromium
1823 // can safely ignore onVisibilityChanged callbacks that happen before init().
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp64 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { function in class:android::GenericPlayer
65 SL_LOGD("GenericPlayer::init()");
/frameworks/wilhelm/src/
H A Dsles.c541 // initialize all interfaces with init hooks, even if not exposed
543 VoidHook init = mi->mInit; local
544 if (NULL != init) {
551 (*init)(self);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java56 init(context);
59 private void init(Context context) { method in class:MyGLSurfaceView
/frameworks/rs/cpp/
H A DRenderScript.cpp77 bool RS::init(std::string name, uint32_t flags) { function in class:RS
78 return RS::init(name, RS_VERSION, flags);
427 ALOGV("%s init failed!", filename);
478 bool RS::init(std::string &name, int targetApi, uint32_t flags) { function in class:RS
H A DScript.cpp57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { function in class:Script::FieldBase
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp78 if (!cpu->init(version_major, version_minor, lfn, slfn)) {
134 dc->mWorkers.mLaunchSignals[idx].init();
242 bool RsdCpuReferenceImpl::init(uint32_t version_major, uint32_t version_minor, function in class:RsdCpuReferenceImpl
252 ALOGE("Failed to init thread tls key.");
288 mWorkers.mCompleteSignal.init();
297 ALOGE("Failed to init thread attribute.");
611 if (!i->init(resName, cacheDir, bitcode, bitcodeSize, flags
688 if (!sgi->init()) {
H A DrsCpuScript.cpp379 bool RsdCpuScriptImpl::init(char const *resName, char const *cacheDir, function in class:android::renderscript::RsdCpuScriptImpl
480 mInit = reinterpret_cast<void (*)()>(mExecutable->getSymbolAddress("init"));
510 mInit = (InvokeFunc_t) dlsym(mScriptSO, "init");
512 //ALOGE("Found init(): %p", mInit);
H A DrsCpuScriptGroup.cpp36 bool CpuScriptGroupImpl::init() { function in class:CpuScriptGroupImpl
/frameworks/rs/driver/
H A DrsdMeshObj.cpp71 bool RsdMeshObj::init(const Context *rsc) { function in class:RsdMeshObj
H A DrsdShader.cpp41 init(textureNames, textureNamesCount, textureNamesLength);
117 void RsdShader::init(const char** textureNames, size_t textureNamesCount, function in class:RsdShader
H A DrsdVertexArray.cpp131 void RsdVertexArrayState::init(uint32_t maxAttrs) { function in class:RsdVertexArrayState
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java98 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:BallsRS
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java406 void init() { method in class:ImageProcessingActivity
476 init();
492 init();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPControlsJB.java144 void init() { method in class:IPControlsJB
174 init();
189 // init();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java53 public void init(RenderScript rs, Resources res) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java53 public void init(RenderScript rs, Resources res) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:RSTestCore
/frameworks/rs/
H A DrsFBOCache.cpp39 void FBOCache::init(Context *rsc) { function in class:FBOCache
40 rsc->mHal.funcs.framebuffer.init(rsc, this);

Completed in 3969 milliseconds

1234567891011>>