HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 176 - 200 of 274) sorted by null

1 2 3 4 5 6 78 91011

  /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/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
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)
s_texfetch.c 1168 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit)
1170 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
1178 samp = _mesa_get_samplerobj(ctx, unit);
  /external/mesa3d/src/mesa/swrast/
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)
s_texfetch.c 1168 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit)
1170 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
1178 samp = _mesa_get_samplerobj(ctx, unit);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
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...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 67 CAMLprim value llvm_reset_fatal_error_handler(value Unit) {
73 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) {
122 /* unit -> llcontext */
123 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
127 /* llcontext -> unit */
133 /* unit -> llcontext */
134 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
152 /* llmodule -> unit */
163 /* string -> llmodule -> unit */
174 /* string -> llmodule -> unit */
    [all...]
  /external/oprofile/events/i386/nehalem/
events 63 event:0x81 counters:0,1,2,3 um:ifu_ivc minimum:6000 name:IFU_IVC : Instruction Fetch unit events
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
96 event:0xE5 counters:0,1,2,3 um:one minimum:6000 name:BPU_MISSED_CALL_RET : Counts number of times the Branch Prediciton Unit missed predicting a call or return branch.
98 event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit clears.
  /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.
326 * \brief Retrieve a file handle within the given translation unit.
328 * \param tu the translation unit
332 * \returns the file handle for the named file in the translation unit \p tu,
333 * or a NULL file handle if the file was not a part of this translation unit.
357 * unit.
386 * the same translation unit, refer to exactly the same point in the sourc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 571 * support for their alpha behavior and don't have the blending unit
714 unsigned unit,
720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
1316 const unsigned unit = vs->SamplerUnits[s]; local
1327 const unsigned unit = fs->SamplerUnits[s]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 388 if (ctx->Texture.Unit[i]._ReallyEnabled) {
521 "Texgen unit 0",
522 "Texgen unit 1",
523 "Texgen unit 2",
radeon_swtcl.c 192 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
201 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
  /external/clang/include/clang/Frontend/
ASTUnit.h 105 /// unit as it was parsed or loaded.
109 /// unit.
127 /// \brief What kind of translation unit this AST represents.
160 /// translation unit.
409 /// \brief Bit used by CIndex to mark when a translation unit may be in an
690 /// \brief Determine what kind of translation unit this AST represents.
725 /// translation unit, to improve the performance of reparsing.
745 /// \param Unit - optionally an already created ASTUnit. Its ownership is not
756 /// created ASTUnit was passed in \p Unit then the caller can check that.
760 ASTFrontendAction *Action = nullptr, ASTUnit *Unit = nullptr
    [all...]
  /external/compiler-rt/
Makefile 37 @echo " test: run unit tests"
86 cd test/Unit && ./test
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 105 .long 155 # Length of Compilation Unit Info
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 571 * support for their alpha behavior and don't have the blending unit
714 unsigned unit,
720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
1316 const unsigned unit = vs->SamplerUnits[s]; local
1327 const unsigned unit = fs->SamplerUnits[s]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 388 if (ctx->Texture.Unit[i]._ReallyEnabled) {
521 "Texgen unit 0",
522 "Texgen unit 1",
523 "Texgen unit 2",
radeon_swtcl.c 192 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
201 if (ctx->Texture.Unit[i]._ReallyEnabled & (TEXTURE_CUBE_BIT) ) {
  /external/oprofile/events/i386/westmere/
unit_masks 2 # Unit masks for the Intel "Westmere" micro architecture
9 0x01 No unit mask
11 0x02 No unit mask
13 0x07 No unit mask
15 0x10 No unit mask
17 0x20 No unit mask
25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 75 #define Unit decNumberUnit
256 /* decNumber struct) safely. Note that one Unit is included in the */
260 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 75 #define Unit decNumberUnit
244 /* decNumber struct) safely. Note that one Unit is included in the */
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 673 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI);
674 LiveRange *LR = &LIS.getRegUnit(Unit);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFlat.h 923 GdipCreatePen1(ARGB color, REAL width, GpUnit unit, GpPen **pen);
926 GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit,
942 GdipSetPenUnit(GpPen *pen, GpUnit unit);
945 GdipGetPenUnit(GpPen *pen, GpUnit *unit);
    [all...]

Completed in 1123 milliseconds

1 2 3 4 5 6 78 91011