OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closest
(Results
51 - 75
of
395
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/ide_common/src/com/android/ide/common/resources/configuration/
ScreenHeightQualifier.java
129
// get the qualifier that has the width that is the
closest
to the reference, but not
ScreenWidthQualifier.java
129
// get the qualifier that has the width that is the
closest
to the reference, but not
SmallestScreenWidthQualifier.java
129
// get the qualifier that has the width that is the
closest
to the reference, but not
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
ClassContext.java
342
* Finds the line number
closest
to the given node
345
* @return the
closest
line number, or -1 if not known
371
* Finds the line number
closest
to the given method declaration
374
* @return the
closest
line number, or -1 if not known
LintUtils.java
324
* @return the
closest
common ancestor file, or null if none was found
349
* Computes the
closest
common parent path between two files.
353
* @return the
closest
common ancestor file, or null if the two files have
/external/skia/include/gpu/
GrSamplerState.h
23
* Read the
closest
src texel to the sample position
27
* Blend between
closest
4 src texels to sample position (tent filter)
/build/tools/droiddoc/templates-sdk/assets/js/
docs.js
139
$selListItem = $selNavLink.
closest
('li');
142
$selListItem.
closest
('li.nav-section').addClass('expanded');
143
$selListItem.
closest
('li.nav-section').children('ul').show();
144
$selListItem.
closest
('li.nav-section').parent().
closest
('li.nav-section').addClass('expanded');
145
$selListItem.
closest
('li.nav-section').parent().
closest
('ul').show();
148
// $selListItem.
closest
('li.nav-section').
closest
('li.nav-section').addClass('expanded');
149
// $selListItem.
closest
('li.nav-section').closest('li.nav-section').children('ul').show();
[
all
...]
/external/v8/src/
fast-dtoa.cc
63
// Output: returns true if the buffer is guaranteed to contain the
closest
128
// the
closest
representation of 'w'. If we have two potential
132
// By generating the digits of too_high we got the largest (
closest
to
364
// decimal digits then the one
closest
to W (where W is the correct value
597
// The last digit will be
closest
to the actual v. That is, even if several
598
// digits might correctly yield 'v' when read again, the
closest
will be
606
//
closest
floating-point neighbors. Any number strictly between
dtoa.h
59
// 'v' again. The buffer will choose the representation that is
closest
to
/external/skia/include/images/
SkImageDecoder.h
240
closest
match configuration.
260
closest
match configuration.
280
decoder will choose a
closest
match configuration.
/libcore/luni/src/main/java/java/text/
ChoiceFormat.java
306
* Returns the double value which is
closest
to the specified double but
328
* Returns the double value which is
closest
to the specified double but
388
* Returns the double value which is
closest
to the specified double but
/external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java
284
// Try to find the locator
closest
to the cause.
325
// Try to find the locator
closest
to the cause.
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c
384
/* Try for a
closest
match on audio format */
475
buffer size must be a multiple of fragment size, so find
closest
multiple)
/external/webkit/Source/WebCore/css/
CSSValueKeywords.in
793
closest
-side
794
closest
-corner
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
227
// Search for the tile position
closest
to the viewport center that does not yet contain a tile.
228
// Which position is considered the
closest
depends on the tileDistance function.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla
195
closest
-corner
196
closest
-side
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java
316
+ ").
Closest
match: (" + closestWidth + ", "
337
+ ".
Closest
frame rate range: ["
/dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER.S
23
* Description: invoke-super is used to invoke the
closest
superclass's virtual
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java
246
// set the row that is
closest
to the rect
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageResizer.java
154
* the
closest
inSampleSize that will result in the final decoded bitmap having a width and
/external/elfutils/libdw/
dwarf_getsrc_die.c
84
/* If none were equal, the
closest
one below is what we want. We
/external/elfutils/libdwfl/
dwfl_module_getsrc.c
86
/* If none were equal, the
closest
one below is what we want.
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.15.js
25
Description: return the greatest number value that is
closest
to the
15.8.2.18.js
75
suspect that tan (PI/2 + one ulp) is a negative result about the same size as tan (PI/2) and that this pair are the
closest
/external/webkit/Source/WebCore/storage/
StorageMap.cpp
63
// The requested index will be
closest
to begin(), our current iterator, or end(), and we
Completed in 960 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>