Home
last modified time | relevance | path

Searched defs:post (Results 1 – 25 of 1325) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-post-table.hh78 struct post struct
80 static constexpr hb_tag_t tableTag = HB_OT_TAG_post;
82 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize()
96 bool subset (hb_subset_context_t *c) const in subset()
133 struct accelerator_t
296 bool has_data () const { return version.to_int (); } in has_data()
298 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
309 FixedVersion<>version; /* 0x00010000 for version 1.0
313 F16DOT16 italicAngle; /* Italic angle in counter-clockwise degrees
317 FWORD underlinePosition; /* This is the suggested distance of the top
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dcopy_test.go10 post [8]byte member
30 post [8]byte member
50 post [8]byte member
70 post [8]byte member
90 post [8]byte member
110 post [8]byte member
130 post [8]byte member
150 post [8]byte member
170 post [8]byte member
190 post [8]byte member
[all …]
Dzero_test.go10 post [8]byte member
29 post [8]byte member
48 post [8]byte member
67 post [8]byte member
86 post [8]byte member
105 post [8]byte member
124 post [8]byte member
143 post [8]byte member
162 post [8]byte member
181 post [8]byte member
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DEmergencySmsDomainSelectionConnectionTest.java128 }, mHandler::post); in testOnWlanSelected() field in EmergencySmsDomainSelectionConnectionTest.mHandler
149 }, mHandler::post); in testOnWlanSelectedWithDifferentTransportType() field in EmergencySmsDomainSelectionConnectionTest.mHandler
187 }, mHandler::post); in testOnWlanSelectedWithDifferentTransportTypeAndImsPdn() field in EmergencySmsDomainSelectionConnectionTest.mHandler
212 }, mHandler::post); in testOnWlanSelectedWithDifferentTransportTypeWhilePreferredTransportChanged() field in EmergencySmsDomainSelectionConnectionTest.mHandler
262 }, mHandler::post); in testOnDomainSelectedPs() field in EmergencySmsDomainSelectionConnectionTest.mHandler
281 }, mHandler::post); in testOnDomainSelectedPsWithDifferentTransportType() field in EmergencySmsDomainSelectionConnectionTest.mHandler
317 }, mHandler::post); in testOnDomainSelectedPsWithDifferentTransportTypeAndImsPdn() field in EmergencySmsDomainSelectionConnectionTest.mHandler
339 }, mHandler::post); in testOnDomainSelectedPsWithDifferentTransportTypeAndNotChanged() field in EmergencySmsDomainSelectionConnectionTest.mHandler
372 }, mHandler::post); in testOnDomainSelectedPsWithDifferentTransportTypeWhilePreferredTransportChanged() field in EmergencySmsDomainSelectionConnectionTest.mHandler
411 }, mHandler::post); in testOnDomainSelectedCs() field in EmergencySmsDomainSelectionConnectionTest.mHandler
[all …]
DSmsDomainSelectionConnectionTest.java125 }, mHandler::post); in testOnWlanSelected() field in SmsDomainSelectionConnectionTest.mHandler
153 }, mHandler::post); in testOnDomainSelectedPs() field in SmsDomainSelectionConnectionTest.mHandler
170 }, mHandler::post); in testOnDomainSelectedCs() field in SmsDomainSelectionConnectionTest.mHandler
187 }, mHandler::post); in testFinishSelection() field in SmsDomainSelectionConnectionTest.mHandler
204 }, mHandler::post); in testCancelSelection() field in SmsDomainSelectionConnectionTest.mHandler
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dattributes.hpp25 static void post(Exposed& val, Transformed const& attr) in post() function
40 static void post(Attribute&, Attribute const&) {} in post() function
50 static void post(Exposed&, Transformed const&) { /* no-op */ } in post() function
62 static void post(Attribute&, Attribute const&) {} in post() function
90 static void post(boost::optional<Exposed>&, Transformed const&) {} in post() function
103 static void post(unused_type, unused_type) {} in post() function
/aosp_15_r20/external/libjpeg-turbo/
H A Djdpostct.c81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local
137 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_1pass() local
169 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_prepass() local
212 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_2pass() local
256 my_post_ptr post; in jinit_d_post_controller() local
/aosp_15_r20/external/caliper/lib/
HDjersey-client-1.11.jar ... ) public abstract java.util.concurrent.Future post () public abstract java.util.concurrent. ...
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
H A DArrayGenerationTest.java117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray()
158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray()
199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray()
236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DCallbackHandler.java127 post(() -> { in setWifiIndicators() method
141 post(() -> { in setMobileDataIndicators() method
165 post(() -> { in setConnectivityStatus() method
188 post(() -> { in setCallIndicator() method
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/
DCallStats.java135 post(() -> { in log() method
145 post(() -> { in onCallStart() method
156 post(() -> { in onCallEnd() method
196 post(() -> { in onAudioDevicesChange() method
/aosp_15_r20/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTarget.java30 private final String post; field in LockTarget
37 public LockTarget(String targetDesc, String pre, String post, boolean scoped) { in LockTarget()
44 public LockTarget(String targetDesc, String pre, String post) { in LockTarget()
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DHttp.java50 public static @NonNull byte[] post(@NonNull String uri) throws IOException { in post() method in Http
55 public static @NonNull byte[] post(@NonNull String uri, @NonNull Headers headers) in post() method in Http
61 public static @NonNull byte[] post(@NonNull String uri, @NonNull byte[] data) in post() method in Http
67 public @NonNull static byte[] post(@NonNull String uri, @NonNull Headers headers, in post() method in Http
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DHttpHelper.kt27 @Throws(IOException::class, HttpException::class) fun post(request: PostRequest?): String? in get() method
30 fun post(url: String?, requestHeaders: MutableMap<String, String>?, content: String?): String? in get() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/
Dtransform_attribute.hpp28 static void post(Exposed& val, Transformed&& attribute) in post() function
40 static void post(Attribute&, Attribute const&) {} in post() function
54 static void post(unused_type, unused_type) {} in post() function
/aosp_15_r20/development/samples/SampleSyncAdapter/samplesyncadapter_server/
H A Ddashboard.py82 def post(self): member in ContactInsertPage
107 def post(self): member in ContactEditPage
152 def post(self): member in AvatarEditPage
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DTimerFileDescriptor.java84 void post(Handler handler); in post() method
103 public void post(Handler handler) { in post() method in TimerFileDescriptor.MessageTask
124 public void post(Handler handler) { in post() method in TimerFileDescriptor.RunnableTask
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_generator.cc106 void RegexpGenerator::GeneratePostfix(std::vector<string>* post, int nstk, in GeneratePostfix()
142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<string>* post, int nstk, in GenerateRandomPostfix()
192 void RegexpGenerator::RunPostfix(const std::vector<string>& post) { in RunPostfix()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_generator.cc106 void RegexpGenerator::GeneratePostfix(std::vector<std::string>* post, in GeneratePostfix()
142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix()
192 void RegexpGenerator::RunPostfix(const std::vector<std::string>& post) { in RunPostfix()
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_generator.cc108 void RegexpGenerator::GeneratePostfix(std::vector<std::string>* post, in GeneratePostfix()
144 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix()
194 void RegexpGenerator::RunPostfix(const std::vector<std::string>& post) { in RunPostfix()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java405 public boolean post(Runnable action) { in post() method
470 post(() -> { in updateToggleActions() method
481 post(() -> { in updateToggleActions() method
492 post(() -> { in updateToggleActions() method
/aosp_15_r20/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
H A DOkApacheClientTest.java95 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postByteEntity() local
108 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postInputStreamEntity() local
119 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postEmptyEntity() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dexecutor.hpp96 void post(BOOST_ASIO_MOVE_ARG(function) f) in post() function in boost::asio::executor::impl
206 void post(BOOST_ASIO_MOVE_ARG(function) f) in post() function in boost::asio::executor::impl
266 void executor::post(BOOST_ASIO_MOVE_ARG(Function) f, in post() function in boost::asio::executor
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java50 public static void post(Context context, Bitmap source, ImagePreset preset, in post() method in RenderingRequest
55 public static void post(Context context, Bitmap source, ImagePreset preset, int type, in post() method in RenderingRequest
114 public void post(Context context) { in post() method in RenderingRequest
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/
DAsyncHandler.kt35 fun post(r: () -> Unit) { in post() method

12345678910>>...53