| /external/emma/core/java12/com/vladium/emma/report/html/doc/ |
| D | AttributeSet.java | 37 public abstract AttributeSet set (Attribute attr, String value); in set() method in AttributeSet 38 public abstract AttributeSet set (Attribute attr, int value); in set() method in AttributeSet 60 final String value = entry.getValue ().toString (); in emit() local 88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set() method in AttributeSet.AttributeSetImpl 95 public AttributeSet set (final Attribute attr, final int value) in set() method in AttributeSet.AttributeSetImpl
|
| /external/cldr/tools/java/org/unicode/cldr/draft/ |
| D | UnmodifiableBitSet.java | 23 public void and(BitSet set) { in and() 28 public void andNot(BitSet set) { in andNot() 58 public void set(int bitIndex) { in set() method in UnmodifiableBitSet 63 public void set(int bitIndex, boolean value) { in set() method in UnmodifiableBitSet 68 public void set(int fromIndex, int toIndex) { in set() method in UnmodifiableBitSet 73 public void set(int fromIndex, int toIndex, boolean value) { in set() method in UnmodifiableBitSet 78 public void or(BitSet set) { in or() 83 public void xor(BitSet set) { in xor()
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
| D | SetExtensions.cs | 45 public static bool add<T>( this HashSet<T> set, T item ) in add() 51 public static void addAll<T>( this HashSet<T> set, IEnumerable<T> items ) in addAll() 59 public static void clear<T>( this HashSet<T> set ) in clear() 65 public static bool contains<T>( this HashSet<T> set, T value ) in contains() 71 public static bool remove<T>( this HashSet<T> set, T item ) in remove() 77 public static int size<T>( this HashSet<T> set ) in size() 83 public static T[] toArray<T>( this HashSet<T> set ) in toArray()
|
| D | ListExtensions.cs | 47 public static bool add( this IList list, object value ) in add() 55 public static void add<T>( this ICollection<T> list, T value ) in add() 61 public static void add<T>( this List<T> list, T value ) in add() 67 public static void add( this IList list, int index, object value ) in add() 93 public static void addElement( this List<object> list, object value ) in addElement() 105 public static bool contains( this IList list, object value ) in contains() 111 public static bool contains<T>( this ICollection<T> list, T value ) in contains() 156 public static void set( this IList list, int index, object value ) in set() method in Antlr.Runtime.JavaExtensions.ListExtensions 162 public static void set<T>( this IList<T> list, int index, T value ) in set() method in Antlr.Runtime.JavaExtensions.ListExtensions 168 public static void set<T>( this List<T> list, int index, T value ) in set() method in Antlr.Runtime.JavaExtensions.ListExtensions
|
| /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
| D | ObjectMatcherFactory.java | 101 public ObjectMatcher<String> set(String pattern) { in set() method in ObjectMatcherFactory.RegexMatcher 106 public ObjectMatcher<String> set(String pattern, int flags) { in set() method in ObjectMatcherFactory.RegexMatcher 111 public boolean matches(String value) { in matches() 120 public ObjectMatcher<String> set(Collection<String> collection) { in set() method in ObjectMatcherFactory.CollectionMatcher 125 public boolean matches(String value) { in matches() 134 public ObjectMatcher<String> set(ObjectMatcher<String> a, in set() method in ObjectMatcherFactory.OrMatcher 141 public boolean matches(String value) { in matches() 151 public ObjectMatcher<String> set(ObjectMatcher<String> other) { in set() method in ObjectMatcherFactory.ListMatcher 156 public boolean matches(String value) { in matches() 201 public String value; field in ObjectMatcherFactory.MatcherPattern [all …]
|
| /external/icu/icu4c/source/common/ |
| D | uset_props.cpp | 37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local 73 uset_applyPattern(USet *set, in uset_applyPattern() 102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue() 108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() 131 uset_toPattern(const USet* set, in uset_toPattern() 141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
| /external/protobuf/src/google/protobuf/ |
| D | extension_set.h | 618 const string& value, in SetString() 623 const string& value) { in SetRepeatedString() 627 const string& value, in AddString() 834 static inline const string& Get(int number, const ExtensionSet& set, in Get() 839 const string& value, ExtensionSet* set) { in Set() 842 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() 846 bool /*is_packed*/, const string& value, in Add() 847 ExtensionSet* set) { in Add() 851 ExtensionSet* set) { in Add() 855 GetRepeated(int number, const ExtensionSet& set) { in GetRepeated() [all …]
|
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| D | io_control.hpp | 36 non_blocking_io(bool value) in non_blocking_io() 48 void set(bool value) in set() function in asio::detail::io_control::non_blocking_io 86 bytes_readable(std::size_t value) in bytes_readable() 98 void set(std::size_t value) in set() function in asio::detail::io_control::bytes_readable
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| D | kernel.cpp | 363 kernel::argument::set() const { in set() function in kernel::argument 376 kernel::scalar_argument::set(size_t size, const void *value) { in set() function in kernel::scalar_argument 403 kernel::global_argument::set(size_t size, const void *value) { in set() function in kernel::global_argument 444 kernel::local_argument::set(size_t size, const void *value) { in set() function in kernel::local_argument 473 kernel::constant_argument::set(size_t size, const void *value) { in set() function in kernel::constant_argument 509 kernel::image_rd_argument::set(size_t size, const void *value) { in set() function in kernel::image_rd_argument 540 kernel::image_wr_argument::set(size_t size, const void *value) { in set() function in kernel::image_wr_argument 571 kernel::sampler_argument::set(size_t size, const void *value) { in set() function in kernel::sampler_argument
|
| /external/libcap/libcap/ |
| D | cap_flag.c | 16 int cap_get_flag(cap_t cap_d, cap_value_t value, cap_flag_t set, in cap_get_flag() 39 int cap_set_flag(cap_t cap_d, cap_flag_t set, in cap_set_flag() 56 int value = array_values[i]; in cap_set_flag() local
|
| /external/libtextclassifier/utils/ |
| D | optional.h | 37 explicit Optional(T value) : init_(true), value_(value) {} in Optional() 60 T const& value() const& { in value() function 69 void set(const T& value) { in set() function
|
| /external/jcommander/src/test/java/com/beust/jcommander/ |
| D | DefaultValueTest.java | 85 public Set<String> set; field in DefaultValueTest.MyOpts 102 public static final List<String> singletonList(String value) { in singletonList() 108 public static final Set<String> singletonSet(String value){ in singletonSet() 109 Set<String> set = Sets.newLinkedHashSet(); in singletonSet() local
|
| D | SetConverter.java | 8 public SortedSet<Integer> convert(String value) { in convert() 9 SortedSet<Integer> set = new TreeSet<Integer>(); in convert() local
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorIndexList.h | 42 static const DenseIndex value = n; member 44 EIGEN_DEVICE_FUNC void set(DenseIndex val) { in set() function 60 EIGEN_DEVICE_FUNC void set(const IndexPair<DenseIndex>& val) { in set() function
|
| /external/pdfium/fxbarcode/pdf417/ |
| D | BC_PDF417BarcodeRow.cpp | 30 void CBC_BarcodeRow::set(int32_t x, uint8_t value) { in set() function in CBC_BarcodeRow 34 void CBC_BarcodeRow::set(int32_t x, bool black) { in set() function in CBC_BarcodeRow
|
| /external/cldr/tools/java/org/unicode/cldr/test/ |
| D | CheckAttributeValues.java | 79 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck() 232 String getReplacement(String value, String attributeValue) { in getReplacement() 281 String value = item.getValue().get1(); in getMetadata() local 294 String value = entry.getValue(); in getMetadata() local 402 private MatcherPattern getMatcherPattern2(String type, String value) { in getMatcherPattern2() 450 public String value; field in CheckAttributeValues.MatcherPattern 462 public ObjectMatcher<String> set(String pattern) { in set() method in CheckAttributeValues.RegexMatcher 467 public ObjectMatcher<String> set(String pattern, int flags) { in set() method in CheckAttributeValues.RegexMatcher 472 public boolean matches(String value) { in matches() 481 public ObjectMatcher<String> set(Collection<String> collection) { in set() method in CheckAttributeValues.CollectionMatcher [all …]
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
| D | LayoutMetric.java | 26 private float value; field in LayoutMetric 29 public LayoutMetric(float value, LayoutType layoutType) { in LayoutMetric() 42 protected abstract void validatePair(float value, LayoutType layoutType); in validatePair() 44 public void set(float value, LayoutType layoutType) { in set() method in LayoutMetric 54 public void setValue(float value) { in setValue()
|
| /external/v8/src/objects/ |
| D | fixed-array-inl.h | 86 void FixedArray::set(int index, Smi* value) { in set() function 94 void FixedArray::set(int index, Object* value) { in set() function 104 void FixedArray::set(int index, Object* value, WriteBarrierMode mode) { in set() function 114 Object* value) { in NoWriteBarrierSet() 195 void FixedDoubleArray::set(int index, double value) { in set() function 241 void WeakFixedArray::Set(int index, MaybeObject* value) { in Set() 249 void WeakFixedArray::Set(int index, MaybeObject* value, WriteBarrierMode mode) { in Set() 275 void WeakArrayList::Set(int index, MaybeObject* value, WriteBarrierMode mode) { in Set() 333 void ByteArray::set(int index, byte value) { in set() function 357 void ByteArray::set_int(int index, int value) { in set_int() [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| D | shared_prefs.py | 54 def set(self, value): member in BasePref 77 def set(self, value): member in BooleanPref 131 def set(self, value): member in StringPref 156 def set(self, value): member in StringSetPref 342 def SetBoolean(self, key, value): argument 350 def SetFloat(self, key, value): argument 358 def SetInt(self, key, value): argument 366 def SetLong(self, key, value): argument 374 def SetString(self, key, value): argument 382 def SetStringSet(self, key, value): argument [all …]
|
| /external/deqp/framework/delibs/decpp/ |
| D | deThreadLocal.hpp | 42 inline void set (void* value) { deThreadLocal_set(m_var, value); } in set() function in de::ThreadLocal
|
| /external/icu/icu4c/source/common/unicode/ |
| D | errorcode.h | 101 void set(UErrorCode value) { errorCode=value; } in set() function
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | SettableFuture.java | 52 public boolean set(@Nullable V value) { in set() method in SettableFuture
|
| /external/libcap/progs/ |
| D | capsh.c | 32 static char *binary(unsigned long value) in binary() 238 unsigned value; in main() local 239 int set; in main() local 294 unsigned value; in main() local 305 unsigned value; in main() local 321 unsigned value; in main() local 345 unsigned value; in main() local 356 unsigned value; in main() local 447 unsigned long long value; in main() local 486 int set, status, j; in main() local
|
| /external/icu/icu4c/source/i18n/ |
| D | astro.h | 98 void set(double lat, double lon) { in set() function 165 void set(double asc, double dec) { in set() function 239 void set(double alt, double azim) { in set() function 592 void set(double l) { value = l; } in set() function 593 double value; variable
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| D | UnicodeMapIterator.java | 87 public T value; field in UnicodeMapIterator 93 public UnicodeMapIterator(UnicodeMap set) { in UnicodeMapIterator() 197 public void reset(UnicodeMap set) { in reset()
|