OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enclosed
(Results
26 - 50
of
1543
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp
9
// followed by the template-parameters of the class template
enclosed
in <>.
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Util.java
159
for (Element
enclosed
: typeElement.getEnclosedElements()) {
160
if (
enclosed
.getKind().equals(CONSTRUCTOR)
161
&& ((ExecutableElement)
enclosed
).getParameters().isEmpty()
162
&& !
enclosed
.getModifiers().contains(PRIVATE)) {
/external/python/cpython2/Lib/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/external/python/cpython3/Modules/
hashlib.h
36
* access a mutable part of obj must be
enclosed
in an ENTER_HASHLIB /
/prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/external/apache-http/src/org/apache/http/client/methods/
HttpPut.java
42
* The PUT method requests that the
enclosed
entity be stored under the
44
* existing resource, the
enclosed
entity SHOULD be considered as a
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PopupWindowTest.java
14
import org.junit.experimental.runners.
Enclosed
;
28
@RunWith(
Enclosed
.class)
/art/test/435-try-finally-without-catch/
info.txt
3
enclosed
in a loop.
/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/
MainActivity.kt
36
// Text
enclosed
in ?`? will be transformed into inline code block
/external/python/cpython3/Lib/json/
tool.py
10
Expecting property name
enclosed
in double quotes: line 1 column 3 (char 2)
/external/selinux/libselinux/man/man5/
local.users.5
40
One or more previously declared role identifiers. Multiple role identifiers consist of a space separated list
enclosed
in braces '{}'.
/external/selinux/secilc/docs/
cil_default_object_statements.md
29
<td align="left"><p>A single previously declared <code>class</code> or <code>classmap</code> identifier, or a list of previously declared <code>class</code> or <code>classmap</code> identifiers
enclosed
within parentheses.</p></td>
81
<td align="left"><p>A single previously declared <code>class</code> or <code>classmap</code> identifier, or a list of previously declared <code>class</code> or <code>classmap</code> identifiers
enclosed
within parentheses.</p></td>
128
<td align="left"><p>A single previously declared <code>class</code> or <code>classmap</code> identifier, or a list of previously declared <code>class</code> or <code>classmap</code> identifiers
enclosed
within parentheses.</p></td>
166
<td align="left"><p>A single previously declared <code>class</code> or <code>classmap</code> identifier, or a list of previously declared <code>class</code> or <code>classmap</code> identifiers
enclosed
within parentheses.</p></td>
/external/syslinux/gpxe/src/drivers/net/
cs89x0.txt
20
Permission is granted to distribute the
enclosed
cs89x0.[ch] driver
/toolchain/binutils/binutils-2.27/
README
41
Much of the code and documentation
enclosed
is copyright by
/hardware/qcom/gps/msm8909w_3100/core/observer/
IDataItemSubscription.h
57
* where the numbers
enclosed
in braces indicate a list of data item Ids
73
* where the numbers
enclosed
in braces indicate a list of data item Ids
102
* where the numbers
enclosed
in braces indicate a list of data item Ids
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java
267
* Goes through the layout params and look for the
enclosed
class. If the layout params
268
* has no known
enclosed
type it is dropped.
276
// get the
enclosed
name.
277
String
enclosed
= getEnclosedName(fqcn);
local
282
ClassDescriptor enclosingType = mMap.get(
enclosed
);
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
Criteria.java
374
* Creates an "
enclosed
by" criterion: that a program element is
enclosed
378
* @return an "
enclosed
by" criterion
385
* Creates an "in package" criterion: that a program element is
enclosed
396
* Creates an "in class" criterion: that a program element is
enclosed
408
* Creates an "in method" criterion: that a program element is
enclosed
420
*
enclosed
by any method.
/external/python/cpython2/Doc/reference/
introduction.rst
112
repetitions, and a phrase
enclosed
in square brackets (``[ ]``) means zero or
113
one occurrences (in other words, the
enclosed
phrase is optional). The ``*``
115
grouping. Literal strings are
enclosed
in quotes. White space is only
/external/python/cpython3/Doc/reference/
introduction.rst
109
repetitions, and a phrase
enclosed
in square brackets (``[ ]``) means zero or
110
one occurrences (in other words, the
enclosed
phrase is optional). The ``*``
112
grouping. Literal strings are
enclosed
in quotes. White space is only
/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/
MainActivity.java
43
// Text
enclosed
in ?`? will be transformed into inline code block
/external/google-tv-pairing-protocol/proto/
polo.proto
16
// MessageType indicates the type of the
enclosed
message (serialized in the
/external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h
21
// the two variants is
enclosed
. This allows for cheaper checks when various
71
/// isCall - true if a CallInst is
enclosed
.
72
/// Note that !isCall() does not mean it is an InvokeInst
enclosed
,
76
/// isInvoke - true if a InvokeInst is
enclosed
.
Completed in 1301 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>