HomeSort by relevance Sort by last modified time
    Searched refs:set_parent (Results 1 - 25 of 30) sorted by null

1 2

  /external/u-boot/include/
clk-uclass.h 80 * set_parent() - Set current clock parent
86 int (*set_parent)(struct clk *clk, struct clk *parent); member in struct:clk_ops
  /external/antlr/runtime/Cpp/include/
antlr3commontree.hpp 98 void set_parent( TreeType* parent);
  /external/libxcam/xcore/
swapped_buffer.cpp 111 out->set_parent (self);
video_buffer.h 66 void set_parent (const SmartPtr<VideoBuffer> &parent) { function in class:XCam::VideoBuffer
drm_display.cpp 538 new_bo_buf->set_parent (buf_in);
  /external/u-boot/drivers/clk/
clk-uclass.c 353 if (!ops->set_parent)
356 return ops->set_parent(clk, parent);
  /external/bcc/src/cc/frontends/p4/test/
endToEndTest.py 43 def set_parent(self, parent): member in class:Endpoint
63 endpoint.set_parent(self)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_verifier_test.cc 80 negate->set_parent(nullptr);
99 computation->set_parent(nullptr);
hlo_computation.cc 109 instruction->set_parent(this);
121 instruction->set_parent(this);
138 instruction->set_parent(this);
269 (*inst_it->second)->set_parent(nullptr);
    [all...]
hlo_computation.h 288 void set_parent(HloModule* module) { parent_ = module; } function in class:xla::HloComputation
hlo_module.cc 98 computation->set_parent(this);
  /external/v8/src/torque/
types.h 107 void set_parent(const Type* t) { parent_ = t; } function in class:v8::internal::torque::Type
274 set_parent(CommonSupertype(parent(), t));
types.cc 166 set_parent(parent);
  /external/u-boot/drivers/video/
ipu.h 65 int (*set_parent) (struct clk *, struct clk *); member in struct:clk
ipu_common.c 154 if (clk->set_parent)
155 return clk->set_parent(clk, parent);
410 .set_parent = ipu_pixel_clk_set_parent,
421 .set_parent = ipu_pixel_clk_set_parent,
    [all...]
  /external/u-boot/arch/arm/cpu/armv7/bcm235xx/
clk-core.h 42 * @set_parent: set the clock's parent, see clk_set_parent().
54 int (*set_parent)(struct clk *c, struct clk *parent); member in struct:clk_ops
  /external/u-boot/arch/arm/cpu/armv7/bcm281xx/
clk-core.h 42 * @set_parent: set the clock's parent, see clk_set_parent().
54 int (*set_parent) (struct clk *c, struct clk *parent); member in struct:clk_ops
  /external/u-boot/drivers/clk/rockchip/
clk_rk322x.c 468 .set_parent = rk322x_clk_set_parent,
clk_rk3328.c 751 .set_parent = rk3328_clk_set_parent,
clk_rk3368.c 591 .set_parent = rk3368_clk_set_parent,
clk_rk3288.c 921 .set_parent = rk3288_clk_set_parent,
clk_rk3399.c 1017 .set_parent = rk3399_clk_set_parent,
    [all...]
  /external/v8/src/objects/
string.h 688 inline void set_parent(Isolate* isolate, String* parent,
    [all...]
string-inl.h 498 void SlicedString::set_parent(Isolate* isolate, String* parent, function in class:v8::internal::SlicedString
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 495 def set_parent(self, other): member in class:ImpacketStructure
    [all...]

Completed in 1478 milliseconds

1 2