OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaulted
(Results
51 - 75
of
272
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/bison/src/
print.c
299
bool
defaulted
= false;
317
defaulted
= true;
323
if (
defaulted
)
327
defaulted
= false;
298
bool
defaulted
= false;
local
/external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp
8
// A
defaulted
copy constructor for a class X is defined as deleted if X has:
implicit-move.cpp
279
// expected-warning-re@-1 4{{
defaulted
move assignment operator of {{.*}} will move assign virtual base class '{{[BD]}}' multiple times}}
/external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java
109
* value is false, hence the TelURL is
defaulted
to local.
/frameworks/base/core/java/android/view/
WindowContentFrameStats.java
80
* It is either explicitly set or
defaulted
to the time when the render buffer was posted.
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java
28
* <p>Note that if an attribute was
defaulted
(<em>!isSpecified()</em>)
/ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c
76
/* other values
defaulted
*/
/packages/apps/Settings/src/com/android/settings/
ScreenPinningSettings.java
103
// Set the value to match what we have
defaulted
to in the UI.
/frameworks/base/docs/html/sdk/api_diff/24/changes/
java.io.ObjectInputStream.GetField.html
87
<nobr><code>boolean</code> <A HREF="../../../../reference/java/io/ObjectInputStream.GetField.html#
defaulted
(java.lang.String)" target="_top"><code>
defaulted
</code></A>(<code>String</code>) </nobr>
/external/bison/examples/calc++/
calc++-parser.hh
175
/// Whether the given \c yypact_ value indicates a
defaulted
state.
/external/libxml2/include/libxml/
parser.h
145
* elements attributes lists with the ones
defaulted
from the DTDs.
284
xmlHashTablePtr attsDefault; /*
defaulted
attributes if any */
682
* @nb_defaulted: the number of
defaulted
attributes. The
defaulted
[
all
...]
/libcore/luni/src/main/java/org/xml/sax/
AttributeList.java
32
* specified or
defaulted
: #IMPLIED attributes will not be included.</p>
DocumentHandler.java
122
*
defaulted
): #IMPLIED attributes will be omitted.</p>
/external/clang/test/SemaCXX/
cxx98-compat.cpp
93
struct
Defaulted
{
94
Defaulted
() = default; // expected-warning {{
defaulted
function definitions are incompatible with C++98}}
/external/clang/include/clang/AST/
DeclCXX.h
381
/// \brief These flags are \c true if a
defaulted
corresponding special
389
/// \brief These flags are \c true if an implicit
defaulted
corresponding
420
/// \brief True if a
defaulted
default constructor for this class would
439
/// explicitly deleted or
defaulted
).
862
/// \brief Determine whether we need to eagerly declare a
defaulted
copy
[
all
...]
/external/bison/tests/
glr-regression.at
1070
-
Defaulted
state with initial yychar: yychar == YYEMPTY.
1072
-
Defaulted
state after lookahead: yychar != YYEMPTY.
1073
-
Defaulted
state after shift: yychar == YYEMPTY.
1199
-
Defaulted
state after lookahead: yychar != YYEMPTY.
1200
-
Defaulted
state after shift: yychar == YYEMPTY.
1207
- In order to preserve the initial yychar, only
defaulted
states may be
1209
- If only
defaulted
states are entered, there are no conflicts, so
[
all
...]
/external/clang/lib/AST/
DeclCXX.cpp
358
// A
defaulted
copy/move constructor for a class X is defined as
367
// A
defaulted
copy/move assignment operator for a class X is defined as
376
// A
defaulted
[ctor or dtor] for a class X is defined as
379
// that is deleted or inaccessible from the
defaulted
[ctor or dtor].
381
// that is deleted or inaccessible from the
defaulted
[ctor or dtor].
535
// If the destructor is explicitly
defaulted
and not trivial or not public
612
// explicitly
defaulted
or deleted constructor.
733
// A
defaulted
copy/move assignment operator for a class X is defined
752
// A
defaulted
[special member] for a class X is defined as
[
all
...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java
70
* but with the anchor parameter
defaulted
to the upper left corner.
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java
66
* @param attributes The specified or
defaulted
attributes.
/external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java
315
* @param atts The specified or
defaulted
attributes.
/external/clang/include/clang/Basic/
DiagnosticCommonKinds.td
79
"only special member functions may be
defaulted
">;
/external/clang/test/CXX/drs/
dr14xx.cpp
63
namespace
Defaulted
{
/external/clang/test/SemaCUDA/
implicit-member-target.cu
119
// Test 6: explicitly
defaulted
ctor: since they are spelled out, they have
/external/libxml2/os400/libxmlrpg/
parser.rpgle
153
* elements attributes lists with the ones
defaulted
from the DTDs.
298
d attsDefault like(xmlHashTablePtr)
Defaulted
attrs
695
* @nb_defaulted: the number of
defaulted
attributes. The
defaulted
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java
258
// max age of a document should be
defaulted
to 10% of the
Completed in 872 milliseconds
1
2
3
4
5
6
7
8
9
10
11