OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructed
(Results
126 - 150
of
2550
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/memory/
scoped_vector_unittest.cc
51
// Because we wish to watch the life cycle of an object being
constructed
and
60
// INITIAL ->
CONSTRUCTED
-> DESTROYED.
67
// Assert INITIAL ->
CONSTRUCTED
and no LifeCycleObject associated with this
76
// Assert
CONSTRUCTED
-> DESTROYED and the |object| being destroyed is the
77
// same one we saw
constructed
.
discardable_memory_allocator_android.h
30
// Threading: The allocator must be deleted on the thread it was
constructed
on
/external/svox/pico/lib/
picokdt.h
140
constructed
input vector is stored in the tree object (this->invec
146
decision tree to the previously
constructed
input vector. The
217
/* classify a previously
constructed
input vector using tree 'this'
255
/* classify a previously
constructed
input vector using tree 'this'
287
count: the grapheme number for which invec will be
constructed
[0..]
309
/* classify a previously
constructed
input vector using tree 'this'
358
/* classify a previously
constructed
input vector using tree 'this'
418
/* classify a previously
constructed
input vector using tree 'this'
447
/* classify a previously
constructed
input vector using tree 'this'
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java
39
assertEquals("Incorrect TZ
constructed
", "TEST", st.getID());
40
assertTrue("Incorrect TZ
constructed
: " + "returned wrong offset", st
42
assertTrue("Incorrect TZ
constructed
" + "using daylight savings", !st
56
assertTrue("Incorrect TZ
constructed
", st
59
assertTrue("Incorrect TZ
constructed
", !(st
62
assertEquals("Incorrect TZ
constructed
", "TEST", st.getID());
63
assertEquals("Incorrect TZ
constructed
", 1000, st.getRawOffset());
64
assertTrue("Incorrect TZ
constructed
", st.useDaylightTime());
77
assertTrue("Incorrect TZ
constructed
", st
80
assertTrue("Incorrect TZ
constructed
", !(s
[
all
...]
TooManyListenersExceptionTest.java
33
"Message thrown with exception
constructed
with no message",
/libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java
39
assertEquals("Incorrect TZ
constructed
", "TEST", st.getID());
40
assertTrue("Incorrect TZ
constructed
: " + "returned wrong offset", st
42
assertTrue("Incorrect TZ
constructed
" + "using daylight savings", !st
56
assertTrue("Incorrect TZ
constructed
", st
59
assertTrue("Incorrect TZ
constructed
", !(st
62
assertEquals("Incorrect TZ
constructed
", "TEST", st.getID());
63
assertEquals("Incorrect TZ
constructed
", 1000, st.getRawOffset());
64
assertTrue("Incorrect TZ
constructed
", st.useDaylightTime());
113
assertTrue("Incorrect TZ
constructed
", st
116
assertTrue("Incorrect TZ
constructed
", !(s
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
service_reflection.py
70
bases: Base classes of the class being
constructed
.
71
dictionary: The class dictionary of the class being
constructed
.
99
bases: Base classes of the class being
constructed
.
100
dictionary: The class dictionary of the class being
constructed
.
137
cls: The class that will be
constructed
.
255
cls: The class that will be
constructed
.
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
69
std::vector<MatcherList>
Constructed
;
74
Constructed
.push_back(SubMatcher);
78
if (
Constructed
.empty()) return MatcherList(); // No overload matched.
81
if (
Constructed
.size() > 1) {
82
// More than one
constructed
. It is ambiguous.
86
return
Constructed
[0];
/external/protobuf/python/google/protobuf/
service_reflection.py
70
bases: Base classes of the class being
constructed
.
71
dictionary: The class dictionary of the class being
constructed
.
99
bases: Base classes of the class being
constructed
.
100
dictionary: The class dictionary of the class being
constructed
.
137
cls: The class that will be
constructed
.
255
cls: The class that will be
constructed
.
/libcore/luni/src/main/java/java/util/
PriorityQueue.java
93
* The
constructed
priority queue has the initial capacity of 110% of the
99
* queue to be
constructed
.
118
* priority queue. The
constructed
priority queue has the initial capacity
124
* priority queue to be
constructed
.
132
* The
constructed
priority queue has the initial capacity of 110% of the
138
* queue to be
constructed
.
/external/chromium/base/threading/
thread_restrictions.h
48
// Whether IO is allowed when the ScopedAllowIO was
constructed
.
62
//
constructed
.
/external/chromium/base/
tracked_objects_unittest.cc
26
EXPECT_TRUE(ThreadData::first()); // Now class was
constructed
.
42
EXPECT_TRUE(ThreadData::first()); // Now class was
constructed
.
/external/chromium_org/content/public/browser/
notification_registrar.cc
29
// Force the NotificationService to be
constructed
(if it isn't already).
78
// NotificationService::current. If we've
constructed
an object with a
/external/chromium_org/net/url_request/
url_request_context_builder.h
102
// By default host_resolver is
constructed
with CreateDefaultResolver.
114
// By default HttpCache is enabled with a default
constructed
HttpCacheParams.
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_lib.c
193
/* class 0 is
constructed
194
*
constructed
== 2 for indefinite length
constructed
*/
195
void ASN1_put_object(unsigned char **pp, int
constructed
, int length, int tag,
201
i=(
constructed
)?V_ASN1_CONSTRUCTED:0;
218
if (
constructed
== 2)
257
int ASN1_object_size(int
constructed
, int length, int tag)
271
if (
constructed
== 2)
/external/chromium_org/ui/base/cocoa/
menu_controller.h
54
// Programmatically close the
constructed
menu.
57
// Access to the
constructed
menu if the complex initializer was used. If the
/external/llvm/include/llvm/Support/
ToolOutputFile.h
28
/// it is
constructed
before the raw_fd_ostream is
constructed
and
/external/openssl/crypto/asn1/
asn1_lib.c
193
/* class 0 is
constructed
194
*
constructed
== 2 for indefinite length
constructed
*/
195
void ASN1_put_object(unsigned char **pp, int
constructed
, int length, int tag,
201
i=(
constructed
)?V_ASN1_CONSTRUCTED:0;
218
if (
constructed
== 2)
257
int ASN1_object_size(int
constructed
, int length, int tag)
271
if (
constructed
== 2)
/libcore/luni/src/test/java/libcore/util/
SerializationTester.java
62
assertTrue("User-
constructed
value doesn't equal deserialized golden value",
67
assertTrue("User-
constructed
value doesn't equal itself, reserialized",
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
gnu-user.h
42
object
constructed
before entering `main'. */
59
object
constructed
before entering `main', followed by a normal
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
gnu-user.h
42
object
constructed
before entering `main'. */
59
object
constructed
before entering `main', followed by a normal
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h
28
// class is
constructed
.
/external/chromium/chrome/browser/sync/glue/
extension_data.h
25
// Returns an ExtensionData
constructed
from the given data from the
/external/chromium/net/proxy/
proxy_config_service_mac.h
22
// (however it may be
constructed
from a different thread).
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_snapshot.js
13
* 1. Instances and snapshots are
constructed
. This happens during event
Completed in 1519 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>