HomeSort by relevance Sort by last modified time
    Searched refs:present (Results 101 - 125 of 359) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 148 bool present) {
150 if (present) {
213 // on the current present/powered state.
change_picture_options_handler.cc 302 // User has an old default image, so present it in the same manner as a
431 void ChangePictureOptionsHandler::SetCameraPresent(bool present) {
432 base::FundamentalValue present_value(present);
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 80 LOG(WARNING) << "Adapter not present. Cannot power up the antenna.";
120 // Set the adapter to the newly added adapter only if no adapter is present.
129 // The current adapter was removed, so mark us as not present and clean up
133 // There may still be other adapters present on the system. Set the next
346 void NfcAdapterChromeOS::PresentChanged(bool present) {
348 AdapterPresentChanged(this, present));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 547 stw_dev->stw_winsys->present( screen, res, hdc );
588 stw_dev->stw_winsys->present( screen, res, hdc );
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1170187.js 32 // when an adapter frame is present.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 547 stw_dev->stw_winsys->present( screen, res, hdc );
588 stw_dev->stw_winsys->present( screen, res, hdc );
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 390 private void assertPresent(boolean present, AnnotatedElement element,
392 if (present) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 26 DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source project is present and opened in the workspace.
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 149 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 309 __u32 present; member in struct:ib_ucm_event_resp
  /build/core/
cleanbuild.mk 63 # Read the current state from the file, if present.
143 # Read the current state from the file, if present.
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 149 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 149 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 362 int present; member in struct:__anon4465
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 178 '''Gets the closure base.js file if present among the sources.
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 204 bool present) OVERRIDE;
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_provider_custom_bindings.js 114 // DOMError is present only if mount() failed.
146 // DOMError is present only if mount() failed.
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h 202 void PresentChanged(bool present);
  /external/chromium_org/remoting/webapp/
it2me_host_facade.js 320 // E.g., if the host manifest is not present we get "Specified native
321 // messaging host not found" error. If the host manifest is present but
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 200 return gsurf->native->present(gsurf->native, &ctrl);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 15 * external: pinned, present, hosted, availableOffline
17 * Following are not fetched for non-present external files.
381 * Returns the cached metadata value, or |null| if not present.
764 * external: { pinned, hosted, present, customIconUrl, etc. }
866 present: data.isPresent,
887 // If the file is present, don't fill the thumbnail here and allow to
896 // Not present in cache, so do not allow to generate it by next providers.
900 // If present in cache, then allow to fetch media by next providers.
  /external/chromium_org/v8/test/mjsunit/
array-unshift.js 42 // (if present, of course)
120 // (if present, of course)
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver.js 44 debug("Ensure that the holder already has all the properties present at the start of filtering");
127 debug("Ensure that the holder already has all the properties present at the start of filtering");
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 275 self.Die("DEPS file not present.")
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 127 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment

Completed in 1962 milliseconds

1 2 3 45 6 7 8 91011>>