HomeSort by relevance Sort by last modified time
    Searched refs:like (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 18 are not treated like comments.
  /external/netcat/data/
pmap-dump.d 1 # portmap dump request: like "rpcinfo -p" but via UDP instead
  /external/icu4c/stubdata/
root.mk 1 # derive a string like 'icudt 46l' from a local file like 'external/icu4c/stubdata/icudt 46l-all.dat'
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /build/core/
build_id.mk 18 # (like "MAIN") or a branch name and a release candidate
19 # (like "CRB01"). It must be a single word, and is
  /external/dbus/dbus/
dbus-sockets-win.h 51 #error This does not look like Win32 and the Microsoft C library
  /external/dbus/test/name-test/
run-test-systemserver.sh 20 SOURCE_CONFIG_FILE=$DBUS_TOP_SRCDIR/test/name-test/tmp-session-like-system.conf
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
  /external/llvm/
llvm-gen-intrinsics.mk 1 # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
  /build/core/combo/
javac.mk 27 # We set the VM options (like -Xmx) in the javac script.
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-unix.js 1 description("Test resolution of relative UNIX-like URLs.");
relative-win.js 1 description("Test resolution of relative Windows-like URLs.");
15 // an absolute path or UNC depending on what it looks like.
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 50 executables like svn in front of the Cygwin ones in their paths.
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 191 mSuggestSuggestionClause = "display1 LIKE ? OR display2 LIKE ?";
204 mSuggestSuggestionClause = "display1 LIKE ?";
331 String like = "%" + selectionArgs[0] + "%"; local
333 myArgs = new String [] { like, like };
335 myArgs = new String [] { like };
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 65 "(url LIKE ? OR url LIKE ? OR url LIKE ? OR url LIKE ? OR title LIKE ?)";
462 String like = constraint + "%"; local
465 if (like.startsWith("http") || like.startsWith("file")) {
467 args[0] = like;
468 selection = "url LIKE ?"
    [all...]
  /external/doclava/res/assets/templates/
class.cs 92 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
140 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
278 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
284 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
293 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
320 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
335 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
344 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
371 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
380 <?cs # this next line must be exactly like this to be parsed by eclipse ?
    [all...]

Completed in 669 milliseconds

1 2 3 4 5 6 7