/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
validate_cfg.cpp | 34 #include "source/val/construct.h" 232 /// Update the continue construct's exit blocks once the backedge blocks are 243 auto is_this_header = [=](Construct& c) { 248 for (auto construct : constructs) { 249 if (is_this_header(construct)) { 250 Construct* continue_construct = 251 construct.corresponding_constructs().back(); 295 /// Constructs an error message for construct validation errors 296 std::string ConstructErrorString(const Construct& construct, [all...] |
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.cc | 76 Construct(); 84 Construct(); 95 Construct(); 123 Construct(); 126 void BasicPortAllocator::Construct() { [all...] |
basicportallocator.h | 81 void Construct();
|
/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,
|
/cts/tests/signature/api-check/ |
build_signature_apk.mk | 52 # Construct module name directory from file name, matches behavior in the
|
/external/v8/src/ |
code-factory.cc | 265 Callable CodeFactory::Construct(Isolate* isolate) { 266 return Callable(BUILTIN_CODE(isolate, Construct), JSTrampolineDescriptor{});
|
allocation.cc | 45 static void Construct(void* page_allocator_ptr_arg) {
|
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.h | 111 void Construct();
|
webrtcvideoengine2.h | 471 void Construct(webrtc::Call* call, WebRtcVideoEngine2* engine);
|
/external/tensorflow/tensorflow/python/ops/ |
init_ops.py | 701 Base class used to construct 1D, 2D and 3D orthogonal kernels for convolution. 730 """Construct an n x n orthogonal matrix. 818 """Construct a 2 x 2 kernel. Used to construct orthgonal kernel. 874 """Construct orthogonal kernel for convolution. [all...] |
/external/tensorflow/tensorflow/core/graph/ |
graph_constructor.cc | 124 static Status Construct( [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/ |
EbcLowLevel.asm | 166 ; Construct new stack
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
ControlPanelExe.cpp | 333 dlg.Construct( name, NULL, 0 );
|
/external/v8/src/wasm/baseline/arm/ |
liftoff-assembler-arm.h | 346 void LiftoffStackSlots::Construct() { 347 asm_->BAILOUT("LiftoffStackSlots::Construct");
|
/external/v8/src/wasm/baseline/ppc/ |
liftoff-assembler-ppc.h | 359 void LiftoffStackSlots::Construct() { 360 asm_->BAILOUT("LiftoffStackSlots::Construct");
|
/external/v8/src/wasm/baseline/s390/ |
liftoff-assembler-s390.h | 359 void LiftoffStackSlots::Construct() { 360 asm_->BAILOUT("LiftoffStackSlots::Construct");
|
/external/webrtc/webrtc/p2p/base/ |
port.cc | 155 Construct(); 186 Construct(); 189 void Port::Construct() { [all...] |
port.h | 350 void Construct();
|
/build/soong/dexpreopt/ |
config.go | 184 // used to construct the real value manually below. 207 // Construct paths that require a PathContext. 231 // used to construct the real value manually below. 249 // Construct paths that require a PathContext.
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
elastic_average_optimizer.py | 166 """Construct a new gradient descent optimizer.
|
/external/v8/src/interpreter/ |
interpreter-assembler.h | 150 // Increment the call count for a CALL_IC or construct call. 195 compiler::Node* Construct(compiler::Node* target, compiler::Node* context,
|
/external/v8/src/wasm/ |
wasm-engine.cc | 272 static void Construct(void* raw_ptr) {
|
/build/blueprint/bootstrap/bpdoc/ |
bpdoc.go | 66 // Read basic info from the files to construct a Reader instance. 73 // Construct ModuleType with the given info.
|