Home
last modified time | relevance | path

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

12345678910

/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
Dannotate-tokens.m247 // CHECK: Identifier: "IBAction" [33:4 - 33:12] macro expansion=IBAction
282 // CHECK: Identifier: "IBAction" [38:4 - 38:12] macro expansion=IBAction
326 // CHECK: Identifier: "IBOutlet" [53:5 - 53:13] macro expansion=IBOutlet
334 // CHECK: Identifier: "IBAction" [55:4 - 55:12] macro expansion=IBAction
345 // CHECK: Identifier: "IBOutlet" [56:11 - 56:19] macro expansion=IBOutlet
409 // CHECK: Identifier: "VAL" [76:27 - 76:30] macro expansion=VAL:63:9
583 // CHECK-WITH-WEAK: Identifier: "__weak" [141:3 - 141:9] macro expansion
/external/curl/m4/
Dxc-translit.m430 dnl Normal shell expansion and substitution takes place
84 dnl Normal shell expansion and substitution takes place
144 dnl Expands to quoted result of 'expression' expansion.
152 dnl Expands to quoted result of 'patsubst' expansion.
160 dnl Expands to quoted result of 'translit' expansion.
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DResizableDoubleArray.java389 protected void checkContractExpand(float contraction, float expansion) { in checkContractExpand() argument
391 if (contraction < expansion) { in checkContractExpand()
394 contraction, expansion); in checkContractExpand()
403 if (expansion <= 1.0) { in checkContractExpand()
406 expansion); in checkContractExpand()
/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:
141 ; 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/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/valgrind/coregrind/m_demangle/
Dcp-demangle.c325 int expansion; member
1374 di->expansion += 3; in d_name()
1566 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2; in d_unqualified_name()
1703 di->expansion -= len - sizeof "(anonymous namespace)"; in d_identifier()
1955 di->expansion += 20; in d_special_name()
1961 di->expansion -= 5; in d_special_name()
1965 di->expansion -= 10; in d_special_name()
2010 di->expansion += 5; in d_special_name()
2131 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name()
2133 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name()
[all …]
Dcp-demangle.h124 int expansion; member
/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/clang/test/Preprocessor/
Dwarning_tests.c38 #error Alias expansion not allowed
Dfeature_tests.c45 #error Alias expansion not allowed
/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 …]
/external/llvm/test/CodeGen/Hexagon/
Dstore-widen-negv.ll2 ; We shouldn't see a 32-bit expansion of -120, just the uint8 value.
/external/llvm/test/CodeGen/ARM/
Dt2abs-killflags.ll8 ; kill the operand prior to pseudo expansion.
/external/clang/test/Lexer/
Dobjc_macros.m10 // No warning because this is the default expansion anyway.
/external/tpm2/generator/
Dtpm_table.py597 expansion = []
619 expansion.append(Field(row[1], alg_base.lower(),
636 expansion.append(Field(var_type, alg_base.lower(),
638 return expansion
/external/llvm/test/Transforms/IndVarSimplify/
Dexit_value_test3.ll3 ; Check IndVarSimplify should replace exit value even if the expansion cost
/external/llvm/test/CodeGen/X86/
Dwin_coreclr_chkstk.ll4 ; By default, windows CoreCLR requires an inline prologue stack expansion check
117 ; Within-body inline probe expansion
Dlsr-nonaffine.ll5 ; gets SCEVExpander's current expansion for them, which is suboptimal.
/external/bison/m4/
D00gnulib.m414 # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses.

12345678910