Searched defs:post (Results 1 - 25 of 167) sorted by relevance

1234567

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dnavbar.py15 def post(self): member in class:NavbarHandler
H A Dput_entities_task.py24 def post(self): member in class:PutEntitiesTaskHandler
H A Dpost_data_handler.py16 def post(self): member in class:PostDataHandler
33 # Try to log some info about the post data that is not whitelisted.
H A Dedit_anomalies.py21 def post(self): member in class:EditAnomaliesHandler
H A Dedit_bug_labels.py26 def post(self): member in class:EditBugLabelsHandler
H A Dedit_test_owners.py40 def post(self): member in class:EditTestOwnersHandler
H A Dget_logs.py22 def post(self): member in class:GetLogsHandler
H A Dset_warning_message.py34 def post(self): member in class:SetWarningMessageHandler
H A Dshort_uri.py35 def post(self): member in class:ShortUriHandler
H A Dtest_buildbucket.py20 def post(self): member in class:TestBuildbucketHandler
23 'error': 'You are not authorized to post to this endpoint.',
H A Dbad_bisect.py33 def post(self): member in class:BadBisectHandler
34 """Handles post requests from bad_bisect.html."""
H A Dcan_bisect.py31 def post(self): member in class:CanBisectHandler
H A Dgraph_csv.py64 def post(self): member in class:GraphCsvHandler
65 """A post request is the same as a get request for this endpoint."""
H A Dgraph_revisions.py32 def post(self): member in class:GraphRevisionsHandler
H A Dload_from_prod.py40 def post(self): member in class:LoadFromProdHandler
H A Dreport.py29 def post(self): member in class:ReportHandler
/external/chromium-trace/catapult/perf_insights/perf_insights/
H A Dmap_traces_handler.py13 def post(self, *args, **kwargs): # pylint: disable=unused-argument member in class:MapTracesHandler
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { argument
33 return pre + platformId + post;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeVisitorAction.java32 * pre() before visiting children and execute post() after visiting children.
46 public Object post(Object t); method in interface:TreeVisitorAction
/external/opencv3/3rdparty/openexr/IlmThread/
H A DIlmThreadSemaphore.cpp54 void Semaphore::post () {} function in class:IlmThread::Semaphore
H A DIlmThreadSemaphorePosix.cpp82 Semaphore::post () function in class:IlmThread::Semaphore
H A DIlmThreadSemaphorePosixCompat.cpp123 Semaphore::post () function in class:IlmThread::Semaphore
/external/parameter-framework/asio/include/asio/detail/impl/
H A Dtask_io_service.hpp52 void task_io_service::post(Handler& handler) function in class:asio::detail::task_io_service
64 ASIO_HANDLER_CREATION((p.p, "io_service", this, "post"));
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
H A Dtask_io_service.hpp52 void task_io_service::post(Handler& handler) function in class:asio::detail::task_io_service
64 ASIO_HANDLER_CREATION((p.p, "io_service", this, "post"));
/external/autotest/client/common_lib/cros/graphite/
H A Dautotest_es.py23 autotest_es.post(index, metadata)
96 def post(use_http=ES_USE_HTTP, host=METADATA_ES_SERVER, port=ES_PORT, function
101 its post() function. For an explanation of each, see those functions in
106 return esmd.post(*args, **kwargs)
121 # bulk post may fail due to the amount of data, retry several times.

Completed in 356 milliseconds

1234567