HomeSort by relevance Sort by last modified time
    Searched refs:EXPAND (Results 1 - 20 of 20) sorted by null

  /bootable/recovery/
common.h 37 #define EXPAND(x) STRINGIFY(x)
install.cpp 194 args[1] = EXPAND(RECOVERY_API_VERSION); // defined in Android.mk
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 29 #define EXPAND(a) ((((Word32)(a&0xff00)) << 8)|(Word32)(a&0xff))
67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
70 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4]);
71 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t2+4][t3+4]);
79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]);
81 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t0][t1]);
82 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t2][t3]);
84 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t0][t1]);
85 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t2][t3]);
143 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4])
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 96 hMuteButs.Add(self.btnMuteAll, 1, wx.EXPAND)
97 hMuteButs.Add(self.btnUnMuteAll, 1, wx.EXPAND)
98 hMuteButs.Add(self.btnMuteOrg, 1, wx.EXPAND)
100 vMuteButs.Add(self.trackList, 1, wx.EXPAND)
102 vMuteButs.Add(hMuteButs, 0, wx.EXPAND)
107 hSegButs.Add(self.btnQueue, 1, wx.EXPAND)
108 hSegButs.Add(self.btnCancelNQueue, 1, wx.EXPAND)
110 vSegButs.Add(self.segList, 1, wx.EXPAND)
112 vSegButs.Add(hSegButs, 0, wx.EXPAND)
118 hQueueButs.Add(self.btnQueueCancelCurrent, 1, wx.EXPAND)
    [all...]
JetCreator.py 192 vboxLeft.Add(leftTopPanel, 1, wx.EXPAND)
193 vboxLeft.Add(leftBotPanel, 1, wx.EXPAND)
202 vboxRight.Add(self.segList, 4, wx.EXPAND | wx.TOP, BORDER)
204 vboxRight.Add(self.eventList, 3, wx.EXPAND | wx.TOP, BORDER)
206 vboxRight.Add(self.log, 0, wx.EXPAND)
208 vboxRight.Add(self.graph, 1, wx.EXPAND)
213 hboxMain.Add(leftPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT, BORDER)
214 hboxMain.Add(rightPanel, 1, wx.EXPAND)
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_windows_impl.h 23 #define EXPAND(x) x, sizeof(x)/sizeof(TCHAR)
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 123 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
125 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
127 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
129 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
131 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
133 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
135 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
137 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
139 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
141 EXPAND_FROM_MEM, X86ISD::EXPAND, 0)
    [all...]
X86ISelLowering.h 452 // Compress and expand
454 EXPAND,
669 /// specified type to expand memcpy / memset inline. This is mostly true
    [all...]
X86ISelLowering.cpp 143 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
144 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
145 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
146 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
147 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
148 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
150 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
153 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
154 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
155 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java     [all...]
  /external/libpng/contrib/libtests/
pngimage.c 147 T(EXPAND, NONE, P, X, ALL, R),
149 * Note that the 'EXPAND' transform does lots of different things: */
150 T(EXPAND, NONE, X, C, ALL, R),
152 T(EXPAND, tRNS, X, A, ALL, R),
227 * 'EXPAND' to happen. Low bit depth grayscale images are expanded to
    [all...]
  /external/autotest/client/virt/
virt_step_editor.py 150 table.attach(self.event_box, 0, 1, 0, 1, gtk.EXPAND, gtk.EXPAND)
161 self.main_vbox.pack_start(self.data_vbox, expand=False)
166 self.main_vbox.pack_start(self.user_vbox, expand=False)
    [all...]
  /external/mksh/src/
edit.c 324 * if we have a directory part (the former), try to expand
329 /* try to expand the tilde */
334 /* ok, expand and replace */
400 expand(yylval.cp, &w, nwords);
409 /* Expand any tilde and drop all QCHAR for comparison */
633 * just expand based on the extglob
651 * Expand (glob) it now.
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 584 milliseconds