/external/guava/guava-tests/test/com/google/common/collect/ |
SortedIterablesTest.java | 31 assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Sets.newTreeSet())); 38 Sets.newTreeSet(Ordering.natural().reverse()))); 42 assertEquals(Ordering.natural(), SortedIterables.comparator(Sets.newTreeSet()));
|
/external/selinux/libselinux/man/man3/ |
set_matchpathcon_flags.3 | 16 sets the flags controlling the operation of 29 sets the function used by 50 sets the function used by
|
/external/skia/debugger/QT/ |
SkInspectorWidget.h | 51 Sets the text in tab at the specified index. 57 Sets the text in the current matrix. 63 Sets the text in the current clip.
|
/frameworks/base/core/java/android/os/ |
AsyncResult.java | 34 /** Saves and sets m.obj */ 47 /** Saves and sets m.obj */ 60 /** please note, this sets m.obj to be this */
|
/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/core/java/android/content/pm/ |
PackageManagerInternal.java | 56 * Sets the location provider packages provider. 62 * Sets the input method packages provider. 68 * Sets the voice interaction packages provider. 74 * Sets the SMS packages provider. 80 * Sets the dialer packages provider. 86 * Sets the sim call manager packages provider. 92 * Sets the sync adapter packages provider.
|
/external/boringssl/src/include/openssl/ |
bytestring.h | 42 /* CBS_init sets |cbs| to point to |data|. It does not take ownership of 82 /* CBS_get_u8 sets |*out| to the next uint8_t from |cbs| and advances |cbs|. It 86 /* CBS_get_u16 sets |*out| to the next, big-endian uint16_t from |cbs| and 90 /* CBS_get_u24 sets |*out| to the next, big-endian 24-bit value from |cbs| and 94 /* CBS_get_u32 sets |*out| to the next, big-endian uint32_t value from |cbs| 98 /* CBS_get_bytes sets |*out| to the next |len| bytes from |cbs| and advances 102 /* CBS_get_u8_length_prefixed sets |*out| to the contents of an 8-bit, 107 /* CBS_get_u16_length_prefixed sets |*out| to the contents of a 16-bit, 112 /* CBS_get_u24_length_prefixed sets |*out| to the contents of a 24-bit, 132 /* CBS_get_asn1 sets |*out| to the contents of DER-encoded, ASN.1 element (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/luni/src/main/java/javax/sql/ |
RowSet.java | 261 * Sets the specified {@code ARRAY} parameter in the {@code RowSet} command 276 * Sets the value of the specified parameter in the {@code RowSet} command 294 * Sets the value of the specified parameter in the RowSet command with the 312 * Sets the value of the specified parameter in the RowSet command with the 329 * Sets the value of the specified parameter in the RowSet command with the 347 * Sets the value of the specified SQL {@code NUMERIC} parameter in the 363 * Sets the value of the specified SQL NUMERIC parameter in the RowSet 377 * Sets the value of the specified parameter in the {@code RowSet} command 395 * Sets the value of the specified parameter in the RowSet command with the 412 * Sets the value of the specified parameter in the RowSet command with th [all...] |
RowSetMetaData.java | 28 * operations for carrying out value sets. 38 * Sets automatic numbering for a specified column in the {@code RowSet}. If 55 * Sets the case sensitive property for a specified column in the {@code 71 * Sets the catalog name for a specified column in the {@code RowSet}. 85 * Sets the number of columns contained in the row set. 95 * Sets the normal maximum width in characters for a specified column in the 110 * Sets the suggested name as label for the column contained in the {@code 125 * Sets the column name for a specified column in the {@code RowSet}. 139 * Sets the SQL type for a specified column in the {@code RowSet}. 153 * Sets the type name for a specified column in the {@code RowSet}, wher [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/icu/icu4c/source/test/intltest/ |
usettest.h | 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], 178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
|
/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) {}
|
/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; 46 Set<ClassPathPackageInfo> info = Sets.newHashSet(); 54 Set<Class<?>> set = Sets.newHashSet();
|
/libcore/luni/src/main/java/java/sql/ |
PreparedStatement.java | 130 * Sets the value of a specified parameter to the supplied {@code Array}. 146 * Sets the value of a specified parameter to the content of a supplied 170 * Sets the value of a specified parameter to a supplied {@code 187 * Sets the value of a specified parameter to the content of a supplied 209 * Sets the value of a specified parameter to the given {@code Blob} object. 224 * Sets the value of a specified parameter to a supplied {@code boolean} 240 * Sets the value of a specified parameter to a supplied {@code byte} value. 254 * Sets the value of a specified parameter to a supplied array of bytes. The 271 * Sets the value of a specified parameter to the character content of a 292 * Sets the value of a specified parameter to the given {@code Clob} object [all...] |
/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
|
/art/runtime/arch/ |
context.h | 47 // Sets the stack pointer value. 50 // Sets the program counter value. 63 // Sets the given GPR. The caller is responsible for checking the register 74 // Sets the given FPR. The caller is responsible for checking the register
|
/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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 5 <!--copy the script which sets up environment and invokes the tests on test machine-->
|