/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 180 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/ |
D | common_clock.cpp | 67 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()
|
D | common_clock.h | 34 status_t localToCommon(int64_t local, int64_t *common_out) const; 40 void setBasis(int64_t local, int64_t common);
|
/frameworks/rs/scriptc/ |
D | rs_time.rsh | 79 * 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/ |
D | rsScriptC_Lib.cpp | 88 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/ |
D | expand-to-new-markets.jd | 152 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/ |
D | README | 11 adb push ${OUT}/data/local/tmp/uiautomator.skeletontest.jar /data/local/tmp/
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd-wifi-direct.jd | 25 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."
|
D | index.jd | 35 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
|
D | nsd.jd | 37 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 | .gitignore | 3 local.properties
|
/frameworks/opt/telephony/ |
D | README.txt | 49 "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 | .gitignore | 2 local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
D | proguard-rules.pro | 3 # in /usr/local/google/home/deepanshu/ssd/sdk_out/tools/proguard/proguard-android.txt
|
/frameworks/testing/espresso/ |
D | gradlew.bat | 8 @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/ |
D | sip.jd | 219 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("WalkieTalkieActivity/onDestroy", "Failed to close local profile.", ee); 293 "local profile"), 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/ |
D | build.gradle | 12 // package it as a local dependencies inside the library aar.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | DelegateMethodAdapter.java | 384 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()
|
D | StubMethodAdapter.java | 299 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/ |
D | perf-jni.jd | 57 <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/ |
D | drive.jd | 21 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/ |
D | creating-stub-provider.jd | 40 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/ |
D | README.txt | 22 of the local device. ImsCallProfile can creates by ImsManager 68 the local device during IMS registered.
|
/frameworks/base/docs/html/tools/testing/ |
D | index.jd | 25 policy. Implementation-wise, this policy is simply a thread-local integer bitmask.</p>
|