Searched refs:specified (Results 1 - 25 of 203) sorted by relevance

123456789

/external/valgrind/main/none/tests/
H A Dcmdline3.stderr.exp1 valgrind: no program specified
/external/llvm/test/MC/ARM/
H A Dinvalid-crc32.s11 @ 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
H A Dudf-arm-diagnostics.s10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
H A Dinvalid-neon-v8.s8 @ 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
H A Deh-directive-personalityindex-diagnostics.s29 @ 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
H A Dudf-thumb-2-diagnostics.s10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
H A Deh-directive-cantunwind-diagnostics.s27 @ 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
H A Deh-directive-fnstart-diagnostics.s27 @ CHECK: note: .fnstart was specified here
H A Ddiagnostics.s11 @ CHECK-ERRORS: but 's' suffix specified
111 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
114 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
168 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
221 @ CHECK-ERRORS: error: instruction 'setend' is not predicable, but condition code specified
431 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
432 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
433 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
438 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
439 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimingCalculations.h48 static inline AnimationNode::Phase calculatePhase(double activeDuration, double localTime, const Timing& specified) argument
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) argument
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) argument
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) argument
139 calculateCurrentIteration(double iterationDuration, double iterationTime, double scaledActiveTime, const Timing& specified) argument
160 calculateDirectedTime(double currentIteration, double iterationDuration, double iterationTime, const Timing& specified) argument
180 calculateTransformedTime(double currentIteration, double iterationDuration, double iterationTime, const Timing& specified) argument
[all...]
H A DAnimationTest.cpp231 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 local
330 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dsrnmb.stderr.exp3 The specified rounding mode is invalid.
H A Dfpext_warn.stderr.exp3 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/
H A Dchromeos_setup.sh19 echo "ERROR: No target device specified!"
42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh19 echo "ERROR: No target device specified!"
42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s295 ; 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 d
[all...]
/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.properties11 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/
H A Davtab.c85 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
220 avtab_search_node_next(avtab_ptr_t node, int specified) argument
[all...]
H A Dassertion.c44 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))
H A Dmls.h62 uint32_t specified, context_struct_t * newcontext);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.idl27 [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
/external/libsepol/include/sepol/policydb/
H A Davtab.h61 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/checkpolicy/test/
H A Ddispol.c94 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
[all...]
/external/chromium_org/third_party/libsrtp/srtp/
H A Dinstall-win.bat1 :: Installs from srtp windows build directory to directory specified on
/external/lldb/scripts/
H A Dinstall-lldb.sh5 # 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.

Completed in 507 milliseconds

123456789