Searched defs:specified (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.h47 bool specified() const { return true; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTest.cpp59 static PassRefPtrWillBeRawPtr<TestAnimationNode> create(const Timing& specified) argument
61 return adoptRefWillBeNoop(new TestAnimationNode(specified, new TestAnimationNodeEventDelegate()));
105 TestAnimationNode(const Timing& specified, TestAnimationNodeEventDelegate* eventDelegate) argument
106 : AnimationNode(specified, adoptPtrWillBeNoop(eventDelegate))
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.cpp234 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 local
327 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local
[all...]
/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);
H A Dpolicydb.h255 uint32_t specified; member in struct:avrule
/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 Dmls.c549 * structure `c' from the values specified in the
550 * policy `oldp' to the values specified in the policy `newp'.
609 uint32_t specified, context_struct_t * newcontext)
615 switch (specified) {
605 mls_compute_sid(policydb_t * policydb, context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, uint32_t specified, context_struct_t * newcontext) argument
H A Dexpand.c1716 node = avtab_search_node_next(node, key->specified);
1751 uint32_t specified, cond_av_list_t ** cond,
1763 if (specified & AVRULE_TRANSITION) {
1765 } else if (specified & AVRULE_MEMBER) {
1767 } else if (specified & AVRULE_CHANGE) {
1780 avkey.specified = spec;
1798 if (specified & AVRULE_TRANSITION) {
1800 } else if (specified & AVRULE_MEMBER) {
1802 } else if (specified & AVRULE_CHANGE) {
1836 node->key.specified |
1749 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
1858 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
[all...]
H A Dservices.c367 * when it is applied to the specified source and target
856 avkey.specified = AVTAB_AV;
871 avtab_search_node_next(node, avkey.specified)) {
872 if (node->key.specified == AVTAB_ALLOWED)
874 else if (node->key.specified ==
877 else if (node->key.specified == AVTAB_AUDITDENY)
1073 * Return a class ID associated with the class string specified by
1165 * has the string representation specified by `scontext'.
1226 uint32_t specified, sepol_security_id_t * out_sid)
1251 switch (specified) {
1223 sepol_compute_sid(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, uint32_t specified, sepol_security_id_t * out_sid) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp106 bool specified; member in struct:blink::GradientStop
110 , specified(false)
199 stops[i].specified = true;
205 stops[i].specified = true;
208 stops[i].specified = true;
212 // If a color-stop has a position that is less than the specified position of any
214 // largest specified position of any color-stop before it.
215 if (stops[i].specified && i > 0) {
218 if (stops[prevSpecifiedIndex].specified)
227 ASSERT(stops[0].specified
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp116 /// LowerConstant - Lower the specified LLVM Constant to an MCExpr.
844 // If the NVVM IR has some of reqntid* specified, then output
846 // If none of reqntid* is specified, don't output reqntid directive.
848 bool specified = false; local
852 specified = true;
856 specified = true;
860 specified = true;
862 if (specified)
866 // If the NVVM IR has some of maxntid* specified, then output
868 // If none of maxntid* is specified, do
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 228 milliseconds