OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post
(Results
76 - 100
of
776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/os/
RemoteCallback.java
66
mHandler.
post
(new Runnable() {
/frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java
47
mListView.
post
(new Runnable() {
/frameworks/base/graphics/java/android/view/
PixelCopy.java
131
listenerThread.
post
(new Runnable() {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ValueTarget.java
72
mHandler.
post
(new Runnable() {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextGammaActivity.java
47
layout.
post
(new Runnable() {
/hardware/intel/common/libva/test/basic/
test_06.c
111
void
post
()
function
test_09.c
106
void
post
()
function
test_10.c
124
void
post
()
function
/packages/apps/Launcher3/src/com/android/launcher3/
ExtendedEditText.java
83
post
(new Runnable() {
method
/packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java
86
post
(new Runnable() {
method
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ToastService.java
53
handler.
post
(new Runnable() {
/frameworks/base/core/java/android/widget/
DropDownListView.java
126
mResolveHoverRunnable.
post
();
366
public void
post
() {
method in class:DropDownListView.ResolveHoverRunnable
367
DropDownListView.this.
post
(this);
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java
67
oldSurfaceView.
post
(new Runnable() {
78
surfaceView.
post
(new Runnable() {
165
mTransportHandler.
post
(new Runnable() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java
79
mUIHandler.
post
(new Runnable() {
99
mUIHandler.
post
(new Runnable() {
118
mUIHandler.
post
(new Runnable() {
132
mUIHandler.
post
(new Runnable() {
/cts/tests/tests/location/src/android/location/cts/
TestLocationManager.java
128
mainThreadHandler.
post
(new Runnable() {
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py
75
contact form for the user to fill in.
POST
saves the new contact
82
def
post
(self):
member in class:ContactInsertPage
83
data = ContactForm(data=self.request.
POST
)
97
with the current contact information filled in.
POST
saves new information
107
def
post
(self):
member in class:ContactEditPage
110
data = ContactForm(data=self.request.
POST
, instance=contact)
137
to specify a file containing a new avatar image.
POST
is used to
152
def
post
(self):
member in class:AvatarEditPage
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java
148
mHandler.
post
(new Runnable() {
/external/autotest/client/common_lib/cros/graphite/
es_utils.py
23
es_utils.ESMetadata().
post
(index, metadata)
162
def
post
(self, type_str, metadata, log_time_recorded=True, **kwargs):
member in class:ESMetadata
171
@return: True if
post
action succeeded. Otherwise return False.
204
@return: True if
post
action succeeded. Otherwise return False.
/external/chromium-trace/catapult/dashboard/dashboard/
add_point_queue.py
35
"""A get request is the same a
post
request for this endpoint."""
36
self.
post
()
38
def
post
(self):
member in class:AddPointQueueHandler
39
"""Adds a set of points from the
post
data.
alerts.py
31
def
post
(self):
member in class:AlertsHandler
auto_bisect.py
27
"""A get request is the same a
post
request for this endpoint."""
28
self.
post
()
30
def
post
(self):
member in class:AutoBisectHandler
bisect_fyi.py
32
"""A get request is the same a
post
request for this endpoint."""
33
self.
post
()
35
def
post
(self):
member in class:BisectFYIHandler
delete_test_data.py
55
def
post
(self):
member in class:DeleteTestDataHandler
edit_config_handler.py
51
def
post
(self):
member in class:EditConfigHandler
group_report.py
35
def
post
(self):
member in class:GroupReportHandler
Completed in 2649 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>