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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine.h 56 virtual int Prepare(LayerStack *layer_stack) = 0;
hwc_display_external.h 40 virtual int Prepare(hwc_display_contents_1_t *content_list);
hwc_display_virtual.h 43 virtual int Prepare(hwc_display_contents_1_t *content_list);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
blit_engine.h 56 virtual int Prepare(LayerStack *layer_stack) = 0;
hwc_display_external.h 40 virtual int Prepare(hwc_display_contents_1_t *content_list);
hwc_display_virtual.h 43 virtual int Prepare(hwc_display_contents_1_t *content_list);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 56 virtual int Prepare(LayerStack *layer_stack) = 0;
hwc_display_external.h 40 virtual int Prepare(hwc_display_contents_1_t *content_list);
hwc_display_virtual.h 43 virtual int Prepare(hwc_display_contents_1_t *content_list);
  /external/tensorflow/tensorflow/contrib/lite/kernels/
l2norm.cc 37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
89 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare,
95 static TfLiteRegistration r = {nullptr, nullptr, l2norm::Prepare,
div.cc 40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
102 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
108 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
114 static TfLiteRegistration r = {nullptr, nullptr, div::Prepare,
sub.cc 40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
102 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
108 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
114 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
exp.cc 43 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
82 static TfLiteRegistration r = {nullptr, nullptr, exp::Prepare,
local_response_norm.cc 37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
91 nullptr, nullptr, local_response_norm::Prepare,
98 nullptr, nullptr, local_response_norm::Prepare,
resize_bilinear.cc 50 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
116 nullptr, nullptr, resize_bilinear::Prepare,
123 nullptr, nullptr, resize_bilinear::Prepare,
130 nullptr, nullptr, resize_bilinear::Prepare,
  /external/python/cpython3/Lib/test/
test_metaclass.py 61 ... print("Prepare called:", args, kwds)
72 Prepare called: ('C', ()) {}
81 Prepare called: ('C', (<class 'object'>,)) {'other': 'haha'}
107 Prepare called: ('C', (<class 'object'>,)) {'other': 'haha'}
117 Prepare called: ('C', (<class 'test.test_metaclass.B'>, <class 'object'>)) {'other': 'haha'}
191 >>> def prepare(name, bases, **kwds):
192 ... print("prepare:", name, bases, sorted(kwds.items()))
195 >>> meta.__prepare__ = prepare
201 prepare: C () [('other', 'booh')]
  /hardware/qcom/display/msm8996/sdm/include/private/
rotator_interface.h 40 virtual DisplayError Prepare(Handle display_ctx, HWLayers *hw_layers) = 0;
  /frameworks/ml/nn/common/operations/
LSHProjection.h 50 static bool Prepare(
RNN.h 43 static bool Prepare(const android::hardware::neuralnetworks::V1_1::Operation &operation,
SVDF.h 51 static bool Prepare(
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_hdmi.h 44 virtual DisplayError Prepare(LayerStack *layer_stack);
display_virtual.h 41 virtual DisplayError Prepare(LayerStack *layer_stack);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_hdmi.h 45 virtual DisplayError Prepare(LayerStack *layer_stack);
display_virtual.h 42 virtual DisplayError Prepare(LayerStack *layer_stack);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.h 45 virtual DisplayError Prepare(LayerStack *layer_stack);

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>