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

1 2 3 4 56 7 8 91011>>

  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /external/chromium/base/win/
pe_image_unittest.cc 17 DWORD hint,
32 DWORD hint,
  /external/chromium_org/base/win/
pe_image_unittest.cc 17 DWORD hint,
32 DWORD hint,
iat_patch_function.cc 84 DWORD ordinal, const char* name, DWORD hint,
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_update.css 52 #update #update-cancel-hint {
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 89 size_t CompositorSoftwareOutputDevice::FindFreeBuffer(size_t hint) {
91 size_t index = (hint + i) % buffers_.size();
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc 160 PP_HostResolver_Hint hint = { PP_NETADDRESS_FAMILY_UNSPECIFIED, 0 }; local
161 resolver_.Resolve(hostname.c_str(), port, hint, callback);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 31 /* handle to Hint structure */
34 /* hint bit-flags */
53 /* hint structure */
173 PSH_Hint hint; member in struct:PSH_PointRec_
233 (*PSH_HintFunc)( PSH_Hint hint,
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 297 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
299 return static_cast<SkPaint::Hinting>(hint);
  /external/chromium_org/v8/src/
v8.cc 190 bool V8::IdleNotification(int hint) {
196 return HEAP->IdleNotification(hint);
  /external/freetype/src/pshinter/
pshalgo.h 30 /* handle to Hint structure */
33 /* hint bit-flags */
52 /* hint structure */
170 PSH_Hint hint; member in struct:PSH_PointRec_
224 (*PSH_HintFunc)( PSH_Hint hint,
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 237 void FontHeaderTable::Builder::SetFontDirectionHint(int32_t hint) {
238 InternalWriteData()->WriteShort(Offset::kFontDirectionHint, hint);
  /external/skia/src/core/
SkScalerContext.h 297 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
299 return static_cast<SkPaint::Hinting>(hint);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 171 Class<? extends ActivityState> incoming, StateTransitionAnimation.Transition hint) {
177 mNextTransition = hint;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 119 public int getIndexOfItem(Path path, int hint) {
120 // hint < 0 is handled below
121 // first, try to find it around the hint
123 hint - MEDIAITEM_BATCH_FETCH_COUNT / 2);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 38 int hint = 0; local
40 hint = stream.available() + CHUNK;
43 if (hint < CHUNK) {
44 hint = CHUNK;
46 byte[] buf = new byte[hint];
  /frameworks/base/core/java/android/widget/
SearchView.java 524 * Sets the hint text to display in the query text field. This overrides any hint specified
527 * @param hint the hint text to display
531 public void setQueryHint(CharSequence hint) {
532 mQueryHint = hint;
537 * Gets the hint text to display in the query text field.
538 * @return the query hint text, if specified, null otherwise.
546 CharSequence hint = null; local
549 hint = getContext().getString(hintId)
1064 CharSequence hint = null; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 555 * Sets the hint text to display in the query text field. This overrides any hint specified
558 * @param hint the hint text to display
562 public void setQueryHint(CharSequence hint) {
563 mQueryHint = hint;
568 * Gets the hint text to display in the query text field.
569 * @return the query hint text, if specified, null otherwise.
577 CharSequence hint = null; local
580 hint = getContext().getString(hintId)
1030 CharSequence hint = null; local
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 92 hint(TextureUsageAny),
103 TextureUsageHint hint)
126 hint(hint),
153 hint(TextureUsageAny),
202 gfx::Size size, GLenum format, TextureUsageHint hint) {
207 size, format, GL_TEXTURE_POOL_UNMANAGED_CHROMIUM, hint);
220 gfx::Size size, GLenum format, TextureUsageHint hint) {
225 size, format, GL_TEXTURE_POOL_MANAGED_CHROMIUM, hint);
238 gfx::Size size, GLenum format, GLenum texture_pool, TextureUsageHint hint) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 1494 final CategorySelected hint = local
    [all...]

Completed in 820 milliseconds

1 2 3 4 56 7 8 91011>>