Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 7033) sorted by relevance

12345678910>>...282

/third_party/protobuf/third_party/googletest/googletest/src/
Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
50 Matcher<const std::string&>::Matcher(const ::string& s) { in Matcher()
57 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
63 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
68 Matcher<std::string>::Matcher(const ::string& s) { in Matcher()
75 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
80 Matcher<const ::string&>::Matcher(const std::string& s) { in Matcher()
86 Matcher<const ::string&>::Matcher(const ::string& s) { *this = Eq(s); } in Matcher()
90 Matcher<const ::string&>::Matcher(const char* s) { *this = Eq(::string(s)); } in Matcher()
93 Matcher<::string>::Matcher(const std::string& s) { in Matcher()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStrUtilImpl.inl57 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
58 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
59 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
60 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
61 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
62 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
63 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
64 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
65 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
66 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl286 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << g…
287 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << g…
288 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBl…
289 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlend…
290 inline std::ostream& operator<< (std::ostream& s, VkBorderColor value) { return s << getBo…
291 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return…
292 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << g…
293 inline std::ostream& operator<< (std::ostream& s, VkCommandBufferLevel value) { return s << …
294 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getComp…
295 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << get…
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl56 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
57 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
58 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
59 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
60 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
61 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
62 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
63 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
64 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
65 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl284 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << g…
285 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << g…
286 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBl…
287 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlend…
288 inline std::ostream& operator<< (std::ostream& s, VkBorderColor value) { return s << getBo…
289 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return…
290 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << g…
291 inline std::ostream& operator<< (std::ostream& s, VkCommandBufferLevel value) { return s << …
292 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getComp…
293 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << get…
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStrUtilImpl.inl42 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
43 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
44 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
45 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
46 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
47 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
48 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
49 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
50 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
51 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl150 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAt…
151 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << getAt…
152 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBlendF…
153 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpSt…
154 inline std::ostream& operator<< (std::ostream& s, VkBorderColor value) { return s << getBorder…
155 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <…
156 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << getCo…
157 inline std::ostream& operator<< (std::ostream& s, VkCommandBufferLevel value) { return s << getC…
158 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getCompareO…
159 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << getDesc…
[all …]
Dvulkan_json_parser.hpp116 static void parse_size_t(const char* s, Json::Value& obj, size_t& o) in parse_size_t()
122 static void parse_char(const char* s, Json::Value& obj, char o[]) in parse_char()
128 static void parse_char(const char* s, Json::Value& obj, const char* const*) in parse_char() argument
131 static void parse_char(const char* s, Json::Value& obj, const char** o) in parse_char()
141 static void parse_int32_t(const char* s, Json::Value& obj, deInt32& o) in parse_int32_t()
146 static void parse_uint32_t(const char* s, Json::Value& obj, deUint32& o) in parse_uint32_t()
197 static void parse_uint8_t(const char* s, Json::Value& obj, deUint8& o) in parse_uint8_t()
202 static void parse_uint64_t(const char* s, Json::Value& obj, deUint64& o) in parse_uint64_t()
213 static void parse_float(const char* s, Json::Value& obj, float& o) in parse_float()
226 static void parse_int(const char* s, Json::Value& obj, int& o) in parse_int()
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc40 auto* s = Sem().Get(stmt); in TEST_F() local
63 auto* s = Sem().Get(block); in TEST_F() local
70 auto* s = Sem().Get(stmt); in TEST_F() local
99 auto* s = Sem().Get(loop); in TEST_F() local
106 auto* s = Sem().Get(stmt_a); in TEST_F() local
125 auto* s = Sem().Get(stmt_b); in TEST_F() local
169 auto* s = Sem().Get(for_); in TEST_F() local
176 auto* s = Sem().Get(init); in TEST_F() local
186 auto* s = e->Stmt(); in TEST_F() local
195 auto* s = Sem().Get(cont); in TEST_F() local
[all …]
/third_party/backends/backend/
Depson2-commands.h20 #define esci_set_focus_position(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_focus_position, v) argument
21 #define esci_set_color_mode(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_color_mode, v) argument
22 #define esci_set_data_format(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_data_format, v) argument
23 #define esci_set_halftoning(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_halftoning, v) argument
24 #define esci_set_gamma(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_gamma, v) argument
25 #define esci_set_color_correction(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_color_correction, v) argument
26 #define esci_set_lcount(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_lcount, v) argument
27 #define esci_set_bright(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_bright, v) argument
28 #define esci_mirror_image(s,v) e2_esc_cmd( s,(s)->hw->cmd->mirror_image, v) argument
29 #define esci_set_speed(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_speed, v) argument
[all …]
/third_party/openssl/ssl/statem/
Dstatem.c76 int SSL_in_init(const SSL *s) in SSL_in_init()
81 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished()
86 int SSL_in_before(const SSL *s) in SSL_in_before()
102 void ossl_statem_clear(SSL *s) in ossl_statem_clear()
113 void ossl_statem_set_renegotiate(SSL *s) in ossl_statem_set_renegotiate()
119 void ossl_statem_send_fatal(SSL *s, int al) in ossl_statem_send_fatal()
137 void ossl_statem_fatal(SSL *s, int al, int reason, const char *fmt, ...) in ossl_statem_fatal()
153 #define check_fatal(s) \ argument
167 int ossl_statem_in_error(const SSL *s) in ossl_statem_in_error()
175 void ossl_statem_set_in_init(SSL *s, int init) in ossl_statem_set_in_init()
[all …]
/third_party/mesa3d/src/gtest/src/
Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher()
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher()
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher()
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher()
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher()
/third_party/googletest/googletest/src/
Dgtest-matchers.cc46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher()
71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher()
77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher()
83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher()
93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher()
/third_party/lzma/CPP/Windows/
DFileName.cpp24 int FindSepar(const wchar_t *s) throw() in FindSepar()
37 int FindSepar(const FChar *s) throw() in FindSepar()
72 static void NormalizeDirSeparators(UString &s) in NormalizeDirSeparators()
82 void NormalizeDirSeparators(FString &s) in NormalizeDirSeparators()
95 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath()
97 bool IsAltPathPrefix(CFSTR s) throw() in IsAltPathPrefix()
127 #define IS_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '.' && IS_SEP… argument
128 #define IS_SUPER_PREFIX(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '?' && IS_SEP… argument
129 #define IS_SUPER_OR_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && ((s)[2] == '?' || (s)[2… argument
131 #define IS_UNC_WITH_SLASH(s) ( \ argument
[all …]
/third_party/ffmpeg/libavcodec/
Davfft.c30 FFTContext *s = av_mallocz(sizeof(*s)); in av_fft_init() local
38 void av_fft_permute(FFTContext *s, FFTComplex *z) in av_fft_permute()
43 void av_fft_calc(FFTContext *s, FFTComplex *z) in av_fft_calc()
48 av_cold void av_fft_end(FFTContext *s) in av_fft_end()
60 FFTContext *s = av_malloc(sizeof(*s)); in av_mdct_init() local
68 void av_imdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input) in av_imdct_calc()
73 void av_imdct_half(FFTContext *s, FFTSample *output, const FFTSample *input) in av_imdct_half()
78 void av_mdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input) in av_mdct_calc()
83 av_cold void av_mdct_end(FFTContext *s) in av_mdct_end()
97 RDFTContext *s = av_malloc(sizeof(*s)); in av_rdft_init() local
[all …]
/third_party/libphonenumber/cpp/test/phonenumbers/
Dunicodestring_test.cc29 ostream& operator<<(ostream& out, const UnicodeString& s) { in operator <<()
37 UnicodeString s; in TEST() local
44 UnicodeString s("hello"); in TEST() local
51 UnicodeString s("\xEF\xBC\x95\xEF\xBC\x93" /* "53" */); in TEST() local
58 UnicodeString s; in TEST() local
66 UnicodeString s; in TEST() local
74 UnicodeString s; in TEST() local
82 UnicodeString s; in TEST() local
90 UnicodeString s("hello"); in TEST() local
97 UnicodeString s("\xEF\xBC\x95\xEF\xBC\x93" /* 53 */); in TEST() local
[all …]
/third_party/pulseaudio/src/pulsecore/
Didxset.c84 pa_idxset *s; in pa_idxset_new() local
98 static void remove_entry(pa_idxset *s, struct idxset_entry *e) { in remove_entry()
121 BY_DATA(s)[hash] = e->data_next; in remove_entry() local
131 BY_INDEX(s)[e->idx % NBUCKETS] = e->index_next; in remove_entry() local
140 void pa_idxset_free(pa_idxset *s, pa_free_cb_t free_cb) { in pa_idxset_free()
147 static struct idxset_entry* data_scan(pa_idxset *s, unsigned hash, const void *p) { in data_scan()
160 static struct idxset_entry* index_scan(pa_idxset *s, unsigned hash, uint32_t idx) { in index_scan()
172 int pa_idxset_put(pa_idxset*s, void *p, uint32_t *idx) { in pa_idxset_put()
196 if (BY_DATA(s)[hash]) in pa_idxset_put() local
197 BY_DATA(s)[hash]->data_previous = e; in pa_idxset_put() local
[all …]
Dsource.c148 static void reset_callbacks(pa_source *s) { in reset_callbacks()
170 pa_source *s; in pa_source_new() local
361 static int source_set_state(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause… in source_set_state()
478 void pa_source_set_get_volume_callback(pa_source *s, pa_source_cb_t cb) { in pa_source_set_get_volume_callback()
484 void pa_source_set_set_volume_callback(pa_source *s, pa_source_cb_t cb) { in pa_source_set_set_volume_callback()
509 void pa_source_set_write_volume_callback(pa_source *s, pa_source_cb_t cb) { in pa_source_set_write_volume_callback()
530 void pa_source_set_get_mute_callback(pa_source *s, pa_source_get_mute_cb_t cb) { in pa_source_set_get_mute_callback()
536 void pa_source_set_set_mute_callback(pa_source *s, pa_source_cb_t cb) { in pa_source_set_set_mute_callback()
556 static void enable_flat_volume(pa_source *s, bool enable) { in enable_flat_volume()
577 void pa_source_enable_decibel_volume(pa_source *s, bool enable) { in pa_source_enable_decibel_volume()
[all …]
Dsink.c158 static void reset_callbacks(pa_sink *s) { in reset_callbacks()
182 pa_sink *s; in pa_sink_new() local
410 static int sink_set_state(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state()
530 void pa_sink_set_get_volume_callback(pa_sink *s, pa_sink_cb_t cb) { in pa_sink_set_get_volume_callback()
536 void pa_sink_set_set_volume_callback(pa_sink *s, pa_sink_cb_t cb) { in pa_sink_set_set_volume_callback()
561 void pa_sink_set_write_volume_callback(pa_sink *s, pa_sink_cb_t cb) { in pa_sink_set_write_volume_callback()
582 void pa_sink_set_get_mute_callback(pa_sink *s, pa_sink_get_mute_cb_t cb) { in pa_sink_set_get_mute_callback()
588 void pa_sink_set_set_mute_callback(pa_sink *s, pa_sink_cb_t cb) { in pa_sink_set_set_mute_callback()
608 static void enable_flat_volume(pa_sink *s, bool enable) { in enable_flat_volume()
629 void pa_sink_enable_decibel_volume(pa_sink *s, bool enable) { in pa_sink_enable_decibel_volume()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLanguageTag.java171 String s = itr.current(); in parse() local
194 String s = itr.current(); in parseLanguage() local
213 String s = itr.current(); in parseExtlangs() local
241 String s = itr.current(); in parseScript() local
259 String s = itr.current(); in parseRegion() local
278 String s = itr.current(); in parseVariants() local
306 String s = itr.current(); in parseExtensions() local
356 String s = itr.current(); in parsePrivateuse() local
555 public static boolean isLanguage(String s) { in isLanguage()
564 public static boolean isExtlang(String s) { in isExtlang()
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf_old.h365 #define UTF8_GET_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument
379 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
399 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
419 #define UTF8_FWD_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
424 #define UTF8_FWD_N_UNSAFE(s, i, n) UPRV_BLOCK_MACRO_BEGIN { \ argument
433 #define UTF8_SET_CHAR_START_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument
450 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
459 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dutf_old.h365 #define UTF8_GET_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
372 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument
379 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
399 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
419 #define UTF8_FWD_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
424 #define UTF8_FWD_N_UNSAFE(s, i, n) UPRV_BLOCK_MACRO_BEGIN { \ argument
433 #define UTF8_SET_CHAR_START_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
438 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) UPRV_BLOCK_MACRO_BEGIN { \ argument
450 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
459 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dir_hv_accept.cpp55 ir_visitor_status s = ir->accept(v); in visit_list_elements() local
84 ir_visitor_status s = v->visit_enter(this); in accept() local
107 ir_visitor_status s = v->visit_enter(this); in accept() local
123 ir_visitor_status s = v->visit_enter(this); in accept() local
135 ir_visitor_status s = v->visit_enter(this); in accept() local
161 ir_visitor_status s = v->visit_enter(this); in accept() local
247 ir_visitor_status s = v->visit_enter(this); in accept() local
266 ir_visitor_status s = v->visit_enter(this); in accept() local
289 ir_visitor_status s = v->visit_enter(this); in accept() local
301 ir_visitor_status s = v->visit_enter(this); in accept() local
[all …]
/third_party/typescript/tests/baselines/reference/
DnonPrimitiveConstraintOfIndexAccessType.js38 function f(s, tp) { argument
41 function g(s, tp) { argument
44 function h(s, tp) { argument
47 function i(s, tp) { argument
50 function j(s, tp) { argument
53 function k(s, tp) { argument
56 function o(s, tp) { argument
59 function l(s, tp) { argument
62 function m(s, tp) { argument
65 function n(s, tp) { argument
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js114 function decodeWindowBits(s) { argument
153 function enableEagerOutput(s) { argument
163 function enableLargeWindow(s) { argument
174 function initState(s, input) { argument
192 function close(s) { argument
209 function decodeVarLenUnsignedByte(s) { argument
228 function decodeMetaBlockLength(s) { argument
285 function readSymbol(tableGroup, tableIdx, s) { argument
307 function readBlockLength(tableGroup, tableIdx, s) { argument
357 function readHuffmanCodeLengths(codeLengthCodeLengths, numSymbols, codeLengths, s) { argument
[all …]

12345678910>>...282