/external/autotest/client/deps/glbench/src/ |
bufferuploadtest.cc | 32 virtual const char* Unit() const { return "mbytes_sec"; }
|
/external/clang/tools/libclang/ |
CIndexer.h | 101 void printDiagsToStderr(ASTUnit *Unit);
|
/external/mesa3d/src/mesa/swrast/ |
s_fragprog.c | 81 GLuint unit, GLfloat color[4] ) 83 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 88 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); 92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 113 GLfloat lodBias, GLuint unit, GLfloat color[4] ) 116 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; [all...] |
/external/skia/experimental/svg/model/ |
SkSVGAttributeParser.h | 48 bool parseLengthUnitToken(SkSVGLength::Unit*);
|
/external/skqp/experimental/svg/model/ |
SkSVGAttributeParser.h | 48 bool parseLengthUnitToken(SkSVGLength::Unit*);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
BreakFalseDeps.cpp | 44 /// Storage for register unit liveness. 116 for (MCRegUnitIterator Unit(OriginalReg, TRI); Unit.isValid(); ++Unit) { 118 for (MCRegUnitRootIterator Root(*Unit, TRI); Root.isValid(); ++Root) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
dwarfdump-header-64.s | 47 Lset0 = CU_5_end-CU_5_version # Length of Unit 51 .byte 1 # DWARF Unit Type 55 # The compile-unit DIE, with DW_AT_producer, DW_AT_name, DW_AT_stmt_list. 65 # CHECK: 0x00000000: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x0000001a) 77 Lset1 = LH_5_end-LH_5_version # Length of Unit
|
dwarfdump-line-mismatch.s | 30 .long .Lend0 - .Lbegin0 # Length of Unit
|
dwarfdump-str-offsets.s | 35 # Every unit contributes to the string_offsets table. 189 .long CU1_5_end-CU1_5_version # Length of Unit 192 .byte 1 # DWARF Unit Type 195 # The compile-unit DIE, which has a DW_AT_producer, DW_AT_name, 221 .long CU2_5_end-CU2_5_version # Length of Unit 224 .byte 1 # DWARF Unit Type 227 # The compile-unit DIE, which has a DW_AT_producer, DW_AT_name, 238 # DWARF v5 Type unit header. 240 .long TU_5_end-TU_5_version # Length of Unit 243 .byte 2 # DWARF Unit Typ [all...] |
dwarfdump-str-offsets-macho.s | 131 .long CU1_5_end-CU1_5_version # Length of Unit 134 .byte 1 # DWARF Unit Type 137 # The compile-unit DIE, which has a DW_AT_producer, DW_AT_name, 163 .long CU2_5_end-CU2_5_version # Length of Unit 166 .byte 1 # DWARF Unit Type 169 # The compile-unit DIE, which has a DW_AT_producer, DW_AT_name, 180 # DWARF v5 Type unit header. 182 .long TU_5_end-TU_5_version # Length of Unit 185 .byte 2 # DWARF Unit Type 190 # The type-unit DIE, which has a name [all...] |
dwarfdump-line-dwo.s | 9 .long LH_1_end-LH_1_version # Length of Unit 55 .long LH_2_end-LH_2_version # Length of Unit
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
CommandLineOptions.h | 51 Result<Unit> Parse(const std::vector<std::string>& argv) const;
|
/art/cmdline/ |
cmdline_parser.h | 311 Builder& IntoKey(const TVariantMapKey<Unit>& key) { 312 return CreateTypedBuilder<Unit>().IntoKey(key); 339 template <typename TArg = Unit> 340 typename std::enable_if<std::is_same<TArg, Unit>::value>::type 342 // Every Unit argument implicitly maps to a runtime value of Unit{} 343 std::vector<Unit> values(names_.size(), Unit{}); 365 // Define a single argument. The default type is Unit. 399 // pretend this is a unit, e.g. -Xjitblockin [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawtex.c | 134 if (ctx->Texture.Unit[i]._Current && 135 ctx->Texture.Unit[i]._Current->Target == GL_TEXTURE_2D) { 205 if (ctx->Texture.Unit[i]._Current && 206 ctx->Texture.Unit[i]._Current->Target == GL_TEXTURE_2D) { 207 struct gl_texture_object *obj = ctx->Texture.Unit[i]._Current;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 207 /* need this for the cubic_map on disabled unit 2 bug, maybe r100 only? */ 209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._Current && ctx->Texture.Unit[0]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._Current && ctx->Texture.Unit[1]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._Current && ctx->Texture.Unit[2]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._Current, 4 ) 215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._Current, 4 ) 216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._Current, 4 [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
Dhcp4Option.c | 168 INTN Unit;
172 Unit = 0;
177 Unit = 1;
181 Unit = 2;
186 Unit = 4;
190 Unit = 8;
194 ASSERT (Unit != 0);
199 if ((Len % Unit) != 0) {
204 // Validate the occurance of the option unit is with in [MinOccur, MaxOccur]
206 Occur = Len / Unit;
[all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.cpp | 26 // attribute. It looks up the Unit containing the DIE and calls 27 // DIE.extractFast with the right unit. Returns new unit on success, 30 const DWARFUnit *Unit, 32 Unit = Unit->getUnitSection().getUnitForOffset(*Offset); 33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debugloc.s | 19 # VERIFY: Verifying .debug_info Unit Header Chain 194 .long 133 # Length of Unit 262 .long .Lcu_begin0 # Offset of Compilation Unit Info 263 .long 137 # Compilation Unit Length 274 .long .Lcu_begin0 # Offset of Compilation Unit Info 275 .long 137 # Compilation Unit Length
|
debug-names-verify-abbrev-short.s | 25 .long .Lcu_end0-.Lcu_start0 # Length of Unit 41 .long 1 # Header: compilation unit count 42 .long 0 # Header: local type unit count 43 .long 0 # Header: foreign type unit count 48 .long .Lcu_begin0 # Compilation unit 0
|
debug-names-verify-short1.s | 25 .long .Lcu_end0-.Lcu_start0 # Length of Unit 41 .long 1 # Header: compilation unit count 42 .long 0 # Header: local type unit count 43 .long 0 # Header: foreign type unit count
|
debug-names-verify-short2.s | 25 .long .Lcu_end0-.Lcu_start0 # Length of Unit 41 .long 1 # Header: compilation unit count 42 .long 0 # Header: local type unit count 43 .long 0 # Header: foreign type unit count
|
debug-names-verify-short3.s | 25 .long .Lcu_end0-.Lcu_start0 # Length of Unit 41 .long 1 # Header: compilation unit count 42 .long 0 # Header: local type unit count 43 .long 0 # Header: foreign type unit count 48 .long .Lcu_begin0 # Compilation unit 0
|
debug_addr.s | 18 .long 8 # Length of Unit 20 .byte 1 # DWARF unit type
|
/external/elfutils/tests/ |
run-readelf-ranges.sh | 187 Compilation unit at offset 0: 189 Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205 198 Compilation unit at offset 53: 200 Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_tex_validate.c | 68 intel_finalize_mipmap_tree(struct brw_context *brw, GLuint unit) 71 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current; 73 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); 191 for (int unit = 0; unit <= max_enabled_unit; unit++) { 192 struct gl_texture_unit *tex_unit = &ctx->Texture.Unit[unit]; 195 intel_finalize_mipmap_tree(brw, unit); [all...] |