OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_expr
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
expr.test
30
proc
test_expr
{name settings expr result} {
36
test_expr
expr-1.1 {i1=10, i2=20} {i1+i2} 30
37
test_expr
expr-1.2 {i1=10, i2=20} {i1-i2} -10
38
test_expr
expr-1.3 {i1=10, i2=20} {i1*i2} 200
39
test_expr
expr-1.4 {i1=10, i2=20} {i1/i2} 0
40
test_expr
expr-1.5 {i1=10, i2=20} {i2/i1} 2
41
test_expr
expr-1.6 {i1=10, i2=20} {i2<i1} 0
42
test_expr
expr-1.7 {i1=10, i2=20} {i2<=i1} 0
43
test_expr
expr-1.8 {i1=10, i2=20} {i2>i1} 1
44
test_expr
expr-1.9 {i1=10, i2=20} {i2>=i1}
[
all
...]
icu.test
27
proc
test_expr
{name settings expr result} {
40
test_expr
icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
41
test_expr
icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
42
test_expr
icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
43
test_expr
icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
44
test_expr
icu-1.5 {i1=NULL} {i1 REGEXP '.ell.*'} {}
61
test_expr
icu-2.1 {i1='HellO WorlD'} {upper(i1)} {HELLO WORLD}
62
test_expr
icu-2.2 {i1='HellO WorlD'} {lower(i1)} {hello world}
63
test_expr
icu-2.3 {i1=$::egrave} {lower(i1)} $::egrave
64
test_expr
icu-2.4 {i1=$::egrave} {upper(i1)} $::EGRAV
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
Makefile.inc
4
EXTRA_DIST += tools/python-yasm/tests/
test_expr
.py
__init__.py
15
import
test_expr
namespace
/external/chromium_org/third_party/yasm/source/config/android/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/ios/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/linux/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/mac/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/config/win/
Makefile
699
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
Makefile.in
615
tools/python-yasm/tests/
test_expr
.py \
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info
[
all
...]
Completed in 630 milliseconds