HomeSort by relevance Sort by last modified time
    Searched full:closest (Results 76 - 100 of 799) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollAlignment.cpp 83 // Closest edge is the right in two cases:
123 // Closest edge is the bottom in two cases:
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 514 int closest[4];
519 closest[index] = -1;
531 if (closest[outer] != ndex2) {
537 closest[outer] = -1;
540 closest[index] = ndex2;
555 if (closest[index] < 0) {
566 i.insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
568 closest[lowestIndex] = -1;
  /external/chromium_org/third_party/skia/include/core/
SkFontHost.h 41 references the closest matching font available on the host system.
95 /** Return a new, closest matching typeface given either an existing family
  /external/chromium_org/third_party/skia/include/ports/
SkRemotableFontMgr.h 82 * Returns the closest match to the given style in the given index.
108 * Returns the closest matching font to the specified name and style.
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 498 int closest[4]; local
503 closest[index] = -1;
515 if (closest[outer] != ndex2) {
521 closest[outer] = -1;
524 closest[index] = ndex2;
539 if (closest[index] < 0) {
550 insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
552 closest[lowestIndex] = -1;
  /external/chromium_org/ui/gfx/
color_analysis.h 52 // Returns the color in an ARGB |image| that is closest in RGB-space to the
71 // 2.For each pixel in the image find the cluster that it is closest to in RGB
  /external/skia/experimental/Intersection/
QuadraticImplicit.cpp 514 int closest[4];
519 closest[index] = -1;
531 if (closest[outer] != ndex2) {
537 closest[outer] = -1;
540 closest[index] = ndex2;
555 if (closest[index] < 0) {
566 i.insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
568 closest[lowestIndex] = -1;
  /external/skia/include/core/
SkFontHost.h 41 references the closest matching font available on the host system.
95 /** Return a new, closest matching typeface given either an existing family
  /external/skia/include/ports/
SkRemotableFontMgr.h 82 * Returns the closest match to the given style in the given index.
108 * Returns the closest matching font to the specified name and style.
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 498 int closest[4]; local
503 closest[index] = -1;
515 if (closest[outer] != ndex2) {
521 closest[outer] = -1;
524 closest[index] = ndex2;
539 if (closest[index] < 0) {
550 insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
552 closest[lowestIndex] = -1;
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 500 * doesn't exist, it will return the event with a matching id that is closest to the start time.
501 * If the id doesn't exist, it will return the event with start time closest to the specified
526 // 2. Event id matches and closest time
530 // 6. The closest event to the requested time
544 // Not an exact match, Save event index if it is the closest to time so far
564 // Save event index if it is the closest to time so far
575 // Closest event with the same id
587 // Closest event
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___audio_config__1__1.html 69 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>uint32_t</code> containing sample frame count or 0 if the resource is invalid. Refer to <a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> for more on sample frame counts. </dd></dl>
122 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns the supported sample frame count closest to the requested count. </p>
124 <p>Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested frame count.</p>
125 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> result is intended for audio output devices.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_audio_config.html 41 uint32_t <a class="code" href="classpp_1_1_audio_config.html#ad7cb79f7f92993257643574457ee8d0c" title="Getter function for returning the internal sample frame count.">sample_frame_count</a> = <a class="code" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">AudioConfig::RecommendSampleFrameCount</a>(
99 <p>If the rate and frame count aren't supported, the resulting resource will be <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a>. You can pass the result of <a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> as the sample frame count.</p>
141 <p><a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns a supported frame count closest to the requested count. </p>
142 <p>The sample frame count determines the overall latency of audio. Smaller frame counts will yield lower latency, but higher CPU utilization. Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested value for use in the constructor.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___audio_config__1__1.html 69 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>uint32_t</code> containing sample frame count or 0 if the resource is invalid. Refer to <a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> for more on sample frame counts. </dd></dl>
122 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns the supported sample frame count closest to the requested count. </p>
124 <p>Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested frame count.</p>
125 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> result is intended for audio output devices.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_audio_config.html 41 uint32_t <a class="code" href="classpp_1_1_audio_config.html#ad7cb79f7f92993257643574457ee8d0c" title="Getter function for returning the internal sample frame count.">sample_frame_count</a> = <a class="code" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">AudioConfig::RecommendSampleFrameCount</a>(
99 <p>If the rate and frame count aren't supported, the resulting resource will be <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a>. You can pass the result of <a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> as the sample frame count.</p>
141 <p><a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns a supported frame count closest to the requested count. </p>
142 <p>The sample frame count determines the overall latency of audio. Smaller frame counts will yield lower latency, but higher CPU utilization. Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested value for use in the constructor.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___audio_config__1__1.html 69 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>uint32_t</code> containing sample frame count or 0 if the resource is invalid. Refer to <a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> for more on sample frame counts. </dd></dl>
122 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns the supported sample frame count closest to the requested count. </p>
124 <p>Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested frame count.</p>
125 <p><a class="el" href="struct_p_p_b___audio_config__1__1.html#ad8e61c620a5b2081302e741c94aef921" title="RecommendSampleFrameCount() returns the supported sample frame count closest to the requested count...">RecommendSampleFrameCount()</a> result is intended for audio output devices.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_audio_config.html 41 uint32_t <a class="code" href="classpp_1_1_audio_config.html#ad7cb79f7f92993257643574457ee8d0c" title="Getter function for returning the internal sample frame count.">sample_frame_count</a> = <a class="code" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">AudioConfig::RecommendSampleFrameCount</a>(
99 <p>If the rate and frame count aren't supported, the resulting resource will be <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a>. You can pass the result of <a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> as the sample frame count.</p>
141 <p><a class="el" href="classpp_1_1_audio_config.html#a53611e94bca5d4a5f7acdd3e5285adb9" title="RecommendSampleFrameCount() returns a supported frame count closest to the requested count...">RecommendSampleFrameCount()</a> returns a supported frame count closest to the requested count. </p>
142 <p>The sample frame count determines the overall latency of audio. Smaller frame counts will yield lower latency, but higher CPU utilization. Supported sample frame counts will vary by hardware and system (consider that the local system might be anywhere from a cell phone or a high-end audio workstation). Sample counts less than <code>PP_AUDIOMINSAMPLEFRAMECOUNT</code> and greater than <code>PP_AUDIOMAXSAMPLEFRAMECOUNT</code> are never supported on any system, but values in between aren't necessarily valid. This function will return a supported count closest to the requested value for use in the constructor.</p>
  /frameworks/base/core/java/android/view/
FocusFinder.java 222 View closest = null; local
237 closest = focusable;
240 return closest;
516 View closest = null; local
556 if (closest == null ||
560 closest = touchable;
579 return closest;
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 205 // Snap to the closest row count
208 // Snap to the closest column count
211 // Snap to the closest hotseat size
215 // Snap to the closest default layout id
218 // Snap to the closest default no all-apps layout id
466 /** Returns the closest device profile given the width and height and a list of profiles */
472 /** Returns the closest device profiles ordered by closeness to the specified width and height */
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 170 SkTypeface_Custom* closest = fStyles[0];
183 closest = fStyles[i];
187 return SkRef(closest);
  /external/skia/src/ports/
SkFontHost_linux.cpp 170 SkTypeface_Custom* closest = fStyles[0];
183 closest = fStyles[i];
187 return SkRef(closest);
  /bionic/libm/include/mips/machine/
fenv.h 43 * to the closest normalized value.
  /development/ndk/platforms/android-L/arch-mips/include/machine/
fenv.h 43 * to the closest normalized value.
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
fenv.h 43 * to the closest normalized value.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 128 * Return a java object that's closest to the representation

Completed in 775 milliseconds

1 2 34 5 6 7 8 91011>>