Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect2 warnings.rs:9:7: warning: unused variable 'k'
3 warnings.rs:11:7: warning: unused variable 'j'
6 warnings.rs:5:12: warning: unused function 'foo'
7 warnings.rs:8:13: warning: unused function 'bar'
/frameworks/base/core/jni/
Dandroid_database_SQLiteDebug.cpp46 int unused; in nativeGetPagerStats() local
48 sqlite3_status(SQLITE_STATUS_MEMORY_USED, &memoryUsed, &unused, 0); in nativeGetPagerStats()
49 sqlite3_status(SQLITE_STATUS_MALLOC_SIZE, &unused, &largestMemAlloc, 0); in nativeGetPagerStats()
50 sqlite3_status(SQLITE_STATUS_PAGECACHE_OVERFLOW, &pageCacheOverflow, &unused, 0); in nativeGetPagerStats()
/frameworks/opt/net/wifi/service/
DAndroid.mk26 LOCAL_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -Wno-unused-function \
47 LOCAL_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -Wno-unused-function \
85 LOCAL_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -Wno-unused-function \
/frameworks/ex/common/java/com/android/common/
DSharedPreferencesCompat.java34 } catch (NoSuchMethodException unused) {
44 } catch (InvocationTargetException unused) { in apply()
46 } catch (IllegalAccessException unused) { in apply()
/frameworks/compile/mclinker/
Dmcld-device-build.mk15 -Wno-unused-parameter \
16 -Wno-unused-private-field \
17 -Wno-unused-const-variable \
Dmcld-host-build.mk9 -Wno-unused-private-field \
10 -Wno-unused-const-variable \
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DViewInfoStoreTest.java164 assertTrue(mCallback.unused.isEmpty()); in processAppear()
176 assertTrue(mCallback.unused.isEmpty()); in processDisappearNormal()
189 assertTrue(mCallback.unused.isEmpty()); in processDisappearMissingLayout()
204 assertTrue(mCallback.unused.isEmpty()); in processDisappearMoveOut()
220 assertTrue(mCallback.unused.isEmpty()); in processDisappearAppear()
234 assertSame(mCallback.unused.get(0), vh); in processAppearAndDisappearInPostLayout()
281 final List<ViewHolder> unused = new ArrayList<>(); field in ViewInfoStoreTest.LoggingProcessCallback
309 public void unused(ViewHolder holder) { in unused() method in ViewInfoStoreTest.LoggingProcessCallback
310 unused.add(holder); in unused()
/frameworks/rs/cpp/
DAndroid.mk10 LOCAL_CFLAGS += -Wno-unused-parameter -std=c++11
39 local_cflags_for_rs_cpp += -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -fno-ex…
/frameworks/ex/framesequence/jni/
DAndroid.mk45 LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-overloaded-virtual
/frameworks/support/v8/renderscript/jni/
DAndroid.mk17 LOCAL_CFLAGS += -Wno-unused-parameter -U_FORTIFY_SOURCE
47 LOCAL_CFLAGS += -Wno-unused-parameter -U_FORTIFY_SOURCE -std=c++11
/frameworks/rs/cpu_ref/
DAndroid.mk3 rs_base_CFLAGS := -Werror -Wall -Wextra -Wno-unused-parameter \
4 -Wno-unused-variable -fno-exceptions -std=c++11
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.mk24 LOCAL_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -Wno-unused-function \
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated() argument
65 public void onDrawFrame(GL10 unused) { in onDrawFrame() argument
75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() argument
/frameworks/rs/tests/cppallocation/
Dmultiply.rs18 #pragma rs java_package_name(unused)
/frameworks/rs/tests/cppstrided/
Dmultiply.rs18 #pragma rs java_package_name(unused)
/frameworks/support/v4/gingerbread/android/support/v4/content/
DEditorCompatGingerbread.java26 } catch (AbstractMethodError unused) { in apply()
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dinvert.c19 #define ATTRIBUTE_UNUSED __attribute__((unused))
/frameworks/av/camera/cameraserver/
DAndroid.mk32 LOCAL_CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DViewInfoStore.java228 callback.unused(viewHolder); in process()
234 callback.unused(viewHolder); in process()
291 void unused(ViewHolder holder); in unused() method
/frameworks/compile/libbcc/
Dlibbcc-host-build.mk19 -Wno-unused-parameter \
/frameworks/wilhelm/tests/native-media/jni/
DAndroid.mk10 LOCAL_CFLAGS += -UNDEBUG -Wno-unused-parameter
/frameworks/native/services/inputflinger/
DAndroid.mk41 LOCAL_CFLAGS += -Wno-unused-parameter
/frameworks/native/opengl/tests/gl2_jni/
DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/base/media/mca/filterfw/jni/
DAndroid.mk44 LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter
/frameworks/native/opengl/tests/gldual/
DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter

12345