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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetCursor.3 11 Returns the currently active mouse cursor\&.
  /external/skia/include/core/
SkFlate.h 30 * putting the result into dst. Returns false if an error occurs.
36 * putting the result into dst. Returns false if an error occurs.
42 * putting the result into dst. Returns false if an error occurs.
47 putting the result into dst. Returns false if an error occurs.
  /frameworks/base/media/java/android/mtp/
MtpDeviceInfo.java 36 * Returns the manufacturer's name for the MTP device
45 * Returns the model name for the MTP device
54 * Returns the version string the MTP device
63 * Returns the unique serial number for the MTP device
  /frameworks/base/test-runner/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /frameworks/base/tools/aidl/
search_path.h 13 // returns a FILE* and the char* for the file that it found
  /hardware/broadcom/libbt/include/
upio.h 66 ** Returns None
77 ** Returns None
89 ** Returns 0 : SUCCESS or Not-Applicable
101 ** Returns None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_distutils.py 4 the test_suite() function there returns a test suite that's ready to
test_json.py 4 the test_suite() function there returns a test suite that's ready to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_distutils.py 4 the test_suite() function there returns a test suite that's ready to
test_json.py 4 the test_suite() function there returns a test suite that's ready to
  /external/bluetooth/bluedroid/udrv/include/
uipc.h 69 ** Returns void
80 ** Returns void
91 ** Returns void
103 ** Returns void
114 ** Returns void
125 ** Returns void
136 ** Returns void
  /external/chromium/base/test/
test_suite.h 31 // Returns true if the test is marked as flaky.
34 // Returns true if the test is marked as failing.
37 // Returns true if the test is marked as "MAYBE_".
42 // Returns true if the test failure should be ignored.
45 // Returns true if the test failed and the failure shouldn't be ignored.
48 // Returns the number of tests where the match function returns true.
  /external/chromium/chrome/browser/autofill/
form_group.h 28 // Returns a set of AutofillFieldTypes for which this FormGroup has non-empty
32 // Returns the string that should be auto-filled into a text field given the
39 // Returns the label for this FormGroup item. This should be overridden for
43 // Returns true if the field data in |form_group| does not match the field
47 // Returns true if the data in this FormGroup is a subset of the data in
51 // Returns true if the values of the intersection of the available field types
52 // are equal. If the intersection is empty, the method returns false.
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.h 43 // Creates an OwnerKeyUtils, ownership returns to the caller. If there is no
44 // Factory (the default) this creates and returns a new OwnerKeyUtils.
48 // Upon success, returns true and populates |output|. False on failure.
54 // Returns true if so, false on bad signature or other error.
66 // and returns it if it can be found. Returns NULL otherwise.
78 // Returns false on error.
  /external/chromium_org/chrome/browser/download/
download_prefs.h 33 // Returns the default download directory.
36 // Returns the DownloadPrefs corresponding to the given DownloadManager
50 // Returns true if the prompt_for_download preference has been set and the
55 // Returns true if the download path preference is managed.
58 // Returns true if there is at least one file extension registered
62 // Returns true if |path| should be opened automatically based on
66 // Enables auto-open based on file extension. Returns true on success.
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_base.h 27 // regular intervals. Returns true if the relevant sensors could
31 // Stops updating the shared memory buffer. Returns true if the
35 // Returns the shared memory handle of the device sensor data
57 // Returns the message loop of the polling thread.
58 // Returns NULL if there is no polling thread.
65 // Returns the type of thread this fetcher runs on.
68 // Returns the sensor sampling interval. In particular if this fetcher
  /external/chromium_org/content/public/browser/
browser_ppapi_host.h 50 // Returns the PpapiHost object.
53 // Returns the handle to the plugin process.
56 // Returns true if the given PP_Instance is valid.
60 // the given instance and returns true on success. If the instance is
72 // Returns the name of the plugin.
75 // Returns the path of the plugin.
78 // Returns the user's profile data directory.
  /external/chromium_org/net/cert/
ct_serialization.h 22 // |input| to |output| and returns true. Otherwise, returns false.
28 // Returns true and fills |output| if all fields can be read, false otherwise.
32 // Encodes the |input| LogEntry to |output|. Returns true if the entry size
43 // Returns true if the extensions' length does not exceed
55 // Returns true if the list could be read and decoded successfully, false
62 // Returns true if all fields in the SCT could be read and decoded, false
  /external/chromium_org/net/disk_cache/simple/
simple_util.h 26 // Returns the Hex ascii representation of the uint64 hash_key.
31 // Returns the hash of the key as uint64.
41 // of a stream on that entry, returns the filename in which that stream would be
51 // Given a |key| for an entry, returns the name of the sparse data file.
55 // to an entry, returns the number of bytes in the stream.
60 // returns the number of bytes in the file.
64 // Given the stream index, returns the number of the file the stream is stored
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
lookup_key_util.h 36 // Returns the URL where the |key| can be retrieved. For example, returns
41 // Returns the key for the |url|. For example, returns "data/US" for
44 // returns an empty string. (This can happen if the user of the library
45 // returns a bad URL in their Downloader implementation.)
48 // Returns true if the |url| starts with |validation_data_url| that was passed
  /external/clang/test/SemaCXX/
function-extern-c.cpp 27 extern "C" U f3( void ); // expected-warning {{'f3' has C-linkage specified, but returns user-defined type 'U' which is incompatible with C}}
28 extern "C" S f0(void); // expected-warning {{'f0' has C-linkage specified, but returns user-defined type 'S' which is incompatible with C}}
29 extern "C" A f4( void ); // expected-warning {{'f4' has C-linkage specified, but returns user-defined type 'A' which is incompatible with C}}
40 extern "C" struct mypodstruct f12(); // expected-warning {{'f12' has C-linkage specified, but returns incomplete type 'struct mypodstruct' which could be incompatible with C}}
48 extern "C" A f(void); // expected-warning {{'f' has C-linkage specified, but returns incomplete type 'test2::A' which could be incompatible with C}}
77 A bbb(); // expected-warning {{'bbb' has C-linkage specified, but returns user-defined type 'rdar13364028::A' which is incompatible with C}}
78 A ccc() { // expected-warning {{'ccc' has C-linkage specified, but returns user-defined type 'rdar13364028::A' which is incompatible with C}}
  /external/libnfc-nci/src/udrv/include/
uipc.h 79 ** Returns void
90 ** Returns void
101 ** Returns void
113 ** Returns void
124 ** Returns void
135 ** Returns void
146 ** Returns void
  /external/open-vcdiff/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/protobuf/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...]
  /frameworks/base/location/java/android/location/
GpsSatellite.java 53 * Returns the PRN (pseudo-random number) for the satellite.
62 * Returns the signal to noise ratio for the satellite.
71 * Returns the elevation of the satellite in degrees.
81 * Returns the azimuth of the satellite in degrees.
91 * Returns true if the GPS engine has ephemeris data for the satellite.
100 * Returns true if the GPS engine has almanac data for the satellite.
109 * Returns true if the satellite was used by the GPS engine when

Completed in 4873 milliseconds

<<11121314151617181920>>