Searched refs:ne (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/tools/
H A Dgltracegen41 if ($args[$num] ne "void") {
53 if ($args[$num] ne "void") {
71 if ($args[$num] ne "void") {
H A Dglapigen55 if ($args[$num] ne "void") {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java126 NotificationQueueEntry ne = new NotificationQueueEntry();
127 ne.key = key;
128 ne.notification = notification;
129 mHandler.obtainMessage(MSG_ADD_NOTIFICATION, 0, 0, ne).sendToTarget();
135 NotificationQueueEntry ne = new NotificationQueueEntry();
136 ne.key = key;
137 ne.notification = notification;
138 mHandler.obtainMessage(MSG_UPDATE_NOTIFICATION, 0, 0, ne).sendToTarget();
266 final NotificationQueueEntry ne = (NotificationQueueEntry)msg.obj;
267 mCallbacks.addNotification(ne
[all...]
/frameworks/base/tests/backup/
H A Dbackup_stress_test.sh44 if [ "$failed" -ne 0 ]; then
H A Dtest_restore.sh92 if [ \( "$need_bug" -ne 0 \) -a -d "$BUGREPORT_DIR" ]; then
/frameworks/testing/uiautomator/cmds/uiautomator/
H A Duiautomator38 if [ ${USER_ID} -ne 0 ]; then
/frameworks/native/opengl/tools/glgen/
H A Dgen59 if [ $JAVAC_RESULT -ne 0 ]; then
68 if [ $JAVA_RESULT -ne 0 ]; then
76 if [ $JAVA_RESULT -ne 0 ]; then
84 if [ $JAVA_RESULT -ne 0 ]; then
96 if [ $JAVA_RESULT -ne 0 ]; then
/frameworks/base/tools/obbtool/
H A Dmkobb.sh215 if [ $? -ne 0 ]; then \
222 if [ $? -ne 0 ]; then \
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh28 if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp139 NewExpression* ne = new NewExpression(NAMES.Find(proxyType)); local
140 ne->arguments.push_back(obj);
141 m->statements->Add(new ReturnStatement(ne));
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java1016 NElement ne = mNB.create();
1018 e.mNE = ne;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp404 const namespace_entry& ne = namespaces.itemAt(i); local
405 if (ne.uri == str) {
406 str = ne.prefix;

Completed in 237 milliseconds