HomeSort by relevance Sort by last modified time
    Searched full:else (Results 251 - 275 of 45368) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 14 # else
20 # else
26 # else
32 # else
39 # else
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 14 # else
20 # else
26 # else
32 # else
39 # else
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 14 # else
20 # else
26 # else
32 # else
39 # else
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 14 # else
20 # else
26 # else
32 # else
39 # else
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 14 # else
20 # else
26 # else
32 # else
39 # else
  /external/clang/test/Index/
complete-stmt.c 10 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:7:4 %s | FileCheck -check-prefix=CHECK-IF-ELSE %s
11 // CHECK-IF-ELSE: NotImplemented:{TypedText else}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Placeholder statements}{VerticalSpace }{RightBrace }} (40)
12 // CHECK-IF-ELSE: NotImplemented:{TypedText else}{HorizontalSpace }{Text if}{HorizontalSpace }{LeftParen (}{Placeholder expression}{RightParen )}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Placeholder statements}{VerticalSpace }{RightBrace }} (40)
14 // RUN: c-index-test -code-completion-at=%s:7:4 %s | FileCheck -check-prefix=CHECK-IF-ELSE-SIMPLE %s
15 // CHECK-IF-ELSE-SIMPLE: NotImplemented:{TypedText else} (40)
16 // CHECK-IF-ELSE-SIMPLE: NotImplemented:{TypedText else}{HorizontalSpace }{Text if}{HorizontalSpace }{LeftParen (}{Placeholder expression}{RightParen )} (…)
    [all...]
  /external/openssh/
mdoc2man.awk 79 } else if(match(words[w],"^Xo$")) {
84 } else if(match(words[w],"^Xc$")) {
90 } else if(match(words[w],"^Bd$")) {
97 } else if(match(words[w],"^Ed$")) {
100 } else if(match(words[w],"^Ns$")) {
105 } else if(match(words[w],"^No$")) {
109 } else if(match(words[w],"^Dq$")) {
118 } else if(match(words[w],"^Sq|Ql$")) {
123 } else if(match(words[w],"^Oo$")) {
129 } else if(match(words[w],"^Oc$"))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-001.js 54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.jpg";
57 else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.jpg";
58 else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.jpg";
59 else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.jpg";
60 else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkins.jpg";
61 else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.jpg";
62 else if (jumpto == [8]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arkevinc.jpg";
63 else if (jumpto == [9]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arpaulmoore.jpg"
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
TimePicker.java 74 } else {
97 } else if (v == mDelete) {
102 } else if (mInputPointer >= 0) {
109 } else if (v == mLeft) {
111 } else if (v == mRight) {
179 } else {
203 } else {
229 } else if (canAddDigits()) {
246 } else {
272 } else if (time == 0)
    [all...]
  /external/clang/test/Lexer/
has_feature_cxx0x.cpp 6 #else
15 #else
25 #else
35 #else
45 #else
55 #else
65 #else
75 #else
85 #else
94 #else
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
TextInputControllerQt.cpp 49 } else if (command =="moveDown:") {
51 } else if (command =="moveDownAndModifySelection:") {
54 } else if (command =="moveForward:") {
56 } else if (command =="moveForwardAndModifySelection:") {
59 } else if (command =="moveLeft:") {
61 } else if (command =="moveLeftAndModifySelection:") {
64 } else if (command =="moveRight:") {
66 } else if (command =="moveRightAndModifySelection:") {
69 } else if (command =="moveToBeginningOfDocument:") {
72 } else if (command =="moveToBeginningOfLine:")
    [all...]
  /frameworks/wilhelm/src/itf/
IMuteSolo.c 30 } else {
37 } else if (numChannels <= chan) {
40 } else {
45 } else {
64 } else {
69 } else {
77 } else if (numChannels <= chan) {
80 } else {
102 } else {
109 } else if (numChannels <= chan)
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
atomic_norace.cc 15 else
17 } else if (test == 1) {
20 else
22 } else if (test == 2) {
25 else
27 } else if (test == 3) {
30 else
  /external/eigen/unsupported/test/
CMakeLists.txt 10 else(GOOGLEHASH_FOUND)
19 else(ADOLC_FOUND)
47 else()
59 else()
62 else()
75 else()
78 else()
  /external/webkit/Source/WebCore/bindings/js/
JSEventCustom.cpp 131 else if (event->isTextEvent())
133 else if (event->isMouseEvent())
135 else if (event->isWheelEvent())
138 else if (event->isSVGZoomEvent())
141 else if (event->isCompositionEvent())
144 else if (event->isTouchEvent())
147 else
149 } else if (event->isMutationEvent())
151 else if (event->isOverflowEvent())
153 else if (event->isMessageEvent()
    [all...]
  /external/kernel-headers/original/asm-arm/
glue.h 21 #else
48 # else
56 # else
64 # else
72 # else
80 # else
88 # else
96 # else
104 # else
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h 12 #else
19 #else
25 #else
31 #else
37 #else
43 #else
49 #else
55 #else
61 #else
67 #else
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h 12 #else
19 #else
25 #else
31 #else
37 #else
43 #else
49 #else
55 #else
61 #else
67 #else
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcUtil.java 44 // else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha224))
49 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha256))
53 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha384))
57 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha512))
61 else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md5))
66 // else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md4))
70 // else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md2))
74 // else if (digAlg.getAlgorithm().equals(CryptoProObjectIdentifiers.gostR3411))
78 // else if (digAlg.getAlgorithm().equals(TeleTrusTObjectIdentifiers.ripemd128))
82 // else if (digAlg.getAlgorithm().equals(TeleTrusTObjectIdentifiers.ripemd160)
    [all...]
  /external/chromium/base/
base_api.h 14 #else
19 #else
22 #else
  /external/chromium/ui/base/
ui_export.h 17 #else
21 #else // defined(WIN32)
25 #else // defined(COMPONENT_BUILD)
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 24 else if (i == 2)
26 else if (i == 3)
28 else
  /external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java 46 } else if (value instanceof Boolean) {
48 } else if (value instanceof Byte) {
50 } else if (value instanceof Character) {
52 } else if (value instanceof Double) {
54 } else if (value instanceof Float) {
56 } else if (value instanceof Integer) {
58 } else if (value instanceof Long) {
60 } else if (value instanceof Short) {
62 } else if (value instanceof String) {
64 } else if (value instanceof Class)
    [all...]
  /external/kernel-headers/original/asm-mips/
txx9irq.h 16 #else
19 #else
26 #else
  /external/llvm/test/MC/AsmParser/
ifdef.s 7 .else
17 .else
27 .else

Completed in 1626 milliseconds

<<11121314151617181920>>