/external/chromium_org/chrome/browser/chromeos/login/ |
helper.cc | 49 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); local 51 nsh->ConnectedNetworkByType(NetworkTypePattern::NonVirtual()); 58 network = nsh->ConnectingNetworkByType(NetworkTypePattern::NonVirtual()); 68 chromeos::NetworkStateHandler* nsh = local 70 return nsh->ConnectedNetworkByType(chromeos::NetworkTypePattern::Default()) != 75 chromeos::NetworkStateHandler* nsh = local 77 return nsh->ConnectingNetworkByType(
|
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 | 503 chromeos::NetworkStateHandler* nsh = 507 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); 520 nsh->AddObserver(this, FROM_HERE); 603 chromeos::NetworkStateHandler* nsh = local 607 (nsh->DefaultNetwork() && 608 nsh->DefaultNetwork()->connection_state() == shill::kStateOnline));
|
/external/llvm/test/MC/ARM/ |
thumb-only-conditionals.s | 9 @ CHECK-NEXT: dsbeq nsh
|
basic-arm-instructions.s | 602 dmb nsh 617 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5] 632 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5] 633 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5] 670 dsb nsh 685 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5] 695 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5] 703 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5] 704 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5] [all...] |
basic-thumb2-instructions.s | 448 dmb nsh 463 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f] 478 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f] 479 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f] 514 dsb nsh 529 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f] 544 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f] 545 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f] [all...] |
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator.cc | 571 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); local 575 bool is_online = nsh->DefaultNetwork() && 576 nsh->DefaultNetwork()->connection_state() == shill::kStateOnline; [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/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/ |
basic-a64-instructions.s | [all...] |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |