/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
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
dbformat_test.cc | 19 static std::string Shorten(const std::string& s, const std::string& l) { 68 Shorten(IKey("foo", 100, kTypeValue), 71 Shorten(IKey("foo", 100, kTypeValue), 74 Shorten(IKey("foo", 100, kTypeValue), 77 Shorten(IKey("foo", 100, kTypeValue), 82 Shorten(IKey("foo", 100, kTypeValue), 87 Shorten(IKey("foo", 100, kTypeValue), 92 Shorten(IKey("foo", 100, kTypeValue), 97 Shorten(IKey("foobar", 100, kTypeValue),
|
/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
|
/external/chromium_org/build/ |
sanitize-win-build-log.sed | 16 # Shorten bindings generation lines
|
sanitize-mac-build-log.sed | 33 # Shorten the "compiling foobar.o" line.
|
/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/chromium/build/ |
sanitize-mac-build-log.sed | 30 # Shorten the "compiling foobar.o" line.
|
/external/llvm/test/CodeGen/X86/ |
2008-10-06-x87ld-nan-2.ll | 5 ; it is not safe to shorten any of these NaNs.
|
/external/valgrind/main/none/tests/ |
pth_blockedsig.c | 18 // Only do it once, to shorten test --njn
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
comparator.cc | 41 // Do not shorten if one string is a prefix of the other
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_vbo.c | 452 nv30_draw_elements(struct nv30_context *nv30, boolean shorten, 526 if (shorten) 584 boolean shorten = info->max_index <= 65535; local 593 shorten = FALSE; 605 shorten = FALSE; 608 nv30_draw_elements(nv30, shorten,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vbo.c | 452 nv30_draw_elements(struct nv30_context *nv30, boolean shorten, 526 if (shorten) 584 boolean shorten = info->max_index <= 65535; local 593 shorten = FALSE; 605 shorten = FALSE; 608 nv30_draw_elements(nv30, shorten,
|
/external/chromium/android/ |
prefix.h | 39 // Called by command_line.cc to shorten the process name. Not needed for
|
/external/chromium_org/courgette/ |
disassembler.h | 83 // ParseHeader may shorten the length if the executable is shorter than
|
/external/linux-tools-perf/Documentation/ |
perf-annotate.txt | 60 Don't shorten the displayed pathnames.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.h | 154 // Reduces time interval in tests to shorten test run time. 218 // Tests may want to shorten time intervals to reduce running time.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
JPEGInputStream.java | 141 // Shorten skip to a reasonable amount
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 122 // shorten the list to the "kept" elements. 130 // The predicate still holds, shorten the list to the prefix elements.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_vbo.c | 563 nv50_draw_elements(struct nv50_context *nv50, boolean shorten, 643 if (shorten) 769 boolean shorten = info->max_index <= 65535; local 778 shorten = FALSE; 790 shorten = FALSE; 793 nv50_draw_elements(nv50, shorten,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 686 nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten, 733 if (shorten) 843 boolean shorten = info->max_index <= 65535; local 852 shorten = FALSE; 863 shorten = FALSE; 866 nvc0_draw_elements(nvc0, shorten,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_vbo.c | 563 nv50_draw_elements(struct nv50_context *nv50, boolean shorten, 643 if (shorten) 769 boolean shorten = info->max_index <= 65535; local 778 shorten = FALSE; 790 shorten = FALSE; 793 nv50_draw_elements(nv50, shorten,
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 686 nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten, 733 if (shorten) 843 boolean shorten = info->max_index <= 65535; local 852 shorten = FALSE; 863 shorten = FALSE; 866 nvc0_draw_elements(nvc0, shorten,
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_en-GB.xtb | 47 <translation id="2226276347425096477">Please shorten this text to <ph name="MAX_CHARACTERS"/> characters or less (you are currently using <ph name="CURRENT_LENGTH"/> characters).</translation>
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
tokenizer.py | 132 # Shorten the string to be matched.
|