HomeSort by relevance Sort by last modified time
    Searched full:ignores (Results 51 - 75 of 1117) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smack/src/org/apache/qpid/management/common/sasl/
ClientSaslFactory.java 46 * Simple-minded implementation that ignores props
  /packages/apps/InCallUI/res/menu/
incall_audio_mode_menu.xml 19 <!-- TODO: Need final icon assets. Also, PopupMenu currently ignores the
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 56 WTF_EXPORT int charactersToInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
57 WTF_EXPORT int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
58 WTF_EXPORT unsigned charactersToUInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
59 WTF_EXPORT unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
60 WTF_EXPORT int64_t charactersToInt64(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
61 WTF_EXPORT int64_t charactersToInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
62 WTF_EXPORT uint64_t charactersToUInt64(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
63 WTF_EXPORT uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
64 WTF_EXPORT intptr_t charactersToIntPtr(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
65 WTF_EXPORT intptr_t charactersToIntPtr(const UChar*, size_t, bool* ok = 0); // ignores trailing garbag
    [all...]
  /external/skia/bench/
gen_bench_ranges.py 96 Ignores data with revisions outside [rev_min, rev_max] integer range. For
117 # Ignores uninterested platforms.
122 continue # Ignores non-platform object
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 59 .println("Binary signature loader ignores visibility and " +
  /external/ceres-solver/internal/ceres/
file.h 46 // absolute path then JoinPath ignores dirname and simply returns basename.
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.h 41 // Ignores password change and forces full sync.
  /external/chromium_org/base/win/
wrapped_window_proc.h 7 // dependent, but it is possible that the OS just ignores the exception and
  /external/chromium_org/chrome/browser/android/
password_ui_view_android.cc 36 // Android just ignores the |show_passwords| argument.
  /external/chromium_org/chrome/browser/component_updater/
component_updater_utils.h 72 // parent directory is not empty, the function ignores deleting the directory.
  /external/chromium_org/chrome/browser/sync_file_system/
logger.cc 53 // Log to WebUI regardless of LogSeverity (e.g. ignores command line flags).
  /external/chromium_org/printing/
printing_context_mac.h 49 // This function ignores the page range information specified in the print
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 59 /* like RestoreGalliumState, but ignores:
  /external/chromium_org/third_party/openssl/
openssl.gyp 95 # OpenSSL uses several function-style macros and then ignores the
  /external/chromium_org/third_party/skia/include/views/
SkEventSink.h 71 * This ignores the targetID and target proc in evt.
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.h 14 // This class implements (and mostly ignores) most of
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 59 /* like RestoreGalliumState, but ignores:
  /external/skia/include/views/
SkEventSink.h 71 * This ignores the targetID and target proc in evt.
  /external/skia/tools/
find_mac_sdk.py 15 python find_sdk.py 10.6 # Ignores SDKs < 10.6
  /external/v8/src/
char-predicates-inl.h 39 // Note: it ignores LOCALE.
  /frameworks/base/core/java/android/net/
Proxy.java 133 * and exclusion list. This call ignores the exclusion list.
150 * and exclusion list. This call ignores the exclusion list.
167 * exclusion list. This call ignores the exclusion list and no
181 * exclusion list. This call ignores the exclusion list and no
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 32 * Returns true if the buffer contains the given string. Ignores leading
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 97 * another fixed value. Ignores the alpha channel of both arguments.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
StreamUtils.java 28 * endianness. If input is not a multiple of 4, ignores the last 1-3 bytes
  /bionic/tests/
math_test.cpp 736 fesetround(FE_UPWARD); // lround ignores the rounding mode.
743 fesetround(FE_UPWARD); // llround ignores the rounding mode.
837 fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero.
847 fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero.
857 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
867 fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero.
877 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero.
887 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.

Completed in 1959 milliseconds

1 23 4 5 6 7 8 91011>>