OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_handle
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SlidingDrawerRule.java
20
import static com.android.ide.common.layout.LayoutConstants.
ATTR_HANDLE
;
49
node.setAttribute(ANDROID_URI,
ATTR_HANDLE
, handleId);
LayoutConstants.java
67
public static final String
ATTR_HANDLE
= "handle"; //$NON-NLS-1$
/external/bluetooth/hcidump/parser/
att.c
462
uint16_t
attr_handle
= btohs(htons(get_u16(frm)));
local
468
attr_handle
, end_grp_handle);
Completed in 85 milliseconds