OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructed
(Results
151 - 175
of
2682
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java
33
public static final int
CONSTRUCTED
= 0x20;
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_snapshot.js
13
* 1. Instances and snapshots are
constructed
. This happens during event
/external/chromium_org/base/files/
scoped_file.h
50
// should generally use base::File instead which can be
constructed
with a
/external/chromium_org/chrome/browser/download/
download_ui_controller.h
30
// |delegate.get()| is NULL, then the default delegate is
constructed
.
/external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_audio_video_checker.h
22
// of time. This class may be
constructed
on any thread, but should run on the
/external/chromium_org/chrome/browser/metrics/
field_trial_synchronizer.cc
20
// This singleton instance should be
constructed
during the single threaded
/external/chromium_org/chrome/common/extensions/docs/server2/
timer.py
9
'''A simple timer which starts when
constructed
and stops when Stop is called.
/external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.h
31
// This is expected to be
constructed
on the same thread that Resolve() is
network_handler.h
52
// explicit so that classes can be
constructed
explicitly in tests without
/external/chromium_org/content/public/browser/
power_save_blocker.h
17
// This class is thread-safe; it may be
constructed
and deleted on any thread.
/external/chromium_org/content/renderer/media/
cdm_result_promise.h
21
// If
constructed
with a |uma_name| (which must be the name of a
render_media_log.cc
20
"RenderMediaLog must be
constructed
on the render thread";
/external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.h
26
// This object must only be used on the thread it's
constructed
on.
/external/chromium_org/extensions/test/
result_catcher.h
22
// when the class is
constructed
. Get the next result by calling
/external/chromium_org/media/audio/
simple_sources.cc
29
// The implementation could be more efficient if a lookup table is
constructed
virtual_audio_output_stream.cc
20
// VAOS can be
constructed
on any thread, but will DCHECK that all
/external/chromium_org/media/cast/receiver/
audio_decoder.h
36
//
constructed
from the given FrameReceiverConfig. If this method returns any
video_decoder.h
35
//
constructed
from the given FrameReceiverConfig. If this method returns any
/external/chromium_org/net/base/
network_change_notifier_mac.h
64
// These must be
constructed
before config_watcher_ to ensure
/external/chromium_org/net/cert/
cert_verify_result.h
32
// The certificate and chain that was
constructed
during verification.
/external/chromium_org/net/cookies/
cookie_store_test_callbacks.h
22
// quit to the thread in which it was
constructed
.
/external/chromium_org/net/proxy/
proxy_config_service_mac.h
27
// (however it may be
constructed
from a different thread).
/external/chromium_org/sync/test/engine/
test_directory_setter_upper.cc
74
// The TestUnrecoverableErrorHandler that this directory was
constructed
with
/external/chromium_org/third_party/WebKit/Source/wtf/
StaticConstructors.h
27
// be
constructed
with placement new into the buffer. This works with MSVC, GCC,
Completed in 520 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>