Home
last modified time | relevance | path

Searched refs:nsh (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dhelper.cc60 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); in GetCurrentNetworkName() local
62 nsh->ConnectedNetworkByType(NetworkTypePattern::NonVirtual()); in GetCurrentNetworkName()
69 network = nsh->ConnectingNetworkByType(NetworkTypePattern::NonVirtual()); in GetCurrentNetworkName()
79 chromeos::NetworkStateHandler* nsh = in IsConnected() local
81 return nsh->ConnectedNetworkByType(chromeos::NetworkTypePattern::Default()) != in IsConnected()
86 chromeos::NetworkStateHandler* nsh = in IsConnecting() local
88 return nsh->ConnectingNetworkByType( in IsConnecting()
/external/chromium_org/native_client_sdk/src/
D.gitignore22 /build_tools/sdk_install_name.nsh
23 /build_tools/sdk_section.nsh
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java212 ExtensionHandler nsh = etable.get(m_extns); in execute() local
214 if (null == nsh) in execute()
232 nsh.processElement(this.getLocalName(), this, transformer, in execute()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dauth_prewarmer.cc114 NetworkStateHandler* nsh = NetworkHandler::Get()->network_state_handler(); in IsNetworkConnected() local
115 return (nsh->ConnectedNetworkByType(NetworkTypePattern::Default()) != NULL); in IsNetworkConnected()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc506 chromeos::NetworkStateHandler* nsh = in HandleGetDeviceInfo() local
510 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); in HandleGetDeviceInfo()
523 nsh->AddObserver(this, FROM_HERE); in HandleGetDeviceInfo()
606 chromeos::NetworkStateHandler* nsh = in UpdatePortalReachability() local
610 (nsh->DefaultNetwork() && in UpdatePortalReachability()
611 nsh->DefaultNetwork()->connection_state() == shill::kStateOnline)); in UpdatePortalReachability()
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-system.txt34 # CHECK: dsb nsh
Dbasic-a64-instructions.txt2963 # CHECK: dsb nsh
2994 # CHECK: dmb nsh
/external/llvm/test/MC/ARM/
Dthumb-only-conditionals.s9 @ CHECK-NEXT: dsbeq nsh
Dbasic-arm-instructions.s618 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]
Dbasic-thumb2-instructions.s493 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]
/external/llvm/test/CodeGen/ARM/
Dintrinsics-memory-barrier.ll7 call void @llvm.arm.dsb(i32 7) ; CHECK: dsb nsh
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js456 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
/external/chromium_org/v8/benchmarks/
Dcrypto.js464 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
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js456 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
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js456 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
/external/llvm/test/MC/AArch64/
Darm64-system-encoding.s39 dsb nsh
40 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
41 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
Dbasic-a64-instructions.s3484 dsb nsh
3515 dmb nsh
/external/llvm/test/MC/Disassembler/ARM/
Dthumb-tests.txt230 # CHECK: dsb nsh
Dbasic-arm-instructions.txt490 # CHECK: dmb nsh
528 # CHECK: dsb nsh
Dthumb2.txt363 #CHECK: dmb nsh
401 #CHECK: dsb nsh
/external/chromium_org/third_party/icu/source/data/region/
Dagq.txt127 LI{"Letɨnshɨ̀n"}
/external/icu/icu4c/source/data/region/
Dagq.txt127 LI{"Letɨnshɨ̀n"}
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en60829 http://www.nsh.nsw.gov.au/healthinfo/healthprom/whatsnew/Spring99/Main.htm