Searched refs:MATCH (Results 1 – 5 of 5) sorted by relevance
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | TestNotificationServiceImpl.kt | 30 private const val MATCH = 0 in <lambda>() constant 101 uriMatcher.addURI(uri.authority, uri.path, MATCH) in <lambda>() 104 if (uriMatcher.match(uri) == MATCH) { in <lambda>()
|
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 1953 #define MATCH(vk, normal) \ in _console_read() macro 2016 MATCH(VK_END, CSI "F"); in _console_read() 2017 MATCH(VK_HOME, CSI "H"); in _console_read() 2027 MATCH(VK_DIVIDE, "/"); in _console_read() 2177 MATCH(VK_NUMPAD0, "0"); in _console_read() 2178 MATCH(VK_NUMPAD1, "1"); in _console_read() 2179 MATCH(VK_NUMPAD2, "2"); in _console_read() 2180 MATCH(VK_NUMPAD3, "3"); in _console_read() 2181 MATCH(VK_NUMPAD4, "4"); in _console_read() 2182 MATCH(VK_NUMPAD5, "5"); in _console_read() [all …]
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | LegacyApfFilter.java | 117 MATCH, // Received RA matched a known RA enumConstant 184 case MATCH: in updateStats() 536 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant 738 new PacketSection(mPacket.position(), length, PacketSection.Type.MATCH, 0, 0)); in addMatchSection() 935 if (section.type != PacketSection.Type.MATCH) continue; in matches() 996 if (section.type == PacketSection.Type.MATCH) { in generateFilterLocked() 2025 return ProcessRaResult.MATCH; in processRa()
|
D | ApfFilter.java | 624 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant 648 if (type == Type.MATCH && (lifetime != 0 || min != 0)) { in PacketSection() 848 if (prev.type == PacketSection.Type.MATCH) { // of type match in addMatchSection() 857 mPacketSections.add(new PacketSection(from, length, PacketSection.Type.MATCH, 0, 0)); in addMatchSection() 1063 if (section.type != PacketSection.Type.MATCH) continue; in matches() 1199 if (section.type == PacketSection.Type.MATCH) { in generateFilterLocked()
|
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 198 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))) macro 348 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) continue; in android_getaddrinfofornetcontext() 349 if (!MATCH(ai.ai_protocol, ex.e_protocol, WILD_PROTOCOL(ex))) continue; in android_getaddrinfofornetcontext() 421 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) continue; in resolv_getaddrinfo() 423 if (!MATCH(ai.ai_protocol, ex.e_protocol, WILD_PROTOCOL(ex))) continue; in resolv_getaddrinfo()
|