/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 49 const struct TimerEvent *te; in handle_event() local 58 te = evtData; in handle_event() 59 …allback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: %lld)\n", te->timerId, *(int *)te->data, eO… in handle_event() 64 extMsg->val = *(int *)te->data; in handle_event() 68 eOsTimTimerCancel(te->timerId); in handle_event()
|
/device/google/wahoo/sepolicy/vendor/ |
D | tango_core.te | 4 #from system/sepolicy/private/untrusted_app.te 9 #from system/sepolicy/private/untrusted_app.te
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 699 TermEntry *te; in GenParser_c_Hdr() local 754 te=(TermEntry *) hash_get(Tname,TokenString(i)); /* MR11 */ in GenParser_c_Hdr() 755 if (te == NULL || te->akaString == NULL) { /* MR11 */ in GenParser_c_Hdr() 759 fprintf(Parser_c, ",\n\t/* %02d */\t\"%s\"", i, te->akaString); /* MR11 */ in GenParser_c_Hdr() 873 TermEntry *te; in GenErrHdr() local 947 te=(TermEntry *) hash_get(Tname,TokenString(i)); /* MR11 */ in GenErrHdr() 948 if (te == NULL || te->akaString == NULL) { /* MR11 */ in GenErrHdr() 951 fprintf(ErrFile, ",\n\t/* %02d */\t\"%s\"", i, te->akaString); /* MR11 */ in GenErrHdr() 1003 isTermEntryTokClass(TermEntry *te) in isTermEntryTokClass() argument 1005 isTermEntryTokClass(te) in isTermEntryTokClass() [all …]
|
D | misc.c | 297 TermEntry *te; in RemapForcedTokens() local 302 te = (TermEntry *) hash_get(Tname, q->token); in RemapForcedTokens() 303 require(te!=NULL, "RemapForcedTokens: token not in hash table"); in RemapForcedTokens() 304 old_pos = te->token; in RemapForcedTokens() 311 te->token = q->tnum; /* update token type id symbol table */ in RemapForcedTokens()
|
D | antlr.c | 1513 char *akaString=NULL; TermEntry *te;int save_file=0,save_line=0; in token() local 1633 te=(TermEntry *)hash_get(Tname,t); in token() 1634 if (te != NULL && akaString != NULL) { in token() 1635 if (te->akaString != NULL) { in token() 1636 if (strcmp(te->akaString,akaString) != 0) { in token() 1638 t,te->akaString), in token() 1642 te->akaString=akaString; in token()
|
D | antlr.g | 1400 … <<char *akaString=NULL; TermEntry *te;int save_file=0,save_line=0;>> /* MR11 */ 1437 te=(TermEntry *)hash_get(Tname,t); 1438 if (te != NULL && akaString != NULL) { 1439 if (te->akaString != NULL) { 1440 if (strcmp(te->akaString,akaString) != 0) { 1442 t,te->akaString), 1446 te->akaString=akaString;
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/ |
D | Start.com | 2 3�����'��'&���)&�Y3�� �����.��� `�Q����%�=�te�������V���� ����;�t�…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | config.py | 647 except TypeError, te: 648 if "'format'" not in str(te): 716 except TypeError, te: 717 if "'stream'" not in str(te):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | README | 28 'Current-Version:', which should contain te current version and is
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 1168 static struct timeval ts, te; variable 1170 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument 1171 (((te).tv_sec - (ts).tv_sec)*1000000)) 1176 static struct tms ts, te; variable 1178 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument 1196 GETTIME(te);\ 1197 OpTime[OpCurr] += TIMEDIFF(te, ts);\
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | httplib.py | 962 except TypeError, te:
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | GenFw_Utility_Man_Page.rtf | 200 …5\loch\f39 GenFw \hich\f39 \endash \loch\f39 t PeiMain.dll \hich\f39 \endash \loch\f39 o PeiMain.te 204 …ich\af39\dbch\af31505\loch\f39 GenFw \hich\f39 \endash \loch\f39 u PeiMain.te \hich\f39 \endash \l…
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/ |
D | Common.dsc | 917 TARGET_TE = $(BIN_DIR)\$(BASE_NAME).te
|