Home
last modified time | relevance | path

Searched refs:NT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
/frameworks/testing/espresso/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3891 const size_t NT = ((NP >= 0) ? NP : 0) + N; in getBagLocked() local
3892 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()
3904 set->availAttrs = NT; in getBagLocked()
/frameworks/base/tools/aapt/
DResourceTable.cpp3231 const size_t NT = pkg->getOrderedTypes().size(); in writePublicDefinitions() local
3232 for (size_t i=0; i<NT; i++) { in writePublicDefinitions()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15789 int NT = receivers.size();
15790 for (int it=0; it<NT; it++) {
15795 NT--;
15802 int NT = receivers != null ? receivers.size() : 0;
15806 while (it < NT && ir < NR) {
15819 NT++;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java8483 int NT = exitingAppTokens.size(); in rebuildAppWindowListLocked() local
8484 for (int j = 0; j < NT; j++) { in rebuildAppWindowListLocked()