/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.h | 65 …TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expan… 70 , m_expansion(expansion) in m_charactersLength() 85 …TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expan… 90 , m_expansion(expansion) in m_charactersLength() 105 …TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBeha… 110 , m_expansion(expansion) 133 …TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansion… 138 , m_expansion(expansion) 200 float expansion() const { return m_expansion; } in expansion() function
|
/external/libedit/examples/ |
D | fileman.c | 121 char* expansion; in main() local 124 result = history_expand(s, &expansion); in main() 127 fprintf(stderr, "%s\n", expansion); in main() 129 add_history(expansion); in main() 130 execute_line(expansion); in main() 132 free(expansion); in main()
|
/external/clang/test/Index/ |
D | IBOutletCollection.m | 12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9 13 // FIXME: The following token should belong to the macro expansion cursor. 16 // FIXME: The following token should belong to the macro expansion cursor.
|
D | annotate-macro-args.m | 10 // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9 18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineBox.h | 274 int expansion() const { return m_bitfields.expansion(); } in expansion() function 373 signed expansion() const { return m_expansion; } in expansion() function 374 void setExpansion(signed expansion) { m_expansion = expansion; } in setExpansion() argument 399 signed expansion() { return m_bitfields.expansion(); } in expansion() function 400 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); } in setExpansion() argument
|
D | RenderBlockFlow.cpp | 2688 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRunInternal() argument 2695 TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride); in constructTextRunInternal() 2703 …RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags fl… in constructTextRunInternal() argument 2716 TextRun run(characters, length, 0, 0, expansion, textDirection, directionalOverride); in constructTextRunInternal() 2723 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun() argument 2725 return constructTextRunInternal(context, font, characters, length, style, direction, expansion); in constructTextRun() 2728 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun() argument 2730 return constructTextRunInternal(context, font, characters, length, style, direction, expansion); in constructTextRun() 2733 …enderText* text, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun() argument 2736 …xtRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion); in constructTextRun() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucol_swp.cpp | 227 header.expansion= ds->readUInt32(inHeader->expansion); in ucol_swapBinary() 249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in ucol_swapBinary() 254 if(header.mappingPosition!=0 && header.expansion!=0) { in ucol_swapBinary() 257 count=header.contractionIndex-header.expansion; in ucol_swapBinary() 260 count=header.mappingPosition-header.expansion; in ucol_swapBinary() 262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in ucol_swapBinary() 263 outBytes+header.expansion, pErrorCode); in ucol_swapBinary()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
D | nasm-pp.c | 70 Token *expansion; member 102 Line *expansion; member 195 Line *expansion; member 1077 lp = &istk->expansion; in prepreproc() 1162 free_llist(m->expansion); in free_mmacro() 1182 free_tlist(s->expansion); in ctx_pop() 2700 free_tlist(s->expansion); in do_directive() 2735 inc->expansion = NULL; in do_directive() 2826 free_tlist(smac->expansion); in do_directive() 2847 free_tlist(smac->expansion); in do_directive() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 239 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 266 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 269 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 272 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 275 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
|
D | ucol_data.h | 43 uint32_t expansion; /* uint32_t *expansion; */ member
|
/external/llvm/test/CodeGen/Mips/ |
D | longbranch.ll | 47 ; expansion which at the end indirectly jumps to the target of the original 55 ; Check for long branch expansion: 82 ; Check for long branch expansion: 112 ; Check for long branch expansion: 142 ; Check for long branch expansion:
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-12-19-PostincQuadratic.ll | 4 ; recursive expansion of a quadratic recurrence within for.body7. LSR 5 ; needs to forget that for.body7 is a postinc loop during expansion.
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | glcpp-parse.y | 1540 token_list_t *expansion; in _glcpp_parser_expand_node() local 1545 expansion = _token_list_create (parser); in _glcpp_parser_expand_node() 1546 _token_list_append (expansion, final); in _glcpp_parser_expand_node() 1548 return expansion; in _glcpp_parser_expand_node() 1632 token_list_t *expansion; in _glcpp_parser_expand_token_list() local 1648 expansion = _glcpp_parser_expand_node (parser, node, &last); in _glcpp_parser_expand_token_list() 1649 if (expansion) { in _glcpp_parser_expand_token_list() 1666 if (expansion->head) { in _glcpp_parser_expand_token_list() 1668 node_prev->next = expansion->head; in _glcpp_parser_expand_token_list() 1670 list->head = expansion->head; in _glcpp_parser_expand_token_list() [all …]
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.y | 1540 token_list_t *expansion; in _glcpp_parser_expand_node() local 1545 expansion = _token_list_create (parser); in _glcpp_parser_expand_node() 1546 _token_list_append (expansion, final); in _glcpp_parser_expand_node() 1548 return expansion; in _glcpp_parser_expand_node() 1632 token_list_t *expansion; in _glcpp_parser_expand_token_list() local 1648 expansion = _glcpp_parser_expand_node (parser, node, &last); in _glcpp_parser_expand_token_list() 1649 if (expansion) { in _glcpp_parser_expand_token_list() 1666 if (expansion->head) { in _glcpp_parser_expand_token_list() 1668 node_prev->next = expansion->head; in _glcpp_parser_expand_token_list() 1670 list->head = expansion->head; in _glcpp_parser_expand_token_list() [all …]
|
/external/clang/test/Preprocessor/ |
D | warning_tests.c | 38 #error Alias expansion not allowed
|
D | feature_tests.c | 45 #error Alias expansion not allowed
|
/external/openssl/crypto/rc2/ |
D | rrc2.doc | 46 RRC.2 consists of three components, a *key expansion* algorithm, an 52 The purpose of the key-expansion routine is to expand the user's key K to fill 70 to skip the Beale Cipher expansion and store the sBox table directly. 74 The secret key is first expanded to fill 128 bytes (64 words). The expansion 91 The final phase of the key expansion involves replacing the first byte of S
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
D | rrc2.doc | 46 RRC.2 consists of three components, a *key expansion* algorithm, an 52 The purpose of the key-expansion routine is to expand the user's key K to fill 70 to skip the Beale Cipher expansion and store the sBox table directly. 74 The secret key is first expanded to fill 128 bytes (64 words). The expansion 91 The final phase of the key expansion involves replacing the first byte of S
|
/external/gcc-demangle/ |
D | cp-demangle.c | 1211 di->expansion += 3; in d_name() 1381 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2; in d_unqualified_name() 1512 di->expansion -= len - sizeof "(anonymous namespace)"; in d_identifier() 1745 di->expansion += 20; in d_special_name() 1751 di->expansion -= 5; in d_special_name() 1755 di->expansion -= 10; in d_special_name() 1800 di->expansion += 5; in d_special_name() 1893 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name() 1895 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name() 2057 di->expansion += ret->u.s_builtin.type->len; in cplus_demangle_type() [all …]
|
/external/valgrind/main/coregrind/m_demangle/ |
D | cp-demangle.c | 1249 di->expansion += 3; in d_name() 1429 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2; in d_unqualified_name() 1560 di->expansion -= len - sizeof "(anonymous namespace)"; in d_identifier() 1795 di->expansion += 20; in d_special_name() 1801 di->expansion -= 5; in d_special_name() 1805 di->expansion -= 10; in d_special_name() 1850 di->expansion += 5; in d_special_name() 1963 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name() 1965 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name() 2133 di->expansion += ret->u.s_builtin.type->len; in cplus_demangle_type() [all …]
|
/external/ceres-solver/data/nist/ |
D | Hahn1.dat | 12 the thermal expansion of copper. The response 13 variable is the coefficient of thermal expansion, and 25 Data: 1 Response (y = coefficient of thermal expansion)
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | bmsearch.cpp | 106 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) { in Target() local 107 if (*expansion > maxExpansion) { in Target() 108 maxExpansion = *expansion; in Target()
|
/external/chromium_org/tools/gyp/test/mac/non-strs-flattened-to-env/ |
D | test.gyp | 14 'MY_VAR': 'some expansion',
|
/external/llvm/test/CodeGen/R600/ |
D | mul.ll | 69 ; A standard 64-bit multiply. The expansion should be around 6 instructions. 70 ; It would be difficult to match the expansion correctly without writing
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 464 # expensive in expansion time than comparing the number of arguments; so 476 # If the expansion of TESTn matches the string VALn, the result is IF-VALn. 500 # In the common case of $1 with no backslash, only one m4_index expansion 596 # for one less round of expansion. 621 # for one less round of expansion. 721 # lists, the expansion of m4_if takes twice as much memory as what the 808 # without arguments. The expansion will not be concatenated with 828 # Perform argument currying. The expansion of this macro is another 881 # Return the expansion of ARG as a single string. Unlike 901 # given a terminated expansion, and has no safety checks for [all …]
|