Home
last modified time | relevance | path

Searched defs:problem (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/
H A DCameraAccessException.java111 public CameraAccessException(@AccessError int problem) { in CameraAccessException()
116 public CameraAccessException(@AccessError int problem, String message) { in CameraAccessException()
121 public CameraAccessException(@AccessError int problem, String message, Throwable cause) { in CameraAccessException()
126 public CameraAccessException(@AccessError int problem, Throwable cause) { in CameraAccessException()
134 public static String getDefaultMessage(@AccessError int problem) { in getDefaultMessage()
155 private static String getCombinedMessage(@AccessError int problem, String message) { in getCombinedMessage()
160 private static String getProblemString(int problem) { in getProblemString()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DAbstractEstimator.java182 public double getRMS(EstimationProblem problem) { in getRMS()
197 public double getChiSquare(EstimationProblem problem) { in getChiSquare()
214 public double[][] getCovariances(EstimationProblem problem) in getCovariances()
256 public double[] guessParametersErrors(EstimationProblem problem) in guessParametersErrors()
281 protected void initializeEstimate(EstimationProblem problem) { in initializeEstimate()
315 public abstract void estimate(EstimationProblem problem) in estimate()
H A DEstimator.java56 void estimate(EstimationProblem problem) throws EstimationException; in estimate()
70 double getRMS(EstimationProblem problem); in getRMS()
79 double[][] getCovariances(EstimationProblem problem) throws EstimationException; in getCovariances()
88 double[] guessParametersErrors(EstimationProblem problem) throws EstimationException; in guessParametersErrors()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
H A DMarkedYAMLException.java21 private final String problem; field in MarkedYAMLException
25 protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, in MarkedYAMLException()
30 protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, in MarkedYAMLException()
40 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
45 protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, in MarkedYAMLException()
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/
H A DProblemTest.java11 Problem problem = new Problem("Parse error", TokenRange.INVALID, new Exception()); in testSimpleGetters() local
20 Problem problem = new Problem("Parse error", TokenRange.INVALID, null); in testVerboseMessage() local
27 Problem problem = new Problem("Parse error", null, null); in testVerboseMessageWithoutLocation() local
/aosp_15_r20/bionic/docs/
H A DEINTR.md20 ### Can I just opt out?
36 ### Why don't I see this in Java code?
43 ### Why doesn't libc do that too?
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DImplementsValidator.java281 String problem = sdk.verifyMethod(sdkClassName, methodElement, looseSignatures, allowInDev); in verifySdkMethod() local
314 String problem = sdk.verifyMethod(sdkClassName, methodElement, looseSignatures, allowInDev); in checkForMissingImplementationAnnotation() local
394 void add(String problem, int sdkInt) { in add()
408 String problem = e.getKey(); in recount() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJsonMappingException.java251 public JsonMappingException(Closeable processor, String msg, Throwable problem) { in JsonMappingException()
280 public static JsonMappingException from(JsonParser p, String msg, Throwable problem) { in from()
294 public static JsonMappingException from(JsonGenerator g, String msg, Throwable problem) { in from()
322 … public static JsonMappingException from(SerializerProvider ctxt, String msg, Throwable problem) { in from()
/aosp_15_r20/system/core/diagnose_usb/
H A Ddiagnose_usb.cpp86 std::string problem(GetUdevProblem()); in UsbNoPermissionsShortHelpText() local
99 std::string problem(GetUdevProblem()); in UsbNoPermissionsLongHelpText() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DLeastSquaresAdapter.java31 private final LeastSquaresProblem problem; field in LeastSquaresAdapter
38 public LeastSquaresAdapter(final LeastSquaresProblem problem) { in LeastSquaresAdapter()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DConstructorException.java23 protected ConstructorException(String context, Mark contextMark, String problem, Mark problemMark, in ConstructorException()
28 protected ConstructorException(String context, Mark contextMark, String problem, in ConstructorException()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
H A DScannerException.java35 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark, in ScannerException()
48 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark) { in ScannerException()
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass5.c269 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
321 problem_t problem, save_problem; in check_block_bitmaps() local
575 problem_t problem, save_problem; in check_inode_bitmaps() local
H A Dpass2.c411 problem_t problem = 0; in check_dot() local
486 problem_t problem = 0; in check_dotdot() local
1058 problem_t problem; in check_dir_block() local
1941 problem_t problem = 0; in e2fsck_process_bad_inode() local
H A Dpass1.c426 problem_t problem = 0; in check_ea_in_inode() local
1789 problem_t problem = 0; in e2fsck_pass1() local
2591 problem_t problem; in check_ext_attr() local
2841 problem_t problem; in scan_extent_node() local
3691 problem_t problem = 0; in process_block() local
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/
H A DSimpleOAuthValidator.java78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion() local
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce() local
H A DOAuthProblemException.java42 public OAuthProblemException(String problem) { in OAuthProblemException()
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java69 OAuthProblemException problem = new OAuthProblemException( in validate() local
226 OAuthProblemException problem = new OAuthProblemException( in newMethod() local
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dyaml.rs851 pub problem: *const libc::c_char, field
853 pub(crate) problem: *const libc::c_char, field
939 pub problem: *const libc::c_char, field
1058 pub problem: *const libc::c_char, field
1060 pub(crate) problem: *const libc::c_char, field
1139 pub problem: *const libc::c_char, field
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} in test() local
180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} in testRef() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DConvertLanguageData.java2545 void show(String problem, String details, String... items) { in show()
2549 void show(String problem, String details, List<String> row) { in show()
2553 private String toString(String problem, String details, String... items) { in toString()
2557 private String toString(String problem, String details, List<String> row) { in toString()
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DParseResultTest.java59 Problem problem = result.getProblem(0); in whenParsingFailsThenWeGetProblemsAndABadResult() local
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
H A DParserException.java34 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { in ParserException()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
H A DComposerException.java23 protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark) { in ComposerException()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dndhelper.h112 #define INetDiagHelper_GetRepairInfo(This,problem,pcelt,ppInfo) (This)->lpVtbl->GetRepairInfo(This,… argument
119 #define INetDiagHelper_Validate(This,problem,pDeferredTime,pStatus) (This)->lpVtbl->Validate(This,p… argument

12345678910>>...13