/frameworks/base/telephony/java/com/android/ims/internal/uce/options/ |
OptionsSipResponse.java | 41 * Sets the Options command ID. 57 * Sets the request ID 73 * Sets the SIP response code. 89 * Sets the SIP response code reason phrase. 105 * Sets the SIP retryAfter sec value
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/ |
PresSipResponse.java | 40 * Sets the Presence command ID. 56 * Sets the request ID. 72 * Sets the SIP response code. 90 * Sets the SIP response code reason phrase. 106 * Sets the SIP retryAfter sec value
|
PresTupleInfo.java | 39 * Sets the feature tag. 54 * Sets the contact URI. 70 * Sets the timestamp.
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
SettingsToggler.java | 22 * {@link SettingsToggler} sets settings by using the "adb shell content" command. 28 /** Sets a setting by deleting and then inserting the string value. */ 39 /** Sets a secure setting by deleting and then inserting the string value. */ 45 /** Sets a global setting by deleting and then inserting the string value. */ 51 /** Sets a setting by deleting and then inserting the int value. */ 62 /** Sets a secure setting by deleting and then inserting the int value. */ 68 /** Sets a global setting by deleting and then inserting the int value. */
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
EventBuilder.java | 38 * Sets the Count modifier. 51 * Sets the ThreadOnly modifier. 64 * Sets the ClassMatch modifier. 77 * Sets the LocationOnly modifier. 90 * Sets the ExceptionOnly modifier. 108 * Sets the FieldOnly modifier. 123 * Sets the InstanceOnly modifier.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SetMultimapAsMapTester.java | 23 import com.google.common.collect.Sets; 74 expected.put(sampleKeys().e0, Sets.newHashSet(sampleValues().e0, sampleValues().e3)); 75 expected.put(sampleKeys().e1, Sets.newHashSet(sampleValues().e0)); 87 Set<Entry<K, Collection<V>>> expected = Sets.newHashSet(); 90 (Collection<V>) Sets.newHashSet(sampleValues().e0, sampleValues().e3))); 93 (Collection<V>) Sets.newHashSet(sampleValues().e0))); 110 sampleKeys().e0, Sets.newHashSet(sampleValues().e0, sampleValues().e3)),
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/ |
CapInfo.java | 88 * Sets IM as supported or not supported. 102 * Sets FT thumbnail as supported or not supported. 118 * Sets FT Store and Forward as supported or not supported. 132 * Sets File transfer HTTP as supported or not supported. 146 * Sets FT as supported or not supported. 160 * Sets IS as supported or not supported. 174 * Sets video sharing as supported or not supported during a CS 190 * Sets video sharing as supported or not supported. 204 * Sets social presence as supported or not supported. 219 * Sets capability discovery via presence as supported or no [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBlend.java | 54 * Sets dst = {0, 0, 0, 0} 64 * Sets dst = {0, 0, 0, 0} 85 * Sets dst = src 95 * Sets dst = src 115 * Sets dst = dst 127 * Sets dst = dst 149 * Sets dst = src + dst * (1.0 - src.a) 159 * Sets dst = src + dst * (1.0 - src.a) 179 * Sets dst = dst + src * (1.0 - dst.a) 189 * Sets dst = dst + src * (1.0 - dst.a [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildProperties.java | 173 * Sets the buildLabel. 189 * Sets the logFile. 213 * Sets the buildid. 221 * Sets the timestamp. 253 * Sets the host. 261 * Sets the recipientList. 269 * Sets the sender. 285 * Sets the buildSubjectPrefix. 301 * Sets the httpUrl. 317 * Sets the ftpUrl [all...] |
/libcore/ojluni/src/main/java/javax/sql/ |
RowSetMetaData.java | 50 * Sets the number of columns in the <code>RowSet</code> object to 59 * Sets whether the designated column is automatically numbered, 72 * Sets whether the designated column is case sensitive. 84 * Sets whether the designated column can be used in a where clause. 96 * Sets whether the designated column is a cash value. 108 * Sets whether the designated column's value can be set to 123 * Sets whether the designated column is a signed number. 135 * Sets the designated column's normal maximum width in chars to the 147 * Sets the suggested column title for use in printouts and 157 * Sets the name of the designated column to the given <code>String</code> [all...] |
/external/icu/icu4c/source/common/ |
rbbisetb.h | 24 // from the Unicode Sets appearing in the source RBBI rules, and 43 // Unicode sets that include this range. 62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules. 72 // to set numbers in the non-overlapping set of sets. 82 void addValToSets(UVector *sets, uint32_t val); 111 uint32_t fTrieSize; // the Unicode Sets.
|
/external/llvm/include/llvm/ADT/ |
DeltaAlgorithm.h | 18 /// for minimizing arbitrary sets using a predicate function. 59 /// smaller sets, by attempting to remove individual subsets. 61 const changesetlist_ty &Sets); 63 /// Search - Search for a subset (or subsets) in \p Sets which can be 69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 75 const changesetlist_ty &Sets) {}
|
/external/autotest/client/site_tests/network_ModemManagerSMS/src/ |
fake-gsm | 6 # sets CONNECT response 9 # sets DCD mode 34 # Get supported character sets
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/ |
fake-gsm | 6 # sets CONNECT response 9 # sets DCD mode 34 # Get supported character sets
|
/frameworks/base/core/java/android/view/accessibility/ |
IAccessibilityInteractionCallback.aidl | 31 * Sets the result of an async request that returns an {@link AccessibilityNodeInfo}. 39 * Sets the result of an async request that returns {@link AccessibilityNodeInfo}s. 48 * Sets the result of a request to perform an accessibility action.
|
IAccessibilityInteractionConnectionCallback.aidl | 32 * Sets the result of an async request that returns an {@link AccessibilityNodeInfo}. 40 * Sets the result of an async request that returns {@link AccessibilityNodeInfo}s. 49 * Sets the result of a request to perform an accessibility action.
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfo.java | 19 import com.google.android.collect.Sets; 47 Set<ClassPathPackageInfo> info = Sets.newHashSet(); 55 Set<Class<?>> set = Sets.newHashSet();
|
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 38 EQ_PARAM_BAND_LEVEL, // Gets/Sets the gain set for the given equalizer band. 43 EQ_PARAM_CUR_PRESET, // Gets/Sets the current preset. 46 EQ_PARAM_PROPERTIES // Gets/Sets all parameters at a time.
|
effect_visualizer.h | 48 VISUALIZER_PARAM_CAPTURE_SIZE, // Sets the number PCM samples in the capture. 49 VISUALIZER_PARAM_SCALING_MODE, // Sets the way the captured data is scaled 51 VISUALIZER_PARAM_MEASUREMENT_MODE, // Sets which measurements are to be made
|
/toolchain/binutils/binutils-2.25/include/ |
simple-object.h | 51 formats. On error, this function returns NULL, and sets *ERRMSG to 52 an error string and sets *ERR to an errno value or 0 if there is no 67 NULL. On error it returns an error string, and sets *ERR to an 112 SIMPLE_OBJECT is closed. On error this returns NULL, sets *ERRMSG 113 to an error message, and sets *ERR to an errno value or 0 if there 122 Otherwise, returns an error message, and sets *ERR to an errno 145 On error this function returns NULL, sets *ERRMSG to an error 146 message, and sets *ERR to an errno value or 0 if there isn't 164 returns NULL, sets *ERRMSG to an error message, and sets *ERR to a [all...] |
/device/google/dragon/sepolicy/ |
dumpstate.te | 1 # dumpstate sets the debug.bq25892 property
|
/external/autotest/client/cros/chameleon/ |
chameleon_usb_audio.py | 9 """Sets the playback configurations for the USB gadget driver on Chameleon. 11 This method also sets the channel map of the link based on the channel 37 """Sets the capture configurations for the USB gadget driver on Chameleon. 39 This method also sets the channel map of the link based on the channel
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
control | 18 This test opens a test page with chromedriver and sets a form field.
|
/external/autotest/client/site_tests/power_NoConsoleSuspend/ |
control | 15 Sets the no_console_suspend kernel option via sysfs, then suspends the system.
|
/external/easymock/src/org/easymock/ |
IExpectationSetters.java | 28 * Sets a return value that will be returned for the expected invocation.
37 * Sets a throwable that will be thrown for the expected invocation.
46 * Sets an object that will be used to calculate the answer for the expected
56 * Sets an object implementing the same interface as the mock. The expected
68 * Sets a stub return value that will be returned for the expected
77 * Sets a stub throwable that will be thrown for the expected invocation.
85 * Sets a stub object that will be used to calculate the answer for the
94 * Sets a stub object implementing the same interface as the mock. The
105 * Sets stub behavior for the expected invocation (this is needed for void
|