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

1 2 3

  /external/llvm/test/MC/AMDGPU/
symbol_special.s 8 .elseif .option.machine_version_major == 7
10 .elseif .option.machine_version_major == 8
32 .elseif .option.machine_version_stepping == 1
34 .elseif .option.machine_version_stepping == 3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cond.s 21 .elseif 1
24 .elseif 1
27 .elseif 1
71 .elseif y
cond.l 18 21[ ]+.elseif 1
20 24[ ]+.elseif 1
23 27[ ]+.elseif 1
55 [ ]*[1-9][0-9]*[ ]+\.elseif[ ]+y[ ]*
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
conditional_asm.s 7 .elseif 2+2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw5.s 8 .elseif \@ < 100
10 .elseif \@ < 1000
  /external/skia/tools/lua/
bitmap_statistics.lua 34 elseif matrixType.affine then
36 elseif matrixType.scale then
43 elseif matrixType.translate then
classify_rrect_clips.lua 14 elseif (rrect:type() == "complex") then
46 elseif (1 == numSquare) then
56 elseif (rrect:type() == "rect") then
58 elseif (rrect:type() == "oval") then
65 elseif (rrect:type() == "empty") then
gradients.lua 42 elseif t.rrect then
44 elseif t.path then
scrape_dashing_full.lua 75 elseif 0 == de.intervals[1] then
91 elseif 1 == cap then
103 elseif points[1].x == points[2].x then
  /external/libdivsufsort/
CMakeLists.txt 52 elseif(CMAKE_BUILD_TYPE STREQUAL "Debug")
63 elseif(BORLAND)
  /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"]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Resize.S 146 .elseif \comp == 2
148 .elseif \comp == 4
247 .elseif \comp == 2
253 .elseif \comp == 4
340 .elseif \comp == 2
352 .elseif \comp == 2
354 .elseif \comp == 4
393 .elseif \comp == 2
395 .elseif \comp == 4
401 .elseif \comp ==
    [all...]
rsCpuIntrinsics_advsimd_Resize.S 129 .elseif \comp == 2
131 .elseif \comp == 4
217 .elseif \comp == 2
223 .elseif \comp == 4
305 .elseif \comp == 2
317 .elseif \comp == 2
319 .elseif \comp == 4
353 .elseif \comp == 2
355 .elseif \comp == 4
361 .elseif \comp ==
    [all...]
  /external/llvm/test/MC/AsmParser/
conditional_asm.s 7 .elseif 2+2
  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 42 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
71 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 77 # Convert ELSEIF to .elseif
78 s/\bELSEIF\b/.elseif/g;
ads2gas.pl 84 # Convert ELSEIF to .elseif
85 s/\bELSEIF\b/.elseif/g;
  /external/skia/resources/
slides_utils.lua 14 elseif type(v) == "string" then
83 elseif blockstyle then
  /external/webrtc/webrtc/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/harfbuzz_ng/win32/
detectenv-msvc.mak 84 !elseif $(VCVERSION) > 1599 && $(VCVERSION) < 1700
86 !elseif $(VCVERSION) > 1699 && $(VCVERSION) < 1800
88 !elseif $(VCVERSION) > 1799 && $(VCVERSION) < 1900
90 !elseif $(VCVERSION) > 1899 && $(VCVERSION) < 2000
124 !elseif "$(PLAT)" == "arm"
  /external/syslinux/com32/lua/test/
automenu.lua 61 elseif m1 ~= suffix and m2 == suffix then
88 elseif t == "function" then
114 elseif i == sl.KEY.DOWN then
116 elseif i == sl.KEY.UP then
  /external/valgrind/coregrind/m_syswrap/
syscall-x86-darwin.S 140 .elseif $0 == MACH
142 .elseif $0 == MDEP
  /external/protobuf/gtest/
CMakeLists.txt 73 elseif (CMAKE_COMPILER_IS_GNUCXX)
82 elseif (CMAKE_CXX_COMPILER_ID STREQUAL "SunPro")
88 elseif (CMAKE_CXX_COMPILER_ID STREQUAL "VisualAge" OR
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.s 50 .elseif \type == D

Completed in 732 milliseconds

1 2 3