Searched refs:multiple (Results 1 - 25 of 206) sorted by relevance

123456789

/external/clang/test/Lexer/Inputs/
H A Dmultiple.h1 #ifndef multiple
/external/v8/tools/turbolizer/
H A Dmonkey.js24 Math.alignUp = function(raw, multiple) {
25 return Math.floor((raw + multiple - 1) / multiple) * multiple;
/external/testng/src/test/java/test/multiple/
H A DTestMultiple.java1 package test.multiple;
9 private static final String CLASS_NAME = "test.multiple.ThisFactory";
12 public void multiple() { method in class:TestMultiple
H A DTest1.java1 package test.multiple;
H A DThisFactory.java1 package test.multiple;
/external/llvm/test/MC/Mips/
H A Dset-nomacro-micromips.s7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
H A Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instruction
[all...]
H A Dmacro-bcc-imm-bad.s11 blt $a2, 16, foo # ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructions
12 # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions
H A Dmicromips-invalid.s4 addiur1sp $7, 260 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:17: error: expected both 8-bit unsigned immediate and multiple of 4
82 jraddiusp 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
83 jraddiusp 2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
84 jraddiusp 3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
85 jraddiusp 10 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
86 jraddiusp 18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
87 jraddiusp 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
88 jraddiusp 33 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple of 4
89 jraddiusp 125 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected both 7-bit unsigned immediate and multiple o
[all...]
/external/testng/src/test/java/test/tmp/
H A DA.java25 public void multiple() { method in class:A
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp125 int32_t multiple,
132 int32_t leftPadding = 7 * multiple;
133 int32_t leftPosition = 10 * multiple + leftPadding;
139 FX_FLOAT strWidth = (FX_FLOAT)35 * multiple;
159 (FX_FLOAT)(leftPosition + 40 * multiple),
161 (FX_FLOAT)((leftPosition + 40 * multiple) + strWidth - 0.5),
167 FX_FLOAT strWidth1 = (FX_FLOAT)multiple * 7;
177 (FX_FLOAT)(leftPosition + 85 * multiple),
179 (FX_FLOAT)((leftPosition + 85 * multiple) + strWidth1 - 0.5),
219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple,
120 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
[all...]
H A DBC_OnedEAN13Writer.cpp175 int32_t multiple,
181 int32_t leftPadding = 7 * multiple;
182 int32_t leftPosition = 3 * multiple + leftPadding;
194 int32_t strWidth = multiple * 42;
205 (FX_FLOAT)(leftPosition + 47 * multiple),
207 (FX_FLOAT)(leftPosition + 47 * multiple + strWidth - 0.5),
214 int32_t strWidth1 = multiple * 7;
261 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple,
266 (FX_FLOAT)(leftPosition + 47 * multiple) * m_outputHScale,
277 strWidth = multiple *
170 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
[all...]
H A DBC_OnedEAN8Writer.cpp173 int32_t multiple,
180 int32_t leftPosition = 3 * multiple;
187 int32_t strWidth = 7 * multiple * 4;
206 (FX_FLOAT)(leftPosition + 33 * multiple),
208 (FX_FLOAT)(leftPosition + 33 * multiple + strWidth - 0.5),
249 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple,
254 (FX_FLOAT)(leftPosition + 33 * multiple) * m_outputHScale,
168 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
H A DBC_OnedEAN13Writer.h53 int32_t multiple,
H A DBC_OnedEAN8Writer.h57 int32_t multiple,
H A DBC_OnedUPCAWriter.h59 int32_t multiple,
/external/autotest/client/cros/
H A Dhttp_speed.py59 multiple = 1
69 size = min(int(size * multiple), maximum_size)
81 multiple = target / adjusted_transfer_time
/external/swiftshader/third_party/LLVM/utils/
H A DwebNLT.pl48 print $q->scrolling_list(-name=>"test", -values=>\@tests, -multiple=>'true');
50 print $q->scrolling_list(-name=>"name", -values=>\@names, -multiple=>'true');
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c53 ext2fs_inode_bitmap multiple; member in struct:ext2_icount
85 if (icount->multiple)
86 ext2fs_free_inode_bitmap(icount->multiple);
117 &icount->multiple);
121 icount->multiple = 0;
511 if (icount->multiple &&
512 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) {
540 } else if (icount->multiple) {
543 * inode is set in icount->multiple, then there should
546 if (ext2fs_test_inode_bitmap2(icount->multiple, in
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-separator.s4 ; it properly and recognize the multiple assembly statements on the line.
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec40 using the same context across multiple threads and protecting its
72 current to multiple threads, with synchronization of access to
106 (1) What happens if the app binds a context/drawable in multiple
113 (2) What happens if the app binds a context/drawable in multiple
134 from multiple threads?
140 context between multiple threads is left to the application to do
/external/llvm/test/MC/ARM/
H A Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
H A Deh-directive-personalityindex-diagnostics.s58 @ CHECK: error: multiple personality directives
77 @ CHECK: error: multiple personality directives
H A Dldr-pseudo-cond-darwin.s15 @ loading multiple constants
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties41 RSSFeedAddEntryTask.MustBeMultipleOf5=(must be multiple of 5)
42 RSSFeedAddEntryTask.MustBeMultipleOf4=(must be multiple of 4)

Completed in 376 milliseconds

123456789