HomeSort by relevance Sort by last modified time
    Searched defs:HEADER (Results 101 - 125 of 421) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/OpenMP/
target_update_codegen.cpp 2 #ifndef HEADER
3 #define HEADER
task_codegen.cpp 6 #ifndef HEADER
7 #define HEADER
taskloop_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
taskloop_simd_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
threadprivate_ast_print.cpp 10 #ifndef HEADER
11 #define HEADER
declare_target_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
distribute_parallel_for_simd_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
distribute_simd_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
for_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
for_private_codegen.cpp 8 #ifndef HEADER
9 #define HEADER
nvptx_target_codegen.cpp 7 #ifndef HEADER
8 #define HEADER
nvptx_target_firstprivate_codegen.cpp 8 #ifndef HEADER
9 #define HEADER
parallel_for_ast_print.cpp 6 #ifndef HEADER
7 #define HEADER
  /external/clang/test/PCH/
cxx-member-init.cpp 8 #ifdef HEADER
37 #elif HEADER
38 #undef HEADER
pragma-loop.cpp 24 #ifndef HEADER
25 #define HEADER
variables.c 8 #ifndef HEADER
9 #define HEADER
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
296 """Returns the postamble for the header file."""
318 """Given the maximum arity n, updates the header file that implements
321 GenerateFile(HEADER,
719 """The entry point of the script. Generates the header file and its
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /packages/apps/Car/Media/src/com/android/car/media/browse/
BrowseItemViewType.java 25 /** A section header */
26 HEADER(com.android.car.media.R.layout.media_browse_header_item),
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 58 # Where to store the generated header.
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
66 """Returns the preamble for the header file.
118 // Makes sure this header is not included before gtest.h.
123 // This header implements a family of generic predicate assertion
294 """Returns the postamble for the header file."""
316 """Given the maximum arity n, updates the header file that implements
319 GenerateFile(HEADER,
716 """The entry point of the script. Generates the header file and its
  /development/tools/logblame/
logs.py 7 HEADER = re.compile("^\\[ (\\d\\d-\\d\\d \\d\\d:\\d\\d:\\d\\d.\\d\\d\\d) +(.+?): *(\\d+): *(\\d+) *([EWIDV])/(.*?) *\\]$")
55 32 bytes of header + 8 bytes for the pointer + the length of the tag and the text.
121 m = HEADER.match(line)
  /external/clang/test/Index/
parse-all-comments.c 3 #ifndef HEADER
4 #define HEADER

Completed in 1203 milliseconds

1 2 3 45 6 7 8 91011>>