HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 226 - 250 of 1224) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bzip2/
bzip.css 13 a, a:link, a:visited, a:active { color: #336699; }
  /external/libxaac/decoder/
ixheaacd_adts_crc_check.c 113 ptr_adts_crc_info->str_crc_reg_data[ptr_adts_crc_info->no_reg].active = 1;
127 ptr_adts_crc_info->str_crc_reg_data[reg].active = 0;
  /external/skia/tools/sk_app/
Window.h 139 void setActive(bool active) { fActive = active; }
  /external/skqp/tools/sk_app/
Window.h 139 void setActive(bool active) { fActive = active; }
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 270 // transitions to an active state we will start reporting buffers with data. This approach
271 // transparently handles recording while the UID transitions between idle/active state
273 // receiving empty buffers while active.
292 void addOverrideUid(uid_t uid, bool active) { updateOverrideUid(uid, active, true); }
297 void notifyService(uid_t uid, bool active);
298 void updateOverrideUid(uid_t uid, bool active, bool insert);
299 void updateUidCache(uid_t uid, bool active, bool insert);
301 uid_t uid, bool active, bool insert, bool *wasThere, bool *wasActive);
637 active(false), isConcurrent(false), isVirtualDevice(false) {
646 bool active; \/\/ Capture is active or inactive member in class:android::AudioPolicyService::AudioRecordClient
    [all...]
  /frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp 99 virtual status_t setCaptureState(bool active)
103 data.writeInt32(active);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 272 private void setRippleActive(boolean active) {
273 if (mRippleActive != active) {
274 mRippleActive = active;
275 if (active) {
547 * Attempts to start an enter animation for the active hotspot. Fails if
577 * Attempts to start an exit animation for the active hotspot. Fails if
578 * there is no active hotspot.
592 * Cancels and removes the active ripple, all exiting ripples, and the
824 final RippleForeground active = mRipple; local
827 if (active == null && count <= 0 && (background == null || !background.isVisible()))
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
TestUtil.java 108 Context context, ArrayList<String> available, ArrayList<String> active) {
111 intent.putExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, active);
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 469 // If the active list is empty, then reset the max columns, clear
499 // Remove the inactive allday events. An event on the active list
503 final Event active = iter.next(); local
504 if (active.endDay < event.startDay) {
505 colMask &= ~(1L << active.getColumn());
515 // Remove the inactive events. An event on the active list
519 final Event active = iter.next(); local
522 active.getEndMillis() - active.getStartMillis(), minDurationMillis);
523 if ((active.getStartMillis() + duration) <= start)
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/
CarAppFocusManagerEmbedded.java 173 public void onAppFocusChanged(int appType, boolean active) {
174 mListener.onAppFocusChanged(mManager, appType, active);
  /bionic/libc/kernel/uapi/linux/
switchtec_ioctl.h 47 __u32 active; member in struct:switchtec_ioctl_flash_part_info
  /cts/tests/openglperf2/
cob_exporter.py 12 "description": "Exports the active scene into a Compressed Object file.",
36 print("Active object is not a mesh")
41 uvtex = mesh.data.uv_textures.active # points to active texture
  /external/adhd/cras/src/alsa_plugin/
ctl_cras.c 198 if (!nodes[i].active)
211 if (!nodes[i].active)
243 if (!nodes[i].active)
259 if (!nodes[i].active)
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 26 * Responsible for starting loads and managing active and cached resources.
107 * <li>Check the current set of actively used resources and return the active resource if present</li>
114 * Active resources are those that have been provided to at least one request and have not yet been released.
116 * resource is ever returned to a new consumer from cache, it is re-added to the active resources. If the
118 * discarded. There is no strict requirement that consumers release their resources so active resources are
164 EngineResource<?> active = activeRef.get(); local
165 if (active != null) {
166 active.acquire();
167 cb.onResourceReady(active);
169 logWithTimeAndKey("Loaded resource from active resources", startTime, key)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetDetector.java 184 boolean active = (fEnabledRecognizers != null) ? fEnabledRecognizers[i] : rcinfo.isDefaultEnabled;
185 if (active) {
437 private boolean[] fEnabledRecognizers; // If not null, active set of charset recognizers had
509 boolean active = (fEnabledRecognizers == null) ? rcinfo.isDefaultEnabled : fEnabledRecognizers[i];
510 if (active) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetDetector.java 195 boolean active = (fEnabledRecognizers != null) ? fEnabledRecognizers[i] : rcinfo.isDefaultEnabled;
196 if (active) {
458 private boolean[] fEnabledRecognizers; // If not null, active set of charset recognizers had
530 boolean active = (fEnabledRecognizers == null) ? rcinfo.isDefaultEnabled : fEnabledRecognizers[i];
531 if (active) {
  /external/jemalloc/include/jemalloc/internal/
ctl.h 60 size_t active; member in struct:ctl_stats_s
  /external/kernel-headers/original/uapi/linux/
switchtec_ioctl.h 50 __u32 active; member in struct:switchtec_ioctl_flash_part_info
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
LocationControllerImplTest.java 54 public void onLocationActiveChanged(boolean active) {
  /frameworks/base/services/core/java/com/android/server/job/controllers/
DeviceIdleJobsController.java 172 * Called by jobscheduler service to report uid state changes between active and idle
174 public void setUidActiveLocked(int uid, boolean active) {
175 final boolean changed = (active != mForegroundUids.get(uid));
180 Slog.d(TAG, "uid " + uid + " going " + (active ? "active" : "inactive"));
182 mForegroundUids.put(uid, active);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
TestInteractionActivity.java 87 VoiceInteractor.Request[] active = mInteractor.getActiveRequests(); local
88 for (int i=0; i<active.length; i++) {
89 Log.i(TAG, "Active #" + i + " / " + active[i].getName() + ": " + active[i]);
118 Log.i(TAG, "Restarting with active confirmation: " + mCurrentRequest);
  /packages/apps/Nfc/nci/jni/
NfcTag.h 30 enum ActivationState { Idle, Sleep, Active };
136 ** Description: Set the current state to Active.
263 ** Description Sets the active state for the object
268 void setActive(bool active);
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarNavigationStatusManagerTest.java 85 boolean active) {
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 56 // active spin wait to wait for completion; and so that
72 // we can wait with active spinning.
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 56 // active spin wait to wait for completion; and so that
72 // we can wait with active spinning.

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8 91011>>