/external/compiler-rt/test/timing/ |
D | floatundisf.c | 6 #define FUNCTION_NAME __floatundisf macro 16 float FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
D | floatundixf.c | 6 #define FUNCTION_NAME __floatundixf macro 16 long double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
D | floatdixf.c | 6 #define FUNCTION_NAME __floatdixf macro 16 long double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
D | floatdidf.c | 6 #define FUNCTION_NAME __floatdidf macro 16 double FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
D | floatdisf.c | 6 #define FUNCTION_NAME __floatdisf macro 16 float FUNCTION_NAME(INPUT_TYPE x); 34 FUNCTION_NAME(input[i]); in main()
|
D | ashrdi3.c | 6 #define FUNCTION_NAME __ashrdi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
D | negdi2.c | 6 #define FUNCTION_NAME __negdi2 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input); 37 FUNCTION_NAME(input[i]); in main()
|
D | ashldi3.c | 6 #define FUNCTION_NAME __ashldi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
D | lshrdi3.c | 6 #define FUNCTION_NAME __lshrdi3 macro 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 36 FUNCTION_NAME(fixedInput, input[i]); in main()
|
D | modsi3.c | 6 #define FUNCTION_NAME __modsi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | umoddi3.c | 6 #define FUNCTION_NAME __umoddi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | muldi3.c | 6 #define FUNCTION_NAME __muldi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | udivdi3.c | 6 #define FUNCTION_NAME __udivdi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | divdi3.c | 6 #define FUNCTION_NAME __divdi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
D | moddi3.c | 6 #define FUNCTION_NAME __moddi3 macro 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 39 FUNCTION_NAME(input1[i], input2[i]); in main()
|
/external/chromium_org/tools/valgrind/ |
D | memcheck_analyze.py | 78 FUNCTION_NAME = "fn" variable 89 FUNCTION_NAME : getTextOf(frame, FUNCTION_NAME), 99 if re.match("^%s$" % regexp, frame_dict[FUNCTION_NAME]): 247 buf += (frame[FUNCTION_NAME] or frame[INSTRUCTION_POINTER]) + "\n" 339 rep += frame[FUNCTION_NAME]
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | javascripttokens.py | 46 FUNCTION_NAME = 'function functionName(...)' variable in JavaScriptTokenType
|
D | javascripttokenizer.py | 316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
|
D | statetracker.py | 914 while next_token and next_token.IsType(Type.FUNCTION_NAME): 916 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2)
|
D | javascriptlintrules.py | 414 Type.FUNCTION_NAME)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | javascripttokens.py | 46 FUNCTION_NAME = 'function functionName(...)' variable in JavaScriptTokenType
|
D | javascripttokenizer.py | 316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
|
D | statetracker.py | 914 while next_token and next_token.IsType(Type.FUNCTION_NAME): 916 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2)
|
D | javascriptlintrules.py | 414 Type.FUNCTION_NAME)
|
/external/bison/doc/ |
D | bison.info | 2745 FUNCTION_NAME (ARGUMENT)
|