HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 126 - 150 of 2219) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/common/
uset_imp.h 28 USetAdd(USet *set, UChar32 c);
31 USetAddRange(USet *set, UChar32 start, UChar32 end);
34 USetAddString(USet *set, const UChar *str, int32_t length);
37 USetRemove(USet *set, UChar32 c);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
45 * Calls will look like sa->add(sa->set, c);
48 USet *set; member in struct:USetAdder
  /external/chromium_org/third_party/icu/source/i18n/
funcrepl.cpp 110 UnicodeSet set; local
111 toUnionTo.addAll(translit->getTargetSet(set));
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
bitset.cpp 13 // TODO: have a separate capacity, so the len can just be set to
37 void BitSet::set(int32_t bitIndex) { function in class:BitSet
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 47 brw_blorp_mip_info::set(struct intel_mipmap_tree *mt, function in class:brw_blorp_mip_info
67 brw_blorp_surface_info::set(struct brw_context *brw, function in class:brw_blorp_surface_info
71 brw_blorp_mip_info::set(mt, level, layer);
79 /* The miptree is a W-tiled stencil buffer. Surface states can't be set
190 depth.set(mt, level, layer);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 34 * front OR back face state (as set by glActiveStencilFaceEXT) is set.
97 * Set the clear value for the stencil buffer.
122 * Set the function and reference value for stencil testing.
158 /* set both front and back state */
181 * Set the function and reference value for stencil testing.
229 /* set both front and back state */
252 * Set the stencil writing mask.
289 /* set both front and back state */
306 * Set the stencil test actions
422 GLboolean set = GL_FALSE; local
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 22 void set(const SkIRect& r) { function in struct:GrIRect16
  /external/chromium_org/third_party/skia/src/animator/
SkDrawMatrix.h 49 void set(SkMatrix& src) { function in class:SkDrawMatrix
  /external/chromium_org/third_party/skia/src/core/
SkRefDict.cpp 40 void SkRefDict::set(const char name[], SkRefCnt* data) { function in class:SkRefDict
73 rec->fName.set(name);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 14 void GrGLAttribArrayState::set(const GrGpuGL* gpu, function in class:GrGLAttribArrayState
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 24 void set(const SkPoint pts[4]) { function in struct:SkDCubic
49 cubic.set(a);
64 cubic.set(a);
73 cubic.set(pts);
SkPathOpsQuad.h 27 void set(const SkPoint pts[3]) { function in struct:SkDQuad
52 quad.set(a);
59 quad.set(pts);
SkPathOpsRect.h 43 void set(const SkDPoint& pt) { function in struct:SkDRect
  /external/chromium_org/ui/gfx/
matrix3_f.h 31 void set(int i, int j, float v) { function in class:gfx::Matrix3F
35 void set(float m00, float m01, float m02, function in class:gfx::Matrix3F
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 104 function set() {}; function
105 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
110 assertEquals(set, desc.set);
126 assertEquals(set, desc.set);
171 // has been set to false on all properties manually and the extensible
172 // flag has also been set to false manually.
203 // Allow these functions to set up monomorphic calls, using custom built-ins
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 49 void set(unsigned tid, u64 v) { function in struct:__tsan::ThreadClock
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
RegisterMapper.java 53 newSources.set(i, map(sources.get(i)));
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeList.java 35 ropTypes.set(i, types[i].ropType);
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 85 Attribute_info set (int offset, Attribute_info attribute); method in interface:IAttributeCollection
IFieldCollection.java 91 Field_info set (int offset, Field_info field); method in interface:IFieldCollection
IInterfaceCollection.java 78 int set (int offset, int interface_index); method in interface:IInterfaceCollection
IMethodCollection.java 88 Method_info set (int offset, Method_info method); method in interface:IMethodCollection
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 81 int set (int offset, int exception_index); method in interface:IDeclaredExceptionTable
IExceptionHandlerTable.java 80 Exception_info set (int offset, Exception_info exception); method in interface:IExceptionHandlerTable
  /external/guava/guava/src/com/google/common/collect/
Count.java 54 public void set(int newValue) { method in class:Count
ForwardingListIterator.java 67 public void set(E element) { method in class:ForwardingListIterator
68 delegate().set(element);

Completed in 315 milliseconds

1 2 3 4 56 7 8 91011>>