HomeSort by relevance Sort by last modified time
    Searched refs:getOptions (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
ISystraceOptions.java 24 String getOptions();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPProperty.java 32 PropertyOptions getOptions();
XMPPropertyInfo.java 44 PropertyOptions getOptions();
  /external/emma/core/java12/com/vladium/emma/data/
IMetaData.java 26 CoverageOptions getOptions ();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
Options.java 69 return getOptions() == optionBits;
79 return (getOptions() & optionBits) == optionBits;
89 return ((getOptions()) & optionBits) != 0;
117 public int getOptions()
139 return getOptions() == ((Options) obj).getOptions();
148 return getOptions();
AliasOptions.java 60 return getOptions() == PROP_DIRECT;
151 return new PropertyOptions(getOptions());
PropertyOptions.java 311 return (getOptions() & (ARRAY | STRUCT)) > 0;
320 return (getOptions() & (ARRAY | STRUCT)) == 0;
351 setOptions(getOptions() | options.getOptions());
361 return (getOptions() &
SerializeOptions.java 227 return (getOptions() & ENCODING_MASK) == ENCODE_UTF16BE;
249 return (getOptions() & ENCODING_MASK) == ENCODE_UTF16LE;
390 clone = new SerializeOptions(getOptions());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 171 protected IteratorOptions getOptions()
249 if (visitedNode.getOptions().isSchemaNode())
286 if (!hasNext && visitedNode.hasQualifier() && !getOptions().isOmitQualifiers())
314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren()))
403 if (currNode.getParent() == null || currNode.getOptions().isSchemaNode())
407 else if (currNode.getParent().getOptions().isArray())
423 else if (getOptions().isJustLeafname())
446 final Object value = node.getOptions().isSchemaNode() ? null : node.getValue();
465 public PropertyOptions getOptions()
467 return node.getOptions();
    [all...]
XMPNodeUtils.java 150 if (!parent.getOptions().isSchemaNode() && !parent.getOptions().isStruct())
157 else if (parent.getOptions().isArray())
164 parent.getOptions().setStruct(true);
251 currNode.getOptions().setOption(xpath.getSegment(i).getAliasForm(), true);
256 !currNode.getOptions().isCompositeProperty())
258 currNode.getOptions().setStruct(true);
282 currNode.getOptions().mergeWith(leafOptions);
283 currNode.setOptions(currNode.getOptions());
299 if (node.getOptions().isQualifier()
    [all...]
XMPNode.java 266 qualNode.getOptions().setQualifier(true);
267 getOptions().setHasQualifiers(true);
298 PropertyOptions opts = getOptions();
325 PropertyOptions opts = getOptions();
427 newOptions = new PropertyOptions(getOptions().getOptions());
491 if (getOptions().isSchemaNode())
541 public PropertyOptions getOptions()
676 if (!getOptions().isArray())
713 if (getOptions().isQualifier()
    [all...]
XMPNormalizer.java 197 else if (currProp.getOptions().isSimple())
207 if (arrayForm.isArrayAltText() && !currProp.getOptions().getHasLanguage())
216 currProp.getOptions().setOption(
222 currProp.getOptions().mergeWith(arrayForm);
245 !arrayNode.getOptions().isArray())
252 arrayNode.getOptions().setArrayOrdered(true).setArrayAlternate(true).setArrayAltText(true);
257 if (currChild.getOptions().isCompositeProperty())
262 else if (!currChild.getOptions().getHasLanguage())
420 if (baseArray.getOptions().isArrayAltText())
422 if (childNode.getOptions().getHasLanguage()
    [all...]
ParseRDF.java 541 newCompound.getOptions().setArray(true);
545 newCompound.getOptions().setArray(true).setArrayOrdered(true);
549 newCompound.getOptions().setArray(true).setArrayOrdered(true)
554 newCompound.getOptions().setStruct(true);
574 else if (newCompound.getOptions().isArrayAlternate())
701 newStruct.getOptions().setStruct(true);
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
1061 if (isTopLevel || !xmpParent.getOptions().isStruct())
1070 if (!xmpParent.getOptions().isArray())
    [all...]
XMPUtilsImpl.java 110 else if (!arrayNode.getOptions().isArray() || arrayNode.getOptions().isArrayAlternate())
129 if (currItem.getOptions().isCompositeProperty())
360 PropertyOptions arrayForm = arrayNode.getOptions();
437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren())
606 valueIsEmpty = sourceNode.getOptions().isSimple() ?
626 destXMP.setNode(destNode, sourceNode.getValue(), sourceNode.getOptions(), true);
636 PropertyOptions sourceForm = sourceNode.getOptions();
637 PropertyOptions destForm = destNode.getOptions();
700 sourceItem.getOptions());
    [all...]
XMPSerializerRDF.java 545 if (!node.getOptions().isCompositeProperty())
551 else if (node.getOptions().isArray())
593 if (node.getOptions().isURI())
634 if (node.getOptions().isArrayAltText())
833 if (node.getOptions().isSchemaNode())
839 else if (node.getOptions().isStruct())
1030 if (!node.getOptions().isCompositeProperty())
1034 if (node.getOptions().isURI())
1055 else if (node.getOptions().isArray())
1061 if (node.getOptions().isArrayAltText()
    [all...]
XMPMetaImpl.java 121 if (!arrayNode.getOptions().isArray())
125 // if (arrayOptions != null && !arrayOptions.equalArrayTypes(arrayNode.getOptions()))
180 if (arrayNode.getOptions().isArray())
414 public PropertyOptions getOptions()
416 return itemNode.getOptions();
464 else if (!arrayNode.getOptions().isArrayAltText())
466 if (!arrayNode.hasChildren() && arrayNode.getOptions().isArrayAlternate())
468 arrayNode.getOptions().setArrayAltText(true);
673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
689 public PropertyOptions getOptions()
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 92 assertEquals("UnittestProto", file.getOptions().getJavaOuterClassname());
154 messageType.getOptions());
212 primitiveField.getOptions());
231 cordField.getOptions().getCtype());
243 extension.getOptions());
296 enumType.getOptions());
354 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1));
356 descriptor.getOptions().getExtension(UnittestCustomOptions.messageOpt1));
362 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1));
364 field.getOptions().getExtension(UnittestCustomOptions.fieldOpt1))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
NativeSuggestOptions.java 55 public int[] getOptions() {
  /external/chromium_org/third_party/flot/
jquery.flot.crosshair.min.js 59 */(function(e){function n(e){function n(n){if(t.locked)return;t.x!=-1&&(t.x=-1,e.triggerRedrawOverlay())}function r(n){if(t.locked)return;if(e.getSelection&&e.getSelection()){t.x=-1;return}var r=e.offset();t.x=Math.max(0,Math.min(n.pageX-r.left,e.width())),t.y=Math.max(0,Math.min(n.pageY-r.top,e.height())),e.triggerRedrawOverlay()}var t={x:-1,y:-1,locked:!1};e.setCrosshair=function(r){if(!r)t.x=-1;else{var i=e.p2c(r);t.x=Math.max(0,Math.min(i.left,e.width())),t.y=Math.max(0,Math.min(i.top,e.height()))}e.triggerRedrawOverlay()},e.clearCrosshair=e.setCrosshair,e.lockCrosshair=function(r){r&&e.setCrosshair(r),t.locked=!0},e.unlockCrosshair=function(){t.locked=!1},e.hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mousemove(r)}),e.hooks.drawOverlay.push(function(e,n){var r=e.getOptions().crosshair;if(!r.mode)return;var i=e.getPlotOffset();n.save(),n.translate(i.left,i.top);if(t.x!=-1){var s=e.getOptions().crosshair.lineWidth%2===0?0:.5;n.strokeStyle=r.color,n.lineWidth=r.lineWidth,n.lineJoin="round", (…)
jquery.flot.selection.min.js 19 later on, you can get to it with plot.getOptions().selection.color). "shape"
79 */(function(e){function t(t){function s(e){n.active&&(h(e),t.getPlaceholder().trigger("plotselecting",[a()]))}function o(t){if(t.which!=1)return;document.body.focus(),document.onselectstart!==undefined&&r.onselectstart==null&&(r.onselectstart=document.onselectstart,document.onselectstart=function(){return!1}),document.ondrag!==undefined&&r.ondrag==null&&(r.ondrag=document.ondrag,document.ondrag=function(){return!1}),c(n.first,t),n.active=!0,i=function(e){u(e)},e(document).one("mouseup",i)}function u(e){return i=null,document.onselectstart!==undefined&&(document.onselectstart=r.onselectstart),document.ondrag!==undefined&&(document.ondrag=r.ondrag),n.active=!1,h(e),m()?f():(t.getPlaceholder().trigger("plotunselected",[]),t.getPlaceholder().trigger("plotselecting",[null])),!1}function a(){if(!m())return null;if(!n.show)return null;var r={},i=n.first,s=n.second;return e.each(t.getAxes(),function(e,t){if(t.used){var n=t.c2p(i[t.direction]),o=t.c2p(s[t.direction]);r[e]={from:Math.min(n,o),to:Math.max(n,o)}}}),r}function f(){var e=a();t.getPlaceholder().trigger("plotselected",[e]),e.xaxis&&e.yaxis&&t.getPlaceholder().trigger("selected",[{x1:e.xaxis.from,y1:e.yaxis.from,x2:e.xaxis.to,y2:e.yaxis.to}])}function l(e,t,n){return t<e?e:t>n?n:t}function c(e,r){var i=t.getOptions(),s=t.getPlaceholder().offset(),o=t.getPlotOffset();e.x=l(0,r.pageX-s.left-o.left,t.width()),e.y=l(0,r.pageY-s.top-o.top,t.height()),i.selection.mode=="y"&&(e.x=e==n.first?0:t.width()),i.selection.mode=="x"&&(e.y=e==n.first?0:t.height())}function h(e){if(e.pageX==null)return;c(n.second,e),m()?(n.show=!0,t.triggerRedrawOverlay()):p(!0)}function p(e){n.show&&(n.show=!1,t.triggerRedrawOverlay(),e||t.getPlaceholder().trigger("plotunselected",[]))}function d(e,n){var r,i,s,o,u=t.getAxes();for(var a in u){r=u[a];if(r.direction==n){o=n+r.n+"axis",!e[o]&&r.n==1&&(o=n+"axis");if(e[o]){i=e[o].from,s=e[o].to;break}}}e[o]||(r=n=="x"?t.getXAxes()[0]:t.getYAxes()[0],i=e[n+"1"],s=e[n+"2"]);if(i!=null&&s!=null&&i>s){var f=i;i=s,s=f}return{from:i,to:s,axis:r}}function v(e,r){var i,s,o=t.getOptions();o.selection.mode=="y"?(n.first.x=0,n.second.x=t.width()):(s=d(e,"x"),n.first.x=s.axis.p2c(s.from),n.second.x=s.axis.p2c(s.to)),o.selection.mode=="x"?(n.first.y=0,n.second.y=t.height()):(s=d(e,"y"),n.first.y=s.axis.p2c(s.from),n.second.y=s.axis.p2c(s.to)),n.show=!0,t.triggerRedrawOverlay(),!r&&m()&&f()}function m(){var e=t.getOptions().selection.minSize;return Math.abs(n.second.x-n.first.x)>=e&&Math.abs(n.second.y-n.first.y)>=e}var n={first:{x:-1,y:-1},second:{x:-1,y:-1},show:!1,active:!1},r={},i=null;t.clearSelection=p,t.setSelection=v,t.getSelection=a,t.hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.selection.mode!=null&&(t.mousemove(s),t.mousedown(o))}),t.hooks.drawOverlay.push(function(t,r){if(n.show&&m()){var i=t.getPlotOffset(),s=t.getOptions();r.save(),r.translate(i.left,i.top);var o=e.color.parse(s.selection.color);r.strokeStyle=o.scale( (…)
  /external/smack/src/org/xbill/DNS/
OPTRecord.java 165 getOptions() {
176 getOptions(int code) {
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
AppConfigurationEntry.java 64 public Map<java.lang.String, ?> getOptions() {
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 74 public FileOptions getOptions() { return proto.getOptions(); }
455 public MessageOptions getOptions() { return proto.getOptions(); }
699 return getOptions().getPacked();
725 public FieldOptions getOptions() { return proto.getOptions(); }
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
DroidDrivers.java 63 * {@link #getOptions()}. Called by
85 public static Bundle getOptions() {
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 46 final CoverageOptions options = mdata.getOptions ();

Completed in 657 milliseconds

1 2 3 4 5 6 7 8 91011>>