Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 155) sorted by relevance

1234567

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcSwitchAsyncChannel.java67 boolean executed; field in DcSwitchAsyncChannel.RequestInfo
77 this.executed = false; in RequestInfo()
91 return "[ request=" + request + ", executed=" + executed + in toString()
DDctController.java389 if (requestInfo.phoneId == phoneId && !requestInfo.executed) { in onProcessRequest()
399 if (!requestInfo.executed && mRequestInfos.containsKey(requestInfo.request.requestId)) { in onExecuteRequest()
401 requestInfo.log("DctController.onExecuteRequest - executed=" + requestInfo.executed); in onExecuteRequest()
402 requestInfo.executed = true; in onExecuteRequest()
426 if (requestInfo.executed) { in onReleaseRequest()
432 requestInfo.executed = false; in onReleaseRequest()
482 if (requestInfo.executed) { in onSettingsChanged()
491 requestInfo.executed = false; in onSettingsChanged()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME10 Host tests use clang to build bytecode (bc) files, which are then executed
/frameworks/base/docs/html/training/multiple-threads/
Ddefine-runnable.jd67 code that's executed. Usually, anything is allowable in a {@link java.lang.Runnable}. Remember,
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd79 android.os.AsyncTask#executeOnExecutor executeOnExecutor()} and multiple requests can be executed at
/frameworks/base/docs/html/tools/help/
Dgltracer.jd21 how your graphics commands are being executed.</p>
Dindex.jd143 how your graphics commands are being executed.</dd>
/frameworks/base/docs/html/training/basics/data-storage/
Dshared-preferences.jd62 <p>For example, the following code is executed inside a {@link android.app.Fragment}.
/frameworks/base/docs/html/design/wear/
Dpatterns.jd59 <p>Tapping on an action button can cause an action to be executed, an action to be continued on the…
68 <p>Where tapping on an action button results in an action being executed, one of the following can …
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd375 {@link android.os.IBinder IBinder} is running, the method is executed in the caller's thread.
376 However, when the call originates in another process, the method is executed in a thread chosen from
378 IBinder} (it's not executed in the UI thread of the process). For example, whereas a service's
401 (RPCs), in which a method is called by an activity or other application component, but executed
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd218 android.view.View#draw draw()} method executed. To ensure that the Android system records a
250 <p>The complex drawing code of {@link android.widget.ListView} was not executed. Instead, the
253 parent are executed again.</p>
558 texture. Once a view is rendered into a layer, its drawing code does not have to be executed
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd82 depends on higher API levels is executed only when those APIs are available on the system.</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd108 <li><p>It controls the order in which broadcast receivers are executed to
/frameworks/rs/api/
Drs_for_each.spec54 A kernel may be executed in parallel over multiple threads. Each thread will have its
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd122 …, and preempting scheduled updates and prefetches, so that they are all executed when time-sensiti…
130 …hould preempt regularly scheduled updates. The planned update should be executed at the same time …
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd517 application. Any test case class that uses this package name is executed. Notice that
527 case class is executed.
534 executed. Note the hash mark (#) between the class name and the method name.
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd39 Efficiently</a> lesson, should not be executed on the main UI thread if the source data is read from
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd66 <li>Save queries to your content provider each time a search is executed.</li>
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/av/media/libeffects/preprocessing/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/av/drm/common/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/av/drm/drmserver/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/base/libs/storage/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/base/tools/aidl/
DNOTICE148 the terms of any separate license agreement you may have executed
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DNOTICE148 the terms of any separate license agreement you may have executed

1234567