Searched refs:expanded (Results 1 - 25 of 89) sorted by relevance

1234

/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 int
[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
/external/e2fsprogs/po/
H A Dat-expand.pl5 "#. since the strings are expanded in two different ways. First of all,\n",
6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n",
14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n",
15 "#. is translated as \"ddatenverlust\", then \"\@d\" will be expanded to\n",
71 my $expanded = 0;
124 $expanded++;
128 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
136 $expanded++;
139 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
143 if ($expanded) {
[all...]
/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js11 // array[group][cell] of { 'height', 'expanded' }.
15 // expanded: boolean; is a cell expanded or collapsed?
24 // Returns { 'height', 'expanded' } info for a cell with a given id.
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
112 'expanded' : false };
147 if (cellInfo.expanded) {
148 // Cell is expanded
[all...]
/external/mesa3d/scons/
H A Dsource_list.py44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c21 // Unknown directives are expanded.
41 #define M4 expanded
45 // CHECK-Identifiers-False: 5: expanded (
/external/libcxx/test/support/
H A Dnasty_macros.hpp12 #define NASTY_MACRO This should not be expanded!!!
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
H A DNelderMead.java122 final RealPointValuePair expanded = new RealPointValuePair(xE, evaluate(xE), false);
124 if (comparator.compare(expanded, reflected) < 0) {
126 replaceWorstPoint(expanded, comparator);
H A DMultiDirectional.java77 // compute the expanded simplex
79 final RealPointValuePair expanded = evaluateNewSimplex(original, khi, comparator);
80 if (comparator.compare(reflected, expanded) <= 0) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnormal.cc63 AudioMultiVector expanded(output->Channels());
64 expand_->Process(&expanded);
129 // Interpolate the expanded data into the new vector.
141 (32 - fraction) * expanded[channel_ix][i] + 8) >> 5);
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js125 if (node.expanded) {
128 node.expanded = false;
141 node.expanded = false;
158 node.expanded = false;
179 if (node.children_data && !node.expanded) {
188 node.expanded = true;
304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
/external/eigen/doc/
H A Deigen_navtree_hacks.js92 o.node.expanded = false;
168 if (node.expanded) {
171 node.expanded = false;
/external/skia/bench/
H A DBlurImageFilterBench.cpp31 // When 'expanded' is set we apply a cropRect to the input of the blurImageFilter (a noOp
64 bool expanded)
67 , fIsExpanded(expanded)
63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, bool expanded) argument
/external/zxing/core/
H A Dcore.jar ... com/google/zxing/oned/rss/ com/google/zxing/oned/rss/expanded/ com/google/zxing/oned/rss/expanded/decoders/ com/google/zxing ...
/external/selinux/python/sepolgen/src/sepolgen/
H A Dinterfaces.py258 self.expanded = False
468 ifv.expanded = True
479 # If we have already fully expanded this interface
481 if cur_ifv.expanded:
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row,
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/external/syslinux/core/
H A Ddiskstart.inc487 stosd ; Store expanded word
489 stosd ; Store expanded byte
512 SuperInfo resq 16 ; The first 16 bytes expanded 8 times
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src
[all...]
H A Dbrw_vec4_visitor.cpp286 src_reg expanded; local
294 expanded = src_reg(this, glsl_type::vec4_type);
295 expanded.type = src0.type;
296 emit(MOV(dst_reg(expanded), src0));
297 src0 = expanded;
299 expanded = src_reg(this, glsl_type::vec4_type);
300 expanded.type = src1.type;
301 emit(MOV(dst_reg(expanded), src1));
302 src1 = expanded;
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1318 bool expanded = expandAtomicOpToLibcall( local
1321 (void)expanded;
1322 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor Load");
1332 bool expanded = expandAtomicOpToLibcall( local
1335 (void)expanded;
1336 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor Store");
1347 bool expanded = expandAtomicOpToLibcall( local
1351 (void)expanded;
1352 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor CAS");
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1127 if (b.expanded()) {
1297 boolean expanded() { return false; } method in class:CodeIterator.Branch
1316 boolean expanded() { method in class:CodeIterator.LdcW
1355 boolean expanded() { method in class:CodeIterator.Branch16
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp57 bool expanded = false; local
72 expanded = true;
89 expanded = true;
91 return expanded;
1207 bool expanded = false; local
1210 // check to see if multiple spans expanded so they are now identical
1222 expanded = true;
1225 return expanded;
/external/mksh/src/
H A Dedit.c3492 * Information for keeping track of macros that are being expanded.
3500 unsigned char *buf; /* pointer to macro(s) being expanded */
3505 /* last input was expanded */
3508 } expanded; variable in typeref:enum:expand_mode
3966 expanded = NONE;
3977 expanded = NONE;
3992 expanded = NONE;
4011 expanded = NONE;
4060 expanded = NONE;
5269 if (cmd == 0 && expanded
[all...]
/external/syslinux/diag/geodsp/
H A Dgeodspms.asm187 SuperInfo: zd 32 ; The first 16 bytes expanded 8 times

Completed in 699 milliseconds

1234