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

<<11121314151617181920>>

  /system/extras/tests/bionic/libc/bionic/
test_relocs.c 18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" );
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
  /external/chromium_org/chrome/browser/chromeos/login/
user_manager.h 112 // Returns the singleton instance or |NULL| if the singleton has either not
120 // Returns true if multiple profiles support is allowed.
128 // Returns a list of users who have logged into this device previously. This
132 // Returns list of users admitted for logging in into multiprofile session.
135 // Returns a list of users who are currently logged in.
138 // Returns a list of users who are currently logged in in the LRU order -
143 // Returns a list of users who can unlock the device.
146 // Returns the email of the owner user. Returns an empty string if there is
188 // Returns true if a user with the given user id is found in the persisten
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 74 // extension = "xml", returns "dir/test.xml". If number is greater
75 // than zero (e.g., 12), returns "dir/test_12.xml".
82 // Returns a pathname for a file that does not currently exist. The pathname
94 // If input name has a trailing separator character, removes it and returns
99 // Returns a copy of the FilePath with the directory part removed.
100 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
101 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
103 // returns an empty FilePath ("").
107 // RemoveFileName returns the directory path with the filename removed.
108 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/"
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 124 // Returns true if system tray should be visible on startup.
134 // Returns the domain that manages the device, if it is enterprise-enrolled.
137 // Returns notification for enterprise enrolled devices.
140 // Returns the display email of user that manages current
144 // Returns the name of user that manages current locally managed user.
147 // Returns notification for locally managed users.
150 // Returns whether a system upgrade is available.
153 // Returns the desired hour clock type.
159 // Returns true if settings menu item should appear.
178 // Returns true if the notification for the display configuration chang
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.h 62 // Returns a string version of browser_sync::SyncBackendHost::StatusSummary
67 // unique machine tag in session sync. Returns true if the machine tag was
72 // Returns true if the sync backend is initialized.
75 // Returns true if the sync is currently being setup for the first time.
78 // Returns true if the user is currently encrypting everything.
81 // Returns true if the sync code needs a passphrase for either encryption or
86 // Returns true if the sync code needs a decryption passphrase for one of the
90 // Returns true if the sync code needs a decryption passphrase for *any* type,
94 // Returns true if the sync code needs a custom decryption passphrase.
98 // Returns true if the decryption passphrase works (was able to decrypt th
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_media.h 106 ** Returns void
117 ** Returns TRUE is success
128 ** Returns TRUE is success
141 ** Returns TRUE is success
152 ** Returns TRUE is success
164 ** Returns TRUE is success
175 ** Returns pointer on a GKI aa buffer ready to send
186 ** Returns TRUE is success
197 ** Returns TRUE is success
210 ** Returns TRUE is succes
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 33 ** Returns returns TRUE if it is valid
88 ** Returns returns TRUE if it is valid
135 ** Returns returns TRUE if it is valid
160 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
192 ** Description This function returns the opcode of the given pdu
194 ** Returns AVRC_OP_VENDOR, AVRC_OP_PASS_THRU or AVRC_OP_BROWSE
220 ** Description This function returns the opcode of the given pd
    [all...]
  /external/chromium_org/ash/
ash_switches.h 78 // Returns true if the alternate visual style for the caption buttons (minimize,
82 // Returns true if the alternate shelf layout should be used.
85 // Returns true if items can be dragged off the shelf to unpin.
88 // Returns true if side shelf alignment is enabled.
91 // Returns true if the full MultiProfile mode (M-31 version) is used.
94 // Returns true if multiple user icons are allowed in the tray.
97 // Returns true if overview mode should be activated for window switching.
100 // Returns true if docked windows feature is enabled.
104 // Returns true if new audio handler should be used.
107 // Returns true if we should show the audio device switching UI
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.h 26 // play device ID string. On success, returns the IPortableDevice interface.
27 // On failure, returns NULL.
32 // |device|. On success, returns no error (base::PLATFORM_FILE_OK) and fills in
33 // |file_entry_info|. On failure, returns the corresponding platform file error
41 // the given MTP |device|. On success, returns true and fills in
42 // |object_entries|. On failure, returns false and |object_entries| is not
50 // On success, returns S_OK and sets |file_stream| and |optimal_transfer_size|.
51 // On failure, returns an error code and |file_stream| and
61 // On success, appends the data chunk in |local_path| and returns a non-zero
68 // On failure, returns 0
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
power_status.h 53 // Returns true if the global instance is initialized.
59 // Returns true if |time|, a time returned by GetBatteryTimeToEmpty() or
79 // Returns true if a battery is present.
82 // Returns true if the battery is full. This also implies that a charger
86 // Returns true if the battery is charging. Note that this implies that a
93 // Returns true if the battery is discharging (or neither charging nor
97 // Returns the battery's remaining charge as a value in the range [0.0,
101 // Returns the battery's remaining charge, rounded to an integer with a
105 // Returns true if the battery's time-to-full and time-to-empty estimates
110 // Returns the estimated time until the battery is empty (if line powe
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 23 // Returns the value to use for replacements of type GOOGLE_BASE_URL. This
24 // implementation simply returns the default value.
27 // Returns the value for the GOOGLE_BASE_SUGGEST_URL term. This
28 // implementation simply returns the default value.
31 // Returns the locale used by the application. This implementation returns
35 // Returns the value for the Chrome Omnibox rlz. This implementation returns
40 // implementation returns the empty string.
45 // This implementation returns the empty string
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_state.h 36 // Returns true if the product is installed (i.e., the product's Clients key
43 // Returns the product's channel info (i.e., the Google Update "ap" value).
46 // Returns the path to the product's "setup.exe"; may be empty.
49 // Returns the product's version. This method may only be called on an
53 // Returns the current version of the product if a new version is awaiting
58 // Returns the brand code the product is currently installed with.
61 // Returns the command to be used to update to the new version that is
65 // Returns true and populates |eula_accepted| if the product has such a value;
66 // otherwise, returns false and does not modify |eula_accepted|. Expected
71 // Returns true and populates |oem_install| if the product has such a value
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_client.h 52 // Returns true if an alternative location to store the minidump files was
53 // specified. Returns true if |crash_dir| was set.
56 // Returns a textual description of the product type and version to include
64 // Returns true if a restart dialog should be displayed. In that case,
72 // Returns true if it is ok to restart the application. Invoked right before
76 // Returns true if the crash report uploader supports deferred uploads.
79 // Returns true if the running binary is a per-user installation.
82 // Returns true if larger crash dumps should be dumped.
85 // Returns the result code to return when breakpad failed to respawn a
97 // Returns a textual description of the product type and version to includ
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 52 /** \returns the dimension in which the box holds */
55 /** \returns true if the box is null, i.e, empty. */
65 /** \returns the minimal corner */
67 /** \returns a non const reference to the minimal corner */
69 /** \returns the maximal corner */
71 /** \returns a non const reference to the maximal corner */
74 /** \returns true if the point \a p is inside the box \c *this. */
78 /** \returns true if the box \a b is entirely inside the box \c *this. */
82 /** Extends \c *this such that it contains the point \a p and returns a reference to \c *this. */
86 /** Extends \c *this such that it contains the box \a b and returns a reference to \c *this. *
    [all...]
  /external/icu4c/i18n/unicode/
locdspnm.h 28 * Returns display names of Locales and components of Locales. For
52 * Returns an instance of LocaleDisplayNames that returns names
66 * Returns an instance of LocaleDisplayNames that returns names formatted
82 * Returns the locale used to determine the display names. This is
90 * Returns the dialect handling used in the display names.
97 * Returns the UDisplayContext value for the specified UDisplayContextType.
106 * Returns the display name of the provided locale.
116 * Returns the display name of the provided locale id
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 32 // returns 0 on success
35 // returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
38 // returns 0 on success
41 // returns 0 on success
44 // returns 0 on success
47 // returns 0 on success
55 // returns 0 on success, -1 on error
63 // returns 0 on success
66 // returns 0 on success, -1 on error
68 // returns color number of pixel <x>,<y>, or -
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 32 // returns 0 on success
35 // returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
38 // returns 0 on success
41 // returns 0 on success
44 // returns 0 on success
47 // returns 0 on success
55 // returns 0 on success, -1 on error
63 // returns 0 on success
66 // returns 0 on success, -1 on error
68 // returns color number of pixel <x>,<y>, or -
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 32 // returns 0 on success
35 // returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
38 // returns 0 on success
41 // returns 0 on success
44 // returns 0 on success
47 // returns 0 on success
55 // returns 0 on success, -1 on error
63 // returns 0 on success
66 // returns 0 on success, -1 on error
68 // returns color number of pixel <x>,<y>, or -
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 84 // Returns the current working directory, or "" if unsuccessful.
88 // extension = "xml", returns "dir/test.xml". If number is greater
89 // than zero (e.g., 12), returns "dir/test_12.xml".
97 // returns "dir/test.xml".
102 // Returns a pathname for a file that does not currently exist. The pathname
114 // Returns true iff the path is NULL or "".
117 // If input name has a trailing separator character, removes it and returns
122 // Returns a copy of the FilePath with the directory part removed.
123 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
124 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h 57 // Returns true if exponential backoff is complete.
60 // Returns true if sync is disabled for this client.
63 // Returns true if an auth error has been encountered.
67 // enables sync for all available datatypes. Returns true only after sync has
84 // has been initialized. Returns true if the wait was successful.
88 // since the previous one. Returns true if a sync cycle has completed.
101 // Blocks the caller until sync has been disabled for this client. Returns
109 // Returns true if the sync client received an actionable error.
123 // from the message queue. Returns true if two sync cycles have completed.
149 // Returns the ProfileSyncService member of the sync client
    [all...]
  /external/chromium_org/sync/internal_api/public/
base_node.h 75 // doing an ID lookup. Returns false on failure. An invalid or deleted
80 // by doing a client tag lookup. Returns false on failure. A deleted node
92 // Returns the modification time of the object.
104 // Returns the title of the object.
109 // Returns the model type of this object. The model type is set at node
113 // Getter specific to the BOOKMARK datatype. Returns protobuf
117 // Getter specific to the APPS datatype. Returns protobuf
121 // Getter specific to the AUTOFILL datatype. Returns protobuf
128 // Getter specific to the NIGORI datatype. Returns protobuf
132 // Getter specific to the PASSWORD datatype. Returns protobu
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 80 // Returns the current working directory, or "" if unsuccessful.
84 // extension = "xml", returns "dir/test.xml". If number is greater
85 // than zero (e.g., 12), returns "dir/test_12.xml".
93 // returns "dir/test.xml".
98 // Returns a pathname for a file that does not currently exist. The pathname
110 // Returns true iff the path is "".
113 // If input name has a trailing separator character, removes it and returns
118 // Returns a copy of the FilePath with the directory part removed.
119 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
120 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 84 // Returns the current working directory, or "" if unsuccessful.
88 // extension = "xml", returns "dir/test.xml". If number is greater
89 // than zero (e.g., 12), returns "dir/test_12.xml".
97 // returns "dir/test.xml".
102 // Returns a pathname for a file that does not currently exist. The pathname
114 // Returns true iff the path is NULL or "".
117 // If input name has a trailing separator character, removes it and returns
122 // Returns a copy of the FilePath with the directory part removed.
123 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
124 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
    [all...]
  /external/gtest/include/gtest/internal/
gtest-filepath.h 84 // Returns the current working directory, or "" if unsuccessful.
88 // extension = "xml", returns "dir/test.xml". If number is greater
89 // than zero (e.g., 12), returns "dir/test_12.xml".
97 // returns "dir/test.xml".
102 // Returns a pathname for a file that does not currently exist. The pathname
114 // Returns true iff the path is NULL or "".
117 // If input name has a trailing separator character, removes it and returns
122 // Returns a copy of the FilePath with the directory part removed.
123 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
124 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 84 // Returns the current working directory, or "" if unsuccessful.
88 // extension = "xml", returns "dir/test.xml". If number is greater
89 // than zero (e.g., 12), returns "dir/test_12.xml".
97 // returns "dir/test.xml".
102 // Returns a pathname for a file that does not currently exist. The pathname
114 // Returns true iff the path is NULL or "".
117 // If input name has a trailing separator character, removes it and returns
122 // Returns a copy of the FilePath with the directory part removed.
123 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
124 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
    [all...]

Completed in 975 milliseconds

<<11121314151617181920>>