/external/webkit/LayoutTests/http/tests/appcache/ |
empty-manifest-expected.txt | 1 This tests that the cached event gets sent even if the manifest is empty.
|
top-frame-2-expected.txt | 1 Test that a subframe without manifest gets picked by a relevant application cache that contains its resource.
|
/external/webkit/WebCore/ |
WebCore.PluginHostProcess.exp | 1 # This file gets appended to WebCore.exp when USE(PLUGIN_HOST_PROCESS) is 1.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursor.java | 28 * Gets the number of suggestions in this result. 50 * Gets the current position within the cursor. 62 * @param observer gets notified when the data set changes. 75 * Gets the source that produced the current suggestion. 80 * Gets the query that the user typed to get this suggestion. 85 * Gets the shortcut ID of the current suggestion. 95 * Gets the format of the text returned by {@link #getSuggestionText1()} 103 * Gets the first text line for the current suggestion. 108 * Gets the second text line for the current suggestion. 113 * Gets the second text line URL for the current suggestion [all...] |
Sources.java | 14 * Gets all sources. 19 * Gets a source by name. 26 * Gets the web search source. 44 * @param observer gets notified when the data set changes.
|
Corpus.java | 27 * A corpus is a user-visible set of suggestions. A corpus gets suggestions from one 36 * Gets the localized, human-readable label for this corpus. 41 * Gets the icon for this corpus. 46 * Gets the icon URI for this corpus. 51 * Gets the description to use for this corpus in system search settings. 56 * Gets the search hint text for this corpus. 75 * Gets the sources that this corpus uses.
|
Source.java | 32 * Gets the name of the activity that this source is for. When a suggestion is 38 * Gets the version code of the source. This is expected to change when the app that 44 * Gets the localized, human-readable label for this source. 49 * Gets the icon for this suggestion source. 54 * Gets the icon URI for this suggestion source. 59 * Gets an icon from this suggestion source. 66 * Gets the URI for an icon form this suggestion source. 73 * Gets the search hint text for this suggestion source. 78 * Gets the description to use for this source in system search settings. 110 * Gets suggestions from this source [all...] |
Corpora.java | 36 * Gets all corpora, including the web corpus. 43 * Gets all enabled corpora. 50 * Gets a corpus by name. 57 * Gets the web search corpus. 64 * Gets a source by name. 72 * Gets the corpus that contains the given source. 84 * @param observer gets notified when the data set changes.
|
CorpusResult.java | 26 * Gets the corpus that produced these suggestions. 36 * Gets the latency of the suggestion query that produced this result.
|
/frameworks/base/awt/java/awt/font/ |
LineMetrics.java | 34 * Gets the baseline offsets of the text according to the the baseline of 43 * Gets the number of characters of the text. 50 * Gets the baseline index, returns one of the following index: 59 * Gets the thickness of the underline. 66 * Gets the offset of the underline. 73 * Gets the thickness of strike through line. 80 * Gets the offset of the strike through line. 87 * Gets the leading of the text. 94 * Gets the height of the text as a sum of the ascent, the descent and the 103 * Gets the descent of the text [all...] |
GlyphVector.java | 87 * Gets the pixel bounds of the GlyphVector when rendered at the specified 112 * Gets the pixel bounds of the glyph with the specified index in this 138 * Gets the visual bounds of the GlyphVector. 145 * Gets the logical bounds of the GlyphVector. 162 * Gets the position of the specified glyph in this GlyphVector. 182 * Gets the transform of the specified glyph in this GlyphVector. 201 * Gets the metrics of the glyph with the specified index in this 212 * Gets the justification information of the glyph whose index is specified. 221 * Gets the FontRenderContext of this GlyphVector. 228 * Gets a Shape object which defines the visual representation of th [all...] |
/frameworks/base/awt/java/awt/image/ |
RenderedImage.java | 37 * Gets the property with the specified name from the property set of this 57 * Gets the image data of the image's region as one tile. 66 * Gets all RenderedImage objects which are the source of this RenderedImage 76 * Gets the set of all property names for this RenderedImage. 83 * Gets the SampleModel of this RenderedImage. 90 * Gets the tile corresponded to the specified indices in the tile array. 101 * Gets the image data of this image as one tile. 108 * Gets the ColorModel of this RenderedImage. 115 * Gets the width of the RenderedImage. 122 * Gets the tile width [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 33 * Gets the field {@code magic}. 40 * Gets the field {@code minor_version}. 47 * Gets the field {@code major_version}. 54 * Gets the field {@code access_flags}. 61 * Gets the field {@code this_class}, interpreted as a type constant. 68 * Gets the field {@code super_class}, interpreted as a type constant 76 * Gets the field {@code constant_pool} (along with 84 * Gets the field {@code interfaces} (along with 92 * Gets the field {@code fields} (along with 100 * Gets the field {@code methods} (along wit [all...] |
/frameworks/base/awt/javax/imageio/metadata/ |
IIOMetadataFormat.java | 156 * Gets data type of the specified attribute of the specified element. 167 * Gets the default value of the specified attribute of the specified 179 * Gets the user-friendly description of the attribute. 192 * Gets the attribute enumerations. 203 * Gets the maximum length of the attribute list. 214 * Gets the minimum length of the attribute list. 225 * Gets the maximum value allowed for the attribute. 236 * Gets the minimum value allowed for the attribute. 247 * Gets the attribute names allowed for the specified element. 256 * Gets the attribute value type [all...] |
/dalvik/dx/tests/055-dex-explicit-throw/ |
info.txt | 2 explicit use of "throw" gets converted reasonably.
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
info.txt | 2 const-string/jumbo gets emitted appropriately.
|
/development/pdk/pndk/samples/sample/ |
hellolibrary.c | 2 * This will be the library that gets called as wither a static or shared lib.*/
|
/external/bluetooth/bluez/doc/ |
agent-api.txt | 17 This method gets called when the service daemon 20 agent, because when this method gets called it has 25 This method gets called when the service daemon 36 This method gets called when the service daemon 47 This method gets called when the service daemon 62 This method gets called when the service daemon 73 This method gets called when the service daemon 84 This method gets called when the service daemon 92 This method gets called if a mode change is requested 101 This method gets called to indicate that the agen [all...] |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
MethodRef.java | 35 * Gets the name of the method's declaring class. 42 * Gets the method's descriptor. 49 * Gets the method's name. 56 * Gets an array of method argument types. 63 * Gets the method's return type. Examples: "Ljava/lang/String;", "[I".
|
/dalvik/dx/src/junit/framework/ |
TestFailure.java | 25 * Gets the failed test. 31 * Gets the thrown exception.
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
TestFailure.java | 25 * Gets the failed test. 31 * Gets the thrown exception.
|
/external/junit/src/junit/framework/ |
TestFailure.java | 25 * Gets the failed test. 31 * Gets the thrown exception.
|
/bionic/libc/stdio/ |
gets.c | 1 /* $OpenBSD: gets.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */ 36 __warn_references(gets, 37 "warning: gets() is very unsafe; consider using fgets()"); 40 gets(char *buf) function
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
info.txt | 2 when a known value of category-2 gets merged during control
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
info.txt | 2 local variable tables stay in sync when the register set gets renumbered
|