OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiated
(Results
26 - 50
of
1539
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-gwt/src/com/google/common/collect/
ImmutableSortedMap_CustomFieldSerializer.java
20
* Even though {@link ImmutableSortedMap} cannot be
instantiated
, we still need a custom field
ImmutableSortedSet_CustomFieldSerializer.java
20
* Even though {@link ImmutableSortedSet} cannot be
instantiated
, we still need
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
PeriodFormatter.java
17
* PeriodFormatter can be
instantiated
using a PeriodFormatterFactory.
/external/jetty/src/resources/org/eclipse/jetty/util/log/jmx/
Log-mbean.properties
2
loggers:MBean: List of all
instantiated
loggers
/external/skia/include/effects/
SkArithmeticMode.h
32
SkArithmeticMode(); // can't be
instantiated
/frameworks/base/media/java/android/media/
MediaCryptoException.java
22
* Exception thrown if MediaCrypto object could not be
instantiated
or
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/about/
AboutPreferences.java
26
// Prevents this from being
instantiated
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp
3
static T t; // expected-error{{static data member
instantiated
with function type 'int ()'}}
9
B() { T t; } // expected-error{{variable
instantiated
with function type 'int ()'}}
/external/google-breakpad/src/testing/gtest/test/
gtest-typed-test2_test.cc
40
//
instantiated
in different translation units linked together.
41
// (ContainerTest is also
instantiated
in gtest-typed-test_test.cc.)
gtest-typed-test_test.h
42
//
instantiated
in different translation units linked together.
43
// ContainerTest will be
instantiated
in both gtest-typed-test_test.cc
gtest-param-test2_test.cc
50
// and
instantiated
in another. The test is defined in gtest-param-test_test.cc
57
// Tests that a parameterized test case can be
instantiated
/external/gtest/test/
gtest-typed-test2_test.cc
40
//
instantiated
in different translation units linked together.
41
// (ContainerTest is also
instantiated
in gtest-typed-test_test.cc.)
gtest-typed-test_test.h
42
//
instantiated
in different translation units linked together.
43
// ContainerTest will be
instantiated
in both gtest-typed-test_test.cc
/external/protobuf/gtest/test/
gtest-typed-test2_test.cc
40
//
instantiated
in different translation units linked together.
41
// (ContainerTest is also
instantiated
in gtest-typed-test_test.cc.)
gtest-typed-test_test.h
42
//
instantiated
in different translation units linked together.
43
// ContainerTest will be
instantiated
in both gtest-typed-test_test.cc
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-typed-test2_test.cc
40
//
instantiated
in different translation units linked together.
41
// (ContainerTest is also
instantiated
in gtest-typed-test_test.cc.)
gtest-typed-test_test.h
42
//
instantiated
in different translation units linked together.
43
// ContainerTest will be
instantiated
in both gtest-typed-test_test.cc
/ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc
40
//
instantiated
in different translation units linked together.
41
// (ContainerTest is also
instantiated
in gtest-typed-test_test.cc.)
gtest-typed-test_test.h
42
//
instantiated
in different translation units linked together.
43
// ContainerTest will be
instantiated
in both gtest-typed-test_test.cc
/system/update_engine/
proxy_resolver.cc
32
// The DirectProxyResolver is
instantiated
as part of the UpdateAttempter
33
// which is also
instantiated
by default by the FakeSystemState, even when
/external/autotest/client/cros/cellular/wardmodem/
state_machine_unittest.py
19
Test that an abstract machine can not be
instantiated
.
26
can be
instantiated
. Test that a direct instantiation of StateMachine
50
A simple test machine that can be
instantiated
.
/external/clang/test/SemaTemplate/
temp_explicit.cpp
56
void f1(X3<int&>); // okay, Inner, not
instantiated
68
void f2(X4<int&>); // okay, Inner, not
instantiated
69
void f3(X4<int&>::Inner); // okay, Inner::VeryInner, not
instantiated
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java
27
* Represents a widget (either
instantiated
or about to be) in the Launcher.
54
* Indicates that the widget hasn't been
instantiated
yet.
99
// Since the widget isn't
instantiated
yet, we don't know these values. Set them to -1
/external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp
31
// Dependent but
instantiated
at the right type.
47
// Dependent and
instantiated
at the wrong type.
/external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp
36
// DR1484 specifies that enumerations cannot be separately
instantiated
,
37
// they will be
instantiated
with the rest of the template declaration.
Completed in 1051 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>