HomeSort by relevance Sort by last modified time
    Searched full:shorten (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /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/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/android/
prefix.h 39 // Called by command_line.cc to shorten the process name. Not needed for
  /external/linux-tools-perf/Documentation/
perf-annotate.txt 60 Don't shorten the displayed pathnames.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
README 13 The file "fixit.l" contains flex sources for a program to shorten external
MVS.mail 32 I thus wrote a Q&D program to shorten all externals. (This would be
  /external/quake/quake/src/QW/client/
spritegn.h 69 // TODO: shorten these?
  /external/quake/quake/src/WinQuake/
spritegn.h 69 // TODO: shorten these?
  /gdk/samples/quake/jni/
spritegn.h 69 // TODO: shorten these?
  /sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
UiNode.java 65 // shorten the standard class names, otherwise it takes up too much space on UI
  /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/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 173 // just shorten the longer dimension. Otherwise shorten both dimensions
  /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/elfutils/src/
elf32-i386.script 149 we can shorten the on-disk segment size. */
  /external/icu4c/common/
uarrsort.c 109 * It recurses for the smaller sub-array to shorten the recursion depth,
  /external/qemu/
alpha.ld 79 we can shorten the on-disk segment size. */
arm.ld 105 we can shorten the on-disk segment size. */
i386-vl.ld 92 we can shorten the on-disk segment size. */
i386.ld 105 we can shorten the on-disk segment size. */
sparc.ld 101 we can shorten the on-disk segment size. */
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 131 if (directoryURL.length() == directoryURLPathStart + 1) // path is "/" already, cannot shorten it any more
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 41 # Shorten the user-agent displayed

Completed in 988 milliseconds

1 2 3 4 5 6 7 8 91011>>