Searched defs:set (Results 251 - 275 of 1028) sorted by relevance

<<11121314151617181920>>

/external/libxml2/include/libxml/
H A Dxlink.h68 * a set of callback registered at parsing time.
132 * This is the prototype for a extended link set detection callback.
145 * This is the structure containing a set of Links detection callbacks.
155 xlinkExtendedLinkSetFunk set; member in struct:_xlinkHandler
169 * Routines to set/get the default handlers.
/external/lldb/include/lldb/Utility/
H A DCleanUp.h23 // - the current value will be cleaned up when a new value is set using
24 // set(T value) as long as the current value hasn't already been cleaned.
121 set (const value_type value) function in class:lldb_utility::CleanUp
125 // Now set the new value and mark our callback as not called
254 set (const value_type value) function in class:lldb_utility::CleanUp2
258 // Now set the new value and mark our callback as not called
/external/llvm/include/llvm/MC/
H A DMachineLocation.h60 void set(unsigned R) { function
66 void set(unsigned R, int O) { function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.c35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value) argument
38 unsigned long *p = &set->masks[value / (sizeof(long) * 8)];
45 util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens, enum tgsi_file_type file) argument
74 memset(set->masks, 0, sizeof(set->masks));
90 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
103 if(!util_semantic_set_test_and_set(set, semantic_index[idx]))
115 #define UTIL_SEMANTIC_SET_FOR_EACH(i, set) for(i = 0; i < 256; ++i) if(set->masks[i / (sizeof(long) * 8)] & (1 << (i % (sizeof(long) * 8))))
118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigne argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp47 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/mesa3d/src/mesa/main/
H A Dstencil.c34 * front OR back face state (as set by glActiveStencilFaceEXT) is set.
158 /* set both front and back state */
229 /* set both front and back state */
289 /* set both front and back state */
344 /* only set active face state */
362 /* set both front and back state */
422 GLboolean set = GL_FALSE; local
447 /* set front */
455 set
[all...]
/external/mockito/src/org/mockito/internal/util/reflection/
H A DInstanceField.java50 public void set(Object value) { method in class:InstanceField
51 new FieldSetter(instance, field).set(value);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHeaders.java80 /** Returns an immutable case-insensitive set of header names. */
103 /** @param fieldNames a case-insensitive set of HTTP header field names. */
104 // TODO: it is very weird to request a case-insensitive set as a parameter.
190 public Builder set(String fieldName, String value) { method in class:Headers.Builder
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DBitArray.java29 void set(int index); method in interface:BitArray
37 /** Bit set that only supports settings bits 0 - 63. */
45 @Override public void set(int index) { method in class:BitArray.FixedCapacity
77 /** Bit set that grows as needed. */
119 @Override public void set(int index) { method in class:BitArray.VariableCapacity
/external/oprofile/libutil++/
H A Dunique_storage.h31 * where .set() is false
51 bool set() const { function in struct:unique_storage::id_value
/external/qemu/audio/
H A Daudio_pt_int.c28 sigset_t set, old_set; local
32 err = sigfillset (&set);
50 err = pthread_sigmask (SIG_BLOCK, &set, &old_set);
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java52 public void set(float current, float target, float acceleration) { method in class:Interpolator
H A DVector2.java33 set(xValue, yValue);
37 set(other);
72 public final void set(Vector2 other) { method in class:Vector2
77 public final void set(float xValue, float yValue) { method in class:Vector2
113 set(0.0f, 0.0f);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java64 @Override protected void set(ShadowApplication shadowApplication, LayoutInflater instance) { method in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer
H A DShadowMatrix.java28 set(src);
32 public void set(Matrix src) { method in class:ShadowMatrix
/external/skia/include/core/
H A DSkSize.h24 void set(T w, T h) { function in struct:SkTSize
48 /** If width or height is < 0, it is set to 0 */
87 this->set(SkIntToScalar(src.fWidth), SkIntToScalar(src.fHeight));
93 s.set(SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight));
99 s.set(SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight));
105 s.set(SkScalarFloorToInt(fWidth), SkScalarFloorToInt(fHeight));
/external/skia/src/animator/
H A DSkDrawMatrix.h49 void set(SkMatrix& src) { function in class:SkDrawMatrix
/external/skia/src/core/
H A DSkGeometry.h220 void set(const SkPoint pts[3], SkScalar w) { function in struct:SkConic
301 conic.set(pts, weight);
/external/skia/src/gpu/
H A DGrLayerCache.h28 void set(GrPlot* plot, const GrIRect16& bounds) { function in class:GrAtlasLocation
64 fLocation.set(NULL, GrIRect16::MakeEmpty());
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp14 void GrGLAttribArrayState::set(const GrGpuGL* gpu, function in class:GrGLAttribArrayState
/external/skia/src/pathops/
H A DSkPathOpsCubic.h44 cubic.set(a);
59 void set(const SkPoint pts[4]) { function in struct:SkDCubic
70 cubic.set(a);
79 cubic.set(pts);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java65 public void set(E obj) { method in class:AbstractEmptyIterator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java107 @Override public void set(T t) { throw new UnsupportedOperationException(); } method in class:VariableSizeListIterator
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-arm.c121 dlog(1, "set pc to %p\n", C2v (newpc));
123 dlog(1, "set pc not changed %p\n", C2v (newpc));
128 // If the thumb bit (bit 0) is already set, we trust it.
130 dlog (1, "%p = thumb (bit0 is set)\n", C2v (pc));
134 // Here, bit 0 is not set.
138 // address and we set the thumb bit.
141 dlog (1, "bit0 not set, bit1 set => %p = thumb\n", C2v (pc));
151 // the debug info with the bit0 set
184 int set local
[all...]
H A Dvalgrind-low-arm64.c132 dlog(1, "set pc to %p\n", C2v (newpc));
134 dlog(1, "set pc not changed %p\n", C2v (newpc));
144 int set = abs_regno / num_regs; local
148 VexGuestARM64State* arm = (VexGuestARM64State*) get_arch (set, tst);

Completed in 447 milliseconds

<<11121314151617181920>>