/external/bluetooth/glib/tests/ |
D | utf8-validate.c | 30 static gboolean any_failed = FALSE; 43 { "abcde", 7, 5, FALSE }, 46 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE }, 48 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE }, 50 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE }, 52 { "\xc2\xa9\xc2\xa9\xc2\xa9", 7, 6, FALSE }, 55 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE }, 56 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE }, 58 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE }, 59 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE }, [all …]
|
D | regex-test.c | 51 static gboolean noisy = FALSE; 52 static gboolean abort_on_fail = FALSE; 71 return FALSE; in streq() 73 return FALSE; in streq() 108 return FALSE; in test_new() 116 return FALSE; in test_new() 150 return FALSE; in test_new_fail() 159 return FALSE; in test_new_fail() 189 return FALSE; in test_match_simple() 233 return FALSE; in test_match() [all …]
|
D | patterntest.c | 26 static gboolean noisy = FALSE; 107 return FALSE; in test_compilation() 116 return FALSE; in test_compilation() 125 return FALSE; in test_compilation() 134 return FALSE; in test_compilation() 156 return FALSE; in test_match() 250 TEST_EQUAL("AB*CD", "AB*?*CD", FALSE); in main() 251 TEST_EQUAL("ABC*", "ABC?", FALSE); in main() 256 TEST_MATCH("*x", "yyxy", FALSE); in main() 257 TEST_MATCH("?x", "x", FALSE); in main() [all …]
|
/external/icu4c/common/ |
D | rbbirpt.h | 78 , {doExprStart, 254, 21, 8, FALSE} // 1 start 80 , {doExprStart, 36 /* $ */, 80, 90, FALSE} // 3 83 , {doNOP, 252, 0,0, FALSE} // 6 84 , {doExprStart, 255, 21, 8, FALSE} // 7 87 , {doRuleError, 255, 95,0, FALSE} // 10 89 , {doReverseDir, 255, 20, 8, FALSE} // 12 91 , {doRuleError, 255, 95,0, FALSE} // 14 93 , {doOptionEnd, 255, 17,0, FALSE} // 16 96 , {doRuleError, 255, 95,0, FALSE} // 19 97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rule [all …]
|
/external/icu4c/i18n/ |
D | regexcst.h | 133 , {doPatStart, 255, 2,0, FALSE} // 1 start 144 , {doPatFinish, 253, 2,0, FALSE} // 12 145 , {doRuleError, 255, 183,0, FALSE} // 13 151 , {doNOP, 255, 20,0, FALSE} // 19 154 , {doNOP, 255, 2,0, FALSE} // 22 156 , {doNOP, 255, 27,0, FALSE} // 24 158 , {doNOP, 255, 29,0, FALSE} // 26 160 , {doOpenCaptureParen, 255, 2, 14, FALSE} // 28 167 , {doBeginMatchMode, 105 /* i */, 52,0, FALSE} // 35 168 , {doBeginMatchMode, 100 /* d */, 52,0, FALSE} // 36 [all …]
|
D | uregex.cpp | 74 return FALSE; in validateRE() 79 return FALSE; in validateRE() 83 return FALSE; in validateRE() 170 if (validateRE(re, &status, FALSE) == FALSE) { in uregex_close() 184 if (validateRE(source, status, FALSE) == FALSE) { in uregex_clone() 227 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_pattern() 244 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_flags() 262 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_setText() 288 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_getText() 307 UBool result = FALSE; in uregex_matches() [all …]
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 139 FALSE , /* Zyyy */ 140 FALSE, /* Qaai */ 142 FALSE, /* Armn */ 144 FALSE, /* Bopo */ 145 FALSE, /* Cher */ 146 FALSE, /* Copt=Qaac */ 147 FALSE, /* Cyrl */ 148 FALSE, /* Dsrt */ 150 FALSE, /* Ethi */ 151 FALSE, /* Geor */ [all …]
|
/external/tesseract/ccmain/ |
D | control.h | 47 extern INT_VAR_H (tessedit_single_match, FALSE, "Top choice only from CP"); 49 extern BOOL_VAR_H (tessedit_print_text, FALSE, "Write text to stdout"); 50 extern BOOL_VAR_H (tessedit_draw_words, FALSE, "Draw source words"); 51 extern BOOL_VAR_H (tessedit_draw_outwords, FALSE, "Draw output words"); 52 extern BOOL_VAR_H (tessedit_training_wiseowl, FALSE, 54 extern BOOL_VAR_H (tessedit_training_tess, FALSE, "Call Tess to learn blobs"); 55 extern BOOL_VAR_H (tessedit_matcher_is_wiseowl, FALSE, "Call WO to classify"); 56 extern BOOL_VAR_H (tessedit_dump_choices, FALSE, "Dump char choices"); 59 extern BOOL_VAR_H (tessedit_unrej_any_wd, FALSE, 62 extern BOOL_VAR_H (tessedit_reject_fullstops, FALSE, "Reject all fullstops"); [all …]
|
D | adaptions.h | 28 extern BOOL_VAR_H (tessedit_reject_ems, FALSE, "Reject all m's"); 29 extern BOOL_VAR_H (tessedit_reject_suspect_ems, FALSE, "Reject suspect m's"); 40 extern BOOL_VAR_H (tessedit_cluster_debug, FALSE, 42 extern BOOL_VAR_H (tessedit_use_best_sample, FALSE, 44 extern BOOL_VAR_H (tessedit_test_cluster_input, FALSE, 47 extern BOOL_VAR_H (tessedit_old_matrix_match, FALSE, "Use matrix matcher"); 48 extern BOOL_VAR_H (tessedit_mm_use_non_adaption_set, FALSE, 56 extern BOOL_VAR_H (tessedit_mm_use_rejmap, FALSE, 58 extern BOOL_VAR_H (tessedit_mm_all_rejects, FALSE, 60 extern BOOL_VAR_H (tessedit_mm_only_match_same_char, FALSE, [all …]
|
D | reject.h | 30 extern BOOL_VAR_H (tessedit_rejection_debug, FALSE, "Adaption debug"); 31 extern BOOL_VAR_H (tessedit_rejection_stats, FALSE, "Show NN stats"); 37 extern BOOL_VAR_H (rej_trust_doc_dawg, FALSE, 39 extern BOOL_VAR_H (rej_1Il_use_dict_word, FALSE, "Use dictword test"); 43 extern BOOL_VAR_H (show_char_clipping, FALSE, "Show clip image window?"); 44 extern BOOL_VAR_H (nn_debug, FALSE, "NN DEBUGGING?"); 45 extern BOOL_VAR_H (nn_reject_debug, FALSE, "NN DEBUG each char?"); 46 extern BOOL_VAR_H (nn_lax, FALSE, "Use 2nd rate matches"); 47 extern BOOL_VAR_H (nn_double_check_dict, FALSE, "Double check"); 53 extern BOOL_VAR_H (nn_conf_test_good_qual, FALSE, "NN dodgy 1Il cross check"); [all …]
|
/external/icu4c/test/intltest/ |
D | tsputil.cpp | 111 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin() 115 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 117 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 121 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin() 123 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin() 127 maxMinTest(pinf, nan, nan, FALSE); in testMaxMin() 129 maxMinTest(ninf, nan, nan, FALSE); in testMaxMin() 133 maxMinTest(nan, nan, nan, FALSE); in testMaxMin() 137 maxMinTest(nan, pzero, nan, FALSE); in testMaxMin() 139 maxMinTest(nan, nzero, nan, FALSE); in testMaxMin() [all …]
|
/external/bluetooth/glib/tests/gobject/ |
D | references.c | 86 object_destroyed = FALSE; in clear_flags() 87 weak_ref1_notified = FALSE; in clear_flags() 88 weak_ref2_notified = FALSE; in clear_flags() 89 toggle_ref1_weakened = FALSE; in clear_flags() 90 toggle_ref1_strengthened = FALSE; in clear_flags() 91 toggle_ref2_weakened = FALSE; in clear_flags() 92 toggle_ref2_strengthened = FALSE; in clear_flags() 93 toggle_ref3_weakened = FALSE; in clear_flags() 94 toggle_ref3_strengthened = FALSE; in clear_flags() 207 g_assert (weak_ref1_notified == FALSE); in main() [all …]
|
D | accumulator.c | 117 case 2: return FALSE; in test_object_signal2_callback_before() 118 case 3: return FALSE; in test_object_signal2_callback_before() 119 case 4: return FALSE; in test_object_signal2_callback_before() 123 return FALSE; in test_object_signal2_callback_before() 132 case 1: g_assert_not_reached (); return FALSE; in test_object_real_signal2() 134 case 3: return FALSE; in test_object_real_signal2() 135 case 4: return FALSE; in test_object_real_signal2() 139 return FALSE; in test_object_real_signal2() 148 case 1: g_assert_not_reached (); return FALSE; in test_object_signal2_callback_after() 149 case 2: g_assert_not_reached (); return FALSE; in test_object_signal2_callback_after() [all …]
|
/external/wpa_supplicant/ |
D | dbus_dict_helpers.c | 39 return FALSE; in wpa_dbus_dict_open_write() 68 return FALSE; in wpa_dbus_dict_close_write() 114 return FALSE; in _wpa_dbus_add_dict_entry_start() 118 return FALSE; in _wpa_dbus_add_dict_entry_start() 129 return FALSE; in _wpa_dbus_add_dict_entry_end() 131 return FALSE; in _wpa_dbus_add_dict_entry_end() 147 return FALSE; in _wpa_dbus_add_dict_entry_basic() 151 return FALSE; in _wpa_dbus_add_dict_entry_basic() 156 return FALSE; in _wpa_dbus_add_dict_entry_basic() 159 return FALSE; in _wpa_dbus_add_dict_entry_basic() [all …]
|
/external/bluetooth/glib/gio/tests/ |
D | g-file.c | 121 {"/", FALSE, 0, "/somedir/.../"}, in test_g_file_new_for_path() 134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2); in test_g_file_new_for_path() 152 {"file:///", FALSE, 0, "file:///somedir/.../"}, in test_g_file_new_for_uri() 201 {"/", 0, FALSE, ""}, in test_g_file_dup() 203 {"totalnonsense", 0, FALSE, ""}, in test_g_file_dup() 204 …\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, ""}, in test_g_file_dup() 264 {"/", 0, FALSE, "/"}, in test_g_file_get_parse_name_utf8() 266 {"totalnonsense", 0, FALSE, NULL}, in test_g_file_get_parse_name_utf8() 267 …adli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, NULL /* Depends o… in test_g_file_get_parse_name_utf8() 318 {"./", 0, FALSE, "file"}, in test_g_file_new_for_commandline_arg() [all …]
|
/external/dbus/bus/ |
D | driver.c | 69 return FALSE; in bus_driver_send_service_owner_changed() 92 return FALSE; in bus_driver_send_service_owner_changed() 112 return FALSE; in bus_driver_send_service_lost() 122 return FALSE; in bus_driver_send_service_lost() 129 return FALSE; in bus_driver_send_service_lost() 155 return FALSE; in bus_driver_send_service_acquired() 165 return FALSE; in bus_driver_send_service_acquired() 172 return FALSE; in bus_driver_send_service_acquired() 217 return FALSE; in create_unique_client_name() 220 return FALSE; in create_unique_client_name() [all …]
|
D | config-parser.c | 289 return FALSE; in merge_service_context_hash() 309 return FALSE; in service_dirs_find_dir() 349 return FALSE; in merge_included() 356 return FALSE; in merge_included() 413 return FALSE; in seen_include() 577 return FALSE; in bus_config_parser_check_doctype() 648 found = FALSE; in locate_attributes() 661 retval = FALSE; in locate_attributes() 677 retval = FALSE; in locate_attributes() 700 return FALSE; in check_no_attributes() [all …]
|
D | activation.c | 179 pending_activation->timeout_added = FALSE; in bus_pending_activation_unref() 268 return FALSE; in update_desktop_file_entry() 373 return FALSE; in update_desktop_file_entry() 392 return FALSE; in update_desktop_file_entry() 415 return FALSE; in check_service_file() 422 retval = FALSE; in check_service_file() 456 retval = FALSE; in check_service_file() 473 retval = FALSE; in check_service_file() 521 return FALSE; in update_directory() 528 return FALSE; in update_directory() [all …]
|
/external/dbus/dbus/ |
D | dbus-message.c | 236 return FALSE; in _dbus_message_add_size_counter() 344 _dbus_return_val_if_fail (message != NULL, FALSE); 345 _dbus_return_val_if_fail (!message->locked, FALSE); 414 static dbus_bool_t message_cache_shutdown_registered = FALSE; 433 message_cache_shutdown_registered = FALSE; in dbus_message_cache_shutdown() 527 was_cached = FALSE; in dbus_message_cache_or_finalize() 589 return FALSE; in _dbus_message_iter_check() 597 return FALSE; in _dbus_message_iter_check() 607 return FALSE; in _dbus_message_iter_check() 615 return FALSE; in _dbus_message_iter_check() [all …]
|
D | dbus-marshal-validate.c | 427 validity = validate_body_helper (&sub, byte_order, FALSE, p, end, &p); in validate_body_helper() 543 validity = validate_body_helper (&sub, byte_order, FALSE, p, end, &p); in validate_body_helper() 724 return FALSE; in _dbus_validate_path() 727 return FALSE; in _dbus_validate_path() 733 return FALSE; in _dbus_validate_path() 742 return FALSE; /* no empty path components allowed */ in _dbus_validate_path() 749 return FALSE; in _dbus_validate_path() 757 return FALSE; /* trailing slash not allowed unless the string is "/" */ in _dbus_validate_path() 790 return FALSE; in _dbus_validate_interface() 793 return FALSE; in _dbus_validate_interface() [all …]
|
/external/bluetooth/glib/glib/ |
D | gpattern.c | 74 return FALSE; in g_pattern_ph_match() 87 return FALSE; in g_pattern_ph_match() 96 gboolean next_wildcard_reached = FALSE; in g_pattern_ph_match() 100 return FALSE; in g_pattern_ph_match() 113 return FALSE; in g_pattern_ph_match() 122 return FALSE; in g_pattern_ph_match() 139 g_return_val_if_fail (pspec != NULL, FALSE); in g_pattern_match() 140 g_return_val_if_fail (string != NULL, FALSE); in g_pattern_match() 144 return FALSE; in g_pattern_match() 177 return FALSE; in g_pattern_match() [all …]
|
/external/bluetooth/glib/gio/ |
D | gappinfo.c | 172 g_return_val_if_fail (G_IS_APP_INFO (appinfo1), FALSE); in g_app_info_equal() 173 g_return_val_if_fail (G_IS_APP_INFO (appinfo2), FALSE); in g_app_info_equal() 176 return FALSE; in g_app_info_equal() 316 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE); in g_app_info_set_as_default_for_type() 317 g_return_val_if_fail (content_type != NULL, FALSE); in g_app_info_set_as_default_for_type() 342 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE); in g_app_info_set_as_default_for_extension() 343 g_return_val_if_fail (extension != NULL, FALSE); in g_app_info_set_as_default_for_extension() 352 return FALSE; in g_app_info_set_as_default_for_extension() 374 g_return_val_if_fail (G_IS_APP_INFO (appinfo), FALSE); in g_app_info_add_supports_type() 375 g_return_val_if_fail (content_type != NULL, FALSE); in g_app_info_add_supports_type() [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | CommandLine.java | 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal 35 options.put("--files", Boolean.FALSE); // process arguments as separate files 36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser 37 options.put("--nons", Boolean.FALSE); // no namespaces 38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements 39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model 40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model 41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root 42 options.put("--pyxin", Boolean.FALSE); // input is PYX 43 options.put("--lexical", Boolean.FALSE); // output comments [all …]
|
/external/icu4c/samples/strsrch/ |
D | strsrch.cpp | 47 UBool opt_help = FALSE; 48 UBool opt_norm = FALSE; 49 UBool opt_french = FALSE; 50 UBool opt_shifted = FALSE; 51 UBool opt_lower = FALSE; 52 UBool opt_upper = FALSE; 53 UBool opt_case = FALSE; 54 UBool opt_overlap = FALSE; 55 UBool opt_canonical = FALSE; 112 return FALSE; in processOptions() [all …]
|
/external/jpeg/ |
D | rdswitch.c | 50 return FALSE; in read_text_integer() 56 return FALSE; in read_text_integer() 92 return FALSE; in read_quant_tables() 100 return FALSE; in read_quant_tables() 107 return FALSE; in read_quant_tables() 118 return FALSE; in read_quant_tables() 137 return FALSE; in read_scan_integer() 143 return FALSE; in read_scan_integer() 184 return FALSE; in read_scan_script() 193 return FALSE; in read_scan_script() [all …]
|