Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:testtype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/openssl/test/recipes/
H
A
D
tconversion.pl
29
my $
testtype
= $opts{-type};
31
my $prefix = $opts{-prefix} // $
testtype
;
33
defined($conversionforms{$
testtype
}) ?
34
@{$conversionforms{$
testtype
}} :
41
@openssl_args = ($
testtype
) unless @openssl_args;
50
$totaltests-- if ($
testtype
eq "p7d"); # no comparison of original test file
51
$totaltests -= $n if ($
testtype
eq "pvk"); # no comparisons of the pvk form
90
if ($
testtype
ne "p7d") {
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/
H
A
D
ArabicShapingSample.java
25
int
testtype
= COPY;
in main()
133
testtype
= COPY;
in main()
135
testtype
= INPLACE;
in main()
137
testtype
= STRING;
in main()
166
if (
testtype
!= STRING) {
in main()
174
switch (
testtype
) {
in main()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H
A
D
DeqpTestRunner.java
40
import com.android.tradefed.
testtype
.IAbi;
41
import com.android.tradefed.
testtype
.IAbiReceiver;
42
import com.android.tradefed.
testtype
.IBuildReceiver;
43
import com.android.tradefed.
testtype
.IDeviceTest;
44
import com.android.tradefed.
testtype
.IRemoteTest;
45
import com.android.tradefed.
testtype
.IRuntimeHintProvider;
46
import com.android.tradefed.
testtype
.IShardableTest;
47
import com.android.tradefed.
testtype
.ITestCollector;
48
import com.android.tradefed.
testtype
.ITestFilterReceiver;
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H
A
D
DeqpTestRunnerTest.java
33
import com.android.tradefed.
testtype
.Abi;
34
import com.android.tradefed.
testtype
.IAbi;
35
import com.android.tradefed.
testtype
.IRemoteTest;
36
import com.android.tradefed.
testtype
.IRuntimeHintProvider;
/third_party/openssl/test/
H
A
D
endecode_test.c
298
const char *
testtype
= (i == 0) ? input_type
in decode_EVP_PKEY_prov()
local
302
testtype
,
in decode_EVP_PKEY_prov()
H
A
D
sslapitest.c
3849
*
testtype
: 0 == No HRR
3850
*
testtype
: 1 == HRR
3851
*
testtype
: 2 == HRR, invalid early_data sent after HRR
3852
*
testtype
: 3 == recv_max_early_data set to 0
3854
static int early_data_skip_helper(int
testtype
, int cipher, int idx)
in early_data_skip_helper()
argument
3887
if (
testtype
== 1 ||
testtype
== 2) {
in early_data_skip_helper()
3912
if (
testtype
== 3
in early_data_skip_helper()
3931
switch (
testtype
) {
in early_data_skip_helper()
Completed in 23 milliseconds