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

<<11121314151617181920>>

  /external/mesa3d/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...]
  /ndk/sources/third_party/googletest/googletest/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/bluetooth/bluedroid/bta/include/
bta_av_co.h 84 ** Returns Stream codec and content protection capabilities info.
99 ** Returns void.
114 ** Returns void.
129 ** Returns Stream codec and content protection configuration info.
145 ** Returns Stream codec and content protection configuration info.
160 ** Returns void
175 ** Returns void
192 ** Returns void
207 ** Returns void
225 ** Returns voi
    [all...]
bd.h 56 ** Returns void
68 ** Returns Zero if b==a, nonzero otherwise (like memcmp).
80 ** Returns Zero if a equals bd_addr_any.
92 ** Returns void
ptim.h 56 ** Returns void
67 ** Returns void
79 ** Returns void
90 ** Returns void
  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsMessageBase.java 102 * Returns the address of the SMS service center that relayed this message
110 * Returns the originating address (sender) of this SMS message in String
122 * Returns the originating address, or email from address if this message
123 * was from an email gateway. Returns null if originating address
135 * Returns the message body as a String, if it exists and is text based.
143 * Returns the class of this message.
148 * Returns the message body, or email message body if this message was from
149 * an email gateway. Returns null if message body unavailable.
168 * Returns the service centre timestamp in currentTimeMillis() format
175 * Returns true if message is an email
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 249 ** Returns BT_PASS (0) if successful,
265 ** Returns GAP_NON_DISCOVERABLE, GAP_LIMITED_DISCOVERABLE, or
277 ** Returns BT_PASS (0) if successful,
297 ** Returns BT_PASS (0) if successful,
318 ** Returns BOOLEAN (TRUE if successful, otherwise FALSE)
329 ** Returns BOOLEAN: (TRUE if successful, otherwise FALSE)
340 ** Returns BT_PASS (0) if successful, or a non-zero error code
352 ** Returns BT_PASS (0) if successful, or a non-zero status code
370 ** Returns BT_PASS if the name was immediately available. (BD_ADDR is returned)
386 ** Returns BT_PASS (0) if successful
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInteger.java 54 * Returns an {@code UnsignedInteger} that, when treated as signed, is
62 * Returns an {@code UnsignedInteger} that is equal to {@code value},
72 * Returns a {@code UnsignedInteger} representing the same value as the specified
85 * Returns an {@code UnsignedInteger} holding the value of the specified {@code String}, parsed
96 * Returns an {@code UnsignedInteger} holding the value of the specified {@code String}, parsed
107 * Returns the result of adding this and {@code val}. If the result would have more than 32 bits,
108 * returns the low 32 bits of the result.
116 * Returns the result of subtracting this and {@code val}. If the result would be negative,
117 * returns the low 32 bits of the result.
125 * Returns the result of multiplying this and {@code val}. If the result would have more than 3
    [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/tests/042-dex-ignore-result/
info.txt 4 method call to a method which returns a value, where that value is
  /development/testrunner/
android_build.py 31 """Returns the full pathname of the "top" of the Android development tree.
36 Returns:
52 """Returns the full pathname of out/host/arch of the Android development tree.
57 Returns:
73 Returns:
95 """Returns the full pathname of the "out" of the Android development tree.
100 Returns:
117 Returns:
131 """Returns the full pathname to the target/product directory.
138 Returns
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t024finally.g 7 prog returns [events]
t035ruleLabelPropertyRef.g 6 a returns [bla]: t=b
t057autoAST34.g 3 a returns [result] : id=ID id=ID {$result = "2nd id="+$id.text+";";} ;
t057autoAST35.g 3 a returns [result]: id=ID id=ID^ {$result = "2nd id="+$id.text+',';} ;
t057autoAST40.g 3 a returns [result]: x+=b x+=b {
t057autoAST41.g 3 a returns [result] : ( x+=b^ )+ {
t057autoAST42.g 3 a returns [result] : x+=b! x+=b {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t024finally.g 7 prog returns [events]
t035ruleLabelPropertyRef.g 6 a returns [bla]: t=b
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SimpleAttributeTableGenerator.java 8 * Basic generator that just returns a preconstructed attribute table

Completed in 818 milliseconds

<<11121314151617181920>>