OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:description
(Results
1476 - 1500
of
29811
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/pcre/dist2/doc/
pcre2_get_error_message.3
14
.SH
DESCRIPTION
31
There is a complete
description
of the PCRE2 native API in the
35
page and a
description
of the POSIX API in the
pcre2_jit_compile.3
13
.SH
DESCRIPTION
37
There is a complete
description
of the PCRE2 native API in the
41
page and a
description
of the POSIX API in the
pcre2_jit_match.3
16
.SH
DESCRIPTION
40
There is a complete
description
of the PCRE2 native API in the
44
page and a
description
of the JIT API in the
pcre2_jit_stack_create.3
14
.SH
DESCRIPTION
32
There is a complete
description
of the PCRE2 native API in the
36
page and a
description
of the POSIX API in the
pcre2_maketables.3
12
.SH
DESCRIPTION
28
There is a complete
description
of the PCRE2 native API in the
32
page and a
description
of the POSIX API in the
pcre2_match_data_create.3
14
.SH
DESCRIPTION
28
There is a complete
description
of the PCRE2 native API in the
32
page and a
description
of the POSIX API in the
pcre2_match_data_create_from_pattern.3
14
.SH
DESCRIPTION
29
There is a complete
description
of the PCRE2 native API in the
33
page and a
description
of the POSIX API in the
pcre2_set_compile_recursion_guard.3
14
.SH
DESCRIPTION
26
There is a complete
description
of the PCRE2 native API in the
30
page and a
description
of the POSIX API in the
pcre2_set_recursion_memory_management.3
16
.SH
DESCRIPTION
27
There is a complete
description
of the PCRE2 native API in the
31
page and a
description
of the POSIX API in the
pcre2_substring_copy_byname.3
14
.SH
DESCRIPTION
38
There is a complete
description
of the PCRE2 native API in the
42
page and a
description
of the POSIX API in the
pcre2_substring_copy_bynumber.3
15
.SH
DESCRIPTION
36
There is a complete
description
of the PCRE2 native API in the
40
page and a
description
of the POSIX API in the
pcre2_substring_get_byname.3
14
.SH
DESCRIPTION
40
There is a complete
description
of the PCRE2 native API in the
44
page and a
description
of the POSIX API in the
pcre2_substring_get_bynumber.3
14
.SH
DESCRIPTION
37
There is a complete
description
of the PCRE2 native API in the
41
page and a
description
of the POSIX API in the
pcre2_substring_nametable_scan.3
14
.SH
DESCRIPTION
32
There is a complete
description
of the PCRE2 native API, including the format of
37
page, and a
description
of the POSIX API in the
pcre2_substring_number_from_name.3
14
.SH
DESCRIPTION
30
There is a complete
description
of the PCRE2 native API in the
34
page and a
description
of the POSIX API in the
/external/skia/src/sksl/ast/
SkSLASTParameter.h
31
String
description
() const override {
32
String result = fModifiers.
description
() + fType->
description
() + " " + fName;
SkSLASTSwitchCase.h
26
String
description
() const override {
29
result.appendf("case %s:\n", fValue->
description
().c_str());
34
result += s->
description
() + "\n";
/external/skia/src/sksl/ir/
SkSLBinaryExpression.h
41
String
description
() const override {
42
return "(" + fLeft->
description
() + " " + Token::OperatorName(fOperator) + " " +
43
fRight->
description
() + ")";
SkSLSwitchStatement.h
29
String
description
() const override {
34
result += String::printf("switch (%s) {\n", fValue->
description
().c_str());
36
result += c->
description
();
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
Rpc.java
35
* Returns brief
description
of the function. Should be limited to one or two sentences.
37
String
description
();
method in interface:Rpc
40
* Gives a brief
description
of the functions return value (and the underlying data structure).
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
lock.c
30
Routine
Description
:
66
Routine
Description
:
91
Routine
Description
:
/external/testng/src/test/java/test/dataprovider/
TestNG411SampleTest.java
25
@Test(
description
= "Number of parameters to this test don't match the " +
38
@Test(
description
= "Number of parameters to this test don't match the " +
44
@Test(
description
= "Number of parameters to this test don't match the " +
/external/testng/src/test/java/test/listeners/
ListenerTest.java
27
@Test(
description
= "Ensure that if a listener is present, we get test(), onSuccess()," +
35
@Test(
description
= "TESTNG-400: onTestFailure should be called before @AfterMethod")
42
@Test(
description
= "Inherited @Listeners annotations should aggregate")
50
@Test(
description
= "Should attach only one instance of the same @Listener class per test")
58
@Test(
description
= "@Listeners with an ISuiteListener")
68
@Test(
description
= "GITHUB-767: ISuiteListener called twice when @Listeners")
78
@Test(
description
= "GITHUB-171")
88
@Test(
description
= "GITHUB-795")
98
@Test(
description
= "GITHUB-169")
112
@Test(
description
= "GITHUB-154: MethodInterceptor will be called twice"
[
all
...]
/external/testng/src/test/java/test/override/
OverrideTest.java
46
@Test(
description
= "Override -groups")
52
@Test(
description
= "Override -excludegroups")
58
@Test(
description
= "Override -groups and -excludegroups")
/external/vogar/src/vogar/target/
TestEnvironmentRunListener.java
19
import org.junit.runner.
Description
;
33
public void testStarted(
Description
description
) throws Exception {
Completed in 413 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>