Home
last modified time | relevance | path

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

/frameworks/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/base/tests/TouchLatency/
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/opt/gamesdk/third_party/cube/
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/opt/gamesdk/samples/bouncyball/
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/opt/gamesdk/samples/cube/
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/opt/gamesdk/src/tuningfork/tools/validation/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/opt/gamesdk/samples/unitypackaging/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/opt/gamesdk/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java233 final int NT = mTiles.size(); in distributeTiles() local
234 for (int i = 0; i < NT; i++) { in distributeTiles()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_no_password58 �c����K�h�;���O�Rw�5ϣM�ô�>S%�͖^r4 3������9�GYu�?m�<^z�4��\^1%p�Y�B/ZI�1�NT�a���J❏�<��� ���y�…
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4614 const size_t NT = ((NP >= 0) ? NP : 0) + N; in getBagLocked() local
4615 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()
4631 set->availAttrs = NT; in getBagLocked()
/frameworks/base/tools/aapt/
DResourceTable.cpp3407 const size_t NT = pkg->getOrderedTypes().size(); in writePublicDefinitions() local
3408 for (size_t i=0; i<NT; i++) { in writePublicDefinitions()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15385 int NT = receivers.size(); in broadcastIntentLocked() local
15386 for (int it=0; it<NT; it++) { in broadcastIntentLocked()
15391 NT--; in broadcastIntentLocked()
15398 int NT = receivers != null ? receivers.size() : 0; in broadcastIntentLocked() local
15402 while (it < NT && ir < NR) { in broadcastIntentLocked()
15415 NT++; in broadcastIntentLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java8026 int NT = types.size(); in writeJobCompletionsToParcelLocked() local
8027 out.writeInt(NT); in writeJobCompletionsToParcelLocked()
8028 for (int it=0; it<NT; it++) { in writeJobCompletionsToParcelLocked()