/external/clang/test/Preprocessor/ |
warning_tests.c | 30 // Macro expansion does not occur in the parameter to __has_warning 38 #error Alias expansion not allowed 45 #error Expansion should have occurred
|
feature_tests.c | 36 // Macro expansion does not occur in the parameter to __has_builtin, 44 #error Alias expansion not allowed 53 #error Expansion should have occurred
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextRun.h | 63 TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 68 , m_expansion(expansion) 83 TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 88 , m_expansion(expansion) 103 TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 108 , m_expansion(expansion) 131 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 136 , m_expansion(expansion) 198 float expansion() const { return m_expansion; }
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.h | 271 int expansion() const { return m_bitfields.expansion(); } function in class:WebCore::InlineBox 370 signed expansion() const { return m_expansion; } function in class:WebCore::InlineBox::InlineBoxBitfields 371 void setExpansion(signed expansion) { m_expansion = expansion; } 395 signed expansion() { return m_bitfields.expansion(); } function in class:WebCore::InlineBox 396 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); }
|
InlineTextBox.h | 144 m_logicalWidth -= expansion(); 192 | (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpansion);
|
RenderBlockFlow.cpp | [all...] |
/external/icu4c/common/ |
ucol_data.h | 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon21501 50 expansion */ 51 uint32_t expansionCESize; /* array of maximum expansion size 52 corresponding to the expansion
|
ucol_swp.cpp | 225 header.expansion= ds->readUInt32(inHeader->expansion); 247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, 252 if(header.mappingPosition!=0 && header.expansion!=0) { 255 count=header.contractionIndex-header.expansion; 258 count=header.mappingPosition-header.expansion; 260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, 261 outBytes+header.expansion, pErrorCode); 282 /* swap the max expansion table */
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelperTextRun.cpp | 67 // Expansion is the amount to add to make justification happen. This 69 if (run.expansion() > 0) 70 justify(run.expansion());
|
/external/gcc-demangle/ |
cp-demangle.h | 124 int expansion; member in struct:d_info
|
cp-demangle.c | 219 /* The length of the simple expansion. */ 221 /* The results of a full, verbose, expansion. This is used when 224 /* The length of the full expansion. */ 684 printf ("pack expansion\n"); [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.h | 124 int expansion; member in struct:d_info
|
cp-demangle.c | 234 /* The length of the simple expansion. */ 236 /* The results of a full, verbose, expansion. This is used when 239 /* The length of the full expansion. */ 706 printf ("pack expansion\n"); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 16 * from a macro expansion 70 Token *expansion; member in struct:SMacro 102 Line *expansion; member in struct:MMacro 110 int lineno; /* Current line number on expansion */ 164 * `expansion' field in MMacro structures, so that the linked list, 167 * push the lines on to the `expansion' field in _istk_ in reverse 173 * markers delimiting the end of the expansion of a given macro. 195 Line *expansion; member in struct:Include [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucol_swp.cpp | 227 header.expansion= ds->readUInt32(inHeader->expansion); 249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, 254 if(header.mappingPosition!=0 && header.expansion!=0) { 257 count=header.contractionIndex-header.expansion; 260 count=header.mappingPosition-header.expansion; 262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, 263 outBytes+header.expansion, pErrorCode); 284 /* swap the max expansion table */
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 1 /* Builtin function expansion for GNU Make. 1214 char *expansion = expand_argument (begp, endp+1); 1216 result = strlen (expansion); 1217 free (expansion); 1228 char *expansion; 1230 expansion = expand_argument (argv[0], NULL); 1232 o = variable_buffer_output (o, expansion, strlen (expansion)); 1234 free (expansion); 1247 expansion. If it's false, CONDITION2 is evaluated, and so on. If none o 1207 char *expansion = expand_argument (begp, endp+1); local 1221 char *expansion; local 1254 char *expansion; local 1300 char *expansion; local [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-parse.y | 116 /* Perform macro expansion in-place on the given list. */ 1309 /* Perform macro expansion on 'list', placing the resulting tokens 1359 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"); 1376 * Returns NULL if node is a simple token with no expansion, (that is, 1381 * Compute the complete expansion of node (which is a function-lik [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 116 /* Perform macro expansion in-place on the given list. */ 1309 /* Perform macro expansion on 'list', placing the resulting tokens 1359 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"); 1376 * Returns NULL if node is a simple token with no expansion, (that is, 1381 * Compute the complete expansion of node (which is a function-lik [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
bmsearch.cpp | 104 // find the largest expansion 106 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) { 107 if (*expansion > maxExpansion) { 108 maxExpansion = *expansion;
|
ucol_tok.h | 77 uint32_t expansion; member in struct:UColToken
|
ucol_res.cpp | 651 if(sourceReset->expansion) { 652 if(!targetReset->expansion) { 657 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF); 658 sourceStringLen = sourceReset->expansion >> 24; 659 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF); 660 targetStringLen = targetReset->expansion >> 24; 667 if(targetReset->expansion) { [all...] |
ucol_elm.cpp | 424 * Looks for the maximum length of all expansion sequences ending with the same 427 * @param endexpansion the last expansion collation element to be added 428 * @param expansionsize size of the expansion 429 * @param maxexpansion data structure to store the maximum expansion data. 486 /* using binary search to determine if last expansion element is 508 /* found the ce in expansion, we'll just modify the size if it is 558 fprintf(stderr, "expansion not found %d\n", temp); 566 * Sets the maximum length of all jamo expansion sequences ending with the same 570 * @param endexpansion the last expansion collation element to be added 571 * @param expansionsize size of the expansion 1137 uint32_t expansion = 0; local 1706 uint32_t expansion = 0; local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.c | 193 /* Perform macro expansion in-place on the given list. */ 4007 token_list_t *expansion; local 4099 token_list_t *expansion; local [all...] |
/external/icu4c/i18n/ |
ucol_tok.h | 77 uint32_t expansion; member in struct:UColToken
|
ucol_res.cpp | 664 if(sourceReset->expansion) { 665 if(!targetReset->expansion) { 670 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF); 671 sourceStringLen = sourceReset->expansion >> 24; 672 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF); 673 targetStringLen = targetReset->expansion >> 24; 680 if(targetReset->expansion) { [all...] |