HomeSort by relevance Sort by last modified time
    Searched full:reaches (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_Werror/
stderr.txt.expect 1 Werror.rs:6:1: error: control reaches end of non-void function
  /frameworks/compile/slang/tests/P_warnings/
stderr.txt.expect 1 warnings.rs:5:1: warning: control reaches end of non-void function
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
fsyntax-only.c 3 int f0(void) {} // expected-warning {{control reaches end of non-void function}}
  /external/iptables/extensions/
libxt_quota.man 2 packet. The condition matches until the byte counter reaches zero. Behavior
4 byte counter reaches zero).
  /external/clang/test/Sema/
block-return-3.c 4 ^ int (void) { }(); // expected-error {{control reaches end of non-void block}}
return.c 20 } // expected-warning {{control reaches end of non-void function}}
29 } // expected-warning {{control reaches end of non-void function}}
57 } // expected-warning {{control reaches end of non-void function}}
61 } // expected-warning {{control reaches end of non-void function}}
87 } // expected-warning {{control reaches end of non-void function}}
91 } // expected-warning {{control reaches end of non-void function}}
95 } // expected-warning {{control reaches end of non-void function}}
99 } // expected-warning {{control reaches end of non-void function}}
107 } // expected-warning {{control reaches end of non-void function}}
128 } // expected-warning {{control reaches end of non-void function}
    [all...]
  /external/clang/test/Analysis/
no-exit-cfg.c 6 // the CFG reaches the exit block.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 155 // Map<DFAState, Set<DFAState>> reaches = new HashMap<DFAState,
159 // reaches.put(d,new HashSet<DFAState>() {{add(d);}});
167 // Set<DFAState> r = reaches.get(d);
170 // reaches.put(d, r);
173 // // add all reaches from all edge targets
176 // r.addAll( reaches.get(e.target) );
182 // return reaches;
  /external/webkit/Source/WebCore/manual-tests/
caretScrolling.html 4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 7 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
anim1-expected-completion55.txt 13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
anim1-expected-completion56.txt 11 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
  /external/clang/test/Index/
warning-flags.c 11 // CHECK-BOTH-WARNINGS: warning: control reaches end of non-void function
14 // CHECK-SECOND-WARNING-NOT:control reaches end of non-void
  /external/clang/test/SemaCXX/
return-noreturn.cpp 29 } // expected-warning {{control reaches end of non-void function}}
56 } // expected-warning {{control reaches end of non-void function}}
135 } // expected-warning {{control reaches end of non-void function}}
attr-noreturn.cpp 13 } // expected-warning {{control reaches end of non-void function}}
  /external/guava/guava/src/com/google/common/collect/
BstPath.java 57 * Returns the prefix of this path, which reaches to the parent of the end of this path. Returns
66 * Returns the prefix of this path, which reaches to the parent of the end of this path.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
LoopMode.java 41 * The animation will play repeatedly, when it reaches the end
55 * animation will play backwards from the last frame until it reaches
  /device/samsung/tuna/libsensors/
LightSensor.cpp 44 // 1/4 of light reaches sensor
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.h 51 // The number of loads we represent. When it reaches 0 we delete ourselves.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p7.cpp 5 (void)[]() -> int { }; // expected-warning{{control reaches end of non-void lambda}}
  /external/clang/test/Driver/
cc-log-diagnostics.c 32 // CHECK: <string>control reaches end of non-void function</string>
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-step-on-do-while-statements.html 26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 70 BGT loop ;// Continue loop until Count reaches 64
  /libcore/luni/src/main/java/java/lang/
Readable.java 35 * {@code Readable} reaches its end
  /libcore/luni/src/main/java/java/util/concurrent/
CountDownLatch.java 16 * The {@link #await await} methods block until the current count reaches
122 * <p>Memory consistency effects: Until the count reaches
189 * <li>The count reaches zero due to invocations of the
222 * <li>The count reaches zero due to invocations of the
229 * <p>If the count reaches zero then the method returns with the
258 * the count reaches zero.

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>