/frameworks/base/cmds/idmap2/include/idmap2/ |
Idmap.h | 116 Result<Unit> IsUpToDate() const;
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
AtraceHostTest.java | 37 import kotlin.Unit; 251 return Unit.INSTANCE;
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/ |
ca.conf | 103 organizationalUnitName = Organizational Unit Name
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
HardwareRendererTests.kt | 65 var onPrepare: (HardwareRenderer.() -> Unit)? = null, 66 var onDraw: (RecordingCanvas.() -> Unit)? = null 69 private fun verify(verifier: BitmapVerifier, setup: HardwareRenderer.() -> Unit) { 116 private fun rendererTest(setup: RendererTest.() -> Unit) {
|
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/ |
MessageAdapter.kt | 35 private val onPhotoClicked: (photo: Int) -> Unit
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
openssl.cnf | 145 organizationalUnitName = Organizational Unit Name (eg, section)
|
/external/llvm/bindings/ocaml/target/ |
target_ocaml.c | 157 /* unit -> string */ 158 CAMLprim value llvm_target_default_triple(value Unit) { 166 /* unit -> Target.t option */ 167 CAMLprim value llvm_target_first(value Unit) { 305 /* bool -> TargetMachine.t -> unit */ 311 /* Llvm.llmodule -> CodeGenFileType.t -> string -> TargetMachine.t -> unit */ 342 /* TargetMachine.t -> Llvm.PassManager.t -> unit */
|
/external/llvm/lib/Target/PowerPC/ |
PPCVSXFMAMutate.cpp | 320 unsigned Unit = *Units; 322 LiveRange &AddendSrcRange = LIS->getRegUnit(Unit);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_texblend.c | 95 GetTexelOp(GLint unit) 97 switch (unit) { 352 * tex unit, and put last stage on it 388 emit_texblend(struct i830_context *i830, GLuint unit, GLuint blendUnit, 391 struct gl_texture_unit *texUnit = &i830->intel.ctx.Texture.Unit[unit]; 396 fprintf(stderr, "%s unit %d\n", __func__, unit); 401 GetTexelOp(unit), tmp, texUnit->EnvColor); 422 GLuint unit = 0 local 442 GLuint unit, blendunit = 0; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 259 GLuint unit = ctx->Texture.CurrentUnit; local 260 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 273 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) { 274 RADEON_STATECHANGE( rmesa, tex[unit] ); 275 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor; 299 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) { 300 RADEON_STATECHANGE( rmesa, tex[unit] ); 301 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK; 302 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK) 395 GLuint unit = ctx->Texture.CurrentUnit; local [all...] |
/external/mesa3d/src/mesa/main/ |
samplerobj.c | 250 if (ctx->Texture.Unit[j].Sampler == sampObj) { 252 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[j].Sampler, NULL); 301 _mesa_bind_sampler(struct gl_context *ctx, GLuint unit, 304 if (ctx->Texture.Unit[unit].Sampler != sampObj) { 308 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler, 313 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) 332 _mesa_bind_sampler(ctx, unit, sampObj); 336 _mesa_BindSampler_no_error(GLuint unit, GLuint sampler 387 const GLuint unit = first + i; local 428 const GLuint unit = first + i; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texture.c | 362 int unit; local 364 for (unit = 0; unit <= ctx->Texture._MaxEnabledTexImageUnit; unit++) { 365 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 379 int unit; local 380 for (unit = 0; unit <= ctx->Texture._MaxEnabledTexImageUnit; unit++) [all...] |
s_texcombine.c | 47 * Return array of texels for given unit. 50 get_texel_array(SWcontext *swrast, GLuint unit) 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num())); 55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); 72 * \param unit the texture combiner unit 81 texture_combine( struct gl_context *ctx, GLuint unit, 87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); 146 argRGB[term] = get_texel_array(swrast, unit); 590 GLuint unit; local [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/ |
target_ocaml.c | 157 /* unit -> string */ 158 CAMLprim value llvm_target_default_triple(value Unit) { 166 /* unit -> Target.t option */ 167 CAMLprim value llvm_target_first(value Unit) { 305 /* bool -> TargetMachine.t -> unit */ 311 /* Llvm.llmodule -> CodeGenFileType.t -> string -> TargetMachine.t -> unit */ 342 /* TargetMachine.t -> Llvm.PassManager.t -> unit */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
DWARFVerifier.cpp | 129 "Unit[%d] is in 64-bit DWARF format; cannot verify from this point.\n", 158 note() << "The length for this unit is too " 161 note() << "The 16 bit unit header version is not valid.\n"; 163 note() << "The unit type encoding is not valid.\n"; 174 bool DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, uint8_t UnitType) { 176 unsigned NumDies = Unit.getNumDIEs(); 178 auto Die = Unit.getDIEAtIndex(I); 187 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); 189 error() << "Compilation unit without DIE.\n"; 195 error() << "Compilation unit root DIE is not a unit DIE: [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCVSXFMAMutate.cpp | 321 unsigned Unit = *Units; 323 LiveRange &AddendSrcRange = LIS->getRegUnit(Unit);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug-names-verify-wrong-hash.s | 38 .long .Lcu_end0-.Lcu_start0 # Length of Unit 62 .long 1 # Header: compilation unit count 63 .long 0 # Header: local type unit count 64 .long 0 # Header: foreign type unit count 69 .long .Lcu_begin0 # Compilation unit 0
|
/external/llvm/unittests/IR/ |
MetadataTest.cpp | 1 //===- unittests/IR/MetadataTest.cpp - Metadata unit tests ----------------===// [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
MetadataTest.cpp | 1 //===- unittests/IR/MetadataTest.cpp - Metadata unit tests ----------------===// [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 103 /// the translation unit. 250 ASTUnit *Unit = cxtu::getASTUnit(TU); 251 SourceManager &SM = Unit->getSourceManager(); 299 ASTUnit *Unit = cxtu::getASTUnit(TU); 300 SourceManager &SM = Unit->getSourceManager(); 304 Unit->findFileRegionDecls(File, Offset, Length, Decls); 324 Unit->findFileRegionDecls(File, Offset, Length, Decls); 370 // is a context that contains the range or we reach the translation unit [all...] |
/art/cmdline/ |
cmdline_types.h | 42 #include "unit.h" 56 // Parse argument definitions for Unit-typed arguments. 58 struct CmdlineType<Unit> : CmdlineTypeParser<Unit> { 61 return Result::Success(Unit{});
|
/external/antlr/runtime/Ruby/test/unit/ |
test-tree-wizard.rb | 6 require 'test/unit' 12 class TestPatternLexer < Test::Unit::TestCase 83 class TestPatternParser < Test::Unit::TestCase 158 class TestTreeWizard < Test::Unit::TestCase
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 365 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; 405 /* enabling texturing when unit isn't correctly configured may not be safe */ 414 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; 452 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current;
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 57 GLuint unit); 251 GLuint unit ) 254 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 255 GLvector4f *out = &store->texcoord[unit]; 273 GLuint unit ) 276 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 277 GLvector4f *out = &store->texcoord[unit]; 301 GLuint unit ) 304 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 305 GLvector4f *out = &store->texcoord[unit]; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 199 const DIEUnit *Unit = getUnit(); 200 assert(Unit && "DIE must be owned by a DIEUnit to get its absolute offset"); 201 return Unit->getDebugSectionOffset() + getOffset(); 285 // Set compile/type unit relative offset of this DIE. 308 // is needed so that top level DIE can help the compile unit set its length 324 UnitTag == dwarf::DW_TAG_partial_unit) && "expected a unit TAG");
|