Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h65 …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/
Dfileman.c121 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/
DIBOutletCollection.m12 // 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.
Dannotate-macro-args.m10 // 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/
DInlineBox.h274 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
DRenderBlockFlow.cpp2688 …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/
Ducol_swp.cpp227 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/
Dnasm-pp.c70 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/
Ducol_swp.cpp239 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()
Ducol_data.h43 uint32_t expansion; /* uint32_t *expansion; */ member
/external/llvm/test/CodeGen/Mips/
Dlongbranch.ll47 ; 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/
D2011-12-19-PostincQuadratic.ll4 ; 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/
Dglcpp-parse.y1540 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/
Dglcpp-parse.y1540 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/
Dwarning_tests.c38 #error Alias expansion not allowed
Dfeature_tests.c45 #error Alias expansion not allowed
/external/openssl/crypto/rc2/
Drrc2.doc46 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/
Drrc2.doc46 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/
Dcp-demangle.c1211 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/
Dcp-demangle.c1249 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/
DHahn1.dat12 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/
Dbmsearch.cpp106 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/
Dtest.gyp14 'MY_VAR': 'some expansion',
/external/llvm/test/CodeGen/R600/
Dmul.ll69 ; 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/
Dm4sugar.m4464 # 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 …]

1234567891011