Searched refs:error (Results 1 – 16 of 16) sorted by relevance
186 char *error = NULL; in adjustPrivileges() local194 error = "OpenProcessToken failed: "; in adjustPrivileges()210 error = "LookupPrivilegeValue failed: "; in adjustPrivileges()221 error = "AdjustTokenPrivileges failed: "; in adjustPrivileges()226 if (error != NULL && gIsDebug) { in adjustPrivileges()228 err.setLastWin32Error(error); in adjustPrivileges()471 static SYSTEM_PROCESS_INFORMATION *queryAllProcess(const char **error) { in queryAllProcess() argument486 *error = "No processes found"; in queryAllProcess()499 *error = "Failed to query system processes"; in queryAllProcess()506 *error = "Failed to allocate system processes info buffer"; in queryAllProcess()[all …]
191 String error = binder == null ? "" : binder.getServiceError(); in updateError() local192 if (error == null) { in updateError()193 error = ""; in updateError()196 mTextError.setVisibility(error.length() == 0 ? View.GONE : View.VISIBLE); in updateError()197 mTextError.setText(error); in updateError()
311 String error = binder == null ? "" : binder.getServiceError(); in updateError() local312 if (error == null) { in updateError()313 error = ""; in updateError()316 mTextError.setVisibility(error.length() == 0 ? View.GONE : View.VISIBLE); in updateError()317 mTextError.setText(error); in updateError()
380 String error = binder == null ? "" : binder.getServiceError(); in updateError() local381 if (error == null) { in updateError()382 error = ""; in updateError()385 mTextError.setVisibility(error.length() == 0 ? View.GONE : View.VISIBLE); in updateError()386 mTextError.setText(error); in updateError()
10 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error11 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
20 #error "include 'stdafx.h' before including this file for PCH"
132 CString error = getLastWin32Error(NULL); in displayLastError() local134 formatted.Append(error); in displayLastError()
2 This ensures proper compilation compliance and warning/error levels.
16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error25 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error32 org.eclipse.jdt.core.compiler.problem.forbiddenReference=error44 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error60 org.eclipse.jdt.core.compiler.problem.potentialNullSpecViolation=error77 org.eclipse.jdt.core.compiler.problem.unclosedCloseable=error
66 CString error; in printError() local67 error.setLastWin32Error(message); in printError()68 printf(error.cstr()); in printError()
48 CString error; in displayLastError() local49 error.setLastWin32Error(NULL); in displayLastError()51 formatted.add(error.cstr()); in displayLastError()
276 public void addError(String error) { in addError() argument277 Log.e(TAG, error); in addError()281 mServiceError += error; in addError()
30 this will fix the "Conversion to Dalvik format failed with error 1"31 error some users have experienced.78 confusing compilation error messages88 ids in the error message.
2 …error:c?k:"No conversion from "+h+" to "+e}}}h=e}return{state:"success",data:b}}function cK(){try{… property
10 …##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifnd…
118 and all automatically generated AIDL java files. If you get an error such as: