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

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A 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/data-binding/compiler/
H A 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/data-binding/developmentPlugins/
H A 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/data-binding/integration-tests/App With Spaces/
H A 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/data-binding/integration-tests/IndependentLibrary/
H A 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/data-binding/integration-tests/MultiModuleTestApp/
H A 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/data-binding/integration-tests/TestApp/
H A 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/data-binding/samples/BindingDemo/
H A 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/support/frameworks/support/samples/SupportLeanbackShowcase/
H A 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/support/samples/SupportLeanbackShowcase/
H A 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/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java192 final int NT = mTiles.size();
193 for (int i = 0; i < NT; i++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4274 const size_t NT = ((NP >= 0) ? NP : 0) + N; local
4275 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT);
4291 set->availAttrs = NT;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3397 const size_t NT = pkg->getOrderedTypes().size(); local
3398 for (size_t i=0; i<NT; i++) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18373 int NT = receivers.size();
18374 for (int it=0; it<NT; it++) {
18379 NT--;
18386 int NT = receivers != null ? receivers.size() : 0;
18390 while (it < NT && ir < NR) {
18403 NT++;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java9486 int NT = exitingAppTokens.size();
9487 for (int j = 0; j < NT; j++) {

Completed in 403 milliseconds