HomeSort by relevance Sort by last modified time
    Searched full:technology (Results 376 - 400 of 2600) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 3 * Moscow Center for SPARC Technology
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/
README.original 49 * Moscow Center for SPARC Technology
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_raw_storage_iter.h 10 * Moscow Center for SPARC Technology
_slist_base.h 7 * Moscow Center for SPARC Technology
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_cray.h 3 * Moscow Center for SPARC Technology
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 42 const char kTechnologyProperty[] = "technology";
172 // Register API doesn't allow technology to be specified so just show unique
184 network->SetString(kTechnologyProperty, it->technology);
  /external/chromium_org/chromeos/network/
geolocation_handler.cc 82 std::string technology; local
83 (*iter)->GetAsString(&technology);
84 if (technology == shill::kTypeWifi) {
network_state_handler.cc 109 std::string technology = GetTechnologyForType(type); local
111 if (shill_property_handler_->IsTechnologyEnabled(technology))
113 else if (shill_property_handler_->IsTechnologyEnabling(technology))
115 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
117 else if (shill_property_handler_->IsTechnologyAvailable(technology))
129 std::string technology = GetTechnologyForType(type); local
131 base::StringPrintf("%s:%d", technology.c_str(), enabled));
133 technology, enabled, error_callback);
134 // Signal Device/Technology state changed.
644 // Eventually we would like to replace Technology state with Device state
    [all...]
device_state.h 57 // Returns true if the technology family is GSM and sim_present_ is false.
network_state_handler_unittest.cc 233 // Disable a technology.
241 // Enable a technology.
244 // The technology state should immediately change to ENABLING and we should
252 // Ensure we receive 2 manager changed callbacks when the technology becomes
  /packages/apps/Nfc/nci/jni/
RouteDataSet.h 76 ** Description: Data for technology routes.
299 ** Description: Parse data for technology routes.
300 ** element: XML node for one technology route.
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 83 #define NFA_EE_PWR_STATE_NONE 0 /* used to remove a particular technology or protocol based routing cfg of a handle from the routing table. */
133 #define NFA_EE_TRGR_RF_TECHNOLOGY NFC_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
141 tNFC_RF_TECH technology; /* NFA_EE_TRGR_RF_TECHNOLOGY:the technology that triggers this event */ member in union:__anon20572
300 ** default routing based on RF technology in the listen mode
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 341 void SetTechnologyEnabled(const NetworkTypePattern& technology,
344 base::StringPrintf("technology %s, target state: %s",
345 technology.ToDebugString().c_str(),
349 bool enabled = handler->IsTechnologyEnabled(technology);
351 NET_LOG_USER("Technology already in target state.", log_string);
355 // User requested to disable the technology.
357 technology, false, chromeos::network_handler::ErrorCallback());
362 // if |technology| has been explicitly set to WiMAX.
363 if (technology.MatchesPattern(NetworkTypePattern::Mobile())) {
364 const DeviceState* mobile = handler->GetDeviceStateByType(technology);
    [all...]
network_icon.cc 91 // Cached technology badge for the network when the icon was last generated.
411 const std::string& technology = network->network_technology(); local
412 if (technology == shill::kNetworkTechnologyEvdo) {
416 } else if (technology == shill::kNetworkTechnology1Xrtt) {
418 } else if (technology == shill::kNetworkTechnologyGprs) {
422 } else if (technology == shill::kNetworkTechnologyEdge) {
426 } else if (technology == shill::kNetworkTechnologyUmts) {
430 } else if (technology == shill::kNetworkTechnologyHspa) {
434 } else if (technology == shill::kNetworkTechnologyHspaPlus) {
438 } else if (technology == shill::kNetworkTechnologyLte)
    [all...]
  /device/asus/flo/nfc/
libnfc-brcm.conf 101 # Force UICC to only listen to the following technology(s).
113 # Force tag polling for the following technology(s).
127 # Force P2P to only listen for the following technology(s).
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 55 const char kTechnologyProperty[] = "technology";
183 // Register API doesn't allow technology to be specified so just show unique
195 network->SetString(kTechnologyProperty, it->technology);
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 33 * <p>Tags that enumerate the {@link IsoDep} technology in {@link Tag#getTechList}
123 * only on {@link IsoDep} tags that are based on {@link NfcA} RF technology.
139 * RF technology. If this tag is not {@link NfcB} then null is returned.
  /bionic/libc/bionic/
hash.h 3 * (Royal Institute of Technology, Stockholm, Sweden).
  /external/chromium_org/chrome/browser/resources/chromeos/
network.html 44 <td>Technology</td>
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl.h 19 // customized for users with assistive technology, such as screen readers. We
browser_accessibility_state_impl_win.cc 51 // Look for DLLs of assistive technology known to work with Chrome.
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 192 * @internal ICU 4.2 technology preview
200 * @internal ICU 4.2 technology preview
208 * @internal ICU 4.2 technology preview
219 * @internal ICU 4.2 technology preview
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 45 preferred, because floating-point technology is considered propriatary
  /external/chromium_org/third_party/libxml/win32/
config.h 45 preferred, because floating-point technology is considered propriatary
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 32 preferred, because floating-point technology is considered propriatary

Completed in 1265 milliseconds

<<11121314151617181920>>