/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCMonetary.java | 43 private static final int POSITIVE = 0; field in POSIX_LCMonetary 55 monetary_formats[POSITIVE] = grouping_pattern; in POSIX_LCMonetary() 59 mon_grouping = POSIXUtilities.POSIXGrouping(monetary_formats[POSITIVE]); in POSIX_LCMonetary() 131 if (monetary_formats[POSITIVE].indexOf('+') >= 0) { in POSIX_LCMonetary() 144 int currency_symbol_position = monetary_formats[POSITIVE].indexOf('\u00a4'); in POSIX_LCMonetary() 145 int decimal_symbol_position = monetary_formats[POSITIVE].indexOf('.'); in POSIX_LCMonetary() 146 int sign_position = monetary_formats[POSITIVE].indexOf('+'); in POSIX_LCMonetary() 147 … int leftparen_position = monetary_formats[POSITIVE].lastIndexOf('(', decimal_symbol_position); in POSIX_LCMonetary() 148 int rightparen_position = monetary_formats[POSITIVE].indexOf(')', decimal_symbol_position); in POSIX_LCMonetary() 149 int space_position = monetary_formats[POSITIVE].indexOf(' '); in POSIX_LCMonetary() [all …]
|
/external/compiler-rt/test/msan/Linux/ |
D | process_vm_readv.cc | 21 #ifdef POSITIVE in exit_dummy() 63 #ifdef POSITIVE in main()
|
D | obstack.cc | 27 #ifdef POSITIVE in main()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mtb.py | 1177 POSITIVE = 'positive' 1180 GV.LR: {AXIS.X: POSITIVE}, 1182 GV.TB: {AXIS.Y: POSITIVE}, 1184 GV.CR: {AXIS.X: POSITIVE}, 1186 GV.CB: {AXIS.Y: POSITIVE}, 1188 GV.BLTR: {AXIS.X: POSITIVE, AXIS.Y: NEGATIVE}, 1190 GV.TRBL: {AXIS.X: NEGATIVE, AXIS.Y: POSITIVE}, 1191 GV.TLBR: {AXIS.X: POSITIVE, AXIS.Y: POSITIVE}, 1197 reversed_functions = {POSITIVE: func_negative, NEGATIVE: func_positive}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | min-positive.ll | 74 ; CHECK-NEXT: [[POSITIVE:%.*]] = load i32, i32* @g, align 4, !range !0 75 ; CHECK-NEXT: [[CMP:%.*]] = icmp slt i32 [[POSITIVE]], [[OTHER:%.*]] 76 ; CHECK-NEXT: [[SEL:%.*]] = select i1 [[CMP]], i32 [[POSITIVE]], i32 [[OTHER]]
|
/external/compiler-rt/test/msan/ |
D | print_stats.cc | 26 #ifdef POSITIVE in main()
|
D | msan_check_mem_is_initialized.cc | 16 #ifdef POSITIVE in main()
|
D | vector_cvt.cc | 16 #ifdef POSITIVE in main()
|
D | ioctl_custom.cc | 22 #ifndef POSITIVE in main()
|
D | iconv.cc | 28 #ifdef POSITIVE in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | readv.cc | 17 #ifdef POSITIVE in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 87 #ifdef POSITIVE in main()
|
/external/perfetto/src/protozero/test/example_proto/ |
D | test_messages.proto | 39 POSITIVE = 1; enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 727 POSITIVE = 0, enumerator 760 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u)).bits() << 16) in iterate() 764 | tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u << (mantBits - 1u))).bits()); in iterate() 766 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, mantBitMask)).bits() << 16) in iterate() 789 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmsimpleexpression.h | 32 POSITIVE, enumerator
|
D | cxfa_fmsimpleexpression.cpp | 529 javascript << gs_lpStrExpFuncName[POSITIVE]; in ToJavaScript()
|
/external/v8/src/ |
D | conversions.cc | 594 enum Sign { NONE, NEGATIVE, POSITIVE }; in InternalStringToDouble() enumerator 602 sign = POSITIVE; in InternalStringToDouble()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 104 ; Test the result of LOAD POSITIVE.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 104 ; Test the result of LOAD POSITIVE.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 67 …cpu=cortex-a15 -denormal-fp-math=positive-zero | FileCheck %s --check-prefix=DENORMAL-POSITIVE-ZERO 907 ; DENORMAL-POSITIVE-ZERO: .eabi_attribute 20, 0
|
/external/freetype/ |
D | ChangeLog.21 | 7342 (PSH3_POINT_{EXTREMUM,POSITIVE,NEGATIVE,EDGE_MIN,EDGE_MAX): New
|