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

<<21222324252627282930>>

  /external/icu/icu4c/source/test/letest/
cletest.c 57 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
67 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
74 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
81 log_err("Calling getCharIndices(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
95 log_err("Calling getCharIndices(NULL, 1024, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
109 log_err("Calling getGlyphPositions(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
116 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
127 log_err("Calling layoutChars(NULL, 0, 0, 0, FALSE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n")
    [all...]
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 51 * <i>calling method</i> has made an error. This tells the caller that it should
65 * calling method.
78 * calling method.
94 * calling method.
121 * Ensures the truth of an expression involving the state of the calling
122 * instance, but not involving any parameters to the calling method.
134 * Ensures the truth of an expression involving the state of the calling
135 * instance, but not involving any parameters to the calling method.
150 * Ensures the truth of an expression involving the state of the calling
151 * instance, but not involving any parameters to the calling method
    [all...]
  /libcore/libart/src/main/java/java/lang/
Object.java 221 * where typical calling code would have to deal with lots of temporaries. Unfortunately,
229 * calling {@code super.finalize()} yourself.
287 * calling one of the {@code wait()} methods) to be woken up. If more than
314 * of calling one of the {@code wait()} methods) to be woken up. The threads
330 * if the thread calling this method is not the owner of this
358 * Causes the calling thread to wait until another thread calls the {@code
373 * if the thread calling this method is not the owner of this
387 * Causes the calling thread to wait until another thread calls the {@code
402 * <p>A timeout of zero means the calling thread should wait forever unless interrupted or
410 * if the thread calling this method is not the owner of thi
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 74 * The allowed states of Wi-Fi calling.
79 /** Always use Wi-Fi calling */
83 /** Never use Wi-Fi calling */
    [all...]
  /art/runtime/
native_bridge_art_interface.cc 100 // getMethodShorty(): in the case of native method calling JNI native function CallXXXXMethodY(),
102 // host calling convention.
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 48 // Thus only test that calling the method with valid arguments doesn't produce
101 // Thus only test that calling the method with valid arguments doesn't produce
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 39 * copy of the application under inspection. Calling getActivity() will return a
71 // Calling this outside runOnUiThread() will cause an exception.
  /developers/samples/android/testing/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 39 * copy of the application under inspection. Calling getActivity() will return a
71 // Calling this outside runOnUiThread() will cause an exception.
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 50 * The object returned here should be freed by calling AAssetDir_close().
57 * The object returned here should be freed by calling AAsset_close().
  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.cc 62 // when they are calling SetZero.
80 // when they are calling SetZero.
block_random_access_diagonal_matrix.cc 86 // when they are calling SetZero.
111 // when they are calling SetZero.
lapack.h 77 // by calling EstimateWorkSizeForQR.
79 // When calling, rhs_and_solution contains the rhs, and upon return
  /external/chromium_org/base/win/
message_window.cc 64 // leaked. For example not calling
144 // Clear the pointer to stop calling the self once WM_DESTROY is
  /external/chromium_org/chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/
FakeServerHelper.java 51 "deleteFakeServer must be called before calling useFakeServer again.");
73 "useFakeServer must be called before calling deleteFakeServer.");
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.h 41 // browser the calling code is running inside of. For example, popups, tabs,
48 // Incognito browsers are not considered unless the calling extension has
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.cc 63 // To avoid calling |snapshot_file_details| methods and passing ownership of
92 // To avoid calling |snapshot_file_details| methods and passing ownership of
  /external/chromium_org/chrome/browser/prerender/
prerender_handle.h 56 // Before calling the destructor, the caller must invalidate the handle by
57 // calling either OnNavigateAway or OnCancel.
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 34 // a JSON-RPC call, this class cancels the JSON-RPC call without calling the
36 // calling its RequestTextCheck method as listed in the following snippet.
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_bubble_cocoa.mm 107 // necessarily closed by calling Close(). Use a block instead of directly
108 // calling OnClose from the bridge so that we don't need to expose OnClose
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 68 // ok to not implement them, the calling code checks before calling.
  /external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.h 27 // The owner view should implement the following methods by calling the
45 // by calling the |URLDropTargetHandler|'s implementations.
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.h 58 // Returns true after calling UpgradeDetected if current install is outdated.
71 // non-class function would prevent it from calling UpgradeDetected.
  /external/chromium_org/chrome/renderer/media/
cast_session_delegate.h 65 // After calling StartAudio() or StartVideo() encoding of that media will
68 // deliver any data between calling the two methods.
  /external/chromium_org/components/component_updater/
update_response.h 116 // calling results(). The details for any failures are available by calling
  /external/chromium_org/components/google/core/browser/
google_url_tracker_infobar_delegate.cc 43 // Calling OpenURL() will auto-close us asynchronously. It's easier for
46 // directly, then OpenURL() if desirable. (This calling order is safer if

Completed in 1717 milliseconds

<<21222324252627282930>>