/external/eigen/unsupported/Eigen/src/EulerAngles/ |
EulerAngles.h | 127 const Vector3& u = Vector3::Unit(System::AlphaAxisAbs - 1); 133 const Vector3& u = Vector3::Unit(System::BetaAxisAbs - 1); 139 const Vector3& u = Vector3::Unit(System::GammaAxisAbs - 1);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
dwarfdump-bogus-LNE.s | 11 # FIXME: When we can dump a line-table without a unit, we could remove 23 .long CU_end-CU_version # Length of Unit 28 # The compile-unit DIE, with DW_AT_stmt_list. 34 .long CU2_end-CU2_version # Length of Unit 39 # The compile-unit DIE, with DW_AT_stmt_list. 50 .long LT_end-LT_version # Length of Unit (DWARF-32 format) 112 .long LT2_end-LT2_version # Length of Unit (DWARF-32 format)
|
dwarfdump-ranges-baseaddr.s | 59 .long 38 # Length of Unit 74 .long 38 # Length of Unit 91 .long 38 # Length of Unit
|
dwarfdump-str-offsets-invalid-3.s | 46 # A rudimentary compile unit to convince dwarfdump that we are dealing with a 51 .long CU1_5_end-CU1_5_version # Length of Unit 54 .byte 1 # DWARF Unit Type 57 # A compile-unit DIE, which has no attributes.
|
dwarfdump-str-offsets-invalid-4.s | 24 # A rudimentary compile unit to convince dwarfdump that we are dealing with a 29 .long CU1_5_end-CU1_5_version # Length of Unit 32 .byte 1 # DWARF Unit Type 35 # A compile-unit DIE, which has no attributes. 40 # Every unit contributes to the string_offsets table.
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
ExternalSourcesTest.kt | 70 private fun blockedSourceTest(startInstallation: () -> Unit) { 92 private fun allowedSourceTest(startInstallation: () -> Unit) { 114 private fun defaultSourceTest(startInstallation: () -> Unit) {
|
/external/swiftshader/third_party/LLVM/test/ |
Makefile | 67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfgs
192 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
194 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
195 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
196 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp
197 @$(ECHOPATH) s=@LLVMGCCDIR@=$(LLVMGCCDIR)=g >> unit.tmp
198 @$(ECHOPATH) s=@LLVM_BUILD_MODE@=$(BuildMode)=g >> unit.tmp [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
DWARFYAML.h | 101 struct Unit { 155 std::vector<Unit> CompileUnits; 172 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::Unit) 210 template <> struct MappingTraits<DWARFYAML::Unit> { 211 static void mapping(IO &IO, DWARFYAML::Unit &Unit);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
verify_debug_info.s | 14 # CHECK-NEXT: error: Compilation unit root DIE is not a unit DIE: DW_TAG_null. 15 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match. 17 # CHECK-NEXT: note: The length for this unit is too large for the .debug_info provided. 18 # CHECK-NEXT: note: The unit type encoding is not valid. 129 .long 87 ## Length of Unit 131 .byte 1 ## DWARF Unit Type 172 .long 9 ## Length of Unit 174 .byte 1 ## DWARF Unit Type 179 .long 26 ## Length of Unit -- Error: The length for this unit is too large for the .debug_info provided [all...] |
debug_addr_64bit_address.s | 16 .long 8 # Length of Unit 18 .byte 1 # DWARF unit type
|
verify_die_ranges.s | 5 # CHECK: Verifying .debug_info Unit Header Chain... 61 .long 43 ## Length of Unit
|
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ |
BubbleActivity.kt | 55 override fun updateAppBar(showContact: Boolean, hidden: Boolean, body: (name: TextView, icon: ImageView) -> Unit) {
|
/external/eigen/lapack/ |
clarfb.f | 252 * where V1 is unit lower triangular. 273 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 286 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 303 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK ) 330 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 344 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 362 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK ) 377 * where V2 is unit upper triangular. 399 CALL CTRMM( 'Right', 'Upper', 'No transpose', 'Unit', 413 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit', [all...] |
dlarfb.f | 249 * where V1 is unit lower triangular. 269 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 283 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 300 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit', 328 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 342 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 359 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit', 375 * where V2 is unit upper triangular. 396 CALL DTRMM( 'Right', 'Upper', 'No transpose', 'Unit', 410 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit', [all...] |
slarfb.f | 249 * where V1 is unit lower triangular. 269 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit', 283 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit', 300 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit', 328 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit', 342 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit', 359 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit', 375 * where V2 is unit upper triangular. 396 CALL STRMM( 'Right', 'Upper', 'No transpose', 'Unit', 410 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit', [all...] |
zlarfb.f | 252 * where V1 is unit lower triangular. 273 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 286 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit', 304 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK ) 331 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit', 345 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit', 363 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK ) 378 * where V2 is unit upper triangular. 400 CALL ZTRMM( 'Right', 'Upper', 'No transpose', 'Unit', 415 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit', [all...] |
/external/skia/experimental/svg/model/ |
SkSVGRenderContext.cpp | 44 switch (l.unit()) { 45 case SkSVGLength::Unit::kNumber: 47 case SkSVGLength::Unit::kPX: 49 case SkSVGLength::Unit::kPercentage: 51 case SkSVGLength::Unit::kCM: 53 case SkSVGLength::Unit::kMM: 55 case SkSVGLength::Unit::kIN: 57 case SkSVGLength::Unit::kPT: 59 case SkSVGLength::Unit::kPC: 62 SkDebugf("unsupported unit type: <%d>\n", l.unit()) [all...] |
SkSVGSVG.cpp | 102 if (fWidth.unit() == SkSVGLength::Unit::kPercentage || 103 fHeight.unit() == SkSVGLength::Unit::kPercentage) {
|
/external/skqp/experimental/svg/model/ |
SkSVGRenderContext.cpp | 44 switch (l.unit()) { 45 case SkSVGLength::Unit::kNumber: 47 case SkSVGLength::Unit::kPX: 49 case SkSVGLength::Unit::kPercentage: 51 case SkSVGLength::Unit::kCM: 53 case SkSVGLength::Unit::kMM: 55 case SkSVGLength::Unit::kIN: 57 case SkSVGLength::Unit::kPT: 59 case SkSVGLength::Unit::kPC: 62 SkDebugf("unsupported unit type: <%d>\n", l.unit()) [all...] |
SkSVGSVG.cpp | 102 if (fWidth.unit() == SkSVGLength::Unit::kPercentage || 103 fHeight.unit() == SkSVGLength::Unit::kPercentage) {
|
/external/swiftshader/third_party/LLVM/unittests/ |
Makefile.unittest | 10 # This file is included by all of the unit test makefiles. 14 # Set up variables for building a unit test. 51 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg) 54 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
LiveIntervals.cpp | 159 for (unsigned Unit = 0, UnitE = RegUnitRanges.size(); Unit != UnitE; ++Unit) 160 if (LiveRange *LR = RegUnitRanges[Unit]) 161 OS << printRegUnit(Unit, TRI) << ' ' << *LR << '\n'; 251 // Register Unit Liveness 261 /// Compute the live range of a register unit, based on the uses and defs of 264 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { 268 // The physregs aliasing Unit are the roots and their super-registers. 271 // idempotent. It is very rare for a register unit to have multiple roots, s [all...] |
/build/soong/scripts/ |
manifest_fixer_test.py | 17 """Unit tests for manifest_fixer_test.py.""" 30 """Unit tests for compare_version_gt function.""" 55 """Unit tests for raise_min_sdk_version function.""" 230 """Unit tests for add_uses_libraries function.""" 316 """Unit tests for add_uses_libraries function.""" 350 """Unit tests for add_use_embedded_dex function.""" 386 """Unit tests for add_extract_native_libs function."""
|
/external/antlr/runtime/Ruby/test/unit/ |
test-scope.rb | 5 require 'test/unit' 8 class TestDFA < Test::Unit::TestCase
|
/external/autotest/client/deps/glbench/src/ |
bufferuploadsubtest.cc | 26 virtual const char* Unit() const { return "mbytes_sec"; }
|