/aosp_15_r20/external/tcpdump/tests/ |
H A D | arp-oobr.out | 1 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tel… 2 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 (00… 3 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 (00… 4 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tel… 5 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.212.1 t… 6 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.38 te… 7 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tel… 8 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tel… 9 …ethertype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tel… 10 …ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tel… [all …]
|
H A D | QinQpacket.out | 1 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 4 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 11 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 12 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 13 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 14 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 15 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 18 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 25 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… 26 …Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP (0x0806), Request who-has 172.17.0.2 tell… [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 67 void setPasswordQuality(in ComponentName who, int quality, boolean parent); in setPasswordQuality() argument 68 int getPasswordQuality(in ComponentName who, int userHandle, boolean parent); in getPasswordQuality() argument 70 void setPasswordMinimumLength(in ComponentName who, int length, boolean parent); in setPasswordMinimumLength() argument 71 int getPasswordMinimumLength(in ComponentName who, int userHandle, boolean parent); in getPasswordMinimumLength() argument 73 void setPasswordMinimumUpperCase(in ComponentName who, int length, boolean parent); in setPasswordMinimumUpperCase() argument 74 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle, boolean parent); in getPasswordMinimumUpperCase() argument 76 void setPasswordMinimumLowerCase(in ComponentName who, int length, boolean parent); in setPasswordMinimumLowerCase() argument 77 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle, boolean parent); in getPasswordMinimumLowerCase() argument 79 void setPasswordMinimumLetters(in ComponentName who, int length, boolean parent); in setPasswordMinimumLetters() argument 80 int getPasswordMinimumLetters(in ComponentName who, int userHandle, boolean parent); in getPasswordMinimumLetters() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/supply-chain/ |
H A D | audits.toml | 68 who = "[email protected]" qkey 78 who = "Dustin J. Mitchell <[email protected]>" qkey 83 who = "[email protected]" qkey 93 who = "Lukasz Anforowicz <[email protected]>" qkey 98 who = "Lukasz Anforowicz <[email protected]>" qkey 118 who = "Lukasz Anforowicz <[email protected]>" qkey 123 who = "Adrian Taylor <[email protected]>" qkey 128 who = "Adrian Taylor <[email protected]>" qkey 133 who = "Lukasz Anforowicz <[email protected]>" qkey 147 who = "Lukasz Anforowicz <[email protected]>" qkey [all …]
|
H A D | imports.lock | 23 who = "ChromeOS" 28 who = "George Burgess IV <[email protected]>" 33 who = "George Burgess IV <[email protected]>" 38 who = "George Burgess IV <[email protected]>" 43 who = "George Burgess IV <[email protected]>" 48 who = "George Burgess IV <[email protected]>" 53 who = "George Burgess IV <[email protected]>" 58 who = "Android Legacy" 63 who = "ChromeOS" 68 who = "George Burgess IV <[email protected]>" [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_string.py | 209 s = Template('$who likes to eat a bag of $what worth $$100') 210 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 212 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 216 s = Template('$who likes ${what} for ${meal}') 217 d = dict(who='tim', what='ham', meal='dinner') 220 dict(who='tim', what='ham')) 223 s = Template('$WHO likes ${WHAT} for ${MEAL}') 224 d = dict(WHO='tim', WHAT='ham', MEAL='dinner') 234 s = Template('$who likes to eat a bag of $$what worth $$100') 235 eq(s.substitute(dict(who='tim', what='ham')), [all …]
|
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | NoAdminLeakingTest.java | 52 * Test that DevicePolicyManager getters that accept "ComponentName who" argument don't allow a 54 * calls where "who" is null or "who" is not null and belongs to caller. SecurityExceptions that are 73 (dpm, who) -> dpm.getPasswordQuality(who)); in testPasswordQuality_adminPolicyNotAvailableToNonAdmin() 81 (dpm, who) -> dpm.getPasswordMinimumLength(who)); in testPasswordMinimumLength_adminPolicyNotAvailableToNonAdmin() 89 (dpm, who) -> dpm.getPasswordMinimumLetters(who)); in testPasswordMinimumLetters_adminPolicyNotAvailableToNonAdmin() 97 (dpm, who) -> dpm.getPasswordMinimumNonLetter(who)); in testPasswordMinimumNonLetter_adminPolicyNotAvailableToNonAdmin() 105 (dpm, who) -> dpm.getPasswordMinimumLowerCase(who)); in testPasswordMinimumLowerCase_adminPolicyNotAvailableToNonAdmin() 113 (dpm, who) -> dpm.getPasswordMinimumUpperCase(who)); in testPasswordMinimumUpperCase_adminPolicyNotAvailableToNonAdmin() 121 (dpm, who) -> dpm.getPasswordMinimumNumeric(who)); in testPasswordMinimumNumeric_adminPolicyNotAvailableToNonAdmin() 129 (dpm, who) -> dpm.getPasswordMinimumSymbols(who)); in testPasswordMinimumSymbols_adminPolicyNotAvailableToNonAdmin() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_string.py | 241 s = Template('$who likes to eat a bag of $what worth $$100') 242 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 244 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 248 s = Template('$who likes ${what} for ${meal}') 249 d = dict(who='tim', what='ham', meal='dinner') 252 dict(who='tim', what='ham')) 256 s = Template('$who likes to eat a bag of $$what worth $$100') 257 eq(s.substitute(dict(who='tim', what='ham')), 259 s = Template('$who likes $$') 260 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') [all …]
|
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 2839 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle) { in getActiveAdminUncheckedLocked() argument 2841 ActiveAdmin admin = getUserData(userHandle).mAdminMap.get(who); in getActiveAdminUncheckedLocked() 2843 && who.getPackageName().equals(admin.info.getActivityInfo().packageName) in getActiveAdminUncheckedLocked() 2844 && who.getClassName().equals(admin.info.getActivityInfo().name)) { in getActiveAdminUncheckedLocked() 2850 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle, boolean parent) { in getActiveAdminUncheckedLocked() argument 2857 ActiveAdmin admin = getActiveAdminUncheckedLocked(who, userHandle); in getActiveAdminUncheckedLocked() 2864 ActiveAdmin getActiveAdminForCallerLocked(ComponentName who, int reqPolicy) in getActiveAdminForCallerLocked() argument 2866 return getActiveAdminOrCheckPermissionForCallerLocked(who, in getActiveAdminForCallerLocked() 2920 ComponentName who, in getActiveAdminOrCheckPermissionForCallerLocked() argument 2924 who, reqPolicy, permission == null ? Set.of() : Set.of(permission)); in getActiveAdminOrCheckPermissionForCallerLocked() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/10/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 43 * "who" component, is a {@link UserPrincipal} corresponding to the identity 67 private final UserPrincipal who; field in AclEntry 76 UserPrincipal who, in AclEntry() argument 81 this.who = who; in AclEntry() 100 private UserPrincipal who; field in AclEntry.Builder 105 UserPrincipal who, in Builder() argument 111 this.who = who; in Builder() 118 * The type and who components are required to have been set in order 124 * if the type or who component have not been set 129 if (who == null) in build() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 43 * "who" component, is a {@link UserPrincipal} corresponding to the identity 67 private final UserPrincipal who; field in AclEntry 76 UserPrincipal who, in AclEntry() argument 81 this.who = who; in AclEntry() 100 private UserPrincipal who; field in AclEntry.Builder 105 UserPrincipal who, in Builder() argument 111 this.who = who; in Builder() 118 * The type and who components are required to have been set in order 124 * if the type or who component have not been set 129 if (who == null) in build() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
H A D | AclEntry.java | 43 * "who" component, is a {@link UserPrincipal} corresponding to the identity 67 private final UserPrincipal who; field in AclEntry 76 UserPrincipal who, in AclEntry() argument 81 this.who = who; in AclEntry() 100 private UserPrincipal who; field in AclEntry.Builder 105 UserPrincipal who, in Builder() argument 111 this.who = who; in Builder() 118 * The type and who components are required to have been set in order 124 * if the type or who component have not been set 129 if (who == null) in build() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | groupssettings_v1.groups.html | 129 …"default_sender": "A String", # Default sender for members who can post messag… 162 …"replyTo": "A String", # Specifies who receives the default reply. Possible va… 190 …"whoCanApproveMembers": "A String", # Specifies who can approve members who as… 195 …ated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending… 206 …"whoCanAssistContent": "A String", # Specifies who can moderate metadata. Poss… 212 …"whoCanBanUsers": "A String", # Specifies who can deny membership to users. Th… 223 …ated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies … 228 …ated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. … 243 …ated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by r… 255 …# - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Gr… [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | Instrumentation.java | 843 public ActivityResult onStartActivity(@NonNull Context who, @NonNull Intent intent, in onStartActivity() argument 877 final boolean match(Context who, in match() argument 885 && mWhich.match(who.getContentResolver(), intent, in match() 1936 * @param who The Context from which the activity is being started. 1939 * @param token Internal token identifying to the system who is starting 1962 Context who, IBinder contextThread, IBinder token, Activity target, in execStartActivity() argument 1965 Log.d(TAG, "startActivity: who=" + who + " source=" + target + " intent=" + intent in execStartActivity() 1987 result = am.onStartActivity(who, intent, options); in execStartActivity() 1992 } else if (am.match(who, null, intent)) { in execStartActivity() 2003 intent.migrateExtraStreamToClipData(who); in execStartActivity() [all …]
|
/aosp_15_r20/external/python/uritemplates/tests/fixtures/ |
D | spec-examples-by-section.json | 11 "who" : "fred", string 44 "who" : "fred", string 98 "who" : "fred", string 155 "who" : "fred", string 197 "who" : "fred", string 210 ["{.who}", ".fred"], 211 ["{.who,who}", ".fred.fred"], 212 ["{.half,who}", ".50%25.fred"], 249 "who" : "fred", string 262 ["{/who}", "/fred"], [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 78 The change affects users who use any of the following functions: 92 This change does not affect users who use the default configuration; it only 93 affects users who enabled that option. 125 This does not affect users who use the default `mbedtls_config.h`, as this option was 139 This only affects users who called the HAVEGE modules directly (not 140 recommended), or users who used it through the entropy module but had it as the 149 This only affects people who've been using Mbed TLS since before version 2.0 211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C` 222 This does not affect users who use the default `mbedtls_config.h`. 257 who were explicitly setting this option. [all …]
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 78 The change affects users who use any of the following functions: 92 This change does not affect users who use the default configuration; it only 93 affects users who enabled that option. 125 This does not affect users who use the default `mbedtls_config.h`, as this option was 139 This only affects users who called the HAVEGE modules directly (not 140 recommended), or users who used it through the entropy module but had it as the 149 This only affects people who've been using Mbed TLS since before version 2.0 211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C` 222 This does not affect users who use the default `mbedtls_config.h`. 257 who were explicitly setting this option. [all …]
|
/aosp_15_r20/external/brotli/tests/testdata/ |
H A D | plrabn12.txt | 78 That shepherd who first taught the chosen seed 103 Who first seduced them to that foul revolt? 119 Who durst defy th' Omnipotent to arms. 155 From him who, in the happy realms of light 163 He with his thunder; and till then who knew 183 Who, from the terror of this arm, so late 193 Who now triumphs, and in th' excess of joy 316 Who now is sovereign can dispose and bid 322 Receive thy new possessor--one who brings 371 His legions--Angel Forms, who lay entranced [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/bugzilla/ |
H A D | Bugzilla6312.xml | 37 who="TA, Shane" 44 who="MJ" 51 who="??" 60 who="??" 69 who="TM" 76 who="TM" 83 who="??" 90 who="??" 97 who="??" 104 who="MJ" [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 59 Directive = collections.namedtuple('Directive', 'who globs') 79 directive = Directive(who='*', globs=[]) 81 (who, globs) = line.split(' ', 1) 83 directive = Directive(who=who, globs=globs_list) 85 directive = Directive(who=line, globs=[]) 158 if directive.who not in globs[glob]: 159 globs[glob].append(directive.who) 177 for who in who_have: 178 if who not in out_globs[glob_add]: 179 out_globs[glob_add].append(who) [all …]
|
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/ |
H A D | vfear11a.txt | 68 and editing by those who wish to do so. 75 Those of you who want to download any Etext before announcement 149 from donors in these states who approach us with 421 "Who then is Porlock?" I asked. 686 a sudden exclamation from Holmes, who dashed at a cupboard, from 731 of the detective force, who had distinguished himself in several 747 humiliation in seeking the assistance of one who already stood 790 composure of the chemist who sees the crystals falling into position 818 the mystery if there is a man in London who prophesied the 836 "Did you ever trouble to see who called for them?" [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
H A D | the-picture-of-dorian-gray.txt | 49 conceal the artist is art's aim. The critic is he who can translate 54 Those who find ugly meanings in beautiful things are corrupt without 57 Those who find beautiful meanings in beautiful things are the 79 Those who go beneath the surface do so at their peril. Those who read 109 those pallid, jade-faced painters of Tokyo who, through the medium of 164 Adonis, who looks as if he was made out of ivory and rose-leaves. Why, 177 that. He is some brainless beautiful creature who should be always 259 not he who is revealed by the painter; it is rather the painter who, on 377 I have not got one who is a fool. They are all men of some 414 with the sincerity of the man who expresses it. Indeed, the [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
H A D | the-picture-of-dorian-gray.txt | 49 conceal the artist is art's aim. The critic is he who can translate 54 Those who find ugly meanings in beautiful things are corrupt without 57 Those who find beautiful meanings in beautiful things are the 79 Those who go beneath the surface do so at their peril. Those who read 109 those pallid, jade-faced painters of Tokyo who, through the medium of 164 Adonis, who looks as if he was made out of ivory and rose-leaves. Why, 177 that. He is some brainless beautiful creature who should be always 259 not he who is revealed by the painter; it is rather the painter who, on 377 I have not got one who is a fool. They are all men of some 414 with the sincerity of the man who expresses it. Indeed, the [all …]
|
/aosp_15_r20/development/samples/SearchableDictionary/res/raw/ |
H A D | definitions.txt | 29 administrator - n. someone who manages a government agency or department 45 ally - n. an associate who provides cooperation or assistance 56 analyst - n. someone who is skilled at analyzing data 65 …egation involving political and economic and legal discrimination against people who are not Whites 91 authoritarian - n. a person who behaves in a tyrannical manner 100 belle - n. a young woman who is the most charming and beautiful of several rivals 112 bore - n. a person who evokes boredom 150 collector - n. a person who collects things 168 composer - n. someone who composes music as a profession 186 constituency - n. the body of voters who elect a representative for their area [all …]
|
/aosp_15_r20/external/harfbuzz_ng/perf/texts/ |
H A D | en-thelittleprince.txt | 12 Antoine de Saint-Exupery, who was a French author, journalist and pilot wrote 57 course of this life I have had a great many encounters with a great many people who have been 61 Whenever I met one of them who seemed to me at all clear-sighted, I tried the experiment of 88 around me. And I saw a most extraordinary small person, who stood there examining me with 160 It took me a long time to learn where he came from. The little prince, who asked me so many 257 great forbearance toward grown-up people. But certainly, for us who understand life, figures are a 261 “Once upon a time there was a little prince who lived on a planet that was scarcely any bigger 265 than himself, and who had need of a sheep...” 269 To those who understand life, that would have given a much greater air of truth to my story. Fori 273 is sad. Not every one has had a friend. And if I forget him, I may become like the grown-ups who [all …]
|