Searched defs:LEFT (Results 1 - 25 of 50) sorted by last modified time

12

/external/strace/
H A Dvsprintf.c246 #define LEFT 16 /* left justified */ macro
295 // if (spec.flags & LEFT)
347 if (!(spec.flags & (ZEROPAD+LEFT))) {
372 if (!(spec.flags & LEFT)) {
419 if (!(spec.flags & LEFT)) {
483 spec->flags |= LEFT;
522 case '-': spec->flags |= LEFT; break;
687 if (!(spec.flags & LEFT)) {
/external/srec/tools/grxmlcompile/
H A Dvocab.h72 enum PelPosition {LEFT, RIGHT, MIDDLE}; enumerator in enum:Pronunciation::PelPosition
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp14 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM }; enumerator in enum:FPDF_VALUE
143 case LEFT:
196 rcRet.left = GetMinMaxValue(*pRectArray, MIN, LEFT);
/external/llvm/utils/lit/lit/
H A DProgressBar.py50 LEFT = '' #: Move the cursor left one char variable in class:TerminalController
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
/external/guava/guava/src/com/google/common/collect/
H A DBstSide.java26 LEFT { enum constant in enum:BstSide
35 return LEFT;
/external/eigen/blas/
H A Dcommon.h30 #define LEFT 0 macro
46 #define SIDE(X) ( ((X)=='L' || (X)=='l') ? LEFT \
/external/eigen/blas/testing/
H A Dcblat3.f689 LOGICAL CONJ, LEFT, NULL, RESET, SAME local in subroutine:CCHK2
746 LEFT = SIDE.EQ.'L'
748 IF( LEFT )THEN
866 IF( LEFT )THEN
967 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:CCHK3
1018 LEFT = SIDE.EQ.'L'
1019 IF( LEFT )THEN
1144 IF( LEFT )THEN
1171 IF( LEFT )THEN
H A Ddblat3.f671 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:DCHK2
728 LEFT = SIDE.EQ.'L'
730 IF( LEFT )THEN
843 IF( LEFT )THEN
940 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:DCHK3
991 LEFT = SIDE.EQ.'L'
992 IF( LEFT )THEN
1117 IF( LEFT )THEN
1144 IF( LEFT )THEN
H A Dsblat3.f671 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:SCHK2
728 LEFT = SIDE.EQ.'L'
730 IF( LEFT )THEN
843 IF( LEFT )THEN
940 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:SCHK3
991 LEFT = SIDE.EQ.'L'
992 IF( LEFT )THEN
1117 IF( LEFT )THEN
1144 IF( LEFT )THEN
H A Dzblat3.f690 LOGICAL CONJ, LEFT, NULL, RESET, SAME local in subroutine:ZCHK2
747 LEFT = SIDE.EQ.'L'
749 IF( LEFT )THEN
867 IF( LEFT )THEN
969 LOGICAL LEFT, NULL, RESET, SAME local in subroutine:ZCHK3
1020 LEFT = SIDE.EQ.'L'
1021 IF( LEFT )THEN
1146 IF( LEFT )THEN
1173 IF( LEFT )THEN
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DDirection.java19 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
68 LEFT { enum constant in enum:Direction.PhysicalDirection
82 return LEFT;
97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
139 return LEFT;
/external/clang/test/Modules/Inputs/
H A Dmacros_left.h2 #define LEFT unsigned long macro

Completed in 585 milliseconds

12