Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 130) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java180 Time local = new Time("America/Los_Angeles"); in testNormalize1() local
185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1()
187 local.normalize(false /* use isDst */); in testNormalize1()
188 local.monthDay += test.offset; in testNormalize1()
189 local.normalize(true /* ignore isDst */); in testNormalize1()
190 if (local.year != test.year2 || local.month != test.month2 in testNormalize1()
191 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1()
192 || local.minute != test.minute2) { in testNormalize1()
196 local.year, local.month, local.monthDay, local.hour, local.minute); in testNormalize1()
202 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1()
[all …]
/frameworks/base/libs/common_time/
Dcommon_clock.cpp67 status_t CommonClock::localToCommon(int64_t local, int64_t *common_out) const { in localToCommon() argument
73 if (!cur_trans_.doForwardTransform(local, common_out)) in localToCommon()
97 void CommonClock::setBasis(int64_t local, int64_t common) { in setBasis() argument
100 cur_trans_.a_zero = local; in setBasis()
Dcommon_clock.h34 status_t localToCommon(int64_t local, int64_t *common_out) const;
40 void setBasis(int64_t local, int64_t common);
/frameworks/rs/scriptc/
Drs_time.rsh79 * in @p local. This function also returns a pointer to @p local. If @p local
82 * @param local Broken-down time.
85 * @return Pointer to broken-down time (same as input @p local).
88 rsLocaltime(rs_tm *local, const rs_time_t *timer);
/frameworks/rs/
DrsScriptC_Lib.cpp88 tm* rsrLocalTime(Context *rsc, tm *local, time_t *timer) { in rsrLocalTime() argument
89 if (!local) { in rsrLocalTime()
98 memcpy(local, tmp, sizeof(*tmp)); in rsrLocalTime()
101 memcpy(local, tmp, sizeof(int)*9); in rsrLocalTime()
104 return local; in rsrLocalTime()
/frameworks/base/docs/html/distribute/users/
Dexpand-to-new-markets.jd152 After you launch, <strong>offer support hours in the local time zone in the
153 local language</strong>. When possible, having a local presence can
156 500% after creating a local presence</strong> in Asia and taking great care
184 listing to ensure it speaks to local audiences. You can change your country
195 to, pricing in local currencies, and all Google Play listing marketing. You
221 in relation to local incomes.
241 Competition. Your app may have local competition in some markets that you
265 set and manage regional distribution and local prices.
307 to speak to the local audience. This includes images, colors, icons, and
309 announcements at local time</strong>. You can build a localized <a href=
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME11 adb push ${OUT}/data/local/tmp/uiautomator.skeletontest.jar /data/local/tmp/
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd-wifi-direct.jd25 how to discover services that are connected to a local network. However, using
29 even when no local network or hotspot is available.</p>
64 <p>If you're providing a local service, you need to register it for
65 service discovery. Once your local service is registered, the framework
68 <p>To create a local service:</p>
76 WifiP2pServiceInfo, WifiP2pManager.ActionListener) addLocalService()} to register the local
94 // Add the local service, sending the service info, network channel,
129 * fullDomain: full domain name: e.g "printer._ipp._tcp.local."
Dindex.jd35 enable communication with other devices on the same local network, and even
56 services offered on the local network, and use NSD to determine the connection
Dnsd.jd37 identify other devices on the local network that support the services your app
43 name and connection information to the local network and scan for information
50 you don't care about broadcasting your app's services over the local network,
54 <p>To register your service on the local network, first create a {@link
75 local services. Keep in mind that the name must be unique for any service on the
262 name of the local service to determine if the device just picked up its own
/frameworks/base/tests/HwAccelerationTest/
D.gitignore3 local.properties
/frameworks/opt/telephony/
DREADME.txt49 "setprop" for the current boot, or added to local.prop to persist
54 device# echo "key=value" >> /data/local.prop
55 device# chmod 644 /data/local.prop
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
D.gitignore2 local.properties
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
Dproguard-rules.pro3 # in /usr/local/google/home/deepanshu/ssd/sdk_out/tools/proguard/proguard-android.txt
/frameworks/testing/espresso/
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/base/docs/html/guide/topics/connectivity/
Dsip.jd219 account on the device running the application is called the <em>local
222 the local {@link android.net.sip.SipProfile}, this effectively registers the
237 <p>The following code excerpt opens the local profile for making calls and/or
284 … Log.d(&quot;WalkieTalkieActivity/onDestroy&quot;, &quot;Failed to close local profile.&quot;, ee);
293 &quot;local profile&quot;), and a valid SIP address to receive the call (the
327 <li>A local SIP profile (the caller).</li>
357 <li>Initialize the local profile ({@link android.net.sip.SipProfile}) with a
358 pending intent that fires your receiver when someone calls the local profile.
/frameworks/support/v7/mediarouter/
Dbuild.gradle12 // package it as a local dependencies inside the library aar.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java384 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { in visitFrame() argument
386 mOrgWriter.visitFrame(type, nLocal, local, nStack, stack); in visitFrame()
DStubMethodAdapter.java299 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { in visitFrame() argument
301 mParentVisitor.visitFrame(type, nLocal, local, nStack, stack); in visitFrame()
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd57 <p>The JNIEnv is used for thread-local storage. For this reason, <strong>you cannot share a JNIEnv…
95 thread-local-storage; that way it'll be passed into your destructor as
118 to store this data in a static local structure.</p>
150 by a JNI function is a "local reference". This means that it's valid for the
158 <p>The only way to get non-local references is via the functions
163 local reference as an argument and returns a global one.
172 <p>All JNI methods accept both local and global references as arguments.
187 <p>Programmers are required to "not excessively allocate" local references. In practical terms thi…
188 that if you're creating large numbers of local references, perhaps while running through an array of
192 16 local references, so if you need more than that you should either delete as you go or use
[all …]
/frameworks/base/docs/html/google/play-services/
Ddrive.jd21 Simply use Drive like local file storage and the API will handle the
46 The Google Drive Android API uses the local device storage to create,
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd40 that an app that uses the framework has already defined a content provider for its local data.
46 strongly consider storing the local data in a content provider. Besides their importance for
53 However, if you're already storing local data in another form, you can still use a sync
/frameworks/opt/net/ims/
DREADME.txt22 of the local device. ImsCallProfile can creates by ImsManager
68 the local device during IMS registered.
/frameworks/base/docs/html/tools/testing/
Dindex.jd25 policy. Implementation-wise, this policy is simply a thread-local integer bitmask.</p>

123456