HomeSort by relevance Sort by last modified time
    Searched refs:nsh (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
helper.cc 60 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); local
62 nsh->ConnectedNetworkByType(NetworkTypePattern::NonVirtual());
69 network = nsh->ConnectingNetworkByType(NetworkTypePattern::NonVirtual());
79 chromeos::NetworkStateHandler* nsh = local
81 return nsh->ConnectedNetworkByType(chromeos::NetworkTypePattern::Default()) !=
86 chromeos::NetworkStateHandler* nsh = local
88 return nsh->ConnectingNetworkByType(
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_prewarmer.cc 114 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); local
115 return (nsh->ConnectedNetworkByType(NetworkTypePattern::Default()) != NULL);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 212 ExtensionHandler nsh = etable.get(m_extns); local
214 if (null == nsh)
232 nsh.processElement(this.getLocalName(), this, transformer,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 159 float nsh = sh; local
164 nsh = sw * ih / iw;
168 mDestRect.top = (sh - nsh) / 2;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 506 chromeos::NetworkStateHandler* nsh =
510 const NetworkState* network = nsh->GetNetworkState(path.substr(1));
523 nsh->AddObserver(this, FROM_HERE);
606 chromeos::NetworkStateHandler* nsh = local
610 (nsh->DefaultNetwork() &&
611 nsh->DefaultNetwork()->connection_state() == shill::kStateOnline));
  /external/llvm/test/MC/ARM/
thumb-only-conditionals.s 9 @ CHECK-NEXT: dsbeq nsh
basic-arm-instructions.s 618 dmb nsh
633 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5]
648 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5]
649 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5]
686 dsb nsh
701 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
711 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
719 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
720 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
    [all...]
basic-thumb2-instructions.s 493 dmb nsh
508 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f]
523 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f]
524 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f]
559 dsb nsh
574 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f]
589 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f]
590 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f]
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
465 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
465 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-system-encoding.s 39 dsb nsh
40 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
41 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
basic-a64-instructions.s     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 691 milliseconds