HomeSort by relevance Sort by last modified time
    Searched refs:Perform (Results 76 - 100 of 237) sorted by null

1 2 34 5 6 7 8 910

  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h 477 virtual Result Perform(const ArgumentTuple& args) {
478 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
514 static Result Perform(Impl* impl, const ::testing::tuple<>& args) {
522 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) {
530 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1>& args) {
538 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2>& args) {
546 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2,
555 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3,
565 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
575 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h 477 virtual Result Perform(const ArgumentTuple& args) {
478 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
514 static Result Perform(Impl* impl, const ::testing::tuple<>& args) {
522 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) {
530 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1>& args) {
538 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2>& args) {
546 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2,
555 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3,
565 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
575 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_color_manager.cpp 188 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
189 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect);
191 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
hwc_session_services.cpp 143 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, false);
146 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, true);
149 return hwc_display->Perform(HWCDisplayPrimary::SET_BINDER_DYN_REFRESH_RATE, refreshRate);
hwc_display.h 120 virtual int Perform(uint32_t operation, ...);
311 inline int HWCDisplay::Perform(uint32_t operation, ...) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_color_manager.cpp 189 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
190 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect);
192 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
hwc_session_services.cpp 144 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, false);
147 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, true);
150 return hwc_display->Perform(HWCDisplayPrimary::SET_BINDER_DYN_REFRESH_RATE, refreshRate);
hwc_display.h 119 virtual int Perform(uint32_t operation, ...);
303 inline int HWCDisplay::Perform(uint32_t operation, ...) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_color_manager.cpp 189 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
190 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect);
192 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
hwc_display.h 111 virtual int Perform(uint32_t operation, ...);
297 inline int HWCDisplay::Perform(uint32_t operation, ...) {
  /external/dng_sdk/source/
dng_area_task.cpp 254 void dng_area_task::Perform (dng_area_task &task,
dng_host.cpp 238 dng_area_task::Perform (task,
  /external/webrtc/webrtc/modules/audio_coding/test/
SpatialAudio.cc 87 void SpatialAudio::Perform() {
opus_test.cc 59 void OpusTest::Perform() {
  /hardware/qcom/display/msm8909/libdrmutils/
drm_interface.h 339 /* Perform request operation.
346 virtual int Perform(DRMOps opcode, ...) = 0;
349 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be
356 * Validate the params set via Perform().
411 * use this token to represent the display for any Perform operations if
  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.h 68 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; }
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_interface.h 339 /* Perform request operation.
346 virtual int Perform(DRMOps opcode, ...) = 0;
349 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be
356 * Validate the params set via Perform().
411 * use this token to represent the display for any Perform operations if
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.h 68 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; }
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 67 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; }
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.h 106 virtual int Perform(uint32_t operation, ...);
279 inline int HWCDisplay::Perform(uint32_t operation, ...) {
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 43 // This allows the static Perform() method to obtain the instance pointer
48 static CURLcode Perform(CURL* curl) {
286 .WillOnce(Invoke(&CurlPerformer::Perform));
301 // Perform the request.
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 182 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
193 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
  /system/core/adb/
bugreport_test.cpp 73 virtual Result Perform(const ArgumentTuple& args) {
105 virtual Result Perform(const ArgumentTuple& args) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 252 # Perform any essential early platform initilaisation
558 # Perform requested sideband read
606 # Perform requested sideband write
651 # Perform a DWORD PCI Configuration write
687 # Perform a DWORD PCI Configuration read
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.cpp 318 int HWCDisplayExternal::Perform(uint32_t operation, ...) {

Completed in 562 milliseconds

1 2 34 5 6 7 8 910