Home
last modified time | relevance | path

Searched refs:core (Results 801 - 825 of 1331) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs4 use core::cmp::min;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A DMakefile87 rm -f core *~
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A DMakefile99 rm -f core *~ *.o *.d hs20-osu-client
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py176 core = " ".join(str(item) for item in self.items)
178 return f"{core} {{ {self.action} }}"
180 return core
/third_party/pulseaudio/src/pulsecore/
H A Dshm.c53 #include <pulsecore/core-error.h>
56 #include <pulsecore/core-util.h>
H A Dpdispatch.c35 #include <pulsecore/core-util.h>
39 #include <pulsecore/core-rtclock.h>
H A Dsample-util.c34 #include <pulsecore/core-error.h>
37 #include <pulsecore/core-util.h>
H A Dlog.c64 #include <pulsecore/core-util.h>
65 #include <pulsecore/core-error.h>
H A Diochannel.c35 #include <pulsecore/core-error.h>
36 #include <pulsecore/core-util.h>
H A Dioline.c32 #include <pulsecore/core-error.h>
33 #include <pulsecore/core-util.h>
H A Ddatabase-simple.c31 #include <pulsecore/core-util.h>
33 #include <pulsecore/core-error.h>
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cConditionalRenderInvertedTests.cpp70 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
238 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
H A Dgl4cContextFlushControlTests.cpp82 bool is_at_least_gl_44 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 4))); in iterate()
246 bool is_at_least_gl_44 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 4))); in iterate()
H A Dgl4cES31CompatibilityTests.cpp77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
276 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java17 package com.google.typography.font.sfntly.table.core;
26 import com.google.typography.font.sfntly.table.core.CMap.CMapFormat;
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-native.c38 #include <pulsecore/core-error.h>
41 #include <pulsecore/core-util.h>
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs374 pub type RawNonZeroPid = core::num::NonZeroI32;
406 let mut set = unsafe { core::mem::zeroed() };
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs27 use core::cmp;
28 use core::mem::MaybeUninit;
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs6 use core::char;
7 use core::str::{Bytes, CharIndices, Chars};
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp78 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
97 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
H A Des31fSampleShadingTests.cpp54 contextSupports(contextType, glu::ApiType::core(4, 5)) || in checkSupport()
418 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
H A Des31fShaderBuiltinConstantTests.cpp162 contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
205 contextSupports(renderCtx.getType(), glu::ApiType::core(4, 5)); in createGetConstantExecutor()
368 tcu::TestCaseGroup* const coreGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Core Specification"); in init()
H A Des31fShaderStateQueryTests.cpp102 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
386 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
H A Des31fShaderTextureSizeTests.cpp167 glu::contextSupports(rc.getType(), glu::ApiType::core(4, 5));
364 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
H A Des31fTessellationGeometryInteractionTests.cpp60 glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader()
62 const bool supportsGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader()
182 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
489 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
883 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
1802 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)))
2198 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2867 const bool supportsCore40 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 0));

Completed in 33 milliseconds

1...<<31323334353637383940>>...54