Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 - 25 of 1501) sorted by relevance

12345678910>>...61

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcst.h152 {doNOP, 0, 0, 0, TRUE}
154 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
155 , {doLiteralChar, 130, 14,0, TRUE} // 3
156 , {doSetBegin, 91 /* [ */, 123, 205, TRUE} // 4
157 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
158 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
159 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
160 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
161 , {doNOP, 92 /* \ */, 89,0, TRUE} // 9
162 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 1
[all...]
H A Dcsdetect.cpp69 return TRUE; in csdet_cleanup()
88 new CSRecognizerInfo(new CharsetRecog_UTF8(), TRUE), in initRecognizers()
90 new CSRecognizerInfo(new CharsetRecog_UTF_16_BE(), TRUE), in initRecognizers()
91 new CSRecognizerInfo(new CharsetRecog_UTF_16_LE(), TRUE), in initRecognizers()
92 new CSRecognizerInfo(new CharsetRecog_UTF_32_BE(), TRUE), in initRecognizers()
93 new CSRecognizerInfo(new CharsetRecog_UTF_32_LE(), TRUE), in initRecognizers()
95 new CSRecognizerInfo(new CharsetRecog_8859_1(), TRUE), in initRecognizers()
96 new CSRecognizerInfo(new CharsetRecog_8859_2(), TRUE), in initRecognizers()
97 new CSRecognizerInfo(new CharsetRecog_8859_5_ru(), TRUE), in initRecognizers()
98 new CSRecognizerInfo(new CharsetRecog_8859_6_ar(), TRUE), in initRecognizers()
[all...]
H A Desctrn.cpp39 return new EscapeTransliterator(ID, UnicodeString(TRUE, UNIPRE, 2), UnicodeString(), 16, 4, TRUE, NULL); in _createEscUnicode()
43 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, FALSE, NULL); in _createEscJava()
47 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, TRUE, in _createEscC()
48 new EscapeTransliterator(UnicodeString(), UnicodeString(TRUE, BS_U, 2), UnicodeString(), 16, 8, TRUE, NULL)); in _createEscC()
52 return new EscapeTransliterator(ID, UnicodeString(TRUE, XMLPRE, 3), UnicodeString(SEMI[0]), 16, 1, TRUE, NULL); in _createEscXML()
56 return new EscapeTransliterator(ID, UnicodeString(TRUE, XML10PR in _createEscXML10()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbirpt.h82 {doNOP, 0, 0, 0, TRUE}
84 , {doNOP, 132, 1,0, TRUE} // 2
85 , {doNoChain, 94 /* ^ */, 12, 9, TRUE} // 3
87 , {doNOP, 33 /* ! */, 19,0, TRUE} // 5
88 , {doNOP, 59 /* ; */, 1,0, TRUE} // 6
91 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 9 break-rule-end
92 , {doNOP, 132, 9,0, TRUE} // 10
95 , {doNOP, 132, 12,0, TRUE} // 13
101 , {doNOP, 33 /* ! */, 21,0, TRUE} // 19 rev-option
103 , {doOptionStart, 130, 23,0, TRUE} // 2
[all...]
/third_party/curl/tests/unit/
H A Dunit1614.c59 { "192.160.0.1", "192.160.0.1", 32, TRUE},
60 { "192.160.0.1", "192.160.0.1", 0, TRUE},
61 { "192.160.0.1", "192.160.0.1", 24, TRUE},
62 { "192.160.0.1", "192.160.0.1", 26, TRUE},
63 { "192.160.0.1", "192.160.0.1", 20, TRUE},
64 { "192.160.0.1", "192.160.0.1", 18, TRUE},
65 { "192.160.0.1", "192.160.0.1", 12, TRUE},
66 { "192.160.0.1", "192.160.0.1", 8, TRUE},
73 { "::1", "::1", 0, TRUE},
74 { "::1", "::1", 128, TRUE},
[all...]
H A Dunit1397.c51 {"\xff", "\xff", TRUE},
53 {"aa.aa.aa", "aa.aa.aa", TRUE},
55 {"aa.aa.aa", "*.aa.aa", TRUE},
56 {"192.168.0.1", "192.168.0.1", TRUE},
62 {"h.e.llo", "*.e.llo", TRUE},
64 {" h.e.llo", "*.e.llo", TRUE},
65 {"h.e.llo.", "*.e.llo", TRUE},
66 {"*.e.llo.", "*.e.llo", TRUE},
67 {"************.e.llo.", "*.e.llo", TRUE},
73 ".e.llo.", "*.e.llo", TRUE},
[all...]
H A Dunit1303.c92 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
93 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
94 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
95 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"},
104 {BASE + 4, 0, 10000, 0, TRUE, 6000, "6 seconds should be left"},
105 {BASE + 4, 990000, 10000, 0, TRUE, 5010, "5010 ms should be left"},
106 {BASE + 10, 0, 10000, 0, TRUE, -1, "timeout is -1, expired"},
107 {BASE + 12, 0, 10000, 0, TRUE, -2000, "-2000, overdue 2 seconds"},
116 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"},
117 {BASE + 4, 990000, 0, 10000, TRUE, 501
[all...]
H A Dunit1607.c75 "test.com", 80, TRUE, { NULL, }
78 "test.com", 80, TRUE, { "127.0.0.1", "127.0.0.2", IPV6ONLY("::1"), }
81 "test.com", 80, TRUE, { IPV6ONLY("::1"), "127.0.0.1", }
84 "test.com", 80, TRUE, { IPV6ONLY("::1"), "127.0.0.1", }
87 "test.com", 80, TRUE, { IPV6ONLY("::1"), }
90 "test.com", 80, TRUE, { IPV6ONLY("::1"), }
93 "test.com", 80, TRUE, { "127.0.0.1", }
96 "test.com", 80, TRUE, { "127.0.0.1", }
99 "test.com", 80, TRUE, { "127.0.0.1", }
102 "test.com", 0, TRUE, { "127.
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c173 return TRUE; in test_one()
182 return TRUE; in test_one()
191 return TRUE; in test_one()
237 success = TRUE; in test_one()
348 { TRUE, FALSE, TRUE, TRUE, 32, 4 },
349 { TRUE, FALSE, TRUE, FALSE, 32, 4 },
350 { TRUE, FALS
[all...]
H A Dlp_tex_sample.c105 * \param emit_load if TRUE, emit the LLVM load instruction to actually
181 LP_LLVM_TEXTURE_MEMBER(width, LP_JIT_TEXTURE_WIDTH, TRUE)
182 LP_LLVM_TEXTURE_MEMBER(height, LP_JIT_TEXTURE_HEIGHT, TRUE)
183 LP_LLVM_TEXTURE_MEMBER(depth, LP_JIT_TEXTURE_DEPTH, TRUE)
184 LP_LLVM_TEXTURE_MEMBER(first_level, LP_JIT_TEXTURE_FIRST_LEVEL, TRUE)
185 LP_LLVM_TEXTURE_MEMBER(last_level, LP_JIT_TEXTURE_LAST_LEVEL, TRUE)
186 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE)
190 LP_LLVM_TEXTURE_MEMBER(num_samples, LP_JIT_TEXTURE_NUM_SAMPLES, TRUE)
191 LP_LLVM_TEXTURE_MEMBER(sample_stride, LP_JIT_TEXTURE_SAMPLE_STRIDE, TRUE)
196 * \param emit_load if TRUE, emi
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c775 return TRUE; in is_legal_int_format_combo()
850 case PIPE_FORMAT_R64G64B64A64_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
851 case PIPE_FORMAT_R64G64B64_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
852 case PIPE_FORMAT_R64G64_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
853 case PIPE_FORMAT_R64_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
855 case PIPE_FORMAT_R32G32B32A32_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
856 case PIPE_FORMAT_R32G32B32_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
857 case PIPE_FORMAT_R32G32_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
858 case PIPE_FORMAT_R32_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
860 case PIPE_FORMAT_R16G16B16A16_FLOAT: return TRUE; in translate_generic_is_output_format_supported()
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c61 return TRUE; in stw_query_attrib()
71 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib()
72 return TRUE; in stw_query_attrib()
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib()
76 return TRUE; in stw_query_attrib()
79 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib()
80 return TRUE; in stw_query_attrib()
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib()
84 return TRUE; in stw_query_attrib()
93 return TRUE; in stw_query_attrib()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_newline.c73 utf TRUE if in utf mode
75 Returns: TRUE or FALSE
95 return TRUE; in is_newline()
99 return TRUE; in is_newline()
116 return TRUE; in is_newline()
120 return TRUE; in is_newline()
126 return TRUE; in is_newline()
131 return TRUE; in is_newline()
138 return TRUE; in is_newline()
163 utf TRUE i
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c69 return TRUE; in draw_need_pipeline()
73 return TRUE; in draw_need_pipeline()
77 return TRUE; in draw_need_pipeline()
80 return TRUE; in draw_need_pipeline()
84 return TRUE; in draw_need_pipeline()
89 return TRUE; in draw_need_pipeline()
93 return TRUE; in draw_need_pipeline()
97 return TRUE; in draw_need_pipeline()
100 return TRUE; in draw_need_pipeline()
104 return TRUE; in draw_need_pipeline()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dqmda0c0.c44 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_K, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
45 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_L, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
46 NVA0C0_QMDV00_06_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
47 NVA0C0_QMDV00_06_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
50 NVA0C0_QMDV00_06_DEF(qmd, QMD_RESERVED_V1_N, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
53 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
54 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
55 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_TEXTURE_DATA_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
56 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_SHADER_DATA_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
57 NVA0C0_QMDV00_06_DEF(qmd, INVALIDATE_INSTRUCTION_CACHE, FALSE, TRUE); in NVA0C0QmdDump_V00_06()
[all...]
H A Dqmdc0c0.c42 NVC0C0_QMDV02_01_DEF(qmd, RUN_CTA_IN_ONE_SM_PARTITION, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
43 NVC0C0_QMDV02_01_DEF(qmd, IS_QUEUE, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
44 NVC0C0_QMDV02_01_DEF(qmd, ADD_TO_HEAD_OF_QMD_GROUP_LINKED_LIST, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
45 NVC0C0_QMDV02_01_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
46 NVC0C0_QMDV02_01_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
47 NVC0C0_QMDV02_01_DEF(qmd, REQUIRE_SCHEDULING_PCAS, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
48 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_SCHEDULE_ENABLE, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
50 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_FIELD_COPY, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
54 NVC0C0_QMDV02_01_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
55 NVC0C0_QMDV02_01_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVC0C0QmdDump_V02_01()
[all...]
H A Dqmdc3c0.c42 NVC3C0_QMDV02_02_DEF(qmd, RUN_CTA_IN_ONE_SM_PARTITION, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
43 NVC3C0_QMDV02_02_DEF(qmd, IS_QUEUE, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
44 NVC3C0_QMDV02_02_DEF(qmd, ADD_TO_HEAD_OF_QMD_GROUP_LINKED_LIST, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
45 NVC3C0_QMDV02_02_DEF(qmd, SEMAPHORE_RELEASE_ENABLE0, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
46 NVC3C0_QMDV02_02_DEF(qmd, SEMAPHORE_RELEASE_ENABLE1, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
47 NVC3C0_QMDV02_02_DEF(qmd, REQUIRE_SCHEDULING_PCAS, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
48 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_SCHEDULE_ENABLE, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
50 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_FIELD_COPY, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
54 NVC3C0_QMDV02_02_DEF(qmd, INVALIDATE_TEXTURE_HEADER_CACHE, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
55 NVC3C0_QMDV02_02_DEF(qmd, INVALIDATE_TEXTURE_SAMPLER_CACHE, FALSE, TRUE); in NVC3C0QmdDump_V02_02()
[all...]
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c52 return TRUE; in compare_float()
214 success = TRUE; in test_format_fetch_rgba()
228 success = TRUE; in test_format_fetch_rgba()
252 success = TRUE; in test_format_unpack_rgba()
265 success = TRUE; in test_format_unpack_rgba()
294 return TRUE; in test_format_pack_rgba_float()
310 success = TRUE; in test_format_pack_rgba_float()
318 success = TRUE; in test_format_pack_rgba_float()
322 success = TRUE; in test_format_pack_rgba_float()
338 boolean accurate = TRUE; in convert_float_to_8unorm()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h217 res_type.floating = TRUE; in lp_type_float()
218 res_type.sign = TRUE; in lp_type_float()
233 res_type.floating = TRUE; in lp_type_float_vec()
234 res_type.sign = TRUE; in lp_type_float_vec()
249 res_type.sign = TRUE; in lp_type_int()
264 res_type.sign = TRUE; in lp_type_int_vec()
306 res_type.norm = TRUE; in lp_type_unorm()
320 res_type.sign = TRUE; in lp_type_fixed()
321 res_type.fixed = TRUE; in lp_type_fixed()
335 res_type.fixed = TRUE; in lp_type_ufixed()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_chipset.c93 caps->high_second_pipe = TRUE; in r300_parse_chipset()
95 caps->has_cmask = TRUE; /* guessed because there is also HiZ */ in r300_parse_chipset()
102 caps->high_second_pipe = TRUE; in r300_parse_chipset()
108 caps->high_second_pipe = TRUE; in r300_parse_chipset()
110 caps->has_cmask = TRUE; /* guessed because there is also HiZ */ in r300_parse_chipset()
133 caps->has_cmask = TRUE; /* guessed because there is also HiZ */ in r300_parse_chipset()
140 caps->has_cmask = TRUE; in r300_parse_chipset()
147 caps->has_cmask = TRUE; in r300_parse_chipset()
154 caps->has_cmask = TRUE; in r300_parse_chipset()
163 caps->has_cmask = TRUE; in r300_parse_chipset()
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c82 #define TRUE 1 macro
106 l_fail = TRUE; in runtest_f()
114 l_fail = TRUE; in runtest_f()
121 l_fail = TRUE; in runtest_f()
129 l_fail = TRUE; in runtest_f()
146 l_fail = TRUE; in runtest_s()
151 l_fail = TRUE; in runtest_s()
157 l_fail = TRUE; in runtest_s()
162 l_fail = TRUE; in runtest_s()
177 *failed = TRUE; in testcheck_end()
[all...]
/third_party/curl/lib/
H A Dcookie.c146 return TRUE; in cookie_tailmatch()
148 return TRUE; in cookie_tailmatch()
168 return TRUE; in pathmatch()
210 ret = TRUE; in pathmatch()
216 ret = TRUE; in pathmatch()
444 return TRUE; in bad_domain()
483 bool httpheader, /* TRUE if HTTP header-style line */ in Curl_cookie_add()
484 bool noexpire, /* if TRUE, skip remove_expired() */ in Curl_cookie_add()
490 bool secure) /* TRUE if connection is over secure origin */ in Curl_cookie_add()
548 sep = TRUE; in Curl_cookie_add()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate03.c105 #define TRUE 0 macro
121 DEFAULT_MODE, 2, 1, TRUE}, {
122 DEFAULT_MODE, BLOCKS_WRITTEN, 1, TRUE}, {
123 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 - 1, 1, TRUE},
125 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 1, 1, TRUE}, {
126 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
129 BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 + 1, 1, TRUE}, {
131 1, TRUE}
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c81 return TRUE; in translate_vs_ps_semantic()
89 return TRUE; in translate_vs_ps_semantic()
138 emit->emitted_vface = TRUE; in emit_vface_decl()
140 return TRUE; in emit_vface_decl()
156 return TRUE; in ps30_input_emit_depth_fog()
167 emit->emitted_depth_fog = TRUE; in ps30_input_emit_depth_fog()
195 emit->ps_reads_pos = TRUE; in ps30_input()
251 return TRUE; in ps30_input()
256 emit->emit_frontface = TRUE; in ps30_input()
258 return TRUE; in ps30_input()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_pax.c130 ret->ignore = TRUE; in eap_pax_process_std_1()
137 ret->ignore = TRUE; in eap_pax_process_std_1()
146 ret->ignore = TRUE; in eap_pax_process_std_1()
155 ret->ignore = TRUE; in eap_pax_process_std_1()
174 ret->ignore = TRUE; in eap_pax_process_std_1()
183 ret->ignore = TRUE; in eap_pax_process_std_1()
246 ret->ignore = TRUE; in eap_pax_process_std_3()
253 ret->ignore = TRUE; in eap_pax_process_std_3()
262 ret->ignore = TRUE; in eap_pax_process_std_3()
271 ret->ignore = TRUE; in eap_pax_process_std_3()
[all...]

Completed in 11 milliseconds

12345678910>>...61