/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
SimpleWikiHelper.java | 131 * @param title The exact title of the Wiktionary page requested. 133 * @return Exact content of page. 165 * @param url The exact URL to request.
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 138 * @param title The exact title of the Wiktionary page requested. 140 * @return Exact content of page. 172 * @param url The exact URL to request.
|
/external/webkit/WebCore/platform/image-decoders/ |
ImageDecoder.cpp | 194 Exact, 222 case Exact: 273 return getScaledValue<Exact>(m_scaledRows, origY, searchStart);
|
/bionic/libm/man/ |
fdim.3 | 68 Overflow or underflow may occur iff the exact result is not
|
/build/core/ |
notice_files.mk | 11 # not work for root and isn't exact, but it's probably good enough for
|
/cts/tests/tests/os/src/android/os/cts/ |
BuildVersionTest.java | 34 // Applications may rely on the exact release version
|
/dalvik/libcore/luni/src/main/java/java/net/ |
ProxySelectorImpl.java | 136 // case 1: http.proxyHost is set, use exact http proxy 141 // case 2: proxyHost is set, use exact http proxy 167 // case 1: use exact https proxy 200 // case 1: use exact ftp proxy
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
BinarySearch.java | 24 * Search the sorted characters in the string and return an exact index or
|
/dalvik/libcore/math/src/main/java/org/apache/harmony/math/internal/nls/ |
messages.properties | 22 math.05=Non-terminating decimal expansion; no exact representable decimal result.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
FuncGenerateId.java | 52 // of Xalan. It's sensitive to the exact encoding of the node
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory_slices.sgml | 144 Note that the exact release behaviour can be changed with the 161 Note that the exact release behaviour can be changed with the 226 Note that the exact release behaviour can be changed with the 243 Note that the exact release behaviour can be changed with the
|
/external/elfutils/libdw/ |
libdw_findcu.c | 105 // XXX Match exact offset.
|
/external/icu4c/data/unidata/ |
NormalizationCorrections.txt | 23 # safely reconstruct the exact state of the data tables at
|
/external/quake/quake/src/WinQuake/ |
chase.cpp | 71 // calc exact destination
|
/external/skia/src/gl/ |
SkGLTextCache.h | 59 /** If found, returns the exact strike containing it (there may be more than
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8WebKitCSSMatrixConstructor.cpp | 54 // FIXME: The logic here is almost exact duplicate of V8::constructDOMObject.
|
/external/webkit/WebCore/dom/ |
ActiveDOMObject.h | 50 // to stop the object. Exact semantics of suspend is up to the object then.
|
/external/webkit/WebKit/android/ |
RenderSkinAndroid.h | 66 * "images/bitmap.png", and uses the asset manager to select the exact one. It
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
README | 1 This is release 2.5 of flex. See "version.h" for the exact patch-level.
|
/external/zlib/contrib/ada/ |
readme.txt | 20 - Fix extraction to buffer with exact known decompressed size. Error reported by
|
/frameworks/base/core/java/android/content/ |
ComponentCallbacks.java | 44 * the exact point at which this will be called is not defined, generally
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 26 * data is dropped do we know what it is about (and to be more exact there is a workaround
|
/external/bison/lib/ |
getopt.c | 335 or is an exact match for some defined option. If they have an 492 int exact = 0; 500 /* Test all long options for either exact match 508 /* Exact match found. */ 511 exact = 1; 528 if (ambig && !exact) 810 int exact = 0; 871 /* Test all long options for either exact match 878 /* Exact match found. */ 881 exact = 1 488 int exact = 0; local 806 int exact = 0; local [all...] |
/external/grub/lib/ |
getopt.c | 497 or is an exact match for some defined option. If they have an 648 int exact = 0; 656 /* Test all long options for either exact match 664 /* Exact match found. */ 667 exact = 1; 681 if (ambig && !exact) 805 int exact = 0; 844 /* Test all long options for either exact match 851 /* Exact match found. */ 854 exact = 1 644 int exact = 0; local 801 int exact = 0; local [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 866 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t [all...] |