Home
last modified time | relevance | path

Searched refs:err (Results 1 – 25 of 58) sorted by relevance

123

/development/ndk/platforms/android-3/arch-arm/include/asm/
Duaccess.h43 #define __get_user_error(x,ptr,err) ({ __get_user_err((x),(ptr),err); (void) 0; }) argument
44err) do { unsigned long __gu_addr = (unsigned long)(ptr); unsigned long __gu_val; __chk_use… argument
45err) __asm__ __volatile__( "1: ldrbt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " … argument
47 …x,__gu_addr,err) ({ unsigned long __b1, __b2; __get_user_asm_byte(__b1, __gu_addr, err); __… argument
49 …x,__gu_addr,err) ({ unsigned long __b1, __b2; __get_user_asm_byte(__b1, __gu_addr, err); __… argument
51err) __asm__ __volatile__( "1: ldrt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " .… argument
53 #define __put_user_error(x,ptr,err) ({ __put_user_err((x),(ptr),err); (void) 0; }) argument
54err) do { unsigned long __pu_addr = (unsigned long)(ptr); __typeof__(*(ptr)) __pu_val = (x); … argument
55err) __asm__ __volatile__( "1: strbt %1,[%2],#0\n" "2:\n" " .section .fixup,\"ax\"\n" " … argument
57err) ({ unsigned long __temp = (unsigned long)(x); __put_user_asm_byte(__temp, __pu_addr, err argument
[all …]
/development/ndk/sources/android/ndk_helper/
DGLContext.cpp169 EGLint err = eglGetError(); in Swap() local
170 if( err == EGL_BAD_SURFACE ) in Swap()
176 else if( err == EGL_CONTEXT_LOST || err == EGL_BAD_CONTEXT ) in Swap()
183 return err; in Swap()
238 EGLint err = eglGetError(); in Resume() local
239 LOGW( "Unable to eglMakeCurrent %d", err ); in Resume()
241 if( err == EGL_CONTEXT_LOST ) in Resume()
255 return err; in Resume()
/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java101 System.err.println("ERROR: unknown option " + in main()
129 System.err.println("Skipping..."); in main()
144 System.err.println("Android APK checker v1.0"); in usage()
145 System.err.println("Copyright (C) 2010 The Android Open Source Project\n"); in usage()
146 System.err.println("Usage: apkcheck [options] public-api.xml apk1.xml ...\n"); in usage()
147 System.err.println("Options:"); in usage()
148 System.err.println(" --help show this message"); in usage()
149 System.err.println(" --uses-library=lib.xml load additional public API list"); in usage()
150 … System.err.println(" --ignore-package=pkg don't show errors for references to this package"); in usage()
151 System.err.println(" --[no-]warn enable or disable display of warnings"); in usage()
[all …]
DMethodInfo.java69 System.err.println("WARNING: late add of params to method"); in addParameter()
/development/ndk/platforms/android-9/arch-x86/include/asm/
Duaccess_32.h61err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".sect… argument
66err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n… argument
70err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n… argument
Dsigcontext.h80 unsigned long err; member
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java320 System.err.println("// CRASH: " + processName + " (pid " + pid + ")"); in appCrashed()
321 System.err.println("// Short Msg: " + shortMsg); in appCrashed()
322 System.err.println("// Long Msg: " + longMsg); in appCrashed()
323 System.err.println("// Build Label: " + Build.FINGERPRINT); in appCrashed()
324 System.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL); in appCrashed()
325 System.err.println("// Build Time: " + Build.TIME); in appCrashed()
326 System.err.println("// " + stackTrace.replace("\n", "\n// ")); in appCrashed()
350 System.err.println("// NOT RESPONDING: " + processName + " (pid " + pid + ")"); in appNotResponding()
351 System.err.println(processStats); in appNotResponding()
373 System.err.println("// WATCHDOG: " + message); in systemNotResponding()
[all …]
DMonkeyCommandEvent.java43 System.err.println("// Shell command " + mCmd + " status was " + status); in injectEvent()
45 System.err.println("// Exception from " + mCmd + ":"); in injectEvent()
46 System.err.println(e.toString()); in injectEvent()
DMonkeyGetFrameRateEvent.java117 System.err.println(String.format("// Shell command %s status was %s", in injectEvent()
138 System.err.println("// Exception from " + GET_FRAMERATE_CMD + ":"); in injectEvent()
139 System.err.println(e.toString()); in injectEvent()
149 System.err.println(e.toString()); in injectEvent()
DMonkeyGetAppFrameRateEvent.java131 System.err.println(String.format("// Shell command %s status was %s", in injectEvent()
151 System.err.println("// Exception from " + cmd + ":"); in injectEvent()
152 System.err.println(e.toString()); in injectEvent()
162 System.err.println(e.toString()); in injectEvent()
DMonkeyInstrumentationEvent.java50 System.err.println("** Failed talking with activity manager!"); in injectEvent()
DMonkeyActivityEvent.java72 System.err.println("** Failed talking with activity manager!"); in injectEvent()
DMonkeySourceRandom.java162 System.err.println("** Event weights > 100%"); in adjustEventFactors()
168 System.err.println("** Event weights != 100%"); in adjustEventFactors()
215 … System.err.println("** " + catName + " has no physical keys but with factor " + factor + "%."); in validateKeyCategory()
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
DRmTypeDefs.java67 usage(System.err); in run()
83 System.err.println("Unknown argument " + arg); in run()
84 usage(System.err); in run()
93 System.err.println(file + " does not exist"); in run()
94 usage(System.err); in run()
135 System.err.println(path + ": Warning: Encountered .jar file; .class files " in checkFile()
151 System.err.println("Could not read " + file + ": " + e.getLocalizedMessage()); in checkClass()
188 System.err.println("Warning: Could not find outer class " + container in addTypeDef()
205 System.err.println("Could not read " + file + ": " + e.getLocalizedMessage()); in rewriteOuterClasses()
226 System.err.println("Could not write " + file + ": " + e.getLocalizedMessage()); in rewriteOuterClasses()
[all …]
/development/ide/xcode/ports/
Dskia_mac.cp54 OSStatus err; local
58 err = CreateNibReference(CFSTR("main"), &nibRef);
59 require_noerr( err, CantGetNibRef );
63 err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));
64 require_noerr( err, CantSetMenuBar );
68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
69 require_noerr( err, CantCreateWindow );
93 return err;
/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c316 double err; in vp_motion_cornerdiff() local
329 err = 0; in vp_motion_cornerdiff()
330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1)); in vp_motion_cornerdiff()
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2)); in vp_motion_cornerdiff()
332 err += (VP_SQR(ax3 - bx3) + VP_SQR(ay3 - by3)); in vp_motion_cornerdiff()
333 err += (VP_SQR(ax4 - bx4) + VP_SQR(ay4 - by4)); in vp_motion_cornerdiff()
335 return(sqrt(err)); in vp_motion_cornerdiff()
/development/ndk/platforms/android-L/arch-x86/include/asm/
Dsigcontext.h99 unsigned long err; member
162 __u64 err; member
Dsigcontext32.h84 unsigned int err; member
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
Dsigcontext.h99 unsigned long err; member
162 __u64 err; member
Dsigcontext32.h84 unsigned int err; member
/development/ndk/platforms/android-L/include/
Derr.h43 __noreturn void err(int, const char *, ...)
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp33 GLint err = glGetError(); in checkGlError() local
34 if (err != GL_NO_ERROR) { in checkGlError()
35 ALOGE("GL error after %s(): 0x%08x\n", funcName, err); in checkGlError()
/development/ndk/platforms/android-8/include/
Derr.h50 __noreturn void err(int, const char *, ...)
/development/ndk/platforms/android-L/include/linux/
Dcn_proc.h49 __u32 err; member
Duhid.h89 __u16 err; member

123