HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 626 - 650 of 6774) sorted by null

<<21222324252627282930>>

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 40 + " svc power reboot [reason]\n"
41 + " Perform a runtime shutdown and reboot device with specified reason.\n"
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 56 public CaptureFailure(CaptureRequest request, int reason, boolean dropped, int sequenceId,
59 mReason = reason;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardService.java 105 public void onScreenTurnedOff(int reason) {
107 mKeyguardViewMediator.onScreenTurnedOff(reason);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 135 public void onScreenTurnedOff(int reason) {
137 mService.onScreenTurnedOff(reason);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 342 const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason,
348 switch(reason) {
350 ctx->onUnmappableInput(ctx, args, codeUnits, length, codePoint, reason, status);
354 ctx->onMalformedInput(ctx, args, codeUnits, length, codePoint, reason, status);
447 UConverterCallbackReason reason, UErrorCode* status) {
452 switch(reason) {
454 ctx->onUnmappableInput(ctx, args, codeUnits, length, reason, status);
458 ctx->onMalformedInput(ctx, args, codeUnits, length, reason, status);
  /ndk/docs/text/
ANDROID-ATOMICS.text 25 If you can't use NDK r7b or later for some reason, read the section below.
54 reason, or a custom build system / toolchain), we recommend stopping from
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 40 // Bits 20&21, reason (if protocol != SMTP)
45 // Note: We don't yet use the PRECACHE reason (it's complicated...)
  /system/core/netcfg/
netcfg.c 31 void die(const char *reason)
33 perror(reason);
  /bionic/libc/
CAVEATS 8 slower code for no good reason (even when so-called zero-cost exception schemes are
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tgammaf.c 34 * a float-optimized version of it. The reason is that tgammaf() is
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.m 71 @throw [ANTLRRuntimeException newException:@"ANTLRUnsupportedOperationException" reason:@"dup can't be called for a node stream."];
  /external/bison/src/
muscle-tab.h 137 Don't record this as a Bison usage of VARIABLE as there's no reason to
145 there's no reason to suspect that the user-supplied value has yet influenced
165 Don't record this as a Bison usage of VARIABLE as there's no reason to
178 there's no reason to suspect that the value has yet influenced the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 71 * @param reasons - the bitwise OR of the Key Reason flags giving the
  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 54 // TODO(asargent) - for some reason this test occasionally fails on XP,
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.cc 28 // slow, we avoid purging undesired types unless we have reason to believe
  /external/chromium/net/http/
http_auth_handler_mock.h 49 CreateReason reason,
  /external/chromium/net/url_request/
url_request_status.h 34 // The request failed for some reason. os_error may have more information.
  /external/chromium/testing/gmock/test/
gmock-port_test.cc 39 // NOTE: if this file is left without tests for some reason, put a dummy
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 153 explicit SessionTerminate(const std::string& reason) :
154 reason(reason) {}
156 std::string reason; member in struct:cricket::SessionTerminate
  /external/chromium_org/ash/wm/
base_layout_manager.cc 197 AdjustWindowReason reason) {
201 if (reason == ADJUST_WINDOW_WORK_AREA_INSETS_CHANGED &&
213 AdjustWindowBoundsForWorkAreaChange(*it, reason);
219 AdjustWindowReason reason) {
  /external/chromium_org/base/process/
memory_win.cc 36 // On Windows 2000, the function is not exported. This is not a reason to
  /external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller_impl.h 28 // TODO(nona): Merge to IBusControllerBase, there is no longer reason to split
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_flow.cc 67 if (failure.reason() == LoginFailure::COULD_NOT_MOUNT_CRYPTOHOME)
  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.cc 66 data->assign(""); // There is no reason to have a response body.
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 46 virtual bool CanClose(Reason* reason) const OVERRIDE;
131 bool AshPanelWindowController::CanClose(Reason* reason) const {

Completed in 451 milliseconds

<<21222324252627282930>>