Searched refs:snippet (Results 1 – 24 of 24) sorted by relevance
16 private String snippet; field in ShadowOverlayItem18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { in __constructor__() argument21 this.snippet = snippet; in __constructor__()36 return snippet; in getSnippet()50 && Strings.equals(snippet, that.snippet) in equals()59 result = snippet == null ? result : 19 * result + snippet.hashCode(); in hashCode()
10 $ cat <<EOF > snippet.cc15 $ ~/clang/build/bin/clang-check snippet.cc -ast-dump --16 Processing: /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc.17 /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:2:12: error: expected ';' at end of26 …(FunctionDecl 0x7ff3a302a8d0 </Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:1:1, line…32 Error while processing snippet.cc.
212 When running this tool over a small code snippet it will output all
23 Parsing a code snippet in memory
6 GET_FILENAME_COMPONENT(snippet ${snippet_src} NAME_WE)7 SET(compile_snippet_target compile_${snippet})21 ARGS >${CMAKE_CURRENT_BINARY_DIR}/${snippet}.out
6 get_filename_component(snippet ${snippet_src} NAME_WE)7 set(compile_snippet_target compile_${snippet})21 ARGS >${CMAKE_CURRENT_BINARY_DIR}/${snippet}.out
1542 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h1544 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h1559 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h1562 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \1569 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h1583 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h1586 < $(top_srcdir)/build-aux/snippet/c++defs.h \1593 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h1603 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h1606 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \[all …]
1543 $(top_srcdir)/build-aux/snippet/_Noreturn.h \1544 $(top_srcdir)/build-aux/snippet/arg-nonnull.h \1545 $(top_srcdir)/build-aux/snippet/c++defs.h \1546 $(top_srcdir)/build-aux/snippet/warn-on-use.h snprintf.c \1624 _NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h2731 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h2734 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \2739 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h2742 < $(top_srcdir)/build-aux/snippet/c++defs.h \2748 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h[all …]
14 dnl Prerequisites of the lib/Makefile.am snippet.
177 # Code from module snippet/_Noreturn:178 # Code from module snippet/arg-nonnull:179 # Code from module snippet/c++defs:180 # Code from module snippet/warn-on-use:908 build-aux/snippet/_Noreturn.h909 build-aux/snippet/arg-nonnull.h910 build-aux/snippet/c++defs.h911 build-aux/snippet/warn-on-use.h
79 That code snippet will perform a single IR operation94 arity of the operator. The code snippet there is supposed to check
7 ; Test cases are obtained from the following code snippet:
4 ; IR simplified from the following C++ snippet compiled for i686-windows-msvc:
28 snippet that sets the world up to build SampleApp with XCode 3:
150 && SQLITE_OK==(rc = sqlite3_overload_function(db, "snippet", -1))
34 //Now let's parse HTML-snippet
491 (low) and on (high). For example, here is a snippet of a file showing602 \texttt{-I} option can be seen from the following output snippet --637 spaces). As an example, here is a snippet of 4 IOs that were merged722 sectors from the previous IO in column 2 (Y values). Here is a snippet
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
335 // particular MachineInstr. The code snippet is used as an
330 snippet in the ContentEntry to affect the core of the drawing call,
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
327 this snippet, ``%object`` is the object pointer, and ``%derived`` is the derived
1616 a code snippet that prints out each instruction in a ``BasicBlock``:1704 this is a constant time operation (very efficient). The following code snippet