Searched refs:option (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactory_OptionsTest.java | 27 BitmapFactory.Options option = new BitmapFactory.Options(); in testRequestCancelDecode() local 29 assertFalse(option.mCancel); in testRequestCancelDecode() 30 option.requestCancelDecode(); in testRequestCancelDecode() 31 assertTrue(option.mCancel); in testRequestCancelDecode()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | bootstrap-collapse.js | 126 $.fn.collapse = function (option) { argument 130 , options = typeof option == 'object' && option 132 if (typeof option == 'string') data[option]() 152 , option = $(target).data('collapse') ? 'toggle' : $this.data() 153 $(target).collapse(option)
|
D | jquery.js | 2359 option: { property 2369 var value, i, max, option, 2384 option = options[ i ]; 2387 …if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disa… 2388 (!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) { 2391 value = jQuery( option ).val(); 5644 option: [ 1, "<select multiple='multiple'>", "</select>" ], property 5655 wrapMap.optgroup = wrapMap.option;
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 45 void Buffer::changeToMono(ConvertOption option) in changeToMono() argument 49 if (option == EKeepCh0) { in changeToMono() 54 } else if (option == EKeepCh1) { in changeToMono()
|
/cts/hostsidetests/theme/ |
D | android_device.py | 69 def runInstrumentationTest(self, option): argument 70 return self.runShellCommand("am instrument -w " + option)
|
/cts/tools/utils/ |
D | DescriptionGenerator.java | 113 for (String[] option : options) { in start() 114 if (option.length == 2) { in start() 115 if (option[0].equals(OUTPUT_PATH_OPTION)) { in start() 116 outputPath = option[1]; in start() 117 } else if (option[0].equals(ARCHITECTURE_OPTION)) { in start() 118 architecture = option[1]; in start() 164 public static int optionLength(String option) { in optionLength() argument 165 if (option.equals(OUTPUT_PATH_OPTION)) { in optionLength()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | Buffer.h | 105 void changeToMono(ConvertOption option);
|
/cts/tools/signature-tools/lib/ |
D | stringtemplate.jar | META-INF/
META-INF/MANIFEST.MF
org/antlr/stringtemplate/AttributeRenderer. ... |