/system/nvram/messages/include/nvram/messages/ |
tagged_union.h | 168 // Construct a |TaggedUnion| object. Note that the constructor will activate 171 Construct<static_cast<TagType>(detail::Head<Member...>::Type::kTag)>(); 219 Construct<tag>(); 236 void Construct() {
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
Constructor.java | 48 * Construct a custom Java instance. 137 * Construct mapping instance (Map, JavaBean) when the runtime class is 140 protected class ConstructMapping implements Construct { 143 * Construct JavaBean. If type safe collections are used please look at 151 public Object construct(Node node) { method in class:Constructor.ConstructMapping 328 * Construct an instance when the runtime class is not known but a global 333 protected class ConstructYamlObject implements Construct { 335 private Construct getConstructor(Node node) { 339 Construct constructor = yamlClassConstructors.get(node.getNodeId()); 343 public Object construct(Node node) method in class:Constructor.ConstructYamlObject 372 public Object construct(Node nnode) { method in class:Constructor.ConstructScalar 527 public Object construct(Node node) { method in class:Constructor.ConstructSequence [all...] |
/external/webrtc/talk/media/base/ |
rtpdataengine.cc | 82 Construct(timing); 86 Construct(NULL); 89 void RtpDataMediaChannel::Construct(rtc::Timing* timing) {
|
rtpdataengine.h | 123 void Construct(rtc::Timing* timing);
|
videocapturer.h | 321 void Construct();
|
/build/make/core/ |
dumpvar.mk | 98 # Construct the shell commands that print the config banner. 116 @# Construct a special variable for report_config.
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/ |
SecEntry.S | 47 # Construct the temporary memory at 0x80000, length 0x10000
|
SecEntry.asm | 53 ; Construct the temporary memory at 0x80000, length 0x10000
|
/external/v8/src/ |
elements-kind.cc | 70 static void Construct(
|
assert-scope.cc | 19 static void Construct(base::Thread::LocalStorageKey* key) {
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
validate_cfg.cpp | 41 #include "val/Construct.h" 241 /// Update the continue construct's exit blocks once the backedge blocks are 252 auto is_this_header = [=](Construct& c) { 257 for (auto construct : constructs) { 258 if (is_this_header(construct)) { 259 Construct* continue_construct = 260 construct.corresponding_constructs().back(); 271 /// Constructs an error message for construct validation errors 272 string ConstructErrorString(const Construct& construct, [all...] |
/system/chre/util/tests/ |
unique_ptr_test.cc | 28 TEST(UniquePtr, Construct) {
|
/external/webrtc/webrtc/p2p/base/ |
stunrequest.cc | 47 request->Construct(); 164 void StunRequest::Construct() {
|
/system/update_engine/ |
p2p_manager_unittest.cc | 85 // Construct the P2P manager under test. 86 manager_.reset(P2PManager::Construct(test_conf_, &fake_clock_, &fake_um_, 139 manager_.reset(P2PManager::Construct( 203 manager_.reset(P2PManager::Construct(
|
real_system_state.cc | 161 p2p_manager_.reset(P2PManager::Construct(
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/ |
EbcLowLevel.asm | 138 ; Construct new stack
193 ; Construct new stack
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
ControlPanel.cpp | 139 pSheet->Construct(m_name, pParentWnd, m_pageNumber);
|
/external/v8/src/builtins/ |
builtins-error.cc | 31 isolate, ErrorUtils::Construct(isolate, args.target(),
|
/external/webrtc/talk/session/media/ |
channelmanager.h | 184 void Construct(MediaEngineInterface* me,
|
/external/compiler-rt/make/ |
lib_platforms.mk | 20 # Construct the variable key for this directory.
|
subdir.mk | 35 # Construct the variable key for this directory.
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 36 // Construct query of addresses to symbolize.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 36 // Construct query of addresses to symbolize.
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 365 // assumes "ending" construct so print it here. 593 } else if (CXXConstructExpr *Construct 595 Args = Construct->getArgs(); 596 NumArgs = Construct->getNumArgs(); 755 if (CXXConstructExpr *Construct = 758 !Construct->isListInitialization()) { 759 ImplicitInit = Construct->getNumArgs() == 0 || 760 Construct->getArg(0)->isDefaultArgument(); [all...] |
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.cc | 76 Construct(); 84 Construct(); 95 Construct(); 123 Construct(); 126 void BasicPortAllocator::Construct() { [all...] |