Searched refs:TAG (Results 1 - 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
H A DtaggedPtr.h24 #define TAG 0x80000000UL //no valid pointers that we care about in STM32F are at 0x80000000 or further macro
35 return tPtr &~ TAG;
40 return !(tPtr & TAG);
55 return ptr | TAG;
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DUsbAccessoryActivity.java30 static final String TAG = "UsbAccessoryActivity"; field in class:UsbAccessoryActivity
42 Log.e(TAG, "unable to start DemoKit activity", e);
H A DDemoKitLaunch.java11 static final String TAG = "DemoKitLaunch"; field in class:DemoKitLaunch
19 Log.i(TAG, "starting tablet ui");
22 Log.i(TAG, "starting phone ui");
39 Log.e(TAG, "unable to start DemoKit activity", e);
H A DDemoKitActivity.java41 private static final String TAG = "DemoKit"; field in class:DemoKitActivity
133 Log.d(TAG, "permission denied for accessory "
202 Log.d(TAG, "mAccessory is null");
227 Log.d(TAG, "accessory opened");
230 Log.d(TAG, "accessory open fail");
315 Log.d(TAG, "unknown msg: " + buffer[i]);
364 Log.e(TAG, "write failed", e);
H A DDemoKitPhone.java11 static final String TAG = "DemoKitPhone"; field in class:DemoKitPhone
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c166 /* TAG represents an open element.
177 TAG objects in a free list.
187 } TAG; typedef in typeref:struct:tag
525 TAG *m_tagStack;
526 TAG *m_freeTagList;
884 TAG *tStk;
891 TAG *tag = tStk;
1082 TAG *tagList;
1089 TAG *p;
1966 for those TAG instance
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c166 /* TAG represents an open element.
177 TAG objects in a free list.
187 } TAG; typedef in typeref:struct:tag
525 TAG *m_tagStack;
526 TAG *m_freeTagList;
884 TAG *tStk;
891 TAG *tag = tStk;
1082 TAG *tagList;
1089 TAG *p;
1966 for those TAG instance
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c168 /* TAG represents an open element.
179 TAG objects in a free list.
189 } TAG; typedef in typeref:struct:tag
532 TAG *m_tagStack;
533 TAG *m_freeTagList;
927 TAG *tStk;
934 TAG *tag = tStk;
1132 TAG *tagList;
1139 TAG *p;
2050 for those TAG instance
[all...]

Completed in 105 milliseconds