Searched defs:us (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | global_struct.c | 23 unsigned short us = -1; variable
|
D | globals.c | 30 unsigned short us = -1; variable
|
D | locals.cpp | 30 unsigned short us = -1; in main() local
|
D | parameters.cpp | 28 …s(float* pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const… in test_parameters()
|
/frameworks/wilhelm/tests/sandbox/ |
D | monkey.c | 142 unsigned us = 1000 + (rand() & 0xFFFFF); in actionSleep() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 467 sTable.add(new MccEntry(310,"us",3)); //United States of America in sTable.add() 468 sTable.add(new MccEntry(311,"us",3)); //United States of America in sTable.add() 469 sTable.add(new MccEntry(312,"us",3)); //United States of America in sTable.add() 470 sTable.add(new MccEntry(313,"us",3)); //United States of America in sTable.add() 471 sTable.add(new MccEntry(314,"us",3)); //United States of America in sTable.add() 472 sTable.add(new MccEntry(315,"us",3)); //United States of America in sTable.add() 473 sTable.add(new MccEntry(316,"us",3)); //United States of America in sTable.add()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1127 void rsDebug(const char *s, float f, ushort us) { 1133 ushort2 us = *us2; local 1139 ushort3 us = *us3; local 1146 ushort4 us = *us4; local
|
/frameworks/base/core/java/android/content/ |
D | UndoManager.java | 244 UndoState us = getTopUndo(null); in undo() local
|