HomeSort by relevance Sort by last modified time
    Searched defs:present (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_winsys.h 48 * Present the color buffer to the window associated with the device context.
51 (*present)( struct pipe_screen *screen, member in struct:stw_winsys
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 48 * Present the color buffer to the window associated with the device context.
51 (*present)( struct pipe_screen *screen, member in struct:stw_winsys
  /external/proguard/src/proguard/classfile/visitor/
ExceptClassesFilter.java 55 if (!present(programClass))
64 if (!present(libraryClass))
73 private boolean present(Clazz clazz) method in class:ExceptClassesFilter
SubclassFilter.java 56 if (!present(programClass.subClasses))
65 if (!present(libraryClass.subClasses))
74 private boolean present(Clazz[] subclasses) method in class:SubclassFilter
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 39 void present() {} function in class:SkOSWindow
SkOSWindow_NaCl.h 38 void present() {} function in class:SkOSWindow
  /external/skia/include/views/
SkOSWindow_Android.h 39 void present() {} function in class:SkOSWindow
SkOSWindow_NaCl.h 38 void present() {} function in class:SkOSWindow
  /packages/apps/Mms/src/com/android/mms/ui/
Presenter.java 58 public abstract void present(ItemLoadedCallback callback); method in class:Presenter
MmsThumbnailPresenter.java 42 public void present(ItemLoadedCallback callback) { method in class:MmsThumbnailPresenter
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 459 result = parser.send( @parser_rule ) and present( result )
463 def present( return_value ) method
  /external/openssh/
auth2-gss.c 66 int present; local
87 present = 0;
95 &present);
99 } while (mechs > 0 && !present);
103 if (!present) {
gss-serv.c 122 int present; local
130 &supported_mechs[i]->oid, supported, &present)))
131 present = 0;
132 if (present)
  /external/chromium_org/sandbox/win/src/
restricted_token_unittest.cc 430 bool present = false; local
433 present = true;
438 ASSERT_TRUE(present);
  /external/qemu/hw/
goldfish_battery.c 45 int present; member in struct:goldfish_battery_state
59 QFIELD_INT32(present),
106 return s->present;
160 s->present = 1; // battery is present
190 battery_state->present = value;
255 sprintf(buffer, "present: %s\r\n", (battery_state->present ? "true" : "false"));
  /external/smack/src/org/xbill/DNS/
Update.java 61 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/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h 16 u8 present; member in struct:tsf_info
22 u8 present; member in struct:condensed_country_string
27 u8 present; member in struct:bss_transition_candidate
32 u8 present; member in struct:bss_termination_duration
37 u8 present; member in struct:bearing
42 u8 present; member in struct:measurement_pilot
49 u8 present; member in struct:rrm_enabled_capabilities
54 u8 present; member in struct:multiple_bssid
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 58 * Indicates whether the field is present on the current device.
60 public boolean present; field in class:FeatureSummaryActivity.Feature
68 * Constructor does not include 'present' because that's a detected
77 this.present = false;
215 boolean present = false;
257 present = actualFeatures.containsKey(f.name);
258 if (present) {
264 } else if (!present && f.required) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 66 * 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.
124 * Present the given buffer to the native engine.
126 boolean (*present)(struct native_surface *nsurf, member in struct:native_surface
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 349 void SkOSWindow::present() { function in class:SkOSWindow
  /external/iproute2/tc/
q_netem.c 182 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_RATE]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 66 * 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.
124 * Present the given buffer to the native engine.
126 boolean (*present)(struct native_surface *nsurf, member in struct:native_surface
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 349 void SkOSWindow::present() { function in class:SkOSWindow
  /system/core/libutils/tests/
BasicHashtable_test.cpp 108 bool* collision, bool* present, hash_t* hash) {
111 *present = cookie & BasicHashtable<TKey, TEntry>::Bucket::PRESENT;
162 bool collision, present; local
164 BasicHashtableTest::cookieAt(h, i, &collision, &present, &hash);
165 if (present) {
168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, "
170 i, collision, present, hash, key, value, hash_type(key));
172 ALOGD(" [%3u] = collision=%d, present=%d",
173 i, collision, present);
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 347 // Get sample count if the MSAA WGL extension is present
591 void SkOSWindow::present() { function in class:SkOSWindow

Completed in 1500 milliseconds

1 2 3 4