HomeSort by relevance Sort by last modified time
    Searched refs:PADDING (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 37 private static final int PADDING = 10;
43 path.moveTo(0, PADDING);
44 path.lineTo(BITMAP_WIDTH - PADDING, PADDING);
45 path.lineTo(BITMAP_WIDTH - PADDING, BITMAP_HEIGHT);
63 RectF oval = new RectF(BITMAP_WIDTH - PADDING - 2 * RADIUS, PADDING,
64 BITMAP_WIDTH - PADDING, PADDING + 2 * RADIUS);
65 expectedPath.moveTo(0, PADDING);
    [all...]
  /frameworks/compile/mclinker/scripts/
normal_files.sh 26 # replace the template name by target flie name and adjust the padding of '-'
30 PADDING="";
36 PADDING="${PADDING}-";
39 if [ "${PADDING_LEN}" -gt "0" ]; then # replace and add padding
40 sed -e "s/header.h /${NAME}.h ${PADDING}/g" ${TARGET_FILE} > ${TARGET_FILE}.tmp
42 elif [ "${PADDING_LEN}" -lt "0" ]; then # replace and strip padding
43 sed -e "s/header.h ${PADDING}/${NAME}.h /g" ${TARGET_FILE} > ${TARGET_FILE}.tmp
61 # replace the template name by target flie name and adjust the padding of '-'
65 PADDING=""
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 46 public final static int PADDING = 30;
151 left = PADDING;
153 bounds.width = treeWidth + 2 * PADDING;
164 top = PADDING + (treeHeight - NODE_HEIGHT) / 2.0;
165 double currentTop = PADDING;
173 bounds.height = treeHeight + 2 * PADDING;
252 root.bounds.y = Math.min(root.top - PADDING, treeTop - PADDING);
254 Math.max(treeTop + root.treeHeight + PADDING, root.top + NODE_HEIGHT + PADDING)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 60 } PADDING;
75 PADDING padding; member in struct:QC_INIT
133 PADDING padding; member in struct:__anon16424
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 53 static final int PADDING= 15;
90 int top= PADDING;
91 int bottom= bounds.height - titleHeight - PADDING;
92 int left= PADDING + labelWidth;
95 int right= bounds.width - lastItem.getSize(g).x - PADDING/2;
101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
TimeLineGraph.java 54 int top= PADDING;
55 int bottom= bounds.height - titleHeight - PADDING;
56 int left= PADDING + labelWidth;
60 int right=bounds.width - PADDING/2;
62 right= bounds.width - lastItem.getSize(g).x - PADDING/2;
65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
67 g.drawString("TIME (not drawn to scale)", (right-left)/3+PADDING+titleHeight,bottom-PADDING+(titleHeight*2), true);
240 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange))))
    [all...]
  /external/aac/libAACenc/src/
qc_data.h 135 } PADDING;
157 PADDING padding; member in struct:QC_INIT
264 PADDING padding; member in struct:__anon1699
  /libcore/luni/src/main/java/java/sql/
Date.java 189 private static final String PADDING = "0000";
197 sb.append(PADDING.substring(0, digits - str.length()));
Time.java 197 private static final String PADDING = "00";
205 sb.append(PADDING.substring(0, digits - str.length()));
Timestamp.java 379 private static final String PADDING = "000000000";
387 sb.append(PADDING.substring(0, digits - str.length()));
482 * characters long by padding out with zeros
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.h 60 * Defines a TNETWIF read/write field with padding.
61 * A low level driver may use this padding internally
63 #define PADDING(field) \
64 TI_UINT8 padding [TNETWIF_READ_OFFSET_BYTES]; \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 55 /** Padding around the text views and icons. */
56 private static final int PADDING = 10;
323 textView.setPadding(PADDING, 0, PADDING, 0);
324 textView.setCompoundDrawablePadding(PADDING);
  /external/ipsec-tools/src/racoon/
cfparse.h 53 PADDING = 269,
218 #define PADDING 269
cfparse.y 192 /* padding */
193 %token PADDING PAD_RANDOMIZE PAD_RANDOMIZELEN PAD_MAXLEN PAD_STRICT PAD_EXCLTAIL
419 /* padding */
421 : PADDING BOC padding_stmts EOC
    [all...]
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ColorWheel.java 60 private static final int PADDING = 4;
133 int wheelSize = Math.min(w, h) - PADDING;
  /external/quake/quake/src/QW/client/
md4.c 95 static unsigned char PADDING[64] = {
175 MD4Update (context, PADDING, padLen);
177 /* Append length (before padding) */
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c 93 static u8 PADDING[MD4_BLOCK_LENGTH] = {
166 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 85 static u8 PADDING[MD4_BLOCK_LENGTH] = {
158 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
  /external/dropbear/
progressmeter.c 35 #define PADDING 1 /* padding between the progress indicators */
  /external/openssh/
progressmeter.c 45 #define PADDING 1 /* padding between the progress indicators */
  /external/ppp/pppd/
md5.c 53 static unsigned char PADDING[64] = {
178 MD5_Update (mdContext, PADDING, padLen);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 142 TK(PADDING, NONE) /* Whitespace for -E. */
211 /* Inherit padding from this token. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 139 TK(PADDING, NONE) /* Whitespace for -E. */
223 /* Inherit padding from this token. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 139 TK(PADDING, NONE) /* Whitespace for -E. */
223 /* Inherit padding from this token. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 139 TK(PADDING, NONE) /* Whitespace for -E. */
223 /* Inherit padding from this token. */
    [all...]

Completed in 820 milliseconds

1 2