/external/chromium_org/chrome/browser/chromeos/login/ |
D | helper.cc | 60 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 | .gitignore | 22 /build_tools/sdk_install_name.nsh 23 /build_tools/sdk_section.nsh
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemExtensionCall.java | 212 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/ |
D | auth_prewarmer.cc | 114 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/ |
D | mobile_setup_ui.cc | 506 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/ |
D | arm64-system.txt | 34 # CHECK: dsb nsh
|
D | basic-a64-instructions.txt | 2963 # CHECK: dsb nsh 2994 # CHECK: dmb nsh
|
/external/llvm/test/MC/ARM/ |
D | thumb-only-conditionals.s | 9 @ CHECK-NEXT: dsbeq nsh
|
D | 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]
|
D | 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]
|
/external/llvm/test/CodeGen/ARM/ |
D | intrinsics-memory-barrier.ll | 7 call void @llvm.arm.dsb(i32 7) ; CHECK: dsb nsh
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | 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
|
/external/chromium_org/v8/benchmarks/ |
D | 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
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | 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
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | 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
|
/external/llvm/test/MC/AArch64/ |
D | 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]
|
D | basic-a64-instructions.s | 3484 dsb nsh 3515 dmb nsh
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-tests.txt | 230 # CHECK: dsb nsh
|
D | basic-arm-instructions.txt | 490 # CHECK: dmb nsh 528 # CHECK: dsb nsh
|
D | thumb2.txt | 363 #CHECK: dmb nsh 401 #CHECK: dsb nsh
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | agq.txt | 127 LI{"Letɨnshɨ̀n"}
|
/external/icu/icu4c/source/data/region/ |
D | agq.txt | 127 LI{"Letɨnshɨ̀n"}
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 60829 http://www.nsh.nsw.gov.au/healthinfo/healthprom/whatsnew/Spring99/Main.htm
|