HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 151 - 175 of 345) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 118 /// Climb up the parent chain to get the unit DIE to which this DIE
126 /// Climb up the parent chain to get the unit DIE this DIE belongs
451 // compile unit.
487 Asm->OutStreamer->EmitIntValue(Unit->getTypeSignature(), 8);
492 O << format("Type Unit: 0x%lx", Unit->getTypeSignature());
DwarfDebug.cpp 369 // was inlined from another compile unit.
511 // FIXME: Consider the time-space tradeoff of just storing the unit pointer
514 DwarfCompileUnit *Unit = lookupUnit(VariableDie->getUnit());
515 assert(Unit);
519 Unit->addDIEEntry(*VariableDie, dwarf::DW_AT_abstract_origin,
522 Unit->applyVariableAttributes(*Var, *VariableDie);
544 assert(SPCU && "Unable to find Compile Unit!");
564 // Handle anything that needs to be done on a per-unit basis after
599 // ranges of code then emit a DW_AT_ranges attribute on the unit that will
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 233 unsigned unit,
238 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
293 unsigned unit,
298 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
302 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
307 gen7_update_buffer_texture_surface(ctx, unit, binding_table, surf_index);
452 gen7_update_null_renderbuffer_surface(struct brw_context *brw, unsigned unit)
477 sizeof(*surf), 32, &brw->wm.surf_offset[unit]);
    [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 107 Unit = 3,
396 tType = Unit;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 696 typedef enum Unit {
704 } Unit;
gdiplusflat.h 110 GpStatus WINGDIPAPI GdipCreateFont(GDIPCONST GpFontFamily*,REAL,INT,Unit,GpFont**);
116 GpStatus WINGDIPAPI GdipGetFontUnit(GpFont*,Unit*);
261 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoint(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST PointF&,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
262 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Point&,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
263 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRect(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST RectF&,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
264 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect&,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
265 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoints(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST PointF*,INT,GDIPCONST RectF&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
266 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointsI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Point*,INT,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
    [all...]
gdiplusimpl.h 100 __inline__ Status Image::GetBounds(RectF *srcRect, Unit *srcUnit)
745 REAL emSize, INT style, Unit unit):
750 emSize, style, unit, &nativeFont);
787 Unit unit, const FontCollection *fontCollection):
798 nativeFamily, emSize, style, unit, &nativeFont);
880 __inline__ Unit Font::GetUnit() const
882 Unit result = UnitPoint;
    [all...]
  /system/keymaster/
Android.mk 148 # Unit tests for libkeymaster
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 31 #include "unit.h"
289 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
291 "Blanks are not supported in Unit arguments; since a Unit has no parse-able value");
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
144 Unit test for Google Test's XML output functionality.
  /external/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
154 Unit test for Google Test's XML output functionality.
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 72 const GLuint unit = attr - FRAG_ATTRIB_TEX0; local
78 line->span.array->lambda[unit][i]
181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
s_context.c 194 ctx->Texture.Unit[i]._CurrentCombine;
479 struct gl_texture_object *tObj = ctx->Texture.Unit[u]._Current;
930 if (ctx->Texture.Unit[i]._ReallyEnabled)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
154 Unit test for Google Test's XML output functionality.
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
144 Unit test for Google Test's XML output functionality.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 176 /// Preincrement. Move to the next unit.
195 // Return true of this unit appears in RegUnits.
196 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) {
197 return RegUnits.test(Unit);
363 // Absent any ad hoc aliasing, we create one register unit per leaf register.
367 // When there is ad hoc aliasing, we simply create one unit per edge in the
379 unsigned Unit = RegBank.newRegUnit(this, AR);
380 RegUnits.set(Unit);
381 AR->RegUnits.set(Unit);
385 // a leaf register with ad hoc aliases doesn't get its own unit - it isn'
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 54 CAMLprim value llvm_reset_fatal_error_handler(value Unit) {
60 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) {
120 /* unit -> llcontext */
121 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
125 /* llcontext -> unit */
131 /* unit -> llcontext */
132 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
150 /* llmodule -> unit */
161 /* string -> llmodule -> unit */
172 /* string -> llmodule -> unit */
    [all...]
  /external/clang/include/clang-c/
Index.h 84 * \brief A single translation unit, which resides in an index.
176 * is one that belongs in the translation unit itself and not in a precompiled
177 * header that was used by the translation unit. If zero, all declarations
284 * \brief A particular source file that is part of a translation unit.
325 * \brief Retrieve a file handle within the given translation unit.
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
332 * or a NULL file handle if the file was not a part of this translation unit.
362 * unit.
391 * the same translation unit, refer to exactly the same point in the sourc
    [all...]
  /external/compiler-rt/
Makefile 37 @echo " test: run unit tests"
86 cd test/Unit && ./test
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 402 // Regunits are numerically ordered. Find a common unit.
684 /// Get the weight in units of pressure for this register unit.
690 /// Get the name of this register unit pressure set.
693 /// Get the register unit pressure limit for this dimension.
703 /// Get the dimensions of register pressure impacted by this register unit.
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 105 .long 155 # Length of Compilation Unit Info

Completed in 673 milliseconds

1 2 3 4 5 67 8 91011>>