OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_target
(Results
1 - 3
of
3
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testviewport.c
87
SDL_bool
use_target
= SDL_FALSE;
local
102
use_target
= SDL_TRUE;
117
if (
use_target
) {
161
if (
use_target
) {
/external/libcxx/test/libcxx/test/
config.py
57
self.
use_target
= False
387
if self.
use_target
:
688
self.
use_target
= bool(self.config.target_triple)
691
if not self.
use_target
:
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py
57
self.
use_target
= False
387
if self.
use_target
:
687
self.
use_target
= bool(self.config.target_triple)
690
if not self.
use_target
:
[
all
...]
Completed in 138 milliseconds