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

/frameworks/base/tests/TouchLatency/
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/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/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java214 final int NT = mTiles.size();
215 for (int i = 0; i < NT; i++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4599 const size_t NT = ((NP >= 0) ? NP : 0) + N; local
4600 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT);
4616 set->availAttrs = NT;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3410 const size_t NT = pkg->getOrderedTypes().size(); local
3411 for (size_t i=0; i<NT; i++) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java21753 int NT = receivers.size();
21754 for (int it=0; it<NT; it++) {
21759 NT--;
21766 int NT = receivers != null ? receivers.size() : 0;
21770 while (it < NT && ir < NR) {
21783 NT++;
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8228 int NT = types.size();
8229 out.writeInt(NT);
8230 for (int it=0; it<NT; it++) {

Completed in 913 milliseconds