OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noverify
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/icu/source/config/
icu-config-bottom
22
echo " --
noverify
Don't verify that ICU is actually installed."
105
echo "### (If you want to disable this check, use the --
noverify
option)" 1>&2
125
--
noverify
)
163
--
noverify
)
164
echo "### $ME: Error: --
noverify
must be the first argument." 1>&2
/external/icu/icu4c/source/config/
icu-config-bottom
22
echo " --
noverify
Don't verify that ICU is actually installed."
105
echo "### (If you want to disable this check, use the --
noverify
option)" 1>&2
125
--
noverify
)
163
--
noverify
)
164
echo "### $ME: Error: --
noverify
must be the first argument." 1>&2
icu-config
369
echo " --
noverify
Don't verify that ICU is actually installed."
449
echo "### (If you want to disable this check, use the --
noverify
option)" 1>&2
469
--
noverify
)
507
--
noverify
)
508
echo "### $ME: Error: --
noverify
must be the first argument." 1>&2
/external/openssl/apps/
passwd.c
52
* -
noverify
- never verify when reading password from terminal
135
else if (strcmp(argv[i], "-
noverify
") == 0)
183
BIO_printf(bio_err, "-
noverify
never verify when reading password from terminal\n");
ocsp.c
136
int add_nonce = 1,
noverify
= 0, use_ssl = -1;
local
258
else if (!strcmp(*args, "-
noverify
"))
259
noverify
= 1;
611
BIO_printf (bio_err, "-
noverify
don't verify response at all\n");
879
if (!
noverify
)
[
all
...]
smime.c
188
else if (!strcmp (*args, "-
noverify
"))
461
BIO_printf (bio_err, "-
noverify
don't verify signers certificate\n");
cms.c
242
else if (!strcmp (*args, "-
noverify
")
622
BIO_printf (bio_err, "-
noverify
don't verify signers certificate\n");
[
all
...]
/external/chromium_org/third_party/icu/source/
Makefile.in
376
@echo `./config/icu-config --
noverify
--version` >> $(DESTDIR)/readme.txt
378
@echo `./config/icu-config --
noverify
--host` >> $(DESTDIR)/readme.txt
380
@echo `./config/icu-config --
noverify
--cc` >> $(DESTDIR)/readme.txt
382
@echo `./config/icu-config --
noverify
--cxx` >> $(DESTDIR)/readme.txt
/external/icu/icu4c/source/
Makefile.in
376
@echo `./config/icu-config --
noverify
--version` >> $(DESTDIR)/readme.txt
378
@echo `./config/icu-config --
noverify
--host` >> $(DESTDIR)/readme.txt
380
@echo `./config/icu-config --
noverify
--cc` >> $(DESTDIR)/readme.txt
382
@echo `./config/icu-config --
noverify
--cxx` >> $(DESTDIR)/readme.txt
/external/llvm/tools/llc/
llc.cpp
78
static cl::opt<bool>
NoVerify
("disable-verify", cl::Hidden,
353
if (Target.addPassesToEmitFile(PM, FOS, FileType,
NoVerify
,
/external/llvm/tools/opt/
opt.cpp
95
NoVerify
("disable-verify", cl::desc("Do not verify result module"), cl::Hidden);
420
if (
NoVerify
)
616
if (!
NoVerify
&& !VerifyEach) {
/frameworks/rs/api/
gen_runtime.cpp
219
* "
noverify
": Generate test code that calls the API but don't verify the returned value.
291
string mTest; // How to test. One of "scalar", "vector", "
noverify
", "limited", and "none".
[
all
...]
Completed in 1552 milliseconds