Home
last modified time | relevance | path

Searched full:hate (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/toybox/tests/
H A Dcut.test40 "said and your\nare\nis demand. supply\nforecast :\nyou you better,\n\nEm: Took hate\n" "" \
47 Auntie Em: Hate you, hate Kansas. Took the dog. Dorothy."
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/
H A DShakespeare.java117 "And free from other misbegotten hate," +
162 "And hate the idle pleasures of these days." +
166 "In deadly hate the one against the other:" +
/aosp_15_r20/frameworks/base/tests/VoiceInteraction/res/values/
H A Dstrings.xml155 And free from other misbegotten hate,\n</b>
200 And hate the idle pleasures of these days.\n
204 In deadly hate the one against the other:\n
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DList6.java238 "And free from other misbegotten hate," +
283 "And hate the idle pleasures of these days." +
287 "In deadly hate the one against the other:" +
/aosp_15_r20/external/python/cpython2/Python/
Ddynload_beos.c190 char buff[256]; /* hate hard-coded string sizes... */ in _PyImport_GetDynLoadFunc()
218 char buff[256]; /* hate hard-coded string sizes... */ in _PyImport_GetDynLoadFunc()
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dfile_stream_test.cc776 int data_size = data.size(); // I hate ints for data size... in TEST_F()
832 int data_size = data.size(); // I hate ints for data size... in TEST_F()
873 int data_size = data.size(); // I hate ints for data size... in TEST_F()
907 int data_size = data.size(); // I hate ints for data size... in TEST_F()
/aosp_15_r20/external/brotli/tests/testdata/
H A Dplrabn12.txt128 Mixed with obdurate pride and steadfast hate.
177 And study of revenge, immortal hate,
487 Of Moloch homicide, lust hard by hate,
994 As not behind in hate, if what was urged
1123 To whom we hate! Let us not then pursue,
1210 But, to our power, hostility and hate,
1451 Abhorred Styx, the flood of deadly hate;
2236 So heavenly love shall outdo hellish hate,
2238 So dearly to redeem what hellish hate
2723 Of Sun! to tell thee how I hate thy beams,
[all …]
H A Dasyoulik.txt775 dearly? By this kind of chase, I should hate him,
776 for my father hated his father dearly; yet I hate
779 ROSALIND No, faith, hate him not, for my sake.
1881 that I wear, owe no man hate, envy no man's
2774 I love him not nor hate him not; and yet
2775 I have more cause to hate him than to love him:
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java51 * which I hate. Perhaps if I put them all in one file. Most importantly
52 * though I hate all the type casting that would have to go on. I would
/aosp_15_r20/external/apache-xml/test/tests/contrib/xsltc/mk/
H A Dmk011.xml19 <LINE>Thou told'st me thou didst hold him in thy hate.</LINE>
324 <LINE>Though I do hate him as I do hell-pains.</LINE>
H A Dmk012.xml19 <LINE>Thou told'st me thou didst hold him in thy hate.</LINE>
324 <LINE>Though I do hate him as I do hell-pains.</LINE>
/aosp_15_r20/art/cmdline/detail/
H A Dcmdline_debug_detail.h28 // Implementation details for some template querying. Don't look inside if you hate templates.
H A Dcmdline_parser_detail.h25 // Implementation details for some template querying. Don't look inside if you hate templates.
/aosp_15_r20/development/tools/repo_diff/service/repodiff/interactors/
H A Dlogic_test.go10 var trueErr1 error = errors.New("I had a rough night, and I hate the eagles man")
/aosp_15_r20/external/AFLplusplus/utils/defork/
H A Ddefork.c44 fork again. This can be written without branches and I hate myself for it. in fork()
/aosp_15_r20/external/google-cloud-java/java-language/
H A D.readme-partials.yaml18 String[] texts = {"I love this!", "I hate this!"};
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/
H A DAnalyzeSentiment.java38 String[] texts = {"I love this!", "I hate this!"}; in main()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DReplaceAll.java59 if (Collections.replaceAll(lst, "love", "hate")) in main()
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DPromptFormat.java102 + "S10: Hate. \n" in getLlamaGuardPresetPrompt()
/aosp_15_r20/external/tinyxml2/resources/
H A Ddream.xml435 <LINE>The more I hate, the more he follows me.</LINE>
2349 <LINE>Can you not hate me, as I know you do,</LINE>
2354 <LINE>When I am sure you hate me with your hearts.</LINE>
2430 <LINE>The hate I bear thee made me leave thee so?</LINE>
2615 <LINE>Although I hate her, I'll not harm her so.</LINE>
2620 <LINE>What, can you do me greater harm than hate?</LINE>
2621 <LINE>Hate me! wherefore? O me! what news, my love!</LINE>
2636 <LINE>That I do hate thee and love Helena.</LINE>
3367 <LINE>To sleep by hate, and fear no enmity?</LINE>
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1/
H A Dsafety.proto56 // Hate speech and content.
/aosp_15_r20/external/aws-crt-java/
H A DCONTRIBUTING.md28 3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
/aosp_15_r20/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java219 transferKind.setBody(response, "I love puppies but hate spiders", 1); in testResponseCaching()
226 reliableSkip(in, "puppies but hate ".length()); in testResponseCaching()
235 assertEquals("I love puppies but hate spiders", in testResponseCaching()
236 readAscii(urlConnection, "I love puppies but hate spiders".length())); in testResponseCaching()
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java235 transferKind.setBody(mockResponse, "I love puppies but hate spiders", 1); in testResponseCaching()
242 reliableSkip(in, "puppies but hate ".length()); in testResponseCaching()
249 assertEquals("I love puppies but hate spiders", in testResponseCaching()
250 readAscii(urlConnection, "I love puppies but hate spiders".length())); in testResponseCaching()
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/
H A Dsafety.proto56 // Hate speech and content.

1234567