/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
CivicLocationElement.java | 111 public static final int UNIT = 26; 146 Unit, 182 s_caTypes.put(UNIT, CAType.Unit);
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
Android.mk | 60 #################### Unit test
|
/external/llvm/lib/CodeGen/ |
LiveIntervalAnalysis.cpp | 256 // Register Unit Liveness 266 /// computeRegUnitInterval - Compute the live range of a register unit, based 269 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { 273 // The physregs aliasing Unit are the roots and their super-registers. 276 // idempotent. It is very rare for a register unit to have multiple roots, so 278 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { 288 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { 328 unsigned Unit = *Units; 329 LiveRange *LR = RegUnitRanges[Unit]; 332 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs) [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerTraceState.cpp | 175 TraceState(const Fuzzer::FuzzingOptions &Options, const Unit &CurrentUnit) 203 void ApplyTraceBasedMutation(size_t Idx, fuzzer::Unit *U); 215 const Unit &CurrentUnit; 228 void TraceState::ApplyTraceBasedMutation(size_t Idx, fuzzer::Unit *U) { 363 void Fuzzer::ApplyTraceBasedMutation(size_t Idx, Unit *U) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusgraphics.h | 109 const RectF& srcrect, Unit unit) 113 nativeGraphics, &dstrect, &srcrect, unit, 118 const Rect& srcrect, Unit unit) 122 nativeGraphics, &dstrect, &srcrect, unit, 390 REAL srcwidth, REAL srcheight, Unit srcUnit) 399 INT srcwidth, INT srcheight, Unit srcUnit) 409 Unit srcUnit, 425 Unit srcUnit [all...] |
gdiplusheaders.h | 93 Status GetBounds(RectF *srcRect, Unit *srcUnit); 335 Unit unit = UnitPoint); 342 Unit unit = UnitPoint, 354 Unit GetUnit() const;
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 196 GLuint unit, GLfloat color[4]) 201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), 202 ctx->Texture.Unit[unit]._Current, 282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current); 301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 9 require 'test/unit' 154 class Functional < ::Test::Unit::TestCase
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 5 require 'test/unit' 11 class TestStringStream < Test::Unit::TestCase 201 class TestFileStream < Test::Unit::TestCase 232 class TestInputStream < Test::Unit::TestCase 242 class TestCommonTokenStream < Test::Unit::TestCase
|
/external/llvm/include/llvm/CodeGen/ |
DIE.h | 247 /// \brief A signature reference to a type unit. 249 const DwarfTypeUnit *Unit; 254 explicit DIETypeSignature(const DwarfTypeUnit &Unit) : Unit(&Unit) {} 670 /// Climb up the parent chain to get the compile or type unit DIE this DIE
|
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 32 """Unit test for the gtest_xml_output module""" 118 Unit test for Google Test's XML output functionality.
|
/system/core/metricsd/ |
Android.mk | 191 # Unit tests for metricsd. 207 # Unit tests for metrics_collector.
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/ |
ca.conf | 103 organizationalUnitName = Organizational Unit Name
|
/external/llvm/bindings/ocaml/target/ |
target_ocaml.c | 67 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> DataLayout.t -> unit */ 163 /* unit -> string */ 164 CAMLprim value llvm_target_default_triple(value Unit) { 172 /* unit -> Target.t option */ 173 CAMLprim value llvm_target_first(value Unit) { 324 /* bool -> TargetMachine.t -> unit */ 330 /* Llvm.llmodule -> CodeGenFileType.t -> string -> TargetMachine.t -> unit */ 361 /* TargetMachine.t -> Llvm.PassManager.t -> unit */
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_texstate.c | 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3) 121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit]; 125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); 126 GLuint *state = i830->state.Tex[unit], format, pitch; 135 if (i830->state.tex_buffer[unit] != NULL) { 136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]); 137 i830->state.tex_buffer[unit] = NULL; 140 if (!intel_finalize_mipmap_tree(intel, unit)) 152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo [all...] |
i915_texstate.c | 135 i915_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3) 139 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit]; 143 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); 144 GLuint *state = i915->state.Tex[unit], format, pitch; 153 if (i915->state.tex_buffer[unit] != NULL) { 154 drm_intel_bo_unreference(i915->state.tex_buffer[unit]); 155 i915->state.tex_buffer[unit] = NULL; 158 if (!intel_finalize_mipmap_tree(intel, unit)) 167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_verts.c | 315 GLuint unit; local 345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) { 346 if (inputs & VERT_BIT_TEX(unit)) { 347 req |= RADEON_ST_BIT(unit); 350 if (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size >= 3) { 351 req |= RADEON_Q_BIT(unit); 352 vtx |= RADEON_Q_BIT(unit); 354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT)) [all...] |
radeon_tex.c | 262 GLuint unit = ctx->Texture.CurrentUnit; local 263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) { 277 RADEON_STATECHANGE( rmesa, tex[unit] ); 278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor; 302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) { 303 RADEON_STATECHANGE( rmesa, tex[unit] ); 304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK; 305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK) 398 GLuint unit = ctx->Texture.CurrentUnit; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 202 texObj = ctx->Texture.Unit[texUnit]._Current; 268 GLuint unit, new_count; local 276 for (unit = 0; unit < max_units; unit++, samplers_used >>= 1) { 280 const GLuint texUnit = prog->SamplerUnits[unit]; 287 *num_textures = unit + 1; 289 else if (samplers_used == 0 && unit >= old_max) { 294 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view); 403 = ctx->Texture.Unit[texUnit]._Current [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-1.d | 8 Compilation Unit @ offset 0x0:
|
dwarf2-2.d | 8 Compilation Unit @ offset 0x0:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 7 Compilation Unit @ offset 0x0:
|
/external/eigen/test/eigen2/ |
eigen2_geometry.cpp | 394 Matrix3 m1 = Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z())); \ 396 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
|
eigen2_geometry_with_eigen2_prefix.cpp | 396 Matrix3 m1 = Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z())); \ 398 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 157 /** for unit[0] only */ 162 GLuint EnvMode; /* unit[0] only */ 661 save->EnvMode = ctx->Texture.Unit[0].EnvMode; 666 save->TexEnabled[u] = ctx->Texture.Unit[u].Enabled; 667 save->TexGenEnabled[u] = ctx->Texture.Unit[u].TexGenEnabled; 668 if (ctx->Texture.Unit[u].Enabled || 669 ctx->Texture.Unit[u].TexGenEnabled) { 693 /* save current texture objects for unit[0] only */ 696 ctx->Texture.Unit[0].CurrentTex[tgt]); 699 /* set defaults for unit[0] * [all...] |