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

<<21222324252627282930>>

  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 60 mWorkVector.set(x, y);
76 mWorkVector.set(x, y);
  /external/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/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/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/skia/tools/lua/
skia.lua 66 function Sk.Rect:set(l, t, r, b)
  /external/svox/pico/lib/
picokdt.h 118 picoos_uint8 set; /* TRUE if class set, FALSE otherwise */ member in struct:__anon26769
127 picoos_uint8 nr; /* 0 if no class set, nr of values set otherwise */
290 set to 0 otherwise
292 set to 0 otherwise
  /external/v8/test/mjsunit/
external-array.js 105 function set(a, index, value) { function
111 set(array, 0, 2.5);
114 %OptimizeFunctionOnNextCall(set);
115 set(array, 0, 2.5);
117 set(array, 1, 3.5);
  /external/valgrind/main/drd/tests/
monitor_example.cpp 189 void set(const int state) function in class:StateVariable
214 s_sv.set(2);
216 s_sv.set(4);
224 s_sv.set(1);
226 s_sv.set(3);
  /external/valgrind/main/none/tests/ppc32/
power5+_round.c 57 /* This set is disabled until fprf is implemented. */
59 double set[] = { inf, 1.5, 0, neg0, -1.5, -inf, nan }; local
64 : "f"(set[i]), "f"(set[j])
77 printf("fcmpu\t%.1f\t%.1f\t%x\t%s\n", set[i], set[j],
84 double set[] = { inf, 1.9, 1.1, 0, neg0, -1.1, -1.9, -inf, nan }; local
110 DO_TEST(frin, set, frin, fprf);
112 DO_TEST(friz, set, friz, fprf);
114 DO_TEST(frip, set, frip, fprf)
    [all...]
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 98 * @param account the {@link Account} whose sync state should be set
103 public static void set(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
153 * @param account the {@link Account} whose sync state should be set
173 * @param uri the uri of the specific sync state to set
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 54 mCalendar.set(Calendar.YEAR, year);
55 mCalendar.set(Calendar.MONTH, month);
56 mCalendar.set(Calendar.DAY_OF_MONTH, 1);
57 mCalendar.set(Calendar.HOUR_OF_DAY, 0);
58 mCalendar.set(Calendar.MINUTE, 0);
59 mCalendar.set(Calendar.SECOND, 0);
102 * box. For example, if the calendar is set to display the first day of
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 50 SocketTagger.set(new NetworkManagementSocketTagger());
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 128 uint32_t idx, cur_uid, set; local
133 iface, &tag, &cur_uid, &set, &rxBytes, &rxPackets, &txBytes,
com_android_internal_net_NetworkStatsFactory.cpp 42 jfieldID set; member in struct:android::__anon30083
55 int32_t set; member in struct:android::stats_line
83 &s.iface, &rawTag, &s.uid, &s.set, &s.rxBytes, &s.rxPackets,
106 ScopedIntArrayRW set(env, env->NewIntArray(size));
107 if (set.get() == NULL) return -1;
126 set[i] = lines[i].set;
137 env->SetObjectField(stats, gNetworkStatsClassInfo.set, set.getJavaArray());
175 gNetworkStatsClassInfo.set = env->GetFieldID(clazz, "set", "[I")
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 68 * Set this colormatrix to identity:
86 public void set(ColorMatrix src) { method in class:ColorMatrix
93 public void set(float[] src) { method in class:ColorMatrix
98 * Set this colormatrix to scale by the specified values.
114 * Set the rotation on a color axis by the specified values.
149 * Set this colormatrix to the concatenation of the two specified
201 * Set the matrix to affect the saturation of colors. A value of 0 maps the
219 * Set the matrix to convert RGB to YUV
231 * Set the matrix to convert from YUV to RGB
  /frameworks/base/graphics/java/android/renderscript/
Matrix2f.java 41 * @param dataArray values to set the matrix to, must be 4
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix2f
145 set(i,0, ri0); method
146 set(i,1, ri1); method
  /frameworks/base/libs/hwui/
Rect.h 93 inline void set(float left, float top, float right, float bottom) { function in class:android::uirenderer::Rect
100 inline void set(const Rect& r) { function in class:android::uirenderer::Rect
101 set(r.left, r.top, r.right, r.bottom);
124 set(tmp);
  /frameworks/base/media/java/android/media/
FaceDetector.java 60 point.set(mMidPointX, mMidPointY);
132 * to the <var>maxFaces</var> value set at initialization
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 64 private DisplayInfo mOverrideDisplayInfo; // set by the window manager
249 // Set the layer stack.
252 // Set the viewport.
255 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
257 // Set the orientation.
269 // Set the frame.
299 mTempDisplayRect.set(displayRectLeft, displayRectTop,
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 101 txtRecord.set(key, txtMap.get(key));
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 77 inline Key& set(key_t mask, key_t value) { function in class:android::ProgramCache::Key
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 150 // The height this view should draw at in pixels, set by height param
214 // Set up accessibility components.
350 mCalendar.set(Calendar.MONTH, mMonth);
351 mCalendar.set(Calendar.YEAR, mYear);
352 mCalendar.set(Calendar.DAY_OF_MONTH, 1);
429 mDayLabelCalendar.set(Calendar.DAY_OF_WEEK, calendarDay);
500 * {@link OnDayClickListener} if one is set.
638 rect.set(x, y, (x + cellWidth), (y + cellHeight));
650 mTempCalendar.set(mYear, mMonth, day);

Completed in 1540 milliseconds

<<21222324252627282930>>