HomeSort by relevance Sort by last modified time
    Searched full:gets (Results 1 - 25 of 9001) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java 26 * Gets the source that produced the current suggestion.
31 * Gets the shortcut ID of the current suggestion.
41 * Gets the format of the text returned by {@link #getSuggestionText1()}
49 * Gets the first text line for the current suggestion.
54 * Gets the second text line for the current suggestion.
59 * Gets the second text line URL for the current suggestion.
64 * Gets the left-hand-side icon for the current suggestion.
71 * Gets the right-hand-side icon for the current suggestion.
78 * Gets the intent action for the current suggestion.
83 * Gets the name of the activity that the intent for the current suggestion will be sent to
    [all...]
Sources.java 14 * Gets all sources.
19 * Gets a source by name.
26 * Gets the web search source.
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.
76 * Gets the sources that this corpus uses.
Corpora.java 30 * Gets all corpora, including the web corpus.
37 * Gets all enabled corpora.
44 * Gets all corpora that should be included in the blended All mode.
51 * Gets a corpus by name.
58 * Gets the web search corpus.
65 * Gets a source by name.
73 * Gets the corpus that contains the given source.
85 * @param observer gets notified when the data set changes.
Source.java 34 * Gets the name activity that intents from this source are sent to.
39 * Gets the suggestion URI for getting suggestions from this Source.
44 * Gets the version code of the source. This is expected to change when the app that
60 * Gets the localized, human-readable label for this source.
65 * Gets the icon for this suggestion source.
70 * Gets the icon URI for this suggestion source.
75 * Gets an icon from this suggestion source.
82 * Gets the URI for an icon form this suggestion source.
89 * Gets the search hint text for this suggestion source.
94 * Gets the description to use for this source in system search settings
    [all...]
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 34 EQ_PARAM_NUM_BANDS, // Gets the number of frequency bands that the equalizer supports.
36 EQ_PARAM_BAND_LEVEL, // Gets/Sets the gain set for the given equalizer band.
37 EQ_PARAM_CENTER_FREQ, // Gets the center frequency of the given band.
38 EQ_PARAM_BAND_FREQ_RANGE, // Gets the frequency range of the given frequency band.
39 EQ_PARAM_GET_BAND, // Gets the band that has the most effect on the given frequency.
40 EQ_PARAM_CUR_PRESET, // Gets/Sets the current preset.
41 EQ_PARAM_GET_NUM_OF_PRESETS, // Gets the total number of presets the equalizer supports.
42 EQ_PARAM_GET_PRESET_NAME, // Gets the preset name based on the index.
43 EQ_PARAM_PROPERTIES // Gets/Sets all parameters at a time.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 7 # Make sure every package name gets the FrameworkCoreTests_ prefix.
  /external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 23 S &getS();
28 (void)sizeof(f(getS()));
  /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...]
  /external/clang/test/Preprocessor/
macro_paste_hard.c 7 1: a(b b) // aaab 2 2 gets expanded, not b.
13 2: a(b b) // 2 baaa 2 gets expanded, not b.
  /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.
  /external/chromium/chrome/browser/parsers/
metadata_parser.h 20 // Gets the next Property in the iterator. Returns false if at the end
24 // Gets the number of Properties in this iterator.
45 // Gets a particular property found in a parse call.
48 // Gets an interator allowing you to iterate over all the properties found
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
app_info.applescript 5 -- Gets basic information about the app.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
Namer.java 14 * Gets a name for a heightmap tile given it's cell id
  /external/llvm/test/CodeGen/X86/
fastcall-correct-mangling.ll 3 ; Check that a fastcall function gets correct mangling
  /external/markdown/tests/extensions-x-abbr/
abbr.txt 5 *[ABBR]: This gets overriden by the next one.
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 52 * Gets the text which should be synthesized.
59 * Gets the ISO 3-letter language code for the language to use.
66 * Gets the ISO 3-letter country code for the language to use.
73 * Gets the language variant to use.
80 * Gets the speech rate to use. The normal rate is 100.
87 * Gets the pitch to use. The normal pitch is 100.
94 * Gets the additional params, if any.
  /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
42 This method gets called when the service daemon
53 This method gets called when the service daemon
68 This method gets called when the service daemon
79 This method gets called when the service daemon
90 This method gets called when the service daemon
98 This method gets called if a mode change is requested
107 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".
  /bionic/libc/private/
resolv_cache.h 33 /* gets the cache for the default interface. Might be NULL*/
39 /* this gets called everytime we detect some changes in the DNS configuration
43 /* Gets the address of the n:th name server for the default interface
48 /* Gets the address of the n:th name server for a certain interface
54 /* Gets addrinfo of the n:th name server associated with an interface.
59 /* Gets addrinfo of the n:th name server associated with the default interface
64 /* gets the address associated with the default interface */
67 /* gets the address associated with the specified interface */
  /dalvik/vm/mterp/x86/
OP_SHL_LONG_2ADDR.S 7 /* ecx gets shift count */
9 /* rINSTw gets AA */

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>