HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 101 - 125 of 16254) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/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...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_double.sgml 89 @Returns:
99 @Returns:
110 @Returns:
121 @Returns:
132 @Returns:
142 @Returns:
152 @Returns:
162 @Returns:
172 @Returns:
190 @Returns: a pointer to the newly-allocated #GList element
    [all...]
fileutils.sgml 107 other end of a pipe. Every library function that returns this
159 @Returns:
171 @Returns:
183 @Returns:
193 @Returns:
202 @Returns:
213 @Returns:
223 @Returns:
233 @Returns:
250 @Returns:
    [all...]
random_numbers.sgml 72 @Returns:
82 @Returns:
88 @Returns:
97 @Returns:
125 Returns a random #gboolean from @rand_. This corresponds to a unbiased
130 @Returns: a random #gboolean.
137 @Returns:
146 @Returns:
153 @Returns:
162 @Returns:
    [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/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...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 57 // Returns a copy of the FilePath with the case-insensitive extension removed.
58 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
60 // found, returns a copy of the original FilePath.
69 // Returns a copy of the FilePath with the directory part removed.
70 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
71 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
73 // returns an empty FilePath ("").
80 // RemoveFileName returns the directory path with the filename removed.
81 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
82 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
    [all...]
  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 41 * Returns the title of an indexed column's catalog.
52 * Returns the fully-qualified type of the class that is produced when
65 * Returns number of columns contained in the associated result set.
74 * Returns the indexed column's standard maximum width, expressed in number
86 * Returns a recommended title for the indexed column, to be used when the
98 * Returns the title of the indexed column.
109 * Returns the type of the indexed column as SQL type code.
121 * Returns the type name of the indexed column.
132 * Returns the decimal precision of the indexed column.
143 * Returns the number of digits to the right of the decimal point of th
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniInstanceTest.java 138 * that returns the implicit {@code this} argument.
145 * Test a simple value-taking method call, that returns whether it
153 * Test a simple value-taking method call, that returns whether it
161 * Test a simple value-taking method call, that returns whether it
169 * Test a simple value-taking method call, that returns whether it
177 * Test a simple value-taking method call, that returns whether it
185 * Test a simple value-taking method call, that returns whether it
193 * Test a simple value-taking method call, that returns whether it
201 * Test a simple value-taking method call, that returns whether it
209 * Test a simple value-taking method call, that returns whether i
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexClass.java 27 * Returns a list containing the names of all implemented interfaces.
34 * Returns the name of the super class.
41 * Returns a list containing all fields declared by this {@code DexClass}.
48 * Returns a list containing all methods declared by this {@code DexClass}.
  /cts/tools/signature-tools/src/signature/model/
IExecutableMember.java 30 * Returns the name of this executable member.
37 * Returns the parameters of this executable member.
44 * Returns the declared exceptions of this executable member.
51 * Returns the modifiers of this executable member.
  /dalvik/dx/src/junit/runner/
FailureDetailView.java 12 * Returns the component used to present the TraceView
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 4 method call to a method which returns a value, where that value is
  /external/chromium/base/
rand_util.h 14 // Returns a random number in range [0, kuint64max]. Thread-safe.
17 // Returns a random number between min and max (inclusive). Thread-safe.
20 // Returns a random number in range [0, max). Thread-safe.
27 // Returns a random double in range [0, 1). Thread-safe.
  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 21 // Returns the value for the GOOGLE_BASE_SUGGEST_URL term.
24 // Returns the value to use for replacements of type GOOGLE_BASE_URL.
27 // Returns the locale used by the application.
31 // Returns the value for the Chrome Omnibox rlz.
  /external/chromium/chrome/browser/ui/views/tabs/
abstract_tab_strip_view.h 16 // Returns true if the tab strip is editable.
17 // Returns false if the tab strip is being dragged or animated to prevent
21 // Returns false when there is a drag operation in progress so that the frame
29 // Returns true if the specified point(TabStrip coordinates) is
  /external/chromium/net/tools/testserver/
asn1der.py 24 Returns:
37 Returns:
48 Returns:
58 Returns:
  /external/junit/src/junit/runner/
FailureDetailView.java 12 * Returns the component used to present the TraceView
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /external/junit/src/junit/swingui/
TestRunContext.java 18 * Returns the failure model
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /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

Completed in 1249 milliseconds

1 2 3 45 6 7 8 91011>>