HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 451 - 475 of 31998) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/common/omaha_query_params/
omaha_query_params.h 26 // Returns the value we use for the "prod=" parameter. Possible return values
30 // Returns the value we use for the "os=" parameter. Possible return values
34 // Returns the value we use for the "arch=" parameter. Possible return values
38 // Returns the value we use for the "nacl_arch" parameter. Note that this may
44 // Returns the value we use for the "updaterchannel=" and "prodchannel="
  /external/chromium_org/chrome/service/
service_process_prefs.h 33 // Returns a string preference for |key|.
40 // Returns a boolean preference for |key|.
46 // Returns an int preference for |key|.
52 // Returns a dictionary preference for |key|.
55 // Returns a list for |key|.
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font.h 24 // Returns true if the font was successfully created, false otherwise.
27 // Returns a description of the actual font. Use this to see the actual
29 // and fallback algorithm. Returns PP_OK on success, a Pepper error code on
33 // Retrieves an array of TrueType table tags contained in this font. Returns
40 // Returns the data size in bytes on success, a Pepper error code on failure.
  /external/chromium_org/media/video/
picture.h 25 // Returns the client-specified id of the buffer.
30 // Returns the size of the buffer.
35 // Returns the id of the texture.
59 // Returns the id of the picture buffer where this picture is contained.
64 // Returns the id of the bitstream buffer from which this frame was decoded.
  /external/chromium_org/native_client_sdk/src/build_tools/
build_version.py 27 Returns:
41 Returns:
51 Returns:
61 Returns:
69 Returns:
  /external/chromium_org/remoting/host/win/
wts_terminal_monitor.h 32 // Each observer instance can monitor a single WTS console. Returns
33 // |true| of success. Returns |false| if |observer| is already registered.
40 // Returns ID of the terminal connected to |session_id| in |*terminal_id|.
41 // Returns false if |session_id| is not attached to the physical console or
45 // Returns ID of the session that |terminal_id| is attached.
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.h 21 * Returns true when both iterators refer to the same
32 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
42 * no more code units to return, returns DONE.
50 * no more code points to return, returns DONE.
55 * Returns FALSE if there are no more code units or code points
  /external/chromium_org/ui/gfx/win/
hwnd_util.h 17 // A version of the GetClassNameW API that returns the class name in an
21 // Useful for subclassing a HWND. Returns the previous window procedure.
25 // Returns the previously set value.
29 // Returns true if the specified window is the current active top window or one
47 // Returns the window you can use to parent a top level window.
  /external/icu4c/test/intltest/
sfwdchit.h 21 * Returns true when both iterators refer to the same
32 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
42 * no more code units to return, returns DONE.
50 * no more code points to return, returns DONE.
55 * Returns FALSE if there are no more code units or code points
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h 44 * Returns : Error code
56 * Returns : A pointer to the new added member
57 * Description : Allocates space for a new member in the instance memory and returns
68 * Returns : The instance memory size
69 * Description : This functions returns the calculated instance memory size
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 37 * Returns the storage ID for the storage unit.
47 * Returns the maximum storage capacity for the storage unit in bytes
56 * Returns the amount of free space in the storage unit in bytes
65 * Returns the description string for the storage unit.
76 * Returns the volume identifier for the storage unit
  /frameworks/base/media/mca/filterfw/native/core/
gl_buffer_interface.h 29 // Returns the held texture id.
36 // Generates the mipmap chain of the held texture. Returns true, iff
40 // Set a texture parameter (see glTextureParameter documentation). Returns
44 // Returns the texture target used.
53 // Returns the held FBO id.
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
35 // Returns true if at end of file. Note: May return false
36 // until Read is called, and returns 0.
38 // Returns the size of the file (in bytes).
40 // Moves to the given offset within the file. Returns
in_memory_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
35 // Returns true if at end of buffer. Note: May return false
36 // until Read is called, and returns 0.
38 // Returns the size of the buffer (in bytes).
40 // Moves to the given offset within the buffer. Returns
wrapper_input.h 34 // Tries to read the requested number of bytes into the buffer. Returns the
37 // Returns true if at end of input. Note: May return false until
38 // Read is called, and returns 0.
40 // Returns the size of the input (in bytes).
42 // Moves to the given offset within the input region. Returns false
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java 35 /** Returns an icon that can be clicked for the alternate action. */
38 /** Returns the content description of the icon for the alternate action. */
51 * Returns a lookup (@link Uri) for the contact data item or null if there is no data item
57 * Returns the id of the contact data item or -1 of there is no data item corresponding to this
62 /** Returns the presence of this item or -1 if it was never set */
  /packages/apps/Nfc/nci/jni/
DataQueue.h 37 ** Returns: None.
49 ** Returns: None.
63 ** Returns: True if ok.
78 ** Returns: True if ok.
90 ** Returns: True if empty.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp_prot.h 20 * YPPROC_NULL() returns () takes nothing, returns nothing. This indicates
23 * YPPROC_DOMAIN (char *) returns (bool_t) TRUE. Indicates that the
27 * YPPROC_DOMAIN_NONACK (char *) returns (TRUE) if the NIS server does serve
30 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the
34 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
35 * Returns the first key-value pair from a named domain and map.
37 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 20 * YPPROC_NULL() returns () takes nothing, returns nothing. This indicates
23 * YPPROC_DOMAIN (char *) returns (bool_t) TRUE. Indicates that the
27 * YPPROC_DOMAIN_NONACK (char *) returns (TRUE) if the NIS server does serve
30 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the
34 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
35 * Returns the first key-value pair from a named domain and map.
37 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 20 * YPPROC_NULL() returns () takes nothing, returns nothing. This indicates
23 * YPPROC_DOMAIN (char *) returns (bool_t) TRUE. Indicates that the
27 * YPPROC_DOMAIN_NONACK (char *) returns (TRUE) if the NIS server does serve
30 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the
34 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
35 * Returns the first key-value pair from a named domain and map.
37 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
    [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 50 // WinEvent. Returns NULL on failure.
59 // coordinates given. Returns NULL on failure. The client owns the created
64 // Performs the default action on this object. Returns whether the action
77 // Focuses this object. Returns whether the object receives focus. Will cause
81 // Selects this object. Returns whether the object is now selected. Will cause
88 // Gets the name of the object and returns true on success.
91 // Gets the role text of the object and returns true on success.
94 // Gets the value of the object and returns true on success.
97 // Gets the state of the object and returns true on success.
100 // Gets the location of the object in screen coordinates and returns tru
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 104 * @return Returns the option.
114 * @return Returns the instance to call more set-methods.
124 * @return Returns the option.
134 * @return Returns the instance to call more set-methods.
144 * @return Returns the option.
154 * @return Returns the instance to call more set-methods.
163 * @return Returns the option.
173 * @return Returns the instance to call more set-methods.
183 * @return Returns the option.
193 * @return Returns the instance to call more set-methods
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 61 // Returns the list of input methods we can select (i.e. active). If the cros
63 // returns a fallback input method list (and never returns NULL).
66 // Returns the number of active input methods.
69 // Returns the list of input methods we support, including ones not active.
71 // function returns a fallback input method list (and never returns NULL).
87 // Returns true if the input method specified by |input_method_id| is active.
91 // Returns true if the configuration (and all pending configurations, if any)
93 // the request and returns false
    [all...]
  /external/chromium_org/chrome/installer/util/
browser_distribution.h 61 // Returns the GUID to be used when registering for Active Setup.
66 // Returns the unsuffixed application name of this program.
73 // Returns the localized display name of this distribution.
76 // Returns the localized name of the shortcut identified by |shortcut_type|
80 // Returns the index of the icon for the product identified by
84 // Returns the executable filename (not path) that contains the product icon.
87 // Returns the localized name of the subfolder in the Start Menu identified by
89 // SUBFOLDER_CHROME this returns GetShortcutName(SHORTCUT_CHROME).
92 // Returns the unsuffixed appid of this program.
98 // Returns the Browser ProgId prefix (e.g. ChromeHTML, ChromiumHTM, etc...)
    [all...]
  /external/chromium_org/ui/gfx/
font_list.h 68 // Returns a new FontList with the given |font_style| flags.
71 // Returns a new FontList with the same font names and style but with the
75 // Returns a new FontList with the same font names and style but resized.
79 // Returns a new FontList with the same font names but resized and the given
86 // Returns the height of this font list, which is max(ascent) + max(descent)
90 // Returns the baseline of this font list, which is max(baseline) for all the
94 // Returns the cap height of this font list.
95 // Currently returns the cap height of the primary font.
98 // Returns the number of horizontal pixels needed to display |text|.
101 // Returns the expected number of horizontal pixels needed to display th
    [all...]

Completed in 1659 milliseconds

<<11121314151617181920>>