OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Construct
(Results
51 - 75
of
141
) sorted by null
1
2
3
4
5
6
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
SafeConstructor.java
45
*
Construct
standard Java classes
129
// we need to
construct
keys to avoid duplications
157
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlNull
174
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlBool
181
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlInt
237
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlFloat
269
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlBinary
280
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlNumber
293
return (Number) yamlConstructors.get(Tag.FLOAT).
construct
(node);
314
public Object
construct
(Node node)
method in class:SafeConstructor.ConstructYamlTimestamp
374
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlOmap
408
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlPairs
440
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlSet
459
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlStr
465
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlSeq
485
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructYamlMap
504
public Object
construct
(Node node) {
method in class:SafeConstructor.ConstructUndefined
[
all
...]
/external/webrtc/talk/media/base/
videocapturer.cc
105
Construct
();
113
Construct
();
116
void VideoCapturer::
Construct
() {
/external/webrtc/talk/session/media/
channelmanager.cc
84
Construct
(me, dme, cm, worker_thread);
89
Construct
(me,
95
void ChannelManager::
Construct
(MediaEngineInterface* me,
/external/v8/src/compiler/
wasm-linkage.cc
222
static void
Construct
(Allocator* allocated_ptr) {
250
static void
Construct
(Allocator* allocated_ptr) {
/external/v8/src/
code-factory.h
156
static Callable
Construct
(Isolate* isolate);
register-configuration.cc
113
static void
Construct
(ArchDefaultRegisterConfiguration* config) {
code-factory.cc
464
Callable CodeFactory::
Construct
(Isolate* isolate) {
465
return Callable(isolate->builtins()->
Construct
(),
messages.h
218
static MaybeHandle<Object>
Construct
(
355
"'
construct
' on proxy: trap returned non-object ('%')") \
[
all
...]
messages.cc
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
111
void
Construct
();
webrtcvideoengine2.h
471
void
Construct
(webrtc::Call* call, WebRtcVideoEngine2* engine);
webrtcvoiceengine.cc
469
Construct
();
474
Construct
();
477
void WebRtcVoiceEngine::
Construct
() {
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.h
81
void
Construct
();
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm
166
;
Construct
new stack
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go
141
//
Construct
search path to examine
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go
141
//
Construct
search path to examine
/external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp
333
dlg.
Construct
( name, NULL, 0 );
/external/webrtc/webrtc/p2p/base/
port.cc
155
Construct
();
186
Construct
();
189
void Port::
Construct
() {
[
all
...]
port.h
350
void
Construct
();
/libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java
[
all
...]
/external/syslinux/gpxe/src/util/Option/
ROM.pm
213
Construct
a new C<Option::ROM> object.
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/
Android.mk
187
source/val/
Construct
.cpp \
/external/clang/lib/CodeGen/
CGDecl.cpp
[
all
...]
/system/update_engine/
p2p_manager.cc
727
P2PManager* P2PManager::
Construct
(
/system/update_engine/payload_consumer/
download_action_unittest.cc
439
p2p_manager_.reset(P2PManager::
Construct
(
Completed in 1615 milliseconds
1
2
3
4
5
6