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

1 2 3 4

  /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/compiler-rt/test/asan/TestCases/
debug_report.cc 15 int present = __asan_report_present(); local
16 fprintf(stderr, "%s\n", (present == 0) ? "no report" : "");
35 int present = __asan_report_present(); local
44 fprintf(stderr, "%s\n", (present == 1) ? "report" : "");
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
update.py 180 def present(self, name, *args): member in class:Update
  /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/autotest/client/common_lib/
profiler_manager.py 9 msg = "%s not present" % name
46 def present(self): member in class:profiler_manager
87 """ Returns True if profilers are present and started, False
89 return self.present() and self.active_flag
test_unittest.py 22 def present(self): member in class:TestTestCase._neutered_base_test.__init__.MockProfilerManager
  /external/libunwind/src/x86_64/
Ginit.c 96 unsigned char present = 1; local
97 if (mincore (&present, 1, &present) == 0)
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
SkOSWindow_AndroidNative.cpp 168 void SkOSWindow::present() { function in class:SkOSWindow
  /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;
274 boolean present = false;
328 present = actualFeatures.containsKey(f.name);
329 if (present) {
336 } else if (!present && f.required) {
  /external/boringssl/src/crypto/bytestring/
cbs.c 332 int present = 0; local
338 present = 1;
342 *out_present = present;
351 int present; local
352 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
355 if (present) {
364 *out_present = present;
372 int present; local
373 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
376 if (present) {
390 int present; local
    [all...]
bytestring_test.cc 122 int present; local
174 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) ||
175 present ||
176 !CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) ||
177 present ||
188 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) ||
189 present ||
190 !CBS_get_optional_asn1(&data, &contents, &present, 0xa1) ||
191 !present ||
199 if (!CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) |
    [all...]
  /external/boringssl/src/ssl/
ssl_asn1.c 412 int present; local
413 if (!CBS_get_optional_asn1_octet_string(cbs, &value, &present, tag)) {
417 if (present) {
  /external/iproute2/tc/
q_netem.c 185 int present[__TCA_NETEM_MAX]; local
192 memset(present, 0, sizeof(present));
218 ++present[TCA_NETEM_CORR];
246 ++present[TCA_NETEM_CORR];
346 present[TCA_NETEM_ECN] = 1;
349 present[TCA_NETEM_REORDER] = 1;
356 ++present[TCA_NETEM_CORR];
364 present[TCA_NETEM_CORRUPT] = 1;
371 ++present[TCA_NETEM_CORR]
    [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/opencv3/3rdparty/libjasper/
jpc_t2dec.c 173 int present; local
206 /* Decode the SOP marker segment if present. */
227 if ((present = jpc_bitstream_getbit(inb)) < 0) {
230 JAS_DBGLOG(10, ("\n", present));
231 JAS_DBGLOG(10, ("present=%d ", present));
234 if (present) {
  /external/skia/platform_tools/android/apps/sample_app/src/main/jni/
com_skia_SkiaSampleRenderer.cpp 85 void SkOSWindow::present() { function in class:SkOSWindow
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 90 void SkOSWindow::present() { function in class:SkOSWindow
240 // This will call present.
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 390 void SkOSWindow::present() { function in class:SkOSWindow
  /frameworks/native/include/binder/
Parcel.h 722 int32_t present; local
723 status_t status = readInt32(&present);
726 if (status != OK || !present) {
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 232 Set<String> present = getParameterMap().keySet(); local
235 if (!present.contains(required)) {
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 309 __u32 present; member in struct:ib_ucm_event_resp
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 308 __u32 present; member in struct:ib_ucm_event_resp
  /external/skia/src/views/win/
SkOSWindow_win.cpp 363 // Get sample count if the MSAA WGL extension is present
666 void SkOSWindow::present() { function in class:SkOSWindow

Completed in 1246 milliseconds

1 2 3 4