Home
last modified time | relevance | path

Searched defs:p (Results 601 – 625 of 27777) sorted by relevance

1...<<21222324252627282930>>...1112

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dconvert.cc57 for (int p = 0; p < DivideRoundUp(shape.o, kPhwo4i4ChannelsInPlane); ++p) { in ConvertToPHWO4I4() local
192 for (int p = 0; p < num_planes; ++p) { in ConvertToPIOHW4() local
250 for (int p = 0; p < num_full_planes; p++) { in ConvertToPHWC4() local
275 for (int p = 0; p < num_pixels; p++) { in ConvertToPHWC4() local
299 for (int p = 0; p < num_full_planes; p++) { in ConvertToPHWC4Half() local
330 for (int p = 0; p < num_pixels; p++) { in ConvertToPHWC4Half() local
340 for (int p = 0; p < num_pixels; p++) { in ConvertToPHWC4Half() local
350 for (int p = 0; p < num_pixels; p++) { in ConvertToPHWC4Half() local
425 for (int p = 0; p < num_full_planes; p++) { in ConvertFromPHWC4() local
448 for (int p = 0; p < num_pixels; p++) { in ConvertFromPHWC4() local
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DBuilderBasedDeserializer.java210 public Object deserialize(JsonParser p, DeserializationContext ctxt) in deserialize()
252 public Object deserialize(JsonParser p, DeserializationContext ctxt, in deserialize()
281 private final Object vanillaDeserialize(JsonParser p, in vanillaDeserialize()
309 public Object deserializeFromObject(JsonParser p, DeserializationContext ctxt) in deserializeFromObject()
361 protected Object _deserializeUsingPropertyBased(final JsonParser p, in _deserializeUsingPropertyBased()
453 protected final Object _deserialize(JsonParser p, in _deserialize()
501 …protected Object _deserializeFromArray(JsonParser p, DeserializationContext ctxt) throws IOExcepti… in _deserializeFromArray()
547 protected final Object deserializeWithView(JsonParser p, DeserializationContext ctxt, in deserializeWithView()
585 protected Object deserializeWithUnwrapped(JsonParser p, DeserializationContext ctxt) in deserializeWithUnwrapped()
642 protected Object deserializeUsingPropertyBasedWithUnwrapped(JsonParser p, in deserializeUsingPropertyBasedWithUnwrapped()
[all …]
/aosp_15_r20/packages/services/Car/cpp/car_binder_lib/largeParcelable/tests/
DLargeParcelableTest.cpp46 std::unique_ptr<TestStableParcelable> p(new TestStableParcelable); in createTestStableParcelable() local
54 std::vector<TestStableParcelable> p; in createTestStableParcelableVector() local
62 void checkTestStableParcelable(const TestStableParcelable* p, size_t dataSize) { in checkTestStableParcelable()
70 void checkTestStableParcelableVector(const std::vector<TestStableParcelable>* p, size_t dataSize) { in checkTestStableParcelableVector()
78 std::unique_ptr<TestStableParcelable> p = createTestStableParcelable(dataSize); in testWrapStableAidlWriteReadPayload() local
112 std::unique_ptr<TestStableParcelable> p = createTestStableParcelable(dataSize); in TEST() local
141 std::unique_ptr<TestStableParcelable> p = createTestStableParcelable(dataSize); in testParcelableToStableLargeParcelable() local
186 std::unique_ptr<TestStableParcelable> p = createTestStableParcelable(dataSize); in testStableLargeParcelableToParcelable() local
224 std::unique_ptr<TestStableParcelable> p = createTestStableParcelable(dataSize); in testParcelableToStableLargeParcelableBackToParcelable() local
257 std::vector<TestStableParcelable> p = createTestStableParcelableVector(dataSize); in testWrapStableAidlVectorWriteReadPayload() local
[all …]
/aosp_15_r20/external/lzma/C/
H A DLzma2Dec.c32 #define LZMA2_IS_UNCOMPRESSED_STATE(p) (((p)->control & (1 << 7)) == 0) argument
35 #define LZMA2_DIC_SIZE_FROM_PROP(p) (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11)) argument
71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs()
78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate()
85 void Lzma2Dec_Init(CLzma2Dec *p) in Lzma2Dec_Init()
97 static unsigned Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) in Lzma2Dec_UpdateState()
166 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed()
178 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
309 ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p, in Lzma2Dec_Parse()
430 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/
Dparse.hpp23 , Parser const& p in parse_main()
45 , Parser const& p in parse()
57 , Parser const& p in parse()
70 , Parser const& p) in parse()
81 , Parser const& p) in parse()
100 , Parser const& p in phrase_parse_main()
131 , Parser const& p in phrase_parse()
145 , Parser const& p in phrase_parse()
160 , Parser const& p in phrase_parse()
173 , Parser const& p in phrase_parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/
Ddef_params_tail.hpp53 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_0(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##1 v(),p##2 v(),p… argument
54 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_1(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##2 v(),p##3 v(),p… argument
55 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_2(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##3 v(),p##4 v(),p… argument
56 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_3(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##4 v(),p##5 v(),p… argument
57 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_4(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##5 v(),p##6 v(),p… argument
58 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_5(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##6 v(),p##7 v(),p… argument
59 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_6(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##7 v(),p##8 v(),p… argument
60 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_7(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##8 v(),p##9 v(),p… argument
61 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_8(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##9 v(),p1,p2,p3,p… argument
62 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_9(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p1,p2,p3,p4,p5,p6,p… argument
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/proc_tests/
H A DProcZoneInfoTest.py47 def p_node(self, p): argument
51 def p_populated(self, p): argument
62 def p_pernode(self, p): argument
67 def p_protection(self, p): argument
72 def p_numcomma(self, p): argument
76 def p_line(self, p): argument
84 def p_cpu(self, p): argument
90 def p_colonline(self, p): argument
94 def p_heading(self, p): argument
/aosp_15_r20/external/libutf/
H A Drunetypebody.h20 Rune *p; in isspacerune() local
76 Rune *p; in isdigitrune() local
579 Rune *p; in isalpharune() local
751 Rune *p; in isupperrune() local
934 Rune *p; in islowerrune() local
1065 Rune *p; in istitlerune() local
1253 Rune *p; in toupperrune() local
1439 Rune *p; in tolowerrune() local
1625 Rune *p; in totitlerune() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtyped_allocator.h46 void* p = in Allocate() local
66 static void RunCtor(Allocator* raw_allocator, T* p, size_t n) { in RunCtor()
71 static void RunDtor(Allocator* raw_allocator, T* p, size_t n) {} in RunDtor()
80 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, tstring* p, in RunCtor()
89 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, tstring* p, in RunDtor()
98 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, ResourceHandle* p, in RunCtor()
107 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, ResourceHandle* p, in RunDtor()
116 inline void TypedAllocator::RunCtor(Allocator* raw_allocator, Variant* p, in RunCtor()
125 inline void TypedAllocator::RunDtor(Allocator* raw_allocator, Variant* p, in RunDtor()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c845 Py_ssize_t p = PySequence_Index(fields, key); in ast_type_init() local
1901 mod_ty p; in _PyAST_Module() local
1914 mod_ty p; in _PyAST_Interactive() local
1926 mod_ty p; in _PyAST_Expression() local
1943 mod_ty p; in _PyAST_FunctionType() local
1964 stmt_ty p; in _PyAST_FunctionDef() local
1998 stmt_ty p; in _PyAST_AsyncFunctionDef() local
2032 stmt_ty p; in _PyAST_ClassDef() local
2058 stmt_ty p; in _PyAST_Return() local
2075 stmt_ty p; in _PyAST_Delete() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedDeque.java567 Node<E> h, p, q; in updateHead() local
597 Node<E> t, p, q; in updateTail() local
625 Node<E> p = prev; in skipDeletedPredecessors() local
656 Node<E> p = next; in skipDeletedSuccessors() local
685 final Node<E> succ(Node<E> p) { in succ()
697 final Node<E> pred(Node<E> p) { in pred()
872 Node<E> first = first(), p = first; in peekFirst() local
887 Node<E> last = last(), p = last; in peekLast() local
1380 abstract Node<E> nextNode(Node<E> p); in nextNode()
1393 Node<E> p = (nextNode == null) ? startNode() : nextNode(nextNode); in advance() local
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentLinkedDeque.java567 Node<E> h, p, q; in updateHead() local
597 Node<E> t, p, q; in updateTail() local
625 Node<E> p = prev; in skipDeletedPredecessors() local
656 Node<E> p = next; in skipDeletedSuccessors() local
685 final Node<E> succ(Node<E> p) { in succ()
697 final Node<E> pred(Node<E> p) { in pred()
872 Node<E> first = first(), p = first; in peekFirst() local
887 Node<E> last = last(), p = last; in peekLast() local
1380 abstract Node<E> nextNode(Node<E> p); in nextNode()
1393 Node<E> p = (nextNode == null) ? startNode() : nextNode(nextNode); in advance() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedDeque.java567 Node<E> h, p, q; in updateHead() local
597 Node<E> t, p, q; in updateTail() local
625 Node<E> p = prev; in skipDeletedPredecessors() local
656 Node<E> p = next; in skipDeletedSuccessors() local
685 final Node<E> succ(Node<E> p) { in succ()
697 final Node<E> pred(Node<E> p) { in pred()
872 Node<E> first = first(), p = first; in peekFirst() local
887 Node<E> last = last(), p = last; in peekLast() local
1380 abstract Node<E> nextNode(Node<E> p); in nextNode()
1393 Node<E> p = (nextNode == null) ? startNode() : nextNode(nextNode); in advance() local
[all …]
/aosp_15_r20/external/freetype/src/otvalid/
H A Dotvgsub.c47 FT_Bytes p = table; in otv_SingleSubst_validate() local
139 FT_Bytes p = table; in otv_MultipleSubst_validate() local
180 FT_Bytes p = table; in otv_AlternateSubst_validate() local
223 FT_Bytes p = table; in otv_Ligature_validate() local
255 FT_Bytes p = table; in otv_LigatureSubst_validate() local
295 FT_Bytes p = table; in otv_ContextSubst_validate() local
354 FT_Bytes p = table; in otv_ChainContextSubst_validate() local
415 FT_Bytes p = table; in otv_ExtensionSubst_validate() local
471 FT_Bytes p = table, Coverage; in otv_ReverseChainSingleSubst_validate() local
564 FT_Bytes p = table; in otv_GSUB_validate() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_clip_util.c60 struct elk_codegen *p = &c->func; in elk_clip_init_planes() local
80 struct elk_codegen *p = &c->func; in elk_clip_project_position() local
98 struct elk_codegen *p = &c->func; in elk_clip_project_vertex() local
129 struct elk_codegen *p = &c->func; in elk_clip_interp_vertex() local
310 struct elk_codegen *p = &c->func; in elk_clip_emit_vue() local
351 struct elk_codegen *p = &c->func; in elk_clip_kill_thread() local
394 struct elk_codegen *p = &c->func; in elk_clip_copy_flatshaded_attributes() local
409 struct elk_codegen *p = &c->func; in elk_clip_init_clipmask() local
436 struct elk_codegen *p = &c->func; in elk_clip_ff_sync() local
459 struct elk_codegen *p = &c->func; in elk_clip_init_ff_sync() local
/aosp_15_r20/frameworks/base/core/java/android/os/LegacyMessageQueue/
H A DMessageQueue.java559 Message p = mMessages; in postSyncBarrier() local
600 Message p = mMessages; in removeSyncBarrier() local
653 Message p = mMessages; in enqueueMessage() local
855 Message p = mMessages; in hasMessages() local
872 Message p = mMessages; in hasEqualMessages() local
890 Message p = mMessages; in hasMessages() local
907 Message p = mMessages; in hasMessages() local
924 Message p = mMessages; in removeMessages() local
971 Message p = mMessages; in removeEqualMessages() local
1018 Message p = mMessages; in removeMessages() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/messagequeue-gen/gen/android/os/
DMessageQueue.java559 Message p = mMessages; in postSyncBarrier() local
600 Message p = mMessages; in removeSyncBarrier() local
653 Message p = mMessages; in enqueueMessage() local
855 Message p = mMessages; in hasMessages() local
872 Message p = mMessages; in hasEqualMessages() local
890 Message p = mMessages; in hasMessages() local
907 Message p = mMessages; in hasMessages() local
924 Message p = mMessages; in removeMessages() local
971 Message p = mMessages; in removeEqualMessages() local
1018 Message p = mMessages; in removeMessages() local
[all …]
/aosp_15_r20/external/bc/scripts/
H A Dkaratsuba.py116 p = run([ "{}/../configure.sh".format(testdir), "-O3" ], flags) variable
121 p = run([ "make" ]) variable
130 p = run([ "make", "clean" ]) variable
139 p = run([ "make", "-j16" ]) variable
161 p = run([ "{}/../configure.sh".format(testdir), "-O3", "-k{}".format(i) ], config_env) variable
167 p = run(makecmd) variable
182 p = subprocess.run(cmd + sys.argv[args_idx:], stderr=subprocess.PIPE) variable
197 p = subprocess.run(cmd + sys.argv[args_idx:], stderr=subprocess.PIPE) variable
217 p = subprocess.run(cmd, input=indata, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable
/aosp_15_r20/external/selinux/libsepol/src/
H A Dassertion.c33 policydb_t *p; member
39 static const char* policy_name(policydb_t *p) { in policy_name()
47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure()
160 policydb_t *p, const avrule_t *avrule, in report_assertion_extended_permissions()
241 policydb_t *p = a->p; in report_assertion_avtab_matches() local
333 static int report_assertion_failures(sepol_handle_t *handle, policydb_t *p, avrule_t *avrule) in report_assertion_failures()
365 avtab_key_t *k, policydb_t *p) in check_assertion_extended_permissions_avtab()
420 avtab_key_t *k, policydb_t *p) in check_assertion_extended_permissions()
499 static int check_assertion_notself_match(avtab_key_t *k, avrule_t *avrule, policydb_t *p) in check_assertion_notself_match()
554 static int check_assertion_self_match(avtab_key_t *k, avrule_t *avrule, policydb_t *p) in check_assertion_self_match()
[all …]
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
H A DUserReference.java158 try (PermissionContext p = in isMain()
452 try (PermissionContext p = TestApis.permissions().withPermission(CREATE_USERS)) { in name()
482 try (PermissionContext p = TestApis.permissions().withPermission(INTERACT_ACROSS_USERS)) { in isRunning()
500 try (PermissionContext p = TestApis.permissions().withPermission(INTERACT_ACROSS_USERS)) { in isVisible()
515 try (PermissionContext p = TestApis.permissions().withPermission(INTERACT_ACROSS_USERS)) { in isForeground()
539 try (PermissionContext p = TestApis.permissions().withPermission(INTERACT_ACROSS_USERS)) { in isUnlocked()
554 try (PermissionContext p = TestApis.permissions() in type()
604 try (PermissionContext p = in parent()
657 try (PermissionContext p = in setSetupComplete()
668 try (PermissionContext p = TestApis.permissions().withPermission(CREATE_USERS)) { in getSetupComplete()
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlmemory.c147 MEMHDR *p; in xmlMallocLoc() local
212 MEMHDR *p; in xmlMallocAtomicLoc() local
292 MEMHDR *p, *tmp; in xmlReallocLoc() local
301 p = CLIENT_2_HDR(ptr); in xmlReallocLoc() local
383 MEMHDR *p; in xmlMemFree() local
450 MEMHDR *p; in xmlMemStrdupLoc() local
523 MEMHDR *p; in xmlMemSize() local
580 MEMHDR *p; in xmlMemDisplayLast() local
647 MEMHDR *p; in xmlMemDisplay() local
709 static void debugmem_list_add(MEMHDR *p) in debugmem_list_add()
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-custom.cpp34 void *p = operator new[](0); // call is inlined, no warn in testOpNewArray() local
38 int *p = new int[0]; in testNewExprArray() local
47 void *p = operator new(0); // call is inlined, no warn in testOpNew() local
51 int *p = new int; in testNewExpr() local
60 void *p = operator new(0, std::nothrow); in testOpNewNoThrow() local
67 int *p = new(std::nothrow) int; in testNewExprNoThrow() local
75 void *p = operator new(0, 0.1); // no warn in testOpNewPlacement() local
79 int *p = new(0.1) int; // no warn in testNewExprPlacement() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc433 static std::string PrintPointer(const void* p) { in PrintPointer()
443 const char* p = "World"; in TEST() local
449 char p[] = "Hi"; in TEST() local
456 const char* p = nullptr; in TEST() local
462 const char* p = "'\"?\\\a\b\f\n\r\t\v\x7F\xFF a"; in TEST() local
478 const wchar_t* p = L"World"; in TEST() local
484 wchar_t p[] = L"Hi"; in TEST() local
491 const wchar_t* p = nullptr; in TEST() local
509 signed char* p = reinterpret_cast<signed char*>(0x1234); in TEST() local
517 signed char* p = reinterpret_cast<signed char*>(0x1234); in TEST() local
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc433 static std::string PrintPointer(const void* p) { in PrintPointer()
443 const char* p = "World"; in TEST() local
449 char p[] = "Hi"; in TEST() local
456 const char* p = nullptr; in TEST() local
462 const char* p = "'\"?\\\a\b\f\n\r\t\v\x7F\xFF a"; in TEST() local
478 const wchar_t* p = L"World"; in TEST() local
484 wchar_t p[] = L"Hi"; in TEST() local
491 const wchar_t* p = nullptr; in TEST() local
509 signed char* p = reinterpret_cast<signed char*>(0x1234); in TEST() local
517 signed char* p = reinterpret_cast<signed char*>(0x1234); in TEST() local
[all …]
/aosp_15_r20/external/skia/gm/
H A Dfilterfastbounds.cpp40 static void draw_rect(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_rect()
44 static void draw_oval(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_oval()
48 static void draw_rrect(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_rrect()
57 static void draw_drrect(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_drrect()
68 static void draw_path(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_path()
76 static void draw_points(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_points()
84 static void draw_bitmap(SkCanvas* canvas, const SkRect& r, const SkPaint& p) { in draw_bitmap()
99 SkPaint& p = paints->push_back(); in add_paint() local
175 SkCanvas* canvas, const SkPaint& p) { in draw_geom_with_paint()
205 const SkPaint& p) { in draw_savelayer_with_paint()
[all …]

1...<<21222324252627282930>>...1112