/external/valgrind/main/none/tests/ |
cmdline3.stderr.exp | 1 valgrind: no program specified
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItemCalculations.h | 48 static inline TimedItem::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, double localTime, TimedItem::Phase parentPhase, TimedItem::Phase phase, const Timing& specified) 78 ASSERT(phase == calculatePhase(activeDuration, localTime, specified)); 82 if (specified.fillMode == Timing::FillModeBackwards || specified.fillMode == Timing::FillModeBoth) 86 if (isActiveInParentPhase(parentPhase, specified.fillMode)) 87 return localTime - specified.startDelay; 90 if (specified.fillMode == Timing::FillModeForwards || specified.fillMode == Timing::FillModeBoth [all...] |
ElementAnimationTest.cpp | 165 EXPECT_TRUE(player->source()->specified().hasIterationDuration); 166 EXPECT_EQ(duration, player->source()->specified().iterationDuration); 183 // there is no way to tell whether a duration has been specified by the user. 186 EXPECT_TRUE(player->source()->specified().hasIterationDuration); 187 EXPECT_EQ(0, player->source()->specified().iterationDuration); 204 EXPECT_TRUE(player->source()->specified().hasIterationDuration); 205 EXPECT_EQ(0, player->source()->specified().iterationDuration);
|
Animation.cpp | 126 const double activeStartTime = startTime() + specified().startDelay; 153 return CompositorAnimations::instance()->isCandidateForAnimationOnCompositor(specified(), *effect()); 163 if (!CompositorAnimations::instance()->startAnimationOnCompositor(*m_target.get(), specified(), *effect(), m_compositorAnimationIds))
|
/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...] |
/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);
|
hc_namednodemapremovenameditem.java | 32 * specified by name. 38 * in the removal of the specified attribute. 72 boolean specified;
|
/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)) { 115 if (!(a->specified & AVRULE_NEVERALLOW))
|
mls.h | 62 uint32_t specified, context_struct_t * newcontext);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Attr.idl | 27 [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
|
/external/llvm/test/MC/ARM/ |
eh-directive-cantunwind-diagnostics.s | 27 @ CHECK: error: .cantunwind was specified here 47 @ CHECK: error: .cantunwind was specified here 67 @ CHECK: error: .personality was specified here 87 @ CHECK: error: .handlerdata was specified here
|
/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/grub/util/ |
grub-set-default | 66 # We don't care about what the user specified actually. 72 echo "entry not specified." 1>&2
|
grub-set-default.in | 66 # We don't care about what the user specified actually. 72 echo "entry not specified." 1>&2
|
/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/mojo/tools/ |
mojob.sh | 28 Build/test options (specified before build/test/perftest): 32 Compiler options (specified before gyp):
|
/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...] |