Searched refs:local (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java187 Time local = new Time("America/Los_Angeles");
192 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
194 local.normalize(false /* use isDst */);
195 local.monthDay += test.offset;
196 local.normalize(true /* ignore isDst */);
197 if (local.year != test.year2 || local.month != test.month2
198 || local.monthDay != test.day2 || local.hour != test.hour2
199 || local
[all...]
/frameworks/base/libs/common_time/
H A Dcommon_clock.h35 status_t localToCommon(int64_t local, int64_t *common_out) const;
41 void setBasis(int64_t local, int64_t common);
H A Dcommon_clock.cpp67 status_t CommonClock::localToCommon(int64_t local, int64_t *common_out) const { argument
73 if (!cur_trans_.doForwardTransform(local, common_out))
97 void CommonClock::setBasis(int64_t local, int64_t common) { argument
100 cur_trans_.a_zero = local;
/frameworks/native/cmds/flatland/
H A DAndroid.mk1 local_target_dir := $(TARGET_OUT_DATA)/local/tmp
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java117 final Bundle local = new Bundle();
121 UserManagerInternal.CAMERA_NOT_DISABLED, global, local);
123 assertEquals(0, local.size());
126 UserManagerInternal.CAMERA_NOT_DISABLED, global, local);
128 assertEquals(0, local.size());
139 ), true /* isDeviceOwner */, UserManagerInternal.CAMERA_NOT_DISABLED, global, local);
159 ), local);
161 local.clear();
173 ), false /* isDeviceOwner */, UserManagerInternal.CAMERA_NOT_DISABLED, global, local);
181 // These can be set by PO too, but when PO sets them, they're local
[all...]
/frameworks/av/media/common_time/
H A DAndroid.mk4 # (binder marshalers for ICommonClock as well as common clock and local clock
/frameworks/rs/script_api/include/
H A Drs_time.rsh71 * rsLocaltime: Convert to local time
74 * hour, etc. This value is stored at *local.
77 * local parameter is NULL, this function does nothing and returns NULL.
80 * local: Pointer to time structure where the local time will be stored.
83 * Returns: Pointer to the output local time, i.e. the same value as the parameter local.
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DUpstreamNetworkMonitorTest.java330 // [0] Test minimum set of local prefixes.
331 Set<IpPrefix> local = mUNM.getLocalPrefixes();
332 assertTrue(local.isEmpty());
353 local = mUNM.getLocalPrefixes();
354 assertPrefixSet(local, INCLUDES, alreadySeen);
356 // Link-local prefixes are excluded and dealt with elsewhere.
359 assertPrefixSet(local, INCLUDES, wifiLinkPrefixes);
361 assertEquals(alreadySeen.size(), local.size());
377 local = mUNM.getLocalPrefixes();
378 assertPrefixSet(local, INCLUDE
[all...]
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRefactorClassAdapter.java100 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
101 super.visitFrame(type, nLocal, renameFrame(local), nStack, renameFrame(stack));
/frameworks/hardware/interfaces/schedulerservice/1.0/
H A DAndroid.mk11 intermediates := $(call local-generated-sources-dir, COMMON)
46 intermediates := $(call local-generated-sources-dir, COMMON)
/frameworks/base/cmds/incident/
H A DAndroid.mk35 gen_src_dir := $(local-generated-sources-dir)
/frameworks/base/media/mca/filterfw/native/
H A DAndroid.mk36 # add local includes
/frameworks/base/tests/TouchLatency/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
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
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
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
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
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
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
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
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
78 @rem End local scope for the variables with windows NT shell
/frameworks/support/app-toolkit/
H A 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/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/support/lifecycle/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/support/room/
H A 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

Completed in 731 milliseconds

123