OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestEnv
(Results
1 - 9
of
9
) sorted by null
/external/libyuv/files/source/
cpu_id.cc
172
static LIBYUV_BOOL
TestEnv
(const char* name) {
182
static LIBYUV_BOOL
TestEnv
(const char*) {
222
if (
TestEnv
("LIBYUV_DISABLE_X86")) {
225
if (
TestEnv
("LIBYUV_DISABLE_SSE2")) {
228
if (
TestEnv
("LIBYUV_DISABLE_SSSE3")) {
231
if (
TestEnv
("LIBYUV_DISABLE_SSE41")) {
234
if (
TestEnv
("LIBYUV_DISABLE_SSE42")) {
237
if (
TestEnv
("LIBYUV_DISABLE_AVX")) {
240
if (
TestEnv
("LIBYUV_DISABLE_AVX2")) {
243
if (
TestEnv
("LIBYUV_DISABLE_ERMS"))
[
all
...]
/external/autotest/client/cros/
webstore_test.py
46
TestEnv
= enum('staging', 'pnl', 'prod', 'sandbox')
100
if test_env ==
TestEnv
.prod:
104
TestEnv
.staging: 'staging.corp',
105
TestEnv
.sandbox: 'staging.sandbox',
106
TestEnv
.pnl: 'prod-not-live.corp'
109
TestEnv
.staging: 'download-staging.corp',
110
TestEnv
.sandbox: 'download-staging.sandbox',
111
TestEnv
.pnl: 'omaha.sandbox'
130
def initialize(self, test_env=
TestEnv
.sandbox,
146
TestEnv
.staging
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
183
static LIBYUV_BOOL
TestEnv
(const char* name) {
193
static LIBYUV_BOOL
TestEnv
(const char*) {
226
if (
TestEnv
("LIBYUV_DISABLE_X86")) {
229
if (
TestEnv
("LIBYUV_DISABLE_SSE2")) {
232
if (
TestEnv
("LIBYUV_DISABLE_SSSE3")) {
235
if (
TestEnv
("LIBYUV_DISABLE_SSE41")) {
238
if (
TestEnv
("LIBYUV_DISABLE_SSE42")) {
241
if (
TestEnv
("LIBYUV_DISABLE_AVX")) {
244
if (
TestEnv
("LIBYUV_DISABLE_AVX2")) {
247
if (
TestEnv
("LIBYUV_DISABLE_ERMS"))
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
syscall_test.go
27
func
TestEnv
(t *testing.T) {
28
testSetGetenv(t, "
TESTENV
", "AVALUE")
29
// make sure
TESTENV
gets set to "", not deleted
30
testSetGetenv(t, "
TESTENV
", "")
/prebuilts/go/linux-x86/src/syscall/
syscall_test.go
27
func
TestEnv
(t *testing.T) {
28
testSetGetenv(t, "
TESTENV
", "AVALUE")
29
// make sure
TESTENV
gets set to "", not deleted
30
testSetGetenv(t, "
TESTENV
", "")
/external/autotest/site_utils/autoupdate/lib/
test_params.py
16
class
TestEnv
(object):
/external/autotest/site_utils/autoupdate/
full_release_test.py
491
env = test_params.
TestEnv
(args)
/prebuilts/go/darwin-x86/src/cmd/go/
go_test.go
13
"internal/
testenv
"
34
builder =
testenv
.Builder()
139
testenv
.MustHaveGoBuild(t)
955
testenv
.MustHaveExternalNetwork(t)
1055
testenv
.MustHaveExternalNetwork(t)
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/
go_test.go
13
"internal/
testenv
"
34
builder =
testenv
.Builder()
139
testenv
.MustHaveGoBuild(t)
955
testenv
.MustHaveExternalNetwork(t)
1055
testenv
.MustHaveExternalNetwork(t)
[
all
...]
Completed in 182 milliseconds