Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go180 type state struct { struct
181 str string // remainder of string to demangle
182 verbose bool // whether to use verbose demangling
183 off int // offset of str within original string
184 subs substitutions // substitutions
185 templates []*Template // templates being processed
189 func (st *state) copy() *state {
196 func (st *state) fail(err string) {
202 func (st *state) failEarlier(err string, dec int) {
210 func (st *state) advance(add int) {
[all …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c103 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state()
166 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple()
188 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state()
207 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state()
228 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state()
256 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state()
308 void trace_dump_compute_state(const struct pipe_compute_state *state) in trace_dump_compute_state()
340 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state()
391 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state()
410 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state()
[all …]
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go108 type state struct { struct
111 result diff.Result // The current result of comparison
112 curPath Path // The current path in the value tree
113 reporter reporter // Optional reporter used for difference formatting
117 dynChecker dynChecker
120 exporters map[reflect.Type]bool // Set of structs with unexported field visibility
121 opts Options // List of all fundamental and filter options
132 func (s *state) processOption(opt Option) {
167 func (s *state) statelessCompare(vx, vy reflect.Value) diff.Result {
182 func (s *state) compareAny(vx, vy reflect.Value) {
[all …]
/external/u-boot/arch/sandbox/cpu/
Dstart.c20 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() local
74 static int sandbox_cmdline_cb_help(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_help()
84 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() local
108 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot()
116 static int sandbox_cmdline_cb_command(struct sandbox_state *state, in sandbox_cmdline_cb_command()
124 static int sandbox_cmdline_cb_fdt(struct sandbox_state *state, const char *arg) in sandbox_cmdline_cb_fdt()
131 static int sandbox_cmdline_cb_default_fdt(struct sandbox_state *state, in sandbox_cmdline_cb_default_fdt()
150 static int sandbox_cmdline_cb_interactive(struct sandbox_state *state, in sandbox_cmdline_cb_interactive()
159 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump()
169 static int sandbox_cmdline_cb_memory(struct sandbox_state *state, in sandbox_cmdline_cb_memory()
[all …]
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc67 void BM_basic(benchmark::State& state) { in BM_basic()
88 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
112 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
136 void BM_label(benchmark::State& state) { in BM_label()
160 void BM_error(benchmark::State& state) { in BM_error()
180 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
195 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
210 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
227 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
239 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
[all …]
Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty()
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
37 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
52 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
63 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
76 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after()
92 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
100 void BM_KeepRunning(benchmark::State& state) { in BM_KeepRunning()
110 void BM_KeepRunningBatch(benchmark::State& state) { in BM_KeepRunningBatch()
[all …]
/external/google-benchmark/test/
Dreporter_output_test.cc67 void BM_basic(benchmark::State& state) { in BM_basic()
88 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
112 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
136 void BM_label(benchmark::State& state) { in BM_label()
160 void BM_error(benchmark::State& state) { in BM_error()
180 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
195 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
210 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
227 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
239 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
[all …]
Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty()
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
37 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
52 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
63 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
76 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after()
92 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
100 void BM_KeepRunning(benchmark::State& state) { in BM_KeepRunning()
110 void BM_KeepRunningBatch(benchmark::State& state) { in BM_KeepRunningBatch()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowXmlBlock.java109 protected static int nativeNext(int state) throws XmlPullParserException { in nativeNext()
114 protected static int nativeNext(long state) throws XmlPullParserException { in nativeNext()
144 protected static int nativeGetNamespace(int state) { in nativeGetNamespace()
149 protected static int nativeGetNamespace(long state) { in nativeGetNamespace()
155 protected static int nativeGetName(int state) { in nativeGetName()
160 protected static int nativeGetName(long state) { in nativeGetName()
166 protected static int nativeGetText(int state) { in nativeGetText()
171 protected static int nativeGetText(long state) { in nativeGetText()
177 protected static int nativeGetLineNumber(int state) { in nativeGetLineNumber()
182 protected static int nativeGetLineNumber(long state) { in nativeGetLineNumber()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_clone.c56 init_clone_state(clone_state *state, struct hash_table *remap_table, in init_clone_state()
73 free_clone_state(clone_state *state) in free_clone_state()
79 _lookup_ptr(clone_state *state, const void *ptr, bool global) in _lookup_ptr()
99 add_remap(clone_state *state, void *nptr, const void *ptr) in add_remap()
105 remap_local(clone_state *state, const void *ptr) in remap_local()
111 remap_global(clone_state *state, const void *ptr) in remap_global()
117 remap_reg(clone_state *state, const nir_register *reg) in remap_reg()
123 remap_var(clone_state *state, const nir_variable *var) in remap_var()
168 clone_variable(clone_state *state, const nir_variable *var) in clone_variable()
178 clone_var_list(clone_state *state, struct exec_list *dst, in clone_var_list()
[all …]
Dnir_print.c61 print_annotation(print_state *state, void *obj) in print_annotation()
77 print_register(nir_register *reg, print_state *state) in print_register()
91 print_register_decl(nir_register *reg, print_state *state) in print_register_decl()
104 print_ssa_def(nir_ssa_def *def, print_state *state) in print_ssa_def()
114 print_ssa_use(nir_ssa_def *def, print_state *state) in print_ssa_use()
125 print_reg_src(nir_reg_src *src, print_state *state) in print_reg_src()
140 print_reg_dest(nir_reg_dest *dest, print_state *state) in print_reg_dest()
155 print_src(nir_src *src, print_state *state) in print_src()
164 print_dest(nir_dest *dest, print_state *state) in print_dest()
173 print_alu_src(nir_alu_instr *instr, unsigned src, print_state *state) in print_alu_src()
[all …]
Dnir_lower_gs_intrinsics.c56 struct state { struct
71 rewrite_emit_vertex(nir_intrinsic_instr *intrin, struct state *state) in rewrite_emit_vertex()
112 rewrite_end_primitive(nir_intrinsic_instr *intrin, struct state *state) in rewrite_end_primitive()
132 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics()
160 append_set_vertex_count(nir_block *end_block, struct state *state) in append_set_vertex_count()
186 struct state state; in nir_lower_gs_intrinsics() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DHttp2ClientStreamTransportStateTest.java75 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_notifiesListener() local
89 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_doesntRequire200() local
103 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_noHttpStatus() local
118 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_wrongContentType_200() local
134 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_wrongContentType_401() local
151 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_handles_1xx() local
173 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_twice() local
192 BaseTransportState state = new BaseTransportState(transportTracer); in transportHeadersReceived_unknownAndTwiceLogsSecondHeaders() local
212 BaseTransportState state = new BaseTransportState(transportTracer); in transportDataReceived_noHeaderReceived() local
223 BaseTransportState state = new BaseTransportState(transportTracer); in transportDataReceived_debugData() local
[all …]
/external/libvterm/src/
Dpen.c53 static bool lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
63 static bool lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
91 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTe… in lookup_colour()
119 static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type, VTermValue *val) in setpenattr()
132 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) in setpenattr_bool()
138 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) in setpenattr_int()
144 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col()
150 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi()
159 INTERNAL void vterm_state_newpen(VTermState *state) in vterm_state_newpen()
170 INTERNAL void vterm_state_resetpen(VTermState *state) in vterm_state_resetpen()
[all …]
Dstate.c14 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) in putglyph()
31 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor()
44 static void erase(VTermState *state, VTermRect rect, int selective) in erase()
53 VTermState *state = vterm_allocator_malloc(vt, sizeof(VTermState)); in vterm_state_new() local
76 INTERNAL void vterm_state_free(VTermState *state) in vterm_state_free()
84 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) in scroll()
124 static void linefeed(VTermState *state) in linefeed()
140 static void grow_combine_buffer(VTermState *state) in grow_combine_buffer()
153 static void set_col_tabstop(VTermState *state, int col) in set_col_tabstop()
159 static void clear_col_tabstop(VTermState *state, int col) in clear_col_tabstop()
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo16khz()
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz()
66 WebRtcSpl_State16khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample16khzTo48khz()
91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz()
104 WebRtcSpl_State48khzTo8khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo8khz()
135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz()
149 WebRtcSpl_State8khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample8khzTo48khz()
180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator_test.c95 void test_add(void **state) { in test_add()
101 void test_subtract(void **state) { in test_subtract()
107 void test_multiply(void **state) { in test_multiply()
113 void test_divide(void **state) { in test_divide()
119 void test_divide_by_zero(void **state) { in test_divide_by_zero()
125 void test_find_operator_function_by_string_null_functions(void **state) { in test_find_operator_function_by_string_null_functions()
131 void test_find_operator_function_by_string_null_string(void **state) { in test_find_operator_function_by_string_null_string()
141 void test_find_operator_function_by_string_valid_null_functions(void **state) { in test_find_operator_function_by_string_valid_null_functions()
148 void test_find_operator_function_by_string_not_found(void **state) { in test_find_operator_function_by_string_not_found()
161 void test_find_operator_function_by_string_found(void **state) { in test_find_operator_function_by_string_found()
[all …]
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_metadata.cc32 static void BM_SliceFromStatic(benchmark::State& state) { in BM_SliceFromStatic()
41 static void BM_SliceFromCopied(benchmark::State& state) { in BM_SliceFromCopied()
50 static void BM_SliceIntern(benchmark::State& state) { in BM_SliceIntern()
60 static void BM_SliceReIntern(benchmark::State& state) { in BM_SliceReIntern()
71 static void BM_SliceInternStaticMetadata(benchmark::State& state) { in BM_SliceInternStaticMetadata()
80 static void BM_SliceInternEqualToStaticMetadata(benchmark::State& state) { in BM_SliceInternEqualToStaticMetadata()
90 static void BM_MetadataFromNonInternedSlices(benchmark::State& state) { in BM_MetadataFromNonInternedSlices()
103 static void BM_MetadataFromInternedSlices(benchmark::State& state) { in BM_MetadataFromInternedSlices()
119 benchmark::State& state) { in BM_MetadataFromInternedSlicesAlreadyInIndex()
136 static void BM_MetadataFromInternedKey(benchmark::State& state) { in BM_MetadataFromInternedKey()
[all …]
/external/libtextclassifier/utils/
Dlua-utils.h56 T FromUpValue(const int index, lua_State *state) { in FromUpValue()
90 void NewIterator(StringPiece name, const T *items, lua_State *state) const { in NewIterator()
108 int Iteritems(lua_State *state) const override { in Iteritems()
117 int Length(lua_State *state) const override { in Length()
122 int Next(lua_State *state) const override { in Next()
128 int Next(const T *items, const int64 pos, lua_State *state) const { in Next()
144 int Item(lua_State *state) const override { in Item()
173 virtual int Item(const T *items, StringPiece key, lua_State *state) const { in Item()
238 lua_State *state() const { return state_; } in state() function
254 static int Dispatch(lua_State *state) { in Dispatch()
/external/python/cpython2/Modules/zlib/
Dgzread.c21 local int gz_load(state, buf, len, have) in gz_load() argument
56 local int gz_avail(state) in gz_avail() argument
91 local int gz_look(state) in gz_look() argument
175 local int gz_decomp(state) in gz_decomp() argument
229 local int gz_fetch(state) in gz_fetch() argument
259 local int gz_skip(state, len) in gz_skip() argument
294 local z_size_t gz_read(state, buf, len) in gz_read() argument
380 gz_statep state; local
418 gz_statep state; local
452 gz_statep state; local
[all …]
/external/zlib/src/
Dgzread.c21 local int gz_load(state, buf, len, have) in gz_load() argument
56 local int gz_avail(state) in gz_avail() argument
91 local int gz_look(state) in gz_look() argument
175 local int gz_decomp(state) in gz_decomp() argument
229 local int gz_fetch(state) in gz_fetch() argument
259 local int gz_skip(state, len) in gz_skip() argument
294 local z_size_t gz_read(state, buf, len) in gz_read() argument
380 gz_statep state; local
418 gz_statep state; local
452 gz_statep state; local
[all …]
/external/expat/lib/
Dxmlrole.c115 #define setTopLevel(state) \ argument
120 #define setTopLevel(state) ((state)->handler = internalSubset) argument
150 prolog0(PROLOG_STATE *state, in prolog0()
187 prolog1(PROLOG_STATE *state, in prolog1()
225 prolog2(PROLOG_STATE *state, in prolog2()
246 doctype0(PROLOG_STATE *state, in doctype0()
264 doctype1(PROLOG_STATE *state, in doctype1()
294 doctype2(PROLOG_STATE *state, in doctype2()
311 doctype3(PROLOG_STATE *state, in doctype3()
328 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/python/cpython3/Modules/expat/
Dxmlrole.c115 #define setTopLevel(state) \ argument
120 #define setTopLevel(state) ((state)->handler = internalSubset) argument
150 prolog0(PROLOG_STATE *state, in prolog0()
187 prolog1(PROLOG_STATE *state, in prolog1()
225 prolog2(PROLOG_STATE *state, in prolog2()
246 doctype0(PROLOG_STATE *state, in doctype0()
264 doctype1(PROLOG_STATE *state, in doctype1()
294 doctype2(PROLOG_STATE *state, in doctype2()
311 doctype3(PROLOG_STATE *state, in doctype3()
328 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlrole.c115 #define setTopLevel(state) \ argument
120 #define setTopLevel(state) ((state)->handler = internalSubset) argument
150 prolog0(PROLOG_STATE *state, in prolog0()
187 prolog1(PROLOG_STATE *state, in prolog1()
225 prolog2(PROLOG_STATE *state, in prolog2()
246 doctype0(PROLOG_STATE *state, in doctype0()
264 doctype1(PROLOG_STATE *state, in doctype1()
294 doctype2(PROLOG_STATE *state, in doctype2()
311 doctype3(PROLOG_STATE *state, in doctype3()
328 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/perfetto/ui/src/common/
Dactions_unittest.ts70 const state = createEmptyState(); constant
129 const state = createEmptyState(); constant
149 const state = createEmptyState(); constant
169 const state = createEmptyState(); constant
187 const state = createEmptyState(); constant
205 const state = createEmptyState(); constant
222 const state = createEmptyState(); constant
239 const state = createEmptyState(); constant

12345678910>>...117