/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlockLineLayout.cpp | 350 return (alignment == JUSTIFY) ? TASTART : alignment; 365 return JUSTIFY; 367 if (alignment != JUSTIFY) 370 return JUSTIFY; 553 // Only justify text if whitespace is collapsed. 592 case JUSTIFY: [all...] |
RenderDeprecatedFlexibleBox.cpp | 582 if (style()->boxPack() == Justify) { [all...] |
/docs/source.android.com/src/source/ |
code-style.jd | 563 level is always logged. Issues that justify some logging at the ERROR level 574 logged. Issues that justify some logging at the WARNING level might also be 639 <p>When a condition that would normally justify some logging is
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 133 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ 134 #define VG_MSG_LJUSTIFY 4 /* Must justify on the left. */ 290 /* If '-' follows '%', justify on the left. */ [all...] |
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_install_dialog_gtk.cc | 261 // Top justify the image.
|
/external/chromium_org/third_party/libwebp/utils/ |
bit_reader.h | 61 // The right-justify strategy tends to use less shifts and is often faster.
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-parisc.pl | 17 # is believed to be not sufficient to justify the effort...
|
/external/libvorbis/doc/ |
Vorbis_I_spec.css | 123 .quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 318 'KEY_DOWN', 'JUSTIFY', 'JAPANESE_KATAKANA_HALF',
|
scilab.php | 126 'jetcolormap', 'jmat', 'justify', 'kalm', 'karmarkar', 'kernel', 'keyboard', 'knapsack', 'kpure', 'krac2',
|
/external/llvm/docs/ |
LinkTimeOptimization.rst | 123 this code duplication difficult to justify, but it also has several other
|
/external/openssl/crypto/rc4/asm/ |
rc4-parisc.pl | 17 # is believed to be not sufficient to justify the effort...
|
/external/webp/src/utils/ |
bit_reader.h | 61 // The right-justify strategy tends to use less shifts and is often faster.
|
/external/zlib/src/examples/ |
zran.c | 25 deciding if enough uncompressed data has gone by to justify the creation of
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HTML4.java | 270 new String[] {"left", "center", "right", "justify",
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HTML4.java | 271 new String[] {"left", "center", "right", "justify",
|
/docs/source.android.com/src/devices/tech/input/ |
keyboard-devices.jd | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
mmetrics-frames.xsl | 161 <body style="text-align:justify;"> 675 <td style="text-align: justify;"> 723 <td style="text-align: justify;"> [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 123 labelFontNameTitle=Label(frameFontName,justify=LEFT, 139 justify=LEFT,font=self.editFont) 142 labelSpaceNumTitle=Label(frameIndentSize, justify=LEFT, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 659 exportselection, invalidcommand, justify, show, state, 701 exportselection, justify, height, postcommand, state, 751 anchor, background, font, foreground, justify, padding, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 123 labelFontNameTitle=Label(frameFontName,justify=LEFT, 139 justify=LEFT,font=self.editFont) 142 labelSpaceNumTitle=Label(frameIndentSize, justify=LEFT, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 659 exportselection, invalidcommand, justify, show, state, 701 exportselection, justify, height, postcommand, state, 751 anchor, background, font, foreground, justify, padding, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 877 if (flags & PRINT_F_MINUS) /* Left justify. */ 963 if (flags & PRINT_F_MINUS) /* Left justify. */ [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 877 if (flags & PRINT_F_MINUS) /* Left justify. */ 963 if (flags & PRINT_F_MINUS) /* Left justify. */ [all...] |
/external/chromium_org/remoting/webapp/ |
main.css | 321 -webkit-justify-content: flex-end;
|