/external/clang/test/Sema/ |
ext_vector_components.c | 22 vec2 = vec4.s01; // legal, shorten 23 vec2 = vec4.S01; // legal, shorten 25 vec3 = vec4.xyz; // legal, shorten 26 f = vec2.x; // legal, shorten 27 f = vec4.xy.x; // legal, shorten 51 vec3 = vec4.rgb; // legal, shorten 52 f = vec2.r; // legal, shorten 53 f = vec4.rg.r; // legal, shorten
|
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
DebugReceiver.java | 47 Log.d(TAG, shorten(intent.getAction())); 52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra)); 56 // shorten string to shorthand 58 private static String shorten(String action) { method in class:DebugReceiver
|
/toolchain/binutils/binutils-2.27/config/ |
mh-djgpp | 0 # Shorten the target alias so when it is used to set 'libsubdir'
|
/toolchain/binutils/binutils-2.27/gas/ |
flonum-copy.c | 60 int shorten; /* 1-origin. Number of littlenums we drop. */ local 62 shorten = in_length - out_length; 64 memcpy ((void *) (out->low), (void *) (in->low + shorten), 67 out->exponent = in->exponent + shorten;
|
/external/pdfium/third_party/agg23/ |
agg_conv_dash.h | 47 void shorten(float s) function in struct:agg::conv_dash 49 base_type::generator().shorten(s); 51 double shorten() const function in struct:agg::conv_dash 53 return base_type::generator().shorten();
|
agg_conv_stroke.h | 96 void shorten(float s) function in struct:agg::conv_stroke 98 base_type::generator().shorten(s); 100 float shorten() const function in struct:agg::conv_stroke 102 return base_type::generator().shorten();
|
agg_vcgen_dash.h | 43 void shorten(float s) function in class:agg::vcgen_dash 47 double shorten() const function in class:agg::vcgen_dash
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 86 /* APPLE LOCAL shorten-64-to-32 4604239 */ \ 94 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 98 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 101 /* APPLE LOCAL shorten-64-to-32 4604239 */ \ 104 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 107 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 110 /* APPLE LOCAL shorten-64-to-32 5909621 */ \
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 86 /* APPLE LOCAL shorten-64-to-32 4604239 */ \ 94 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 98 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 101 /* APPLE LOCAL shorten-64-to-32 4604239 */ \ 104 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 107 /* APPLE LOCAL shorten-64-to-32 5909621 */ \ 110 /* APPLE LOCAL shorten-64-to-32 5909621 */ \
|
/external/llvm/test/CodeGen/X86/ |
2008-10-06-x87ld-nan-2.ll | 5 ; it is not safe to shorten any of these NaNs.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2008-10-06-x87ld-nan-2.ll | 5 ; it is not safe to shorten any of these NaNs.
|
/external/valgrind/none/tests/ |
pth_blockedsig.c | 18 // Only do it once, to shorten test --njn
|
/external/fio/ |
tickmarks.c | 42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, function 117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
|
/external/ltp/testcases/kernel/syscalls/writev/ |
writev07.c | 19 * Kernel <4.8 used to shorten write up to first bad invalid 21 * page size) is likely to get shorten to 0 bytes and return
|
/external/autotest/tko/ |
query_lib.py | 16 me = parse_scrub_and_gen_condition # shorten the name
|
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
ViewerApplication.java | 59 if (mTitle.startsWith("Viewer: ")) { // Quick hack to shorten the title
|
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
ViewerApplication.java | 59 if (mTitle.startsWith("Viewer: ")) { // Quick hack to shorten the title
|
/external/syslinux/gpxe/src/util/ |
genliso | 49 # shorten name for 8.3 filesystem
|
gensdsk | 44 # shorten name for 8.3 filesystem
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
Android.bp | 56 "-Wno-shorten-64-to-32",
|
/external/e2fsprogs/util/ |
symlinks.c | 38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable 218 if (shorten) 257 if (shorten) (void) shorten_path(new, path); 316 "\t-s == shorten lengthy links (displayed in output only when -c not specified)\n" 367 else if (c == 's') shorten = 1;
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_vbo.c | 460 nv30_draw_elements(struct nv30_context *nv30, bool shorten, 532 if (shorten) 602 bool shorten = info->max_index <= 65535; local 611 shorten = false; 623 shorten = false; 626 nv30_draw_elements(nv30, shorten,
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/ |
Abbreviator.java | 64 // we tried our best but we are still could not shorten the input
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Chrono.h | 28 /// - to shorten the type name
|
/art/runtime/ |
debug_print.cc | 45 // If the file name is the same as the name, output "+" instead to shorten the output. 116 // Replace the base location with "+" to shorten the output.
|