/external/valgrind/main/none/tests/ |
cmdline3.stderr.exp | 1 valgrind: no program specified
|
/external/llvm/test/MC/ARM/ |
invalid-crc32.s | 11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified 12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified 13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified 14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified 15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified 16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
|
udf-arm-diagnostics.s | 10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
|
invalid-neon-v8.s | 8 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified 17 @ CHECK: error: instruction 'vcvtp' is not predicable, but condition code specified 26 @ CHECK: error: instruction 'vrintm' is not predicable, but condition code specified 37 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified 46 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified 63 @ CHECK: error: instruction 'sha256su1' is not predicable, but condition code specified 70 @ CHECK: error: instruction 'vmull' is not predicable, but condition code specified
|
eh-directive-personalityindex-diagnostics.s | 29 @ CHECK: note: .cantunwind was specified here 45 @ CHECK: note: .handlerdata was specified here 61 @ CHECK: note: .personality was specified here 64 @ CHECK: note: .personalityindex was specified here 80 @ CHECK: note: .personalityindex was specified here 83 @ CHECK: note: .personalityindex was specified here
|
udf-thumb-2-diagnostics.s | 10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
|
eh-directive-cantunwind-diagnostics.s | 27 @ CHECK: note: .cantunwind was specified here 47 @ CHECK: note: .cantunwind was specified here 67 @ CHECK: note: .personality was specified here 87 @ CHECK: note: .handlerdata was specified here
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Attributes2Impl.java | 23 * <p>The <em>specified</em> flag for each attribute will always 27 * always be false, except for defaulted attributes (<em>specified</em> 41 private boolean[] specified; field in class:Attributes2Impl 49 specified = EmptyArray.BOOLEAN; 56 * <em>specified</em> and <em>declared</em> flags for each 123 * Returns the current value of an attribute's "specified" flag. 135 return specified [index]; 140 * Returns the current value of an attribute's "specified" flag. 157 return specified [index]; 162 * Returns the current value of an attribute's "specified" flag [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimingCalculations.h | 48 static inline AnimationNode::Phase calculatePhase(double activeDuration, double localTime, const Timing& specified) 53 if (localTime < specified.startDelay) 55 if (localTime >= specified.startDelay + activeDuration) 75 static inline double calculateActiveTime(double activeDuration, Timing::FillMode fillMode, double localTime, AnimationNode::Phase parentPhase, AnimationNode::Phase phase, const Timing& specified) 78 ASSERT(phase == calculatePhase(activeDuration, localTime, specified)); 87 return localTime - specified.startDelay; 102 static inline double calculateScaledActiveTime(double activeDuration, double activeTime, double startOffset, const Timing& specified) 111 return multiplyZeroAlwaysGivesZero(specified.playbackRate < 0 ? activeTime - activeDuration : activeTime, specified.playbackRate) + startOffset; 120 static inline double calculateIterationTime(double iterationDuration, double repeatedDuration, double scaledActiveTime, double startOffset, const Timing& specified) [all...] |
AnimationTest.cpp | 231 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local 232 EXPECT_EQ(2, specified->delay()); 233 EXPECT_EQ(0.5, specified->endDelay()); 234 EXPECT_EQ("backwards", specified->fill()); 235 EXPECT_EQ(2, specified->iterationStart()); 236 EXPECT_EQ(10, specified->iterations()); 237 EXPECT_EQ(2, specified->playbackRate()); 238 EXPECT_EQ("reverse", specified->direction()); 239 EXPECT_EQ("step-start", specified->easing()); 288 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing() local 330 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementassociatedattribute.java | 70 boolean specified; 76 specified = domesticAttr.getSpecified(); 77 assertTrue("domesticSpecified", specified);
|
hc_elementassociatedattribute.java | 67 boolean specified; 73 specified = domesticAttr.getSpecified(); 74 assertTrue("acronymTitleSpecified", specified);
|
namednodemapremovenameditem.java | 32 * specified by name. 38 * in the removal of the specified attribute and 79 boolean specified; 89 specified = streetAttr.getSpecified(); 90 assertFalse("attrNotSpecified", specified);
|
/external/valgrind/main/none/tests/s390x/ |
srnmb.stderr.exp | 3 The specified rounding mode is invalid.
|
fpext_warn.stderr.exp | 3 The specified rounding mode cannot be supported. That 9 The specified rounding mode cannot be supported. That 15 The specified rounding mode cannot be supported. That
|
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/ |
chromeos_setup.sh | 19 echo "ERROR: No target device specified!" 42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
|
/external/skia/platform_tools/chromeos/bin/ |
chromeos_setup.sh | 19 echo "ERROR: No target device specified!" 42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
|
/external/llvm/test/MC/AArch64/ |
arm64-diags.s | 295 ; CHECK-ERRORS: error: specified ic op does not use a register 297 ; CHECK-ERRORS: error: specified ic op does not use a register 299 ; CHECK-ERRORS: error: specified ic op requires a register 302 ; CHECK-ERRORS: error: specified dc op requires a register 304 ; CHECK-ERRORS: error: specified dc op requires a register 306 ; CHECK-ERRORS: error: specified dc op requires a register 308 ; CHECK-ERRORS: error: specified dc op requires a register 310 ; CHECK-ERRORS: error: specified dc op requires a register 312 ; CHECK-ERRORS: error: specified dc op requires a register 314 ; CHECK-ERRORS: error: specified dc op requires a registe [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\! 15 RSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\! 16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\! 27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\! 28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\! 29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\! 54 RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file specified
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
importNode01.java | 37 * The ownerElement is set to null. Specified flag is set to true. 83 boolean specified; 107 specified = ((Attr) /*Node */aNode).getSpecified(); 108 assertTrue("specified", specified);
|
/external/libsepol/src/ |
avtab.c | 85 uint16_t specified = local 86 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); 97 (specified & cur->key.specified)) 118 * key/specified mask into the table, as needed by the conditional avtab. 126 uint16_t specified = local 127 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); 137 (specified & cur->key.specified)) 158 uint16_t specified local 193 uint16_t specified = local [all...] |
assertion.c | 44 avkey.specified = AVTAB_ALLOWED; 47 node = avtab_search_node_next(node, avkey.specified)) { 53 node = avtab_search_node_next(node, avkey.specified)) { 123 if (!(a->specified & AVRULE_NEVERALLOW))
|
mls.h | 62 uint32_t specified, context_struct_t * newcontext);
|
/build/core/ |
multilib.mk | 13 $(error $(LOCAL_PATH): Invalid LOCAL_MULTILIB specified for module $(LOCAL_MODULE))
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
popup.js | 12 // Check if there is CSS specified. 15 // If there is CSS specified, inject it into the page.
|