| /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
| omx_video_encoder.h | 50 OMX_ERRORTYPE component_init(OMX_STRING role);
|
| /libcore/luni/src/main/java/org/w3c/dom/ |
| DocumentFragment.java | 23 * fulfill this role, a <code>Document</code> object can potentially be a
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
| PanService.java | 378 log("onConnectStateChanged: " + state + ", local role:" + local_role + 429 Log.d(TAG,"handlePanDeviceStateChange BT tethering is off/Local role is PANU "+ 445 // PANU Role = reverse Tether 586 private int mLocalRole; // Which local role is this PAN device bound to
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
| safe_iterator.tcc | 95 * before_begin replaces the role of begin. */
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
| safe_iterator.tcc | 95 * before_begin replaces the role of begin. */
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
| safe_iterator.tcc | 94 * before_begin replaces the role of begin. */
|
| /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
| commons-logging-1.1.1.pom | 53 <role>Java Developer</role>
102 <role>Java Developer</role>
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| port.cc | 303 // Check for role conflicts. 306 LOG(LS_INFO) << "Received conflicting role from the peer."; 526 // Send Role Conflict (487) error response. 538 // Send Role Conflict (487) error response. 765 // Adding ICE_CONTROLLED or ICE_CONTROLLING attribute based on the role. 861 IceRole role = port_->GetIceRole(); local 862 if (role != ICEROLE_UNKNOWN) { 865 if (role == ICEROLE_CONTROLLING) { [all...] |
| /external/chromium/chrome/browser/accessibility/ |
| browser_accessibility_manager.cc | 324 if (instance && instance->role() != src.role)
|
| /external/chromium/chrome/browser/sync/glue/ |
| ui_model_worker_unittest.cc | 170 // UIModelWorker::Stop() to play a crucial role. See comment below. 208 // UIModelWorker::Stop() to play a crucial role. See comment below.
|
| /external/chromium_org/content/browser/accessibility/ |
| accessibility_tree_formatter_win.cc | 69 dict->SetString("role", IAccessible2RoleToString(acc_obj->ia2_role())); 208 dict.GetString("role", &role_value);
|
| browser_accessibility_manager_win.cc | 140 empty_document.role = blink::WebAXRoleRootWebArea; 189 if (node->role() == blink::WebAXRoleInlineTextBox)
|
| browser_accessibility_win.cc | 515 VARIANT* role) { 519 if (!role) 527 role->vt = VT_BSTR; 528 role->bstrVal = SysAllocString(target->role_name_.c_str()); 530 role->vt = VT_I4; 531 role->lVal = target->ia_role_; 670 STDMETHODIMP BrowserAccessibilityWin::role(LONG* role) { function in class:content::BrowserAccessibilityWin 674 if (!role) 677 *role = ia2_role_ [all...] |
| /external/chromium_org/remoting/host/ |
| log_to_server_unittest.cc | 41 node->Attr(QName(std::string(), "role")) == "host" && 97 node->Attr(QName(std::string(), "role")) == "host" &&
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGPathUtilities.cpp | 48 static SVGPathSegListBuilder* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole role, SVGPathSegList& result) 56 s_builder->setCurrentSVGPathSegRole(role);
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| sslstreamadapter.h | 81 // Call this to indicate that we are to play the server's role in 85 virtual void SetServerRole(SSLRole role = SSL_SERVER) = 0;
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.osgi.services_3.2.100.v20100503.jar | |
| /external/libsepol/ |
| ChangeLog | 40 * Skip writing role attributes for policy.X and 54 * use mapped role number instead of module role number 63 * Add role attribute support by Harry Ciao 120 * Merge user and role mapping support from Joshua Brindle. 303 * Merged patch to revert role/user decl upgrade from Karl MacMillan. 729 * Fixed bug in role hierarchy checker. 732 * Merged hierarchical type/role patch from Tresys Technology.
|
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| dbus_new.h | 176 const char *role); 359 const char *role)
|
| /hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
| omx_video_base.cpp | [all...] |
| /external/bluetooth/bluedroid/bta/gatt/ |
| bta_gattc_utils.c | 876 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role) 889 role == HCI_ROLE_MASTER) 893 role == HCI_ROLE_SLAVE) [all...] |
| /external/bluetooth/bluedroid/btif/src/ |
| btif_sock_rfc.c | 94 int role; member in struct:__anon3408 291 accept_rs->role = srv_rs->role; 366 if(BTA_JvRfcommConnect(rs->security, rs->role, rs->scn, rs->addr.address, 745 BTA_JvRfcommStartServer(rs->security, rs->role, rs->scn, MAX_RFC_SESSION, rfcomm_cback, 768 if(BTA_JvRfcommConnect(rs->security, rs->role, p_data->disc_comp.scn, rs->addr.address, [all...] |
| /external/chromium_org/chrome/test/functional/webdriver_pages/ |
| settings.py | 148 return self._elem.find_elements_by_xpath('.//*[@role="listitem"]') 326 '//*[@contenttype="%s"]//list[@role="list"]' 334 '//list[@mode="otr"][@role="list"]' 421 './/*[@role="listitem"][@class="deletable-item"]' 458 './/*[@role="listitem"][@class="deletable-item"]') 679 './/*[@role="listitem"]'):
|
| /external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
| AXObjectCache.cpp | 258 bool nodeHasRole(Node* node, const String& role) 263 return equalIgnoringCase(toElement(node)->getAttribute(roleAttr), role); 271 // If the node is aria role="list" or the aria role is empty and its a 448 AXObject* AXObjectCache::getOrCreate(AccessibilityRole role) 453 switch (role) {
|
| /frameworks/base/docs/html/guide/topics/connectivity/ |
| bluetooth-le.jd | 50 Energy in the <em>central role</em> and provides APIs that apps can use to discover 107 device in the central role scans, looking for advertisement, and the device in 108 the peripheral role makes the advertisement.</li> 115 central role; the activity tracker supports the peripheral role (to 135 role. See {@link android.bluetooth.BluetoothGattServer} for more
|