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/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:__anon37886
  /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;
159 PADDING padding; member in struct:QC_INIT
266 PADDING padding; member in struct:__anon4758
  /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 380 private static final String PADDING = "000000000";
388 sb.append(PADDING.substring(0, digits - str.length()));
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 86 PADDING,
ring_buffer.cc 72 // Add padding to fill space before wrapping around
73 blocks_.push_back(Block(free_offset_, size_ - free_offset_, PADDING));
  /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;
357 textView.setPadding(PADDING, 0, PADDING, 0);
358 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...]
cftoken.l 196 /* padding */
197 <S_INI>padding { BEGIN S_PAD; YYDB; return(PADDING); }
  /external/lldb/examples/python/
types.py 64 description='''This command will help check for padding in between
66 and how much padding was found. If no types are specified with the --types TYPENAME
73 description='''This command will help check for padding in between
75 and how much padding was found. One or more paths to executable files must be
96 (end_offset, padding) = verify_type_recursive (target, options, type, None, 0, 0, 0)
100 # print '%+4u <%u> padding' % (end_offset, last_member_padding)
101 # padding += last_member_padding
103 print 'Total pad bytes: %u' % (padding)
104 if padding > 0:
105 print 'Padding percentage: %2.2f %%' % ((float(padding) / float(byte_size)) * 100.0
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 49 * <li><i>"algorithm/mode/padding"</i></li> or
53 * name of a feedback mode and <i>padding</i> is the name of a padding scheme.
54 * If <i>mode</i> and/or <i>padding</i> values are omitted, provider specific
107 NONE, MODE, PADDING, BOTH,
212 * if no installed provider can provide the padding scheme in
236 * if the requested padding scheme in the <i>transformation</i>
270 * if the requested padding scheme in the <i>transformation</i>
318 // 'transformation' should be of the form "algorithm/mode/padding".
378 * [cipher]/[mode]/[padding]
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 64 // Get the number of bits before padding.
71 static uint8_t PADDING[64] = {
77 this->update(PADDING, paddingLength);
79 // Append length (length before padding, will cause final update).
SkSHA1.cpp 62 // Get the number of bits before padding.
69 static uint8_t PADDING[64] = {
75 this->update(PADDING, paddingLength);
77 // Append length (length before padding, will cause final update).
  /external/skia/src/utils/
SkMD5.cpp 64 // Get the number of bits before padding.
71 static uint8_t PADDING[64] = {
77 this->update(PADDING, paddingLength);
79 // Append length (length before padding, will cause final update).
SkSHA1.cpp 62 // Get the number of bits before padding.
69 static uint8_t PADDING[64] = {
75 this->update(PADDING, paddingLength);
77 // Append length (length before padding, will cause final update).
  /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 */
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 294 IMG_BYTE Reserved[6]; /* This is padding to make the transfers 16 bytes aligned*/
316 IMG_BYTE Reserved3[8]; /* This is padding to make the transfers 16 byte aligned*/
442 IMG_UINT32 PADDING[5];
475 IMG_UINT32 PADDING[2];
  /external/ppp/pppd/
md5.c 53 static unsigned char PADDING[64] = {
178 MD5_Update (mdContext, PADDING, padLen);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 147 TK(PADDING, NONE) /* Whitespace for -E. */
231 /* Inherit padding from this token. */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 1414 milliseconds

1 2