HomeSort by relevance Sort by last modified time
    Searched refs:elseif (Results 1 - 23 of 23) sorted by null

  /external/llvm/test/MC/AsmParser/
conditional_asm.s 7 .elseif 2+2
  /external/libvpx/build/make/
ads2gas.pl 53 # Convert ELSEIF to .elseif
54 s/ELSEIF/.elseif/g;
ads2gas_apple.pl 71 # Convert ELSEIF to .elseif
72 s/ELSEIF/.elseif/g;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 116 elseif upropnames[prop] then
138 elseif pl["secstress"] then specid[2] = pl["mapval"]
139 elseif pl["syllbound"] then specid[3] = pl["mapval"]
140 elseif pl["pause"] then specid[4] = pl["mapval"]
141 elseif pl["wordbound"] then specid[5] = pl["mapval"]
picoloadphones.lua 114 elseif upropnames[prop] then
136 elseif pl["secstress"] then specid[2] = pl["mapval"]
137 elseif pl["syllbound"] then specid[3] = pl["mapval"]
138 elseif pl["pause"] then specid[4] = pl["mapval"]
139 elseif pl["wordbound"] then specid[5] = pl["mapval"]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 108 elseif strcmp(tests{i}, 'apm-swb')
119 elseif strcmp(tests{i}, 'apmm')
211 elseif exist([inpath 'apm_far.pcm'])
217 elseif exist([inpath 'apm_near.pcm'])
223 elseif exist([inpath 'apm_event.dat'])
229 elseif exist([inpath 'apm_delay.dat'])
235 elseif exist([inpath 'vqeDrift.dat'])
237 elseif exist([inpath 'apm_drift.dat'])
  /external/valgrind/main/coregrind/m_syswrap/
syscall-x86-darwin.S 139 .elseif $0 == MACH
141 .elseif $0 == MDEP
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 585 } elseif ($node_0 !== FALSE) {
624 } elseif ($node_0 !== FALSE) {
853 } elseif (isset($sym['unary'])) {
864 } elseif (isset($sym['func'])) { //added 2006-9-7 David Lippman
885 } elseif ($sym['input'] == 'text' || $sym['input'] == 'mbox' || $sym['input'] == '"') {
941 } elseif (isset($sym['acc'])) {
958 } elseif (isset($sym['binary'])) {
971 } elseif ($sym['input'] == 'frac') {
981 } elseif (isset($sym['infix'])) {
987 } elseif (isset($sym['space']))
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 122 elseif ( isset($_POST[$var_name]) )
261 elseif ( $step == 2 )
327 elseif ( $step == 3 )
example.php 20 } elseif (is_readable('geshi.php')) {
langcheck.php 134 } elseif (is_readable('geshi.php')) {
593 } elseif (preg_match("/(?<!<)(\\\\\\\\)*\\\\\|(?!>)/s", $rv)) {
597 } elseif(is_array($rv)) {
600 } elseif(!is_string($rv[GESHI_SEARCH]))
    [all...]
  /external/llvm/utils/vim/
tablegen.vim 8 elseif exists("b:current_syntax")
llvm.vim 8 elseif exists("b:current_syntax")
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 206 lencheck->elseif = new IfStatement();
207 lencheck->elseif->statements->Add(new Assignment(v,
442 checklen->elseif = new IfStatement();
443 checklen->elseif->statements->Add(new MethodCall(_data, "writeInt",
AST.cpp 533 elseif(NULL)
550 if (this->elseif != NULL) {
552 this->elseif->Write(to);
generate_java_rpc.cpp 166 this->dispatchIfStatement->elseif = ifs;
275 this->dispatchIfStatement->elseif = fallthrough;
281 s->elseif = new IfStatement;
282 s = s->elseif;
    [all...]
AST.h 245 IfStatement* elseif; member in struct:IfStatement
Type.cpp 604 ifpart->elseif = elsepart;
628 ifpart->elseif = elsepart;
939 ifpart->elseif = elsepart;
962 ifpart->elseif = elsepart;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 86 } elseif (!preg_match('/^(?:[=@+\$!\(]|https?:)/i', $value)) {
126 } elseif ($method == 'HEAD') {
  /external/protobuf/editors/
proto.vim 47 elseif exists("b:current_syntax")
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]

Completed in 245 milliseconds