HomeSort by relevance Sort by last modified time
    Searched refs:problem (Results 26 - 50 of 640) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
ParseResult.java 38 private final List<Problem> problems;
49 public ParseResult(T result, List<Problem> problems, List<JavaToken> tokens, CommentsCollection commentsCollection) {
75 public List<Problem> getProblems() {
80 * @return the <code>i</code>'th encountered parsing problem. May throw <code>IndexOutOfBoundsException</code>.
82 public Problem getProblem(int i) {
116 for (Problem problem : problems) {
117 message.append(problem.toString()).append(EOL);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
ParseResult.java 18 private final List<Problem> problems;
28 ParseResult(Optional<T> result, List<Problem> problems, Optional<List<Token>> tokens, Optional<CommentsCollection> commentsCollection) {
39 this(Optional.empty(), singletonList(new Problem(throwable.getMessage(), Optional.empty(), Optional.of(throwable))), Optional.empty(), Optional.empty());
52 public List<Problem> getProblems() {
83 for (Problem problem : problems) {
84 message.append(problem.toString()).append(EOL);
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
ParseResultTest.java 27 import com.github.javaparser.Problem;
60 Problem problem = result.getProblem(0); local
61 assertThat(problem.getMessage()).isEqualTo("Parse error. Found \"{\", expected one of \"enum\" \"exports\" \"module\" \"open\" \"opens\" \"provides\" \"requires\" \"strictfp\" \"to\" \"transitive\" \"uses\" \"with\" <IDENTIFIER>");
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 69 OAuthProblemException problem = new OAuthProblemException( local
71 problem.setParameter("oauth_signature", signature);
72 problem.setParameter("oauth_signature_base_string", baseString);
73 problem.setParameter("oauth_signature_method", message
75 throw problem;
226 OAuthProblemException problem = new OAuthProblemException( local
230 problem.setParameter("oauth_acceptable_signature_methods",
233 throw problem;
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 8 www.valgrind.org and/or try to work around the problem, if you can.
reserve_sysstat_zone_addr.stderr.exp 8 www.valgrind.org and/or try to work around the problem, if you can.
  /packages/apps/TV/tests/common/
Android.mk 18 # Link tv-common as shared library to avoid the problem of initialization of the constants
  /packages/apps/TV/tuner/tests/testing/
Android.mk 18 # Link tv-common as shared library to avoid the problem of initialization of the constants
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue13830.go 7 // problem at build time.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15013.go 9 // Nothing in the standard library caught the problem, so adding a test.
issue9604.go 16 // This is a problem for arm where there is no 16-bit comparison op.
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
issue13830.go 7 // problem at build time.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15013.go 9 // Nothing in the standard library caught the problem, so adding a test.
issue9604.go 16 // This is a problem for arm where there is no 16-bit comparison op.
  /external/e2fsprogs/e2fsck/
pass2.c 49 #include "problem.h"
360 problem_t problem = 0; local
363 problem = PR_2_MISSING_DOT;
366 problem = PR_2_1ST_NOT_DOT;
368 problem = PR_2_DOT_NULL_TERM;
371 if (problem) {
372 if (fix_problem(ctx, problem, pctx)) {
420 problem_t problem = 0; local
424 problem = PR_2_MISSING_DOT_DOT;
428 problem = PR_2_2ND_NOT_DOT_DOT
895 problem_t problem; local
1696 problem_t problem = 0; local
    [all...]
pass5.c 22 #include "problem.h"
202 * not enough to fix the problem, hence it is not safe to run discard
271 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem,
274 switch (problem) {
279 problem = PR_5_BLOCK_RANGE_UNUSED;
285 problem = PR_5_BLOCK_RANGE_USED;
291 problem = PR_5_INODE_RANGE_UNUSED;
297 problem = PR_5_INODE_RANGE_USED;
300 fix_problem(ctx, problem, pctx);
323 problem_t problem, save_problem local
577 problem_t problem, save_problem; local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 348 /** Report problem with dxt texture decompression, once */
350 problem(const char *func) function
374 problem("rgb_dxt1");
391 problem("rgba_dxt1");
408 problem("rgba_dxt3");
425 problem("rgba_dxt5");
443 problem("srgb_dxt1");
460 problem("srgba_dxt1");
477 problem("srgba_dxt3");
494 problem("srgba_dxt5")
    [all...]
  /build/make/tools/
soong_to_convert.py 81 for (module, module_type, problem, dependencies) in reader:
83 problems[module] = problem
  /external/clang/test/Analysis/inlining/
path-notes.cpp 173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} local
180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} local
    [all...]
  /external/libchrome/base/metrics/
histogram_snapshot_manager_unittest.cc 35 void InconsistencyDetected(HistogramBase::Inconsistency problem) override {
40 HistogramBase::Inconsistency problem) override {
  /prebuilts/go/darwin-x86/src/os/
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
  /prebuilts/go/linux-x86/src/os/
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
  /external/dnsmasq/src/
option.c 644 char *comma = NULL, *problem = NULL; local
708 problem = _("bad dhcp-option");
765 problem = _("bad IP address");
864 problem = _("bad domain in dhcp-option");
923 problem = _("dhcp-option too long");
925 if (!problem)
932 problem = _("illegal dhcp-match");
946 return problem;
954 char *comma, *problem = NULL;; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
labelbug.s 9 ; A problem tege found...
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 20 // the first problem encountered. If there is no problem
35 // the first problem encountered. If there is no problem
176 te.Errorf("Tree consistency problem at %v", s)

Completed in 745 milliseconds

12 3 4 5 6 7 8 91011>>