Searched defs:line (Results 301 - 325 of 1454) sorted by last modified time

<<11121314151617181920>>

/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodVisitorTee.java136 public void visitLineNumber(int line, Label start) { argument
137 mv1.visitLineNumber(line, start);
138 mv2.visitLineNumber(line, start);
/external/mockito/src/org/mockito/internal/configuration/
H A DClassPathLoader.java49 * <code>mockito-extensions</code>, the content of this file need to have <strong>one</strong> line with
156 for (String line : readerToLines(new InputStreamReader(in, "UTF-8"))) {
157 String name = stripCommentAndWhitespace(line);
175 String line;
176 while ((line = lineReader.readLine()) != null) {
177 result.add(line);
182 static String stripCommentAndWhitespace(String line) { argument
183 int hash = line.indexOf('#');
185 line = line
[all...]
/external/mockito/src/org/mockito/internal/debugging/
H A DMockitoDebuggerImpl.java24 out += line("********************************");
25 out += line("*** Mockito interactions log ***");
26 out += line("********************************");
28 out += line(i.toString());
29 out += line(" invoked: " + i.getLocation());
31 out += line(" stubbed: " + i.stubInfo().stubbedAt().toString());
39 out += line("********************************");
40 out += line("*** Unused stubs ***");
41 out += line("********************************");
44 out += line(
50 private String line(String text) { method in class:MockitoDebuggerImpl
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h41 * Basic info for a point/line/triangle primitive.
68 void (*line)( struct draw_stage *, member in struct:draw_stage
H A Ddraw_pipe_unfilled.c29 * \brief Drawing stage for handling glPolygonMode(line/point).
68 static void line( struct draw_stage *stage, function
75 stage->next->line( stage->next, &tmp );
102 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) line( stage, v2, v0 );
103 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) line( stage, v0, v1 );
104 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) line( stage, v1, v2 );
210 unfilled->stage.line = draw_pipe_passthrough_line;
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py115 def line( intype, outtype, ptr, v0, v1 ): function
129 line( intype, outtype, ptr, v0, v1 )
131 line( intype, outtype, ptr, v1, v0 )
H A Du_unfilled_gen.py101 def line( intype, outtype, ptr, v0, v1 ): function
107 # and only emitting each line at most once.
110 line( intype, outtype, ptr, v0, v1 )
111 line( intype, outtype, ptr + '+2', v1, v2 )
112 line( intype, outtype, ptr + '+4', v2, v0 )
115 line( intype, outtype, ptr, v0, v1 )
116 line( intype, outtype, ptr + '+2', v1, v2 )
117 line( intype, outtype, ptr + '+4', v2, v3 )
118 line( intype, outtype, ptr + '+6', v3, v0 )
171 line( intyp
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c249 int line = 1; local
256 ++line;
262 debug_printf( "\nTGSI asm error: %s [%d : %d] \n", msg, line, column );
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c273 unsigned line,
276 _debug_printf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr);
405 int debug_funclog_enter(const char* f, const int line, const char* file) argument
419 void debug_funclog_exit(const char* f, const int line, const char* file) argument
426 void debug_funclog_enter_exit(const char* f, const int line, const char* file) argument
271 _debug_assert_fail(const char *expr, const char *file, unsigned line, const char *function) argument
H A Du_debug_memory.c58 unsigned line; member in struct:debug_memory_header
110 debug_malloc(const char *file, unsigned line, const char *function, argument
119 file, line, function,
126 hdr->line = line;
146 debug_free(const char *file, unsigned line, const char *function, argument
158 file, line, function,
167 hdr->file, hdr->line, hdr->function,
182 debug_calloc(const char *file, unsigned line, const char *function, argument
185 void *ptr = debug_malloc( file, line, functio
192 debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h30 * The setup code is concerned with point/line/triangle setup and
62 * Point/line/triangle setup context.
151 void (*line)( struct lp_setup_context *, member in struct:lp_setup_context
H A Dlp_setup_line.c239 * Print line vertex attribs (for debug).
249 debug_printf("llvmpipe line\n");
282 struct lp_rast_triangle *line; local
577 line = lp_setup_alloc_triangle(scene,
581 if (!line)
585 line->v[0][0] = v1[0][0];
586 line->v[1][0] = v2[0][0];
587 line->v[0][1] = v1[0][1];
588 line->v[1][1] = v2[0][1];
592 plane = GET_PLANES(line);
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c99 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) argument
101 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c1205 unsigned bank, unsigned line)
1216 if ((kcache[i].bank == bank && kcache[i].addr > line+1) ||
1218 /* try to insert new line */
1227 kcache[i].addr = line;
1231 d = line - kcache[i].addr;
1236 /* we are prepending the line to the current set,
1237 * discarding the existing second line,
1238 * so we'll have to insert line+2 after it */
1239 line += 2;
1256 kcache[i].addr = line;
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1270 unsigned bank, line, sel = alu->src[i].sel; local
1293 unsigned int line, sel = alu->src[i].sel, found = 0; local
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp37 std::string line; local
39 while (getline(ls, line)) {
40 std::istringstream ts(line);
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c255 int ximage_stride, line; local
271 for (line = h-1; line; --line) {
272 memmove(&map[line * transfer->stride],
273 &map[line * ximage_stride],
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1368 int line, ximage_stride; local
1405 for (line = 0; line < h; line++)
1406 memcpy(&map[line * tex_xfer->stride],
1407 &img->data[line * ximage_stride],
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c318 float line[4]; local
320 line[0] = 0.f; line[1] = 0.f;
321 line[2] = pt2[0] - pt1[0];
322 line[3] = pt2[1] - pt1[1];
323 line_normal(line, normal);
H A Dmatrix.h450 static INLINE void line_normal_vector(float *line, float *vec) argument
454 line_normal(line, normal);
H A Dpath.c1353 /* if dup vertex, emit a line */
1396 /* if dup vertex, emit a line */
1436 /* if dup vertex, emit a line */
1471 /* if dup vertex, emit a line */
1507 /* if dup vertex, emit a line */
1582 /* 8.7.5: "line width less than or equal to 0 prevents stroking from
1668 static INLINE void line_bounds(VGfloat *line /*x1,y1,x2,y2*/,
1671 bounds[0] = MIN2(line[0], line[2]);
1672 bounds[1] = MIN2(line[
1748 VGfloat line[4] = {ox, oy, coords[0], coords[1]}; local
1828 VGfloat line[4] = {ox, oy, iter.sx, iter.sy}; local
1833 VGfloat line[4] = {ox, oy, coords[0], coords[1]}; local
1895 VGfloat line[4] = {prev_iter.ox, prev_iter.oy, iter.sx, iter.sy}; local
1910 VGfloat line[4] = {prev_iter.ox, prev_iter.oy, coords[0], coords[1]}; local
2025 VGfloat line[4] = {prev_iter.ox, prev_iter.oy, iter.sx, iter.sy}; local
2031 VGfloat line[4] = {prev_iter.ox, prev_iter.oy, coords[0], coords[1]}; local
[all...]
H A Dstroker.c360 VGfloat a1, a2, b1, b2, c1, c2; /* Coefficients of line eqns */
466 static INLINE VGfloat adapted_angle_on_x(const VGfloat *line) argument
469 VGfloat angle = line_angles(line, identity);
470 if (line_dy(line) > 0)
572 debug_printf("emit line %f, %f\n", x, y);
913 VGfloat line[4] = {prev[0], prev[1], coords[0], coords[1]}; local
915 line_normal(line, normal);
921 line_translate(line, line_dx(normal), line_dy(normal));
926 create_joins(stroker, prev[0], prev[1], line,
929 stroker_emit_move_to(stroker, line[
[all...]
/external/mesa3d/src/glsl/
H A Dast.h95 locp.first_line = this->location.line;
111 this->location.line = locp.first_line;
120 unsigned line; /**< Line number within the source string. */ member in struct:ast_node::__anon27659
121 unsigned column; /**< Column in the line. */
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y186 | input line
189 line: label
214 "#line %" PRIiMAX "\n",
224 "#line %" PRIiMAX " %" PRIiMAX "\n",
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
97 _asl_level_string(level), file, line, function, thread);
107 if (line) {
109 asprintf(&_line, "%d", line);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1268 // RUN_ALL_TESTS(). In particular, it parses a command line for the
1386 // The following line prevents this overload from being considered if T2
1596 int line,
1614 : type(t), file(srcfile), line(line_num), message(msg) { }
1618 int const line; member in struct:testing::internal::AssertHelper::AssertHelperData
1736 #define ADD_FAILURE_AT(file, line) \
1737 GTEST_MESSAGE_AT_(file, line, "Failed", \
2028 // Causes a trace (including the source file path, the current line
2035 // In the implementation, we include the current line number as part
2147 // RUN_ALL_TESTS() should be invoked after the command line ha
[all...]

Completed in 1260 milliseconds

<<11121314151617181920>>