Searched defs:present (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_winsys.h51 (*present)( struct pipe_screen *screen, member in struct:stw_winsys
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_winsys.h51 (*present)( struct pipe_screen *screen, member in struct:stw_winsys
/external/chromium_org/chrome/browser/chromeos/
H A Dcamera_detector.cc59 bool present) {
61 camera_presence_ = present ? kCameraPresent : kCameraAbsent;
58 OnPresenceCheckDone(const base::Closure& callback, bool present) argument
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Android.h34 void present() {} function in class:SkOSWindow
H A DSkOSWindow_NaCl.h38 void present() {} function in class:SkOSWindow
/external/proguard/src/proguard/classfile/visitor/
H A DExceptClassesFilter.java55 if (!present(programClass))
64 if (!present(libraryClass))
73 private boolean present(Clazz clazz) method in class:ExceptClassesFilter
H A DSubclassFilter.java56 if (!present(programClass.subClasses))
65 if (!present(libraryClass.subClasses))
74 private boolean present(Clazz[] subclasses) method in class:SubclassFilter
/external/skia/include/views/
H A DSkOSWindow_Android.h34 void present() {} function in class:SkOSWindow
H A DSkOSWindow_NaCl.h38 void present() {} function in class:SkOSWindow
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb459 result = parser.send( @parser_rule ) and present( result )
463 def present( return_value ) method
/external/chromium_org/device/nfc/
H A Dnfc_adapter.h23 // and/or when an adapter is present, supported NFC technologies, and the
42 // Called when the presence of the adapter |adapter| changes. When |present|
43 // is true, this indicates that the adapter has now become present, while a
46 virtual void AdapterPresentChanged(NfcAdapter* adapter, bool present) {} argument
103 // Indicates whether an underlying adapter is actually present on the
104 // system. An adapter that was previously present can become no longer
105 // present, for example, if all physical adapters that can back it up were
122 // underlying adapter is not present.
H A Dnfc_adapter_chromeos.cc80 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) { argument
348 AdapterPresentChanged(this, present));
/external/smack/src/org/xbill/DNS/
H A DUpdate.java61 present(Name name) { method in class:Update
70 present(Name name, int type) { method in class:Update
83 present(Name name, int type, String record) throws IOException { method in class:Update
96 present(Name name, int type, Tokenizer tokenizer) throws IOException { method in class:Update
107 present(Record record) { method in class:Update
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.h27 // determining whether an adapter is present and whether the radio is powered,
38 // Called when the presence of the adapter |adapter| changes. When |present|
39 // is true the adapter is now present, false means the adapter has been
42 bool present) {}
125 // Indicates whether the adapter is actually present on the system. For the
126 // default adapter, this indicates whether any adapter is present. An adapter
127 // is only considered present if the address has been obtained.
41 AdapterPresentChanged(BluetoothAdapter* adapter, bool present) argument
/external/chromium_org/sandbox/win/src/
H A Drestricted_token_unittest.cc430 bool present = false; local
433 present = true;
438 ASSERT_TRUE(present);
/external/libunwind/src/x86_64/
H A DGinit.c96 unsigned char present = 1; local
97 if (mincore (&present, 1, &present) == 0)
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_event_router.cc187 bool present) {
185 AdapterPresentChanged( device::BluetoothAdapter* adapter, bool present) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Duser_image_screen_handler.cc211 void UserImageScreenHandler::SetCameraPresent(bool present) { argument
212 CallJS("setCameraPresent", present);
/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_adapter_client.cc210 void FakeNfcAdapterClient::SetAdapterPresent(bool present) { argument
211 if (present == present_)
213 present_ = present;
223 void FakeNfcAdapterClient::SetSecondAdapterPresent(bool present) { argument
224 if (present == second_present_)
226 second_present_ = present;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
87 * Return TRUE if native_surface::present supports presenting a partial
97 /**< the attachment to present */
109 /**< The region to present. y=0=top.
126 boolean (*present)(struct native_surface *nsurf, member in struct:native_surface
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp357 void SkOSWindow::present() { function in class:SkOSWindow
/external/iproute2/tc/
H A Dq_netem.c182 int present[__TCA_NETEM_MAX]; local
188 memset(present, 0, sizeof(present));
214 ++present[TCA_NETEM_CORR];
242 ++present[TCA_NETEM_CORR];
331 present[TCA_NETEM_REORDER] = 1;
338 ++present[TCA_NETEM_CORR];
346 present[TCA_NETEM_CORRUPT] = 1;
353 ++present[TCA_NETEM_CORR];
387 ++present[TCA_NETEM_RAT
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
87 * Return TRUE if native_surface::present supports presenting a partial
97 /**< the attachment to present */
109 /**< The region to present. y=0=top.
126 boolean (*present)(struct native_surface *nsurf, member in struct:native_surface
/external/qemu/hw/android/goldfish/
H A Dbattery.c47 int present; member in struct:goldfish_battery_state
65 QFIELD_INT32(present),
112 return s->present;
168 s->present = 1; // battery is present
173 s->present = 0;
212 battery_state->present = value;
277 snprintf(buffer, sizeof buffer, "present: %s\r\n",
278 (battery_state->present) ? "true" : "false");
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp357 void SkOSWindow::present() { function in class:SkOSWindow

Completed in 3137 milliseconds

123