HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 176 - 200 of 310) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 240 void setGenerateMipmapHint(GLenum hint);
241 void setFragmentShaderDerivativeHint(GLenum hint);
  /external/chromium_org/third_party/icu/source/common/
uvector.cpp 21 * or a pointer. If a hint bit is zero, then the associated
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
314 if (hint & HINT_KEY_POINTER) {
uvector.h 275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
  /external/icu4c/common/
uvector.cpp 22 * or a pointer. If a hint bit is zero, then the associated
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
315 if (hint & HINT_KEY_POINTER) {
uvector.h 266 int32_t indexOf(UElement key, int32_t startIndex = 0, int8_t hint = 0) const;
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 323 * -- signalWork), and may leave a hint to the unparked worker to
399 * stale/wrong) of where to locate them. It is only a hint
400 * because a worker might have had multiple steals and the hint
656 int hint; \/\/ steal or signal hint (index) field in class:ForkJoinPool.WorkQueue
1606 int hint = q.poolIndex; local
    [all...]
  /external/chromium/base/
message_pump_glib_x.cc 27 gboolean GtkWidgetRealizeCallback(GSignalInvocationHint* hint, guint nparams,
  /external/chromium_org/chrome/renderer/plugins/
webview_plugin.cc 202 WebKit::WebTextDirection hint) {