HomeSort by relevance Sort by last modified time
    Searched full:succeeds (Results 701 - 725 of 1477) sorted by null

<<21222324252627282930>>

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 179 ALOGI("%s: succeeds", __FUNCTION__);
com_android_bluetooth_hid.cpp 230 ALOGI("%s: succeeds", __FUNCTION__);
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 350 // Try to change icc lock. If it succeeds, toggle the lock state and
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 204 * If this function succeeds, it returns the given SDL_AudioSpec,
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 204 * If this function succeeds, it returns the given SDL_AudioSpec,
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 204 * If this function succeeds, it returns the given SDL_AudioSpec,
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 206 * (2) If rename() succeeds, mv shall do nothing more with the
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 267 // or from a dictionary. Succeeds if we can find a string in the
280 // Look up the URL from a dictionary at the specified location. Succeeds
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 907 // TODO(kochi): This assumes the IPC handling always succeeds.
922 // TODO(kochi): This assumes the IPC handling always succeeds.
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_video_source_unittest.cc 311 // Test that AddTrack succeeds if the mandatory min aspect ratio it set to 2.
361 // source during the callback if adding a track succeeds.
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_var_array.html 248 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
272 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_var_array.html 248 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
272 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_var_array.html 248 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
272 <dl class="return"><dt><b>Returns:</b></dt><dd>A <code>bool</code> indicating whether the operation succeeds. </dd></dl>
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
file-io.rst 138 this thread is blocked until ``Open`` succeeds or fails.
151 succeeds or fails.
  /external/chromium_org/net/dns/
dns_config_service_win.cc 43 // Interval between retries to parse config. Used only until parsing succeeds.
134 // Returns true if the conversion succeeds and output is not empty. In case of
  /external/chromium_org/net/spdy/
hpack_decoder_test.cc 255 // Maximum-size update with size 126. Succeeds.
266 // Maximum-size update with kDefaultHeaderTableSizeSetting. Succeeds.
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 429 // provisional load succeeds or fails, not the "real" one.
444 // provisional load succeeds or fails, not the "real" one.
  /external/chromium_org/third_party/icu/source/common/
propname.cpp 250 * succeeds.
277 * to load it, and return TRUE if the load succeeds.
  /external/chromium_org/third_party/sqlite/src/test/
malloc3.test 122 # succeeds, i.e. (M+1) times, where M is the number of mallocs() required
211 # populated correctly after the final insert succeeds.
  /external/guava/guava/src/com/google/common/collect/
Tables.java 259 // Will cast TRANSPOSE_CELL to a type that always succeeds
279 // Casting TRANSPOSE_CELL to a type that always succeeds
  /external/srec/portable/src/
pmemory.c 562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
728 The order and contiguity of storage allocated by successive calls to realloc() is unspecified. The pointer returned if the allocation succeeds is suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation will yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer is returned.
  /external/valgrind/main/exp-sgcheck/
h_main.c 428 former succeeds in shorting out the new block, not the
442 former succeeds in shorting out the new block, not the old,
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 173 // slot from the buffer queue. If this call succeeds, the slot will be
210 // queue. If this call succeeds, it will be as if this buffer was dequeued
  /libcore/jsr166-tests/src/test/java/jsr166/
PhaserTest.java 186 * register on a subphaser that is currently empty succeeds, even
428 * awaitAdvance succeeds upon advance
  /libcore/luni/src/main/java/java/text/
DateFormat.java 586 * parse succeeds. Clients may insist on strict adherence to the format by
611 * parse succeeds. Clients may insist on strict adherence to the format by

Completed in 545 milliseconds

<<21222324252627282930>>