/external/regex-re2/re2/ |
unicode.py | 164 # Chop # comments and white space; ignore empty lines. 172 # Split fields on ";", chop more white space.
|
/external/skia/src/core/ |
SkLineClipper.cpp | 207 // Chop in Y to produce a single segment, stored in tmp[0..1] 222 // Chop it into 1..3 segments that are wholly within the clip in X.
|
SkGeometry.cpp | 311 SkScalar t = 0; // 0 means don't chop 475 that after the first chop, the parameters to valid_unit_divide are equal 508 if (roots == 0) { // nothing to chop 521 // have src point to the remaining cubic (after the chop) 545 /** Given 4 points on a cubic bezier, chop it into 1, 2, 3 beziers such that 964 /* given a quad-curve and a point (x,y), chop the quad at that point and place [all...] |
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 101 // Now we actually perform the chop, removing the excess to the left and 132 // Now we actually perform the chop, removing the excess to the top and
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 211 chop ($__pwd = `pwd`); 274 chop $mk;
|
/external/clang/tools/diag-build/ |
diag-build.sh | 118 # Chop off trailing '&&', '||', and ';'
|
/external/mesa3d/src/mesa/main/ |
image.c | 789 /* chop off [t, 1] part */ 799 /* chop off [t, 1] part */ 822 /* chop off [0, t] part */ 832 /* chop off [0, t] part */
|
/external/skia/src/utils/ |
SkCullPoints.cpp | 85 // need to upgrade sect_test to chop the result
|
/external/toybox/toys/posix/ |
xargs.c | 65 // Chop up whitespace delimited string into args
|
/frameworks/base/services/core/jni/ |
com_android_server_am_BatteryStatsService.cpp | 143 // Chop newline at end.
|
/ndk/build/gmsl/ |
gmsl-tests | 126 $(call start_test,chop) 127 $(call test_assert,$(call chop,1 2 3),1 2) 128 $(call test_assert,$(call chop,1 2 3 4),1 2 3) 129 $(call test_assert,$(call chop,1),) 130 $(call test_assert,$(call chop,),)
|
/external/mksh/src/ |
check.pl | 298 chop($pwd = `pwd 2>/dev/null`); 310 chop($temp_dir = `pwd 2>/dev/null`); 831 chop($str); 832 chop($str); 936 chop; 987 chop $val if $do_chop; [all...] |
/external/lldb/include/lldb/Target/ |
ObjCLanguageRuntime.h | 368 /// Chop up an objective C function prototype. 370 /// Chop up an objective C function fullname and optionally fill in
|
/external/openssh/ |
ssh_api.c | 371 chop(buf); 388 chop(buf);
|
/external/skia/gm/ |
beziereffects.cpp | 390 // where to chop the conic. If the max curvature is not 412 // Most cases will result in either 1 conic (chop point is not within t range)
|
/ndk/sources/host-tools/make-3.81/ |
commands.c | 267 /* Chop CMDS up into individual command lines if necessary. 283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
|
/external/libpng/projects/owatcom/ |
pngconfig.mak | 138 $# course, do the standard binary chop.)
|
/external/libvncserver/x11vnc/misc/ |
rx11vnc.pl | 34 chop($Program = `basename $0`);
|
/external/mdnsresponder/mDNSShared/ |
PlatformCommon.c | 98 if (len && dst[len-1] == '\n') dst[len-1] = '\0'; // chop newline
|
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 133 // where to chop the conic. If the max curvature is not 155 // Most cases will result in either 1 conic (chop point is not within t range) 259 // We chop the conics to create tighter clipping to hide error 306 // chop point (if there is one) will be at the parabola's vertex. In the nearly [all...] |
GrPathUtils.h | 129 // the double point: ls and ms. We chop the cubic at these values if they are between 0 and 1.
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.h | 49 * looking for. It is able to render ellipses (even thin ones) without the need to chop.
|
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 399 // Chop off the u part of u8 prefix 402 // FALL THROUGH to chop the 8 406 // Chop off the L, u, U or 8 prefix
|
/external/bison/tests/ |
existing.at | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
E_B_D_T_.py | 292 # Chop off 'imagedata' from the tag to get just the option. 423 # Chop off 'imagedata' from the tag to get just the option. 445 # Chop off 'imagedata' from the tag to get just the option.
|