OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parenthesized
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
paren.d
3
#name
parenthesized
macro arguments
/prebuilts/go/darwin-x86/test/fixedbugs/
issue4468.go
7
// Issue 4468: go/defer calls may not be
parenthesized
.
24
go (F) // ERROR "must be function call|must not be
parenthesized
"
25
defer (F) // ERROR "must be function call|must not be
parenthesized
"
26
go (F()) // ERROR "must be function call|must not be
parenthesized
"
27
defer (F()) // ERROR "must be function call|must not be
parenthesized
"
issue13261.go
7
// Taking the address of a
parenthesized
composite literal is permitted.
/prebuilts/go/linux-x86/test/fixedbugs/
issue4468.go
7
// Issue 4468: go/defer calls may not be
parenthesized
.
24
go (F) // ERROR "must be function call|must not be
parenthesized
"
25
defer (F) // ERROR "must be function call|must not be
parenthesized
"
26
go (F()) // ERROR "must be function call|must not be
parenthesized
"
27
defer (F()) // ERROR "must be function call|must not be
parenthesized
"
issue13261.go
7
// Taking the address of a
parenthesized
composite literal is permitted.
/prebuilts/go/darwin-x86/test/
empty.go
7
// Test that top-level
parenthesized
declarations can be empty.
parentype.go
7
// Test that types can be
parenthesized
.
/prebuilts/go/linux-x86/test/
empty.go
7
// Test that top-level
parenthesized
declarations can be empty.
parentype.go
7
// Test that types can be
parenthesized
.
/packages/apps/Dialer/java/com/android/dialer/common/database/
Selection.java
93
* @return a mutable builder that appends to the selection. The selection will be
parenthesized
187
this.selection.append(
parenthesized
(selection));
method
204
parenthesized
(selection.toString()),
248
*
Parenthesized
the {@code string}. Will not
parenthesized
if {@code string} is empty or is
249
* already
parenthesized
(top level parenthesis encloses the whole string).
252
private static String
parenthesized
(@NonNull String string) {
method in class:Selection
/prebuilts/go/darwin-x86/src/go/doc/testdata/
a0.go
34
// NOTE(bam): This note which contains a (
parenthesized
) subphrase
/prebuilts/go/linux-x86/src/go/doc/testdata/
a0.go
34
// NOTE(bam): This note which contains a (
parenthesized
) subphrase
/prebuilts/go/darwin-x86/src/regexp/syntax/
simplify_test.go
121
// explicit (?:) in place of non-
parenthesized
empty strings,
/prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go
121
// explicit (?:) in place of non-
parenthesized
empty strings,
/prebuilts/go/darwin-x86/src/go/types/
builtins_test.go
159
// check recorded types for fun and descendents (may be
parenthesized
)
172
// called function must be a (possibly
parenthesized
, qualified)
return.go
31
// the predeclared (possibly
parenthesized
) panic() function is terminating
assignments.go
137
// Determine if the lhs is a (possibly
parenthesized
) identifier.
178
// expression, or the blank identifier. Operands may be
parenthesized
."
/prebuilts/go/linux-x86/src/go/types/
builtins_test.go
159
// check recorded types for fun and descendents (may be
parenthesized
)
172
// called function must be a (possibly
parenthesized
, qualified)
return.go
31
// the predeclared (possibly
parenthesized
) panic() function is terminating
assignments.go
137
// Determine if the lhs is a (possibly
parenthesized
) identifier.
178
// expression, or the blank identifier. Operands may be
parenthesized
."
/prebuilts/go/darwin-x86/test/ken/
rob2.go
200
// Parse a non-
parenthesized
list up to a closing paren or EOF
/prebuilts/go/linux-x86/test/ken/
rob2.go
200
// Parse a non-
parenthesized
list up to a closing paren or EOF
/prebuilts/go/darwin-x86/src/go/doc/
comment.go
120
// m >= 6 (two
parenthesized
sub-regexps in matchRx, 1st one is urlRx)
141
// match against first
parenthesized
sub-regexp; must be match against urlRx
/prebuilts/go/linux-x86/src/go/doc/
comment.go
120
// m >= 6 (two
parenthesized
sub-regexps in matchRx, 1st one is urlRx)
141
// match against first
parenthesized
sub-regexp; must be match against urlRx
/frameworks/base/media/java/android/media/
MediaScanner.java
776
boolean
parenthesized
= false;
782
parenthesized
= true;
790
if ((
parenthesized
&& charAfterNumber == ')')
791
|| !
parenthesized
&& Character.isWhitespace(charAfterNumber)) {
802
if (
parenthesized
&& charAfterNumber == ')') {
[
all
...]
Completed in 790 milliseconds
1
2
3
4