Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 54) sorted by relevance

123

/cts/tools/dasm/etc/
Djava_cup.jar.old ... util.Hashtable _all protected Integer hashcode_cache public void <init> () public void <init> (java_cup ...
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java31 public static native void init(int width, int height); in init() method in GLtestLib
/cts/tests/tests/media/libndkaudio/
DSystemParams.cpp24 void SystemParams::init(int sysSampleRate, int sysBuffFrames) { in init() function in ndkaudio::SystemParams
/cts/suite/audio_quality/lib/src/
DClientImpl.cpp34 bool ClientImpl::init(const android::String8& param) in init() function in ClientImpl
DLog.cpp65 bool Log::init(const char* dirName) in init() function in Log
DReport.cpp53 bool Report::init(const char* dirName) in init() function in Report
DFileUtil.cpp97 bool FileUtil::init(const char* fileName) in init() function in FileUtil
DClientSocket.cpp40 bool ClientSocket::init(const char* hostIp, int port, bool enableTimeout) in init() function in ClientSocket
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListBasic.java28 protected void init(ExpandableParams params) { in init() method in ExpandableListBasic
DExpandableListWithHeaders.java29 protected void init(ExpandableParams params) { in init() method in ExpandableListWithHeaders
/cts/tests/tests/preference/src/android/preference/cts/
DCustomDialogPreference.java42 private void init(AttributeSet attrs) { in init() method in CustomDialogPreference
DCustomEditTextPreference.java46 private void init(AttributeSet attrs) { in init() method in CustomEditTextPreference
DCustomSwitchPreference.java46 private void init(AttributeSet attrs) { in init() method in CustomSwitchPreference
DCustomCheckBoxPreference.java46 private void init(AttributeSet attrs) { in init() method in CustomCheckBoxPreference
DCustomPreferenceGroup.java41 private void init(AttributeSet attrs) { in init() method in CustomPreferenceGroup
/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java24 public static native void init(int category, int subcategory, int width, int height); in init() method in GL2JniLibOne
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DSurfaceTextureGLSurfaceView.java43 private void init(OnSurfaceChangedListener listener) { in init() method in SurfaceTextureGLSurfaceView
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java170 private void init() { in init() method in RVCVRecordActivity
562 public void init(RVCVRecordActivity.RecordProcedureControllerCallback callback) { in init() method in RVCVRecordActivity.CameraContext
676 public void init() { in init() method in RVCVRecordActivity.VideoRecorder
773 public void init() { in init() method in RVCVRecordActivity.RawSensorLogger
890 public void init() { in init() method in RVCVRecordActivity.RVSensorLogger
1053 private void init() { in init() method in RVCVRecordActivity.RecordProcedureController
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp72 bool VkInit::init() { in init() function in VkInit
213 VkAHardwareBufferImage::VkAHardwareBufferImage(VkInit *init) : mInit(init) {} in VkAHardwareBufferImage()
215 bool VkAHardwareBufferImage::init(AHardwareBuffer *buffer, bool useExternalFormat, int syncFd) { in init() function in VkAHardwareBufferImage
445 VkImageRenderer::VkImageRenderer(VkInit *init, uint32_t width, uint32_t height, in VkImageRenderer()
450 bool VkImageRenderer::init(JNIEnv *env, jobject assetMgr) { in init() function in VkImageRenderer
Dandroid_graphics_cts_CameraVulkanGpuTest.cpp47 VkInit init; in loadCameraAndVerifyFrameImport() local
DVulkanPreTransformTestHelpers.cpp133 VkTestResult DeviceInfo::init(JNIEnv* env, jobject jSurface) { in init() function in DeviceInfo
262 VkTestResult SwapchainInfo::init(bool setPreTransform, int* outPreTransformHint) { in init() function in SwapchainInfo
734 VkTestResult Renderer::init(JNIEnv* env, jobject jAssetManager) { in init() function in Renderer
Dandroid_graphics_cts_BasicVulkanGpuTest.cpp73 VkInit init; in verifyBasicBufferImport() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspFftServer.java31 public boolean init(int size) { in init() method in DspFftServer
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DResourceModifier.java131 public static void init(Resources resources) { in init() method in ResourceModifier
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1361 protected void init(int opmode, Key key, AlgorithmParameters spec) in init() method in BlockCipherTestBase
1367 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init() method in BlockCipherTestBase
1373 protected void init(int opmode, Key key, AlgorithmParameterSpec spec) in init() method in BlockCipherTestBase
1379 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init() method in BlockCipherTestBase
1385 protected void init(int opmode, Key key) throws InvalidKeyException { in init() method in BlockCipherTestBase
1390 protected void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in init() method in BlockCipherTestBase

123