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

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception 44 * @defgroup exceptions Exceptions
52 * @brief Base class for all library exceptions.
54 * This is the base class for all exceptions thrown by the standard
117 // @} group exceptions
127 * @ingroup exceptions
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception 44 * @defgroup exceptions Exceptions
52 * @brief Base class for all library exceptions.
54 * This is the base class for all exceptions thrown by the standard
117 // @} group exceptions
127 * @ingroup exceptions
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 46 * @defgroup exceptions Exceptions
54 * @brief Base class for all library exceptions.
56 * This is the base class for all exceptions thrown by the standard
120 // @} group exceptions
132 * @ingroup exceptions
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 47 * @defgroup exceptions Exceptions
55 * @brief Base class for all library exceptions.
57 * This is the base class for all exceptions thrown by the standard
121 // @} group exceptions
133 * @ingroup exceptions
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 46 * @defgroup exceptions Exceptions
54 * @brief Base class for all library exceptions.
56 * This is the base class for all exceptions thrown by the standard
120 // @} group exceptions
132 * @ingroup exceptions
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 47 * @defgroup exceptions Exceptions
55 * @brief Base class for all library exceptions.
57 * This is the base class for all exceptions thrown by the standard
121 // @} group exceptions
133 * @ingroup exceptions
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
exception 45 * @defgroup exceptions Exceptions
53 * @brief Base class for all library exceptions.
55 * This is the base class for all exceptions thrown by the standard
119 // @} group exceptions
131 * @ingroup exceptions
  /external/chromium_org/webkit/browser/quota/
quota_database_unittest.cc 131 std::set<GURL> exceptions; local
133 EXPECT_TRUE(db.GetLRUOrigin(kStorageTypeTemporary, exceptions,
154 EXPECT_TRUE(db.GetLRUOrigin(kStorageTypeTemporary, exceptions,
165 kStorageTypeTemporary, exceptions, policy.get(), &origin));
168 exceptions.insert(kOrigin1);
169 EXPECT_TRUE(db.GetLRUOrigin(kStorageTypeTemporary, exceptions,
173 exceptions.insert(kOrigin2);
174 EXPECT_TRUE(db.GetLRUOrigin(kStorageTypeTemporary, exceptions,
178 exceptions.insert(kOrigin3);
179 EXPECT_TRUE(db.GetLRUOrigin(kStorageTypeTemporary, exceptions,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 75 MediaExceptions exceptions; member in struct:options::ContentSettingsHandler::MediaSettingsInfo
82 EXCEPTIONS,
93 // Clobbers and rebuilds the specific content setting type exceptions table.
95 // Clobbers and rebuilds the specific content setting type exceptions
98 // Clobbers and rebuilds all the exceptions tables in the page (both normal
176 // Fills in |exceptions| with Values for the given |type| from |map|.
180 base::ListValue* exceptions);
content_settings_handler.cc 154 // in a HostContentSettingsMap-controlled exceptions table (e.g., cookies).
173 // in the Geolocation exceptions table. Ownership of the pointer is passed to
187 // in the desktop notifications exceptions table. Ownership of the pointer is
208 // Add an "Allow"-entry to the list of |exceptions| for a |url_pattern| from
211 const extensions::Extension& app, ListValue* exceptions) {
219 exceptions->Append(exception);
223 // adds their web extent and launch URL to the |exceptions| list.
225 Profile* profile, AppFilter app_filter, ListValue* exceptions) {
241 AddExceptionForHostedApp(url_pattern, *extension->get(), exceptions);
249 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions);
779 ListValue exceptions; local
831 ListValue exceptions; local
966 ListValue exceptions; local
968 GetContentSettingsMap(), type, &exceptions); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 61 Class[] exceptions = method.getExceptionTypes(); local
62 assertEquals(1, exceptions.length);
63 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
65 exceptions[0] = NullPointerException.class;
66 exceptions = method.getExceptionTypes();
67 assertEquals(1, exceptions.length);
68 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 97 // all operations on cross-process cursors can throw random exceptions
118 // all operations on cross-process cursors can throw random exceptions
133 // all operations on cross-process cursors can throw random exceptions
145 // all operations on cross-process cursors can throw random exceptions
158 // all operations on cross-process cursors can throw random exceptions
251 // all operations on cross-process cursors can throw random exceptions
271 // all operations on cross-process cursors can throw random exceptions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 152 // exceptions().
159 if (this->exceptions() & __state)
205 * @brief Throwing exceptions on errors.
206 * @return The current exceptions mask.
209 * of exceptions(iostate) for the meaning of the return value.
212 exceptions() const function in class:basic_ios
216 * @brief Throwing exceptions on errors.
217 * @param except The new exceptions mask.
220 * exceptions mask for each stream; if a bit in the mask becomes set
224 * If the error flag is already set when the exceptions mask i
247 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 152 // exceptions().
159 if (this->exceptions() & __state)
205 * @brief Throwing exceptions on errors.
206 * @return The current exceptions mask.
209 * of exceptions(iostate) for the meaning of the return value.
212 exceptions() const function in class:basic_ios
216 * @brief Throwing exceptions on errors.
217 * @param except The new exceptions mask.
220 * exceptions mask for each stream; if a bit in the mask becomes set
224 * If the error flag is already set when the exceptions mask i
247 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 152 // exceptions().
159 if (this->exceptions() & __state)
205 * @brief Throwing exceptions on errors.
206 * @return The current exceptions mask.
209 * of exceptions(iostate) for the meaning of the return value.
212 exceptions() const function in class:basic_ios
216 * @brief Throwing exceptions on errors.
217 * @param except The new exceptions mask.
220 * exceptions mask for each stream; if a bit in the mask becomes set
224 * If the error flag is already set when the exceptions mask i
247 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 152 // exceptions().
159 if (this->exceptions() & __state)
205 * @brief Throwing exceptions on errors.
206 * @return The current exceptions mask.
209 * of exceptions(iostate) for the meaning of the return value.
212 exceptions() const function in class:basic_ios
216 * @brief Throwing exceptions on errors.
217 * @param except The new exceptions mask.
220 * exceptions mask for each stream; if a bit in the mask becomes set
224 * If the error flag is already set when the exceptions mask i
247 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 152 // exceptions().
159 if (this->exceptions() & __state)
205 * @brief Throwing exceptions on errors.
206 * @return The current exceptions mask.
209 * of exceptions(iostate) for the meaning of the return value.
212 exceptions() const function in class:basic_ios
216 * @brief Throwing exceptions on errors.
217 * @param except The new exceptions mask.
220 * exceptions mask for each stream; if a bit in the mask becomes set
224 * If the error flag is already set when the exceptions mask i
247 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param __except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 154 // exceptions().
161 if (this->exceptions() & __state)
207 * @brief Throwing exceptions on errors.
208 * @return The current exceptions mask.
211 * of exceptions(iostate) for the meaning of the return value.
214 exceptions() const function in class:basic_ios
218 * @brief Throwing exceptions on errors.
219 * @param __except The new exceptions mask.
222 * exceptions mask for each stream; if a bit in the mask becomes set
226 * If the error flag is already set when the exceptions mask i
249 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 156 // exceptions().
163 if (this->exceptions() & __state)
209 * @brief Throwing exceptions on errors.
210 * @return The current exceptions mask.
213 * of exceptions(iostate) for the meaning of the return value.
216 exceptions() const function in class:basic_ios
220 * @brief Throwing exceptions on errors.
221 * @param __except The new exceptions mask.
224 * exceptions mask for each stream; if a bit in the mask becomes set
228 * If the error flag is already set when the exceptions mask i
251 exceptions(iostate __except) function in class:basic_ios
    [all...]
  /ndk/docs/text/
CPLUSPLUS-SUPPORT.text 11 - C++ exceptions support
45 Exceptions RTTI Library
110 If you want to use it, please read the "C++ Exceptions support",
119 ### II.1. C++ Exceptions support:
121 The NDK toolchain supports C++ exceptions, since NDK r5, however all C++
122 sources are compiled with -fno-exceptions support by default, for
128 LOCAL_CPP_FEATURES += exceptions
143 exceptions to be able to link / run your code.
184 - exceptions raised in libfoo.so cannot be caught in libbar.so (and may

Completed in 1676 milliseconds

<<11121314151617181920>>