/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testpath.c | 86 char *liststr; in list_merge_multi() local 94 liststr = NULL; in list_merge_multi() 95 rv = apr_filepath_list_merge(&liststr, pathelts, p); in list_merge_multi() 96 ABTS_PTR_NOTNULL(tc, liststr); in list_merge_multi() 98 ABTS_STR_EQUAL(tc, liststr, path_out); in list_merge_multi() 104 char *liststr; in list_merge_single() local 113 liststr = NULL; in list_merge_single() 114 rv = apr_filepath_list_merge(&liststr, pathelts, p); in list_merge_single() 116 ABTS_PTR_EQUAL(tc, NULL, liststr); in list_merge_single() 119 ABTS_PTR_NOTNULL(tc, liststr); in list_merge_single() [all …]
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
H A D | SkipBean.java | 26 private List<String> listStr; field in SkipBean 42 return listStr; in getListStr() 45 public void setListStr(List<String> listStr) { in setListStr() argument 46 this.listStr = listStr; in setListStr()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | filepath_util.c | 30 const char *liststr, in apr_filepath_list_split_impl() argument 42 path = apr_pstrdup(p, liststr); in apr_filepath_list_split_impl() 66 apr_status_t apr_filepath_list_merge_impl(char **liststr, in apr_filepath_list_merge_impl() argument 86 *liststr = NULL; in apr_filepath_list_merge_impl() 94 path = *liststr = apr_palloc(p, path_size + 1); in apr_filepath_list_merge_impl()
|
H A D | filepath.c | 293 const char *liststr, in apr_filepath_list_split() argument 296 return apr_filepath_list_split_impl(pathelts, liststr, ':', p); in apr_filepath_list_split() 299 APR_DECLARE(apr_status_t) apr_filepath_list_merge(char **liststr, in apr_filepath_list_merge() argument 303 return apr_filepath_list_merge_impl(liststr, pathelts, ':', p); in apr_filepath_list_merge()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_info.h | 363 * @param liststr the search path (e.g., <tt>getenv("PATH")</tt>) 366 * @remark the path separator in @a liststr is system specific; 370 const char *liststr, 375 * @param liststr the returned search path; may be NULL if @a pathelts is empty 379 * @remark the path separator in @a liststr is system specific; 382 APR_DECLARE(apr_status_t) apr_filepath_list_merge(char **liststr,
|
/aosp_15_r20/development/apps/Development/src/com/android/development/ |
H A D | AppHwPref.java | 153 String listStr = ""; in displayTextView() local 157 listStr += str+","; in displayTextView() 161 CharSequence txt = listStr.subSequence(0, listStr.length()-1); in displayTextView()
|
/aosp_15_r20/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 696 * @param listStr The string to parse. 702 public static int[] parseNumberList(String listStr, int minVal, int maxVal, in parseNumberList() argument 706 if (listStr.indexOf(",") < 0) { in parseNumberList() 709 values[0] = parseIntRange(listStr, minVal, maxVal, allowZero); in parseNumberList() 711 String[] valueStrs = listStr.split(","); in parseNumberList()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/ |
H A D | apr_private_common.h | 28 const char *liststr, 32 apr_status_t apr_filepath_list_merge_impl(char **liststr,
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerShellCommand.java | 146 final String listStr = gameManagerService.getInterventionList(packageName, in runListGameModeConfigs() local 149 if (listStr == null) { in runListGameModeConfigs() 152 pw.println(packageName + " interventions: " + listStr); in runListGameModeConfigs()
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/common/ |
H A D | TextClassifierSettings.java | 626 private static List<String> parse(@Nullable String listStr, List<String> defaultValue) { in parse() argument 627 if (listStr != null) { in parse() 628 return Collections.unmodifiableList(Arrays.asList(listStr.split(DELIMITER))); in parse()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | filepath.c | 979 const char *liststr, argument 982 return apr_filepath_list_split_impl(pathelts, liststr, ';', p); 985 APR_DECLARE(apr_status_t) apr_filepath_list_merge(char **liststr, argument 989 return apr_filepath_list_merge_impl(liststr, pathelts, ';', p);
|
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/ |
H A D | issue60-2.yaml | 3 listStr: [bar, null, foo, null]
|
H A D | issue59-2.yaml | 2 listStr: [bar, null, foo, null]
|
H A D | issue60-1.yaml | 4 listStr: [bar, null, foo, null]
|
H A D | issue59-1.yaml | 5 listStr: [bar, null, foo, null]
|
/aosp_15_r20/external/google-cloud-java/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/ |
H A D | DatastreamProto.java | 368 + "est\032/.google.cloud.datastream.v1.ListStr"
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/calendar/calendar-common/android_common/turbine/ |
D | calendar-common.jar | com/android/calendarcommon2/DateException.class
<Unknown>
package com.android.calendarcommon2
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/calendar/calendar-common/android_common/javac/ |
D | calendar-common.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/java/TextClassifierServiceLibNoManifest/android_common_apex30/local-javac-header/ |
D | TextClassifierServiceLibNoManifest.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/java/TextClassifierServiceLibNoManifest/android_common_apex30/javac/ |
D | TextClassifierServiceLibNoManifest.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar2 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-2/ |
D | services.core.unboosted.jar | com/android/server/appop/AppOpMigrationHelperImpl.class
AppOpMigrationHelperImpl.java
package com.android. ... |
/aosp_15_r20/tools/dexter/testdata/expected/ |
H A D | medium.asm | 127061 .params "listStr", "minVal", "maxVal", "allowZero"
|
H A D | medium.rewrite | 127086 .params "listStr", "minVal", "maxVal", "allowZero"
|
H A D | medium.wrap_invoke | 127086 .params "listStr", "minVal", "maxVal", "allowZero"
|