/external/chromium_org/third_party/skia/include/core/ |
SkSize.h | 24 void set(T w, T h) { function in struct:SkTSize 40 /** Set the width and height to 0 */ 48 /** If width or height is < 0, it is set to 0 */ 87 this->set(SkIntToScalar(src.fWidth), SkIntToScalar(src.fHeight)); 93 s.set(SkScalarRound(fWidth), SkScalarRound(fHeight)); 99 s.set(SkScalarCeil(fWidth), SkScalarCeil(fHeight)); 105 s.set(SkScalarFloor(fWidth), SkScalarFloor(fHeight));
|
SkTDict.h | 29 bool set(const char name[], const T& value) function in class:SkTDict 31 return set(name, strlen(name), value); 34 bool set(const char name[], size_t len, const T& value) function in class:SkTDict
|
SkTLazy.h | 50 * previous instance had been initialized (either from init() or set()) it 68 T* set(const T& src) { function in class:SkTLazy 161 fLazy.set(*fObj);
|
/external/chromium_org/third_party/skia/src/xml/ |
SkBML_XMLParser.cpp | 38 static void set(char* array[256], int index, SkStream& s, int data) function 96 set(rec.fNames, rec.fNextName++, s, data); 98 set(rec.fValues, rec.fNextValue++, s, 31); 102 set(rec.fNames, rec.fNextName++, s, data); 108 set(rec.fValues, rec.fNextValue++, s, 31); 131 set(rec.fElems, rec.fNextElem++, s, data);
|
/external/chromium_org/tools/xdisplaycheck/ |
xdisplaycheck.cc | 44 void set(Display* display) { display_ = display; } function in class:XScopedDisplay 54 scoped_display.set(XOpenDisplay(NULL)); 67 scoped_display.set(XOpenDisplay(NULL));
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.cc | 24 // A helper that combines each border image-set painter with arrows and metrics. 124 // Keep a cache of bubble border image-set painters, arrows, and metrics. 128 struct BorderImages*& set = kBorderImages[shadow]; local 129 if (set) 130 return set; 135 set = new BorderImages(kNoShadowImages, kNoShadowArrows, 6, 7, 4); 138 set = new BorderImages(kBigShadowImages, kBigShadowArrows, 23, 9, 2); 141 set = new BorderImages(kSmallShadowImages, kSmallShadowArrows, 5, 6, 2); 148 return set;
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 95 void set(Kind kind) { function in class:clang::TargetCXXABI
|
/external/clang/test/Analysis/ |
reinterpret-cast.cpp | 11 void set() { x = 42; } function in struct:Child 18 wrapper->set();
|
/external/clang/test/CodeGenCXX/ |
captured-statements.cpp | 115 void set() { function in class:Val 145 Obj.set();
|
/external/clang/test/SemaCXX/ |
captured-statements.cpp | 67 void set(const T &v0) { function in class:Val 80 Obj.set(0.0f); // OK
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
CatchTable.java | 43 * this with the index for an element which was never set; if you 57 * @param entry {@code non-null;} the entry to set at {@code n} 59 public void set(int n, Entry entry) { method in class:CatchTable
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstArray.java | 139 * this with the index for an element which was never set; if you 153 * @param a {@code null-ok;} the element to set at {@code n} 155 public void set(int n, Constant a) { method in class:CstArray.List
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Bits.java | 31 * Constructs a bit set to contain bits up to the given index (exclusive). 42 * Gets the maximum index (exclusive) for the given bit set. 44 * @param bits {@code non-null;} bit set in question 45 * @return {@code >= 0;} the maximum index (exclusive) that may be set 54 * @param bits {@code non-null;} bit set to operate on 55 * @param idx {@code >= 0, < getMax(set);} which bit 67 * @param bits {@code non-null;} bit set to operate on 68 * @param idx {@code >= 0, < getMax(set);} which bit 71 public static void set(int[] bits, int idx, boolean value) { method in class:Bits 85 * @param bits {@code non-null;} bit set to operate o 88 public static void set(int[] bits, int idx) { method in class:Bits [all...] |
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/ |
DexmakerMockMaker.java | 23 import java.util.Set; 39 Set<Class> interfacesSet = settings.getExtraInterfaces(); 63 handlerField.set(mock, invocationHandler);
|
/external/elfutils/tests/ |
allregs.c | 100 const char *set, *pfx; member in struct:reginfo 111 if (a->set == b->set) 113 if (a->set == NULL) 115 if (b->set == NULL) 117 if (!strcmp (a->set, "integer")) 119 if (!strcmp (b->set, "integer")) 121 return strcmp (a->set, b->set); 144 state->info[regno].set = setname 198 const char *set = NULL; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
AttributeSet.java | 37 public abstract AttributeSet set (Attribute attr, String value); method in class:AttributeSet 38 public abstract AttributeSet set (Attribute attr, int value); method in class:AttributeSet 88 public AttributeSet set (final Attribute attr, final String value) // null removes? method in class:AttributeSet.AttributeSetImpl 95 public AttributeSet set (final Attribute attr, final int value) method in class:AttributeSet.AttributeSetImpl
|
HTMLTable.java | 38 if (width != null) attrs.set (Attribute.WIDTH, width); 39 if (border != null) attrs.set (Attribute.BORDER, border); 40 if (cellpadding != null) attrs.set (Attribute.CELLPADDING, cellpadding); 41 if (cellspacing != null) attrs.set (Attribute.CELLSPACING, cellspacing); 50 m_caption.getAttributes ().set (Attribute.ALIGN, align); 92 getAttributes ().set (Attribute.COLSPAN, span);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
FieldCollection.java | 116 public Field_info set (final int offset, final Field_info field) method in class:FieldCollection 118 return (Field_info) m_fields.set (offset, field);
|
MethodCollection.java | 116 public Method_info set (final int offset, final Method_info method) method in class:MethodCollection 118 return (Method_info) m_methods.set (offset, method);
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
ExceptionHandlerTable.java | 93 public Exception_info set (final int offset, final Exception_info exception) method in class:ExceptionHandlerTable 95 return (Exception_info) m_exceptions.set (offset, exception);
|
/external/emma/core/java12/com/vladium/util/ |
IntVector.java | 112 public int set (final int index, final int value) method in class:IntVector
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingList.java | 105 public E set(int index, E element) { method in class:ForwardingList 106 return delegate().set(index, element);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SimpleTimeLimiter.java | 30 import java.util.Set; 93 final Set<Method> interruptibleMethods 168 private static Set<Method> findInterruptibleMethods(Class<?> interfaceType) { 169 Set<Method> set = Sets.newHashSet(); local 172 set.add(m); 175 return set;
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/ |
AtomicInteger.java | 40 public final void set(int newValue) { method in class:AtomicInteger 45 set(newValue);
|
AtomicLong.java | 40 public final void set(long newValue) { method in class:AtomicLong 45 set(newValue);
|