/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyViewTest.java | 331 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testMeasure_shortChoices() local 348 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testLayout_shortChoices() local 368 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testMeasure_choiceWithTwoLines() local 385 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testLayout_choiceWithTwoLines() local 405 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_choiceWithThreeLines() local 423 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_choiceWithThreeLines() local 445 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongest() local 465 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongest() local 488 final CharSequence[] choices = new CharSequence[]{"Short", "Short", in testMeasure_dropLongest() local 510 private void setSmartReplies(CharSequence[] choices) { in setSmartReplies() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
H A D | mod.rs | 1242 let choices = [('a', 2), ('b', 1), ('c', 0)]; in test_multiple_weighted_edge_cases() localVariable 1254 let choices = [('a', 0), ('b', 0), ('c', 0)]; in test_multiple_weighted_edge_cases() localVariable 1261 let choices = [('a', -1), ('b', 1), ('c', 1)]; in test_multiple_weighted_edge_cases() localVariable 1270 let choices = []; in test_multiple_weighted_edge_cases() localVariable 1276 let choices = [('a', core::f64::NAN), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1285 let choices = [('a', core::f64::INFINITY), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1296 let choices = [('a', core::f64::NEG_INFINITY), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1305 let choices = [('a', -0.0), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1323 let choices = [('a', 2), ('b', 1), ('c', 1)]; in test_multiple_weighted_distributions() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/seq/ |
D | mod.rs | 1242 let choices = [('a', 2), ('b', 1), ('c', 0)]; in test_multiple_weighted_edge_cases() localVariable 1254 let choices = [('a', 0), ('b', 0), ('c', 0)]; in test_multiple_weighted_edge_cases() localVariable 1261 let choices = [('a', -1), ('b', 1), ('c', 1)]; in test_multiple_weighted_edge_cases() localVariable 1270 let choices = []; in test_multiple_weighted_edge_cases() localVariable 1276 let choices = [('a', core::f64::NAN), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1285 let choices = [('a', core::f64::INFINITY), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1296 let choices = [('a', core::f64::NEG_INFINITY), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1305 let choices = [('a', -0.0), ('b', 1.0), ('c', 1.0)]; in test_multiple_weighted_edge_cases() localVariable 1323 let choices = [('a', 2), ('b', 1), ('c', 1)]; in test_multiple_weighted_distributions() localVariable
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothActionFragment.java | 63 int summaryResId, int[] choices, String name, int defaultChoice) { in prepareArgs() 84 int[] choices = getChoices(); in onCreateActions() local 108 final int[] choices = getChoices(); in onGuidedActionClicked() local 188 int[] choices = new int[0]; in getChoices() local
|
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ResponseFragment.java | 53 int iconResId, int[] choices, String name, int defaultChoice) { in prepareArgs() 65 int[] choices = new int[0]; in getChoices() local 170 int[] choices = getChoices(); in onCreateActions() local 194 final int[] choices = getChoices(); in onGuidedActionClicked() local
|
/aosp_15_r20/external/angle/doc/ |
H A D | DevSetupAndroid.md | 125 ### ANGLE for a *single* OpenGL ES app 132 ### ANGLE for *multiple* OpenGL ES apps 142 ### ANGLE for *all* OpenGL ES apps
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | VettingViewer.java | 370 private final EnumSet<NotificationCategory> choices; field in VettingViewer.FileInfo 376 EnumSet<NotificationCategory> choices, in FileInfo() 756 Appendable output, EnumSet<NotificationCategory> choices, T organization) in generatePriorityItemsSummary() 787 private final EnumSet<NotificationCategory> choices; field in VettingViewer.WriteContext 797 EnumSet<NotificationCategory> choices, in WriteContext() 971 EnumSet<NotificationCategory> choices = context.choices; in computeOne() local 1041 EnumSet<NotificationCategory> choices, in writeSummaryTable() 1180 private String makeSummaryHeader(EnumSet<NotificationCategory> choices) throws IOException { in makeSummaryHeader() 1219 EnumSet<NotificationCategory> choices, in writeSummaryRow()
|
/aosp_15_r20/external/python/parse_type/parse_type/ |
D | builder.py | 120 def _normalize_choices(choices, transform): argument 129 def make_choice(cls, choices, transform=None, strict=None): argument 158 def make_choice2(cls, choices, transform=None, strict=None): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | tokenize.py | 45 def group(*choices): return '(' + '|'.join(choices) + ')' 46 def any(*choices): return group(*choices) + '*' 47 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | select_algorithm.py | 1106 def maybe_append_choice(self, choices, **kwargs): argument 1226 def precompile(choices) -> Callable[[], None]: argument 1310 def autotune(choices): argument 1399 choices, argument 1480 def benchmark_in_current_process(choices): argument 1528 def benchmark_in_sub_process(choices): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | argparse.rst | 1196 .. _choices: target 1198 choices section in The add_argument() method 1240 .. _required:
|
/aosp_15_r20/external/libcups/cups/ |
H A D | ppd-emit.c | 55 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect() 75 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect2() 610 ppd_choice_t **choices; /* Choices */ in ppdEmitString() local
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' 49 def any(*choices): return group(*choices) + '*' 50 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
/aosp_15_r20/packages/modules/adb/docs/dev/ |
D | zero_length_packet.md | 199 ### ADB Device to Host pipe communication design 213 ### ADB Host to Device pipe communication design
|