OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmode
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
RunTest
411
for
bmode
in "$test8" "$test16" "$test32"; do
412
case "$
bmode
" in
426
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput1 testtry
444
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput2 testtry
507
$sim $valgrind ./pcretest -q $
bmode
$opt $infile testtry
543
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput4 testtry
563
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput5 testtry
583
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput6 testtry
605
$sim $valgrind ./pcretest -q $
bmode
$opt $testdata/testinput7 testtry
624
$sim $valgrind ./pcretest -q $
bmode
$opt -dfa $testdata/testinput8 testtr
[
all
...]
/prebuilts/misc/windows/sdl2/test/
testautomation_surface.c
98
SDL_BlendMode
bmode
;
local
167
bmode
= SDL_BLENDMODE_NONE;
169
bmode
= SDL_BLENDMODE_BLEND;
171
bmode
= SDL_BLENDMODE_ADD;
173
bmode
= SDL_BLENDMODE_MOD;
175
ret = SDL_SetSurfaceBlendMode( face,
bmode
);
Completed in 148 milliseconds