Home
last modified time | relevance | path

Searched refs:re2 (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/cmake/external/
Dre2.cmake17 set(re2_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/re2/install/include)
18 set(re2_URL https://github.com/google/re2)
19 set(re2_BUILD ${CMAKE_CURRENT_BINARY_DIR}/re2/src/re2)
20 set(re2_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/re2/install)
25 set(re2_STATIC_LIBRARIES ${re2_BUILD}/$(Configuration)/re2.lib)
27 set(re2_STATIC_LIBRARIES ${re2_BUILD}/re2.lib)
34 ${re2_INSTALL}/include/re2/re2.h
37 ExternalProject_Add(re2
38 PREFIX re2
/external/python/httplib2/doc/html/_static/
Dsearchtools.js87 var re2;
97 re2 = /^(.+?)([^s])s$/;
101 else if (re2.test(w))
102 w = w.replace(re2,"$1$2");
106 re2 = /^(.+?)(ed|ing)$/;
115 else if (re2.test(w)) {
116 var fp = re2.exec(w);
118 re2 = new RegExp(s_v);
119 if (re2.test(stem)) {
121 re2 = /(at|bl|iz)$/;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/external/
DCMakeLists.txt72 # If already configured, then use that. Otherwise, prefer to find it under 're2'
74 if (NOT TARGET re2)
80 if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/re2)
81 set(RE2_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/re2" CACHE STRING "RE2 source dir" )
90 if (NOT TARGET re2)
99 # Turn off warnings for effcee and re2
101 set_property(TARGET re2 APPEND PROPERTY COMPILE_OPTIONS -w)
/external/deqp-deps/SPIRV-Tools/external/
DCMakeLists.txt72 # If already configured, then use that. Otherwise, prefer to find it under 're2'
74 if (NOT TARGET re2)
80 if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/re2)
81 set(RE2_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/re2" CACHE STRING "RE2 source dir" )
90 if (NOT TARGET re2)
99 # Turn off warnings for effcee and re2
101 set_property(TARGET re2 APPEND PROPERTY COMPILE_OPTIONS -w)
/external/dtc/tests/
Ddtbs_equal_unordered.c60 const struct fdt_reserve_entry *re2 = p2; in mem_rsv_cmp() local
62 if (fdt64_to_cpu(re1->address) < fdt64_to_cpu(re2->address)) in mem_rsv_cmp()
64 else if (fdt64_to_cpu(re1->address) > fdt64_to_cpu(re2->address)) in mem_rsv_cmp()
67 if (fdt64_to_cpu(re1->size) < fdt64_to_cpu(re2->size)) in mem_rsv_cmp()
69 else if (fdt64_to_cpu(re1->size) > fdt64_to_cpu(re2->size)) in mem_rsv_cmp()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StaticRegexReplace.pbtxt24 description: "It follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)"
Dapi_def_StaticRegexFullMatch.pbtxt26 The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
Dapi_def_RegexFullMatch.pbtxt28 The pattern follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)
Dapi_def_RegexReplace.pbtxt34 description: "It follows the re2 syntax (https://github.com/google/re2/wiki/Syntax)"
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/
Dbuild.sh37 git clone --depth=1 https://github.com/google/re2 external/re2
/external/deqp-deps/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh39 git clone --depth=1 https://github.com/google/re2 external/re2
/external/swiftshader/third_party/SPIRV-Tools/kokoro/check-format/
Dbuild.sh36 git clone --depth=1 https://github.com/google/re2 external/re2
/external/swiftshader/third_party/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh39 git clone --depth=1 https://github.com/google/re2 external/re2
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/
Dbuild.sh37 git clone --depth=1 https://github.com/google/re2 external/re2
/external/deqp-deps/SPIRV-Tools/kokoro/check-format/
Dbuild.sh36 git clone --depth=1 https://github.com/google/re2 external/re2
/external/deqp-deps/SPIRV-Tools/kokoro/android/
Dbuild.sh40 git clone --depth=1 https://github.com/google/re2 external/re2
/external/swiftshader/third_party/SPIRV-Tools/kokoro/android/
Dbuild.sh40 git clone --depth=1 https://github.com/google/re2 external/re2
/external/tensorflow/tensorflow/contrib/bigtable/
DBUILD118 "@com_googlesource_code_re2//:re2",
159 "@com_googlesource_code_re2//:re2",
176 "@com_googlesource_code_re2//:re2",
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh74 git clone --depth=1 https://github.com/google/re2 external/re2
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh74 git clone --depth=1 https://github.com/google/re2 external/re2
/external/tensorflow/tensorflow/lite/models/smartreply/
DBUILD32 "@com_googlesource_code_re2//:re2",
49 "@com_googlesource_code_re2//:re2",
/external/tensorflow/tensorflow/core/platform/
Dregexp.h34 typedef re2::StringPiece RegexpStringPiece;
/external/deqp-deps/SPIRV-Tools/
DREADME.md181 * `external/re2`: Location of [RE2][re2] sources, if the `re2` library is not already
198 git clone https://github.com/google/re2.git spirv-tools/external/re2
221 Effcee itself depends on [RE2][re2].
226 and RE2 sources to appear in `external/re2`.
245 git clone https://github.com/google/re2.git external/re2
531 [re2]: https://github.com/google/re2
/external/swiftshader/third_party/SPIRV-Tools/
DREADME.md181 * `external/re2`: Location of [RE2][re2] sources, if the `re2` library is not already
198 git clone https://github.com/google/re2.git spirv-tools/external/re2
221 Effcee itself depends on [RE2][re2].
226 and RE2 sources to appear in `external/re2`.
245 git clone https://github.com/google/re2.git external/re2
531 [re2]: https://github.com/google/re2
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat31 git clone --depth=1 https://github.com/google/re2 external/re2

123