/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
|
/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 | 234 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local 235 EXPECT_EQ(2, specified->delay()); 236 EXPECT_EQ(0.5, specified->endDelay()); 237 EXPECT_EQ("backwards", specified->fill()); 238 EXPECT_EQ(2, specified->iterationStart()); 239 EXPECT_EQ(10, specified->iterations()); 240 EXPECT_EQ(2, specified->playbackRate()); 241 EXPECT_EQ("reverse", specified->direction()); 242 EXPECT_EQ("step-start", specified->easing()); 285 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing() local 327 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local [all...] |
/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/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
|
/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 | 76 avkey.specified = AVTAB_ALLOWED; 79 node = avtab_search_node_next(node, avkey.specified)) { 87 node = avtab_search_node_next(node, avkey.specified)) { 133 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/third_party/WebKit/Source/core/dom/ |
Attr.idl | 27 [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
|
/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.
|
/external/libsepol/include/sepol/policydb/ |
avtab.h | 61 uint16_t specified; /* what fields are specified */ member in struct:avtab_key 118 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer.py | 56 'specified.')) 75 'When this option is not specified, ' 83 'needs to be specified.')) 107 'option is not specified.')) 142 'specified. Exiting this program.') 152 # When test group CSV file is not specified, test group name 294 # Trend graph update (if specified in the command-line argument) when
|
/external/checkpolicy/test/ |
dispol.c | 94 specified & 98 specified & 105 if (key->specified & AVTAB_ENABLED) 107 else if (!(key->specified & AVTAB_ENABLED)) 111 if (key->specified & AVTAB_AV) { 112 if (key->specified & AVTAB_ALLOWED) { 118 if (key->specified & AVTAB_AUDITALLOW) { 124 if (key->specified & AVTAB_AUDITDENY) { 132 } else if (key->specified & AVTAB_TYPE) { 133 if (key->specified & AVTAB_TRANSITION) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
cryptohome.js | 6 * Sets |value| to the element specified by |destination_id|.
|
/external/chromium_org/third_party/libsrtp/srtp/ |
install-win.bat | 1 :: Installs from srtp windows build directory to directory specified on
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 222 """Ensures that the specified file(s) exist and are writable. 223 An individual file can be specified as a list of directory names, 238 """Ensures that the specified file contains the required text. 251 """Ensures that the specified output string (first argument) 252 contains all of the specified lines (second argument). 279 """Ensures that the specified output string (first argument) 280 contains at least one of the specified lines (second argument). 309 """Ensures that the specified file(s) must exist. An individual 310 file be specified as a list of directory names, in which case the 321 """Matches the contents of the specified file (first argument [all...] |
/external/lldb/scripts/ |
install-lldb.sh | 5 # directory into the developer folder specified. 12 echo This script will install the files from a 'Debug' or 'Release' build directory into the developer folder specified.
|
/build/core/tasks/ |
ide.mk | 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
|