/external/chromium_org/third_party/icu/source/test/intltest/ |
trnserr.cpp | 110 errln("FAIL: Error code wasn't set either."); 122 errln("FAIL: Error code wasn't set either."); 157 errln("FAIL: The parse error offset isn't set correctly when fails."); 169 UnicodeSet set; local 173 if (!set.isEmpty()) { 176 set.applyPattern(badPattern, status); 219 /*UnicodeSet *set = new UnicodeSet(goodPattern, status); 227 //delete set;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
kernel.cpp | 184 _cl_kernel::argument::set() const { function in class:_cl_kernel::argument 198 _cl_kernel::scalar_argument::set(size_t size, const void *value) { function in class:_cl_kernel::scalar_argument 220 _cl_kernel::global_argument::set(size_t size, const void *value) { function in class:_cl_kernel::global_argument 256 _cl_kernel::local_argument::set(size_t size, const void *value) { function in class:_cl_kernel::local_argument 284 _cl_kernel::constant_argument::set(size_t size, const void *value) { function in class:_cl_kernel::constant_argument 314 _cl_kernel::image_rd_argument::set(size_t size, const void *value) { function in class:_cl_kernel::image_rd_argument 344 _cl_kernel::image_wr_argument::set(size_t size, const void *value) { function in class:_cl_kernel::image_wr_argument 374 _cl_kernel::sampler_argument::set(size_t size, const void *value) { function in class:_cl_kernel::sampler_argument
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
x_name.c | 99 /* For the "Name" type we need a SEQUENCE OF { SET OF X509_NAME_ENTRY } 203 entry->set = i; 262 int i, set = -1; local 267 if(entry->set != set) { 273 set = entry->set; 324 int i, set = -1, ret = 0; local 343 if(entry->set != set) [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkCamera.h | 37 void set(SkUnitScalar x, SkUnitScalar y, SkUnitScalar z) function in struct:SkUnit3D 48 void set(SkScalar x, SkScalar y, SkScalar z) function in struct:SkPoint3D
|
SkRTConf.h | 44 void set(const T& value) { fValue = value; } function in class:SkRTConf 56 skRTConfRegistry().set(confname, value, true) 61 skRTConfRegistry().set(confname, value, false) 82 template <typename T> void set(const char *confname,
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.cpp | 63 for quads and cubics, set up a parameterized line (e.g. LineParameters ) 69 FIXME: maybe I could set up LineParameters lazily 184 // FIXME: some of this setup can be moved to set() if it works, or cached if it's expensive 276 void SkOpAngle::set(const SkOpSegment* segment, int start, int end) { function in class:SkOpAngle 298 fCurvePart[0].set(pts[fStart > fEnd]); 299 fCurvePart[1].set(pts[fStart < fEnd]);
|
SkPathOpsPoint.h | 68 void set(const SkPoint& pt) { function in struct:SkDPoint 118 dA.set(a); 130 dA.set(a); 131 dB.set(b);
|
/external/chromium_org/third_party/skia/src/utils/ |
SkRTConf.cpp | 129 // register a configuration variable after its value has been set by the parser. 131 // user might set the value after initialization time and we need to have 144 fConfs.set(conf->getName(),confArray); 266 template <typename T> void SkRTConfRegistry::set(const char *name, function in class:SkRTConfRegistry 272 SkDebugf("WARNING: Attempting to set configuration value \"%s\"," 283 concrete->set(value); 288 template void SkRTConfRegistry::set(const char *name, bool value, bool); 289 template void SkRTConfRegistry::set(const char *name, int value, bool); 290 template void SkRTConfRegistry::set(const char *name, unsigned int value, bool); 291 template void SkRTConfRegistry::set(const char *name, float value, bool) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pagemap.h | 89 // Return the current value for KEY. Returns NULL if not yet set, 102 void set(Number k, void* v) { function in class:TCMalloc_PageMap1 153 void set(Number k, void* v) { function in class:TCMalloc_PageMap2 258 void set(Number k, void* v) { function in class:TCMalloc_PageMap3
|
/external/chromium_org/ui/views/layout/ |
grid_layout_unittest.cc | 227 ColumnSet* set = layout.AddColumnSet(0); local 229 set->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 0, 231 set->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 0, 258 ColumnSet* set = layout.AddColumnSet(0); local 260 set->AddColumn(GridLayout::FILL, GridLayout::FILL, 0, 262 set->AddColumn(GridLayout::FILL, GridLayout::FILL, 0, 264 set->AddColumn(GridLayout::FILL, GridLayout::FILL, 0, 393 ColumnSet* set = layout.AddColumnSet(0); local 402 set->AddColumn(GridLayout::CENTER, 436 ColumnSet* set = layout.AddColumnSet(0) local 451 ColumnSet* set = layout.AddColumnSet(0); local 482 ColumnSet* set = layout.AddColumnSet(0); local 508 ColumnSet* set = layout.AddColumnSet(0); local 529 ColumnSet* set = layout.AddColumnSet(0); local 552 ColumnSet* set = layout.AddColumnSet(0); local 589 ColumnSet* set = layout.AddColumnSet(0); local 626 ColumnSet* set = layout.AddColumnSet(0); local [all...] |
/external/chromium_org/v8/src/ |
assert-scope.h | 58 void set(PerThreadAssertType type, bool allow) { function in class:v8::internal::PerThreadAssertData 127 data_->set(type, allow); 130 ~PerThreadAssertScope() { data_->set(type, old_state_); }
|
/external/chromium_org/v8/test/mjsunit/ |
external-array-no-sse2.js | 171 function set(a, index, value) { function 177 set(array, 0, 2.5); 180 %OptimizeFunctionOnNextCall(set); 181 set(array, 0, 2.5); 183 set(array, 1, 3.5); 533 // Test array.set in different combinations. 543 a12.set(a11, 3) 545 assertThrows(function(){ a11.set(a12) }) 549 a22.set(a21, 2) 554 a31.set(a32, 4 [all...] |
external-array.js | 171 function set(a, index, value) { function 177 set(array, 0, 2.5); 180 %OptimizeFunctionOnNextCall(set); 181 set(array, 0, 2.5); 183 set(array, 1, 3.5); 532 // Test array.set in different combinations. 542 a12.set(a11, 3) 544 assertThrows(function(){ a11.set(a12) }) 548 a22.set(a21, 2) 553 a31.set(a32, 4 [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
native_file_util_unittest.cc | 5 #include <set> 175 std::set<base::FilePath> set; local 176 set.insert(path_1); 177 set.insert(path_2); 180 EXPECT_EQ(1U, set.erase(path)); 181 EXPECT_TRUE(set.empty()); 187 std::set<base::FilePath> set; local 188 set.insert(path_1) [all...] |
/external/clang/include/clang/Basic/ |
ObjCRuntime.h | 66 void set(Kind kind, VersionTuple version) { function in class:clang::ObjCRuntime 74 /// \brief Does this runtime follow the set of implied behaviors for a 88 /// The inverse of isNonFragile(): does this runtime follow the set of
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
CatchHandlerList.java | 42 * this with the index for an element which was never set; if you 121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList 129 * @param entry {@code non-null;} the entry to set at {@code n} 131 public void set(int n, Entry entry) { method in class:CatchHandlerList
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecList.java | 41 result.set(0, spec); 55 result.set(0, spec0); 56 result.set(1, spec1); 71 result.set(0, spec0); 72 result.set(1, spec1); 73 result.set(2, spec2); 90 result.set(0, spec0); 91 result.set(1, spec1); 92 result.set(2, spec2); 93 result.set(3, spec3) 188 public void set(int n, RegisterSpec spec) { method in class:RegisterSpecList [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
BitIntSet.java | 22 * A set of integers, represented by a bit set 32 * @param max the maximum value of ints in this set. 41 Bits.set(bits, value, true); 45 * Ensures that the bit set has the capacity to represent the given value. 61 Bits.set(bits, value, false); 84 Bits.set(bits, o.ints.get(i), true);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
AttributeCollection.java | 150 public Attribute_info set (final int offset, final Attribute_info attribute) method in class:AttributeCollection 152 final Attribute_info result = (Attribute_info) m_attributes.set (offset, attribute);
|
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 108 inheritableThreadLocals.set(this, null);
|
/external/guava/guava/src/com/google/common/collect/ |
Constraints.java | 28 import java.util.Set; 108 * Returns a constrained view of the specified set, using the specified 109 * constraint. Any operations that add new elements to the set will call the 113 * <p>The returned set is not serializable. 115 * @param set the set to constrain 117 * @return a constrained view of the set 119 public static <E> Set<E> constrainedSet( 120 Set<E> set, Constraint<? super E> constraint) 249 @Override public E set(int index, E element) { method in class:Constraints.ConstrainedList 300 @Override public void set(E element) { method in class:Constraints.ConstrainedListIterator [all...] |
Iterables.java | 41 import java.util.Set; 192 // Note: Not all random access lists support set() so we need to deal with 202 list.set(to, element); 338 * iterable is a {@link Multiset} or {@link Set}. 346 if ((iterable instanceof Set)) { 347 return ((Set<?>) iterable).contains(element) ? 1 : 0; [all...] |
Range.java | 30 import java.util.Set; 59 * (The notation {@code {x | statement}} is read "the set of all <i>x</i> such 228 SortedSet<? extends C> set = cast(values); local 229 Comparator<?> comparator = set.comparator(); 231 return contains(set.first()) && contains(set.last()); 385 * operations on such a set can be performed efficiently, but others (such as 386 * {@link Set#hashCode} or {@link Collections#frequency}) can cause major 389 * <p>The returned set's {@link Object#toString} method returns a short-hand 390 * form of set's contents such as {@code "[1..100]}"} [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractFuture.java | 39 * Subclasses should provide a way to set the result of the computation through 40 * the protected methods {@link #set(Object)} and 159 * Subclasses should invoke this method to set the result of the computation 160 * to {@code value}. This will set the state of the future to 167 protected boolean set(@Nullable V value) { method in class:AbstractFuture 168 boolean result = sync.set(value); 176 * Subclasses should invoke this method to set the result of the computation 177 * to an error, {@code throwable}. This will set the state of the future to 209 * RUNNING to COMPLETING, that thread will then set the result of the 318 * Transition to the COMPLETED state and set the value 320 boolean set(@Nullable V v) { method in class:AbstractFuture.Sync [all...] |
AtomicDouble.java | 95 public final void set(double newValue) { method in class:AtomicDouble 106 set(newValue); 254 set(s.readDouble());
|