HomeSort by relevance Sort by last modified time
    Searched full:like (Results 151 - 175 of 10669) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
  /ndk/sources/host-tools/sed-4.2.1/
README.boot 10 with a Bourne-like shell and gcc one could use:
12 or with a csh-like shell, one could try:
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 12 * like #pragmas, do include platform-specific prolog file
31 * Looks like the compiler native library on which STLport rely defined the std macro.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 12 * like #pragmas, do include platform-specific prolog file
31 * Looks like the compiler native library on which STLport rely defined the std macro.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 12 * like #pragmas, do include platform-specific prolog file
31 * Looks like the compiler native library on which STLport rely defined the std macro.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h 28 /* For some compilers, C headers like <stdio.h> are located in separate directory */
36 /* For some compilers, C-library headers like <cstdio> are located in separate directory */
  /sdk/swtmenubar/src/com/android/menubar/
IMenuBarCallback.java 38 * @param format A printf-like format string.
39 * @param args The parameters for the printf-like format string.
  /external/protobuf/src/google/protobuf/
message_lite.h 112 // Like ParseFromCodedStream(), but accepts messages that are missing
118 // Like ParseFromZeroCopyStream(), but accepts messages that are missing
125 // Like ParseFromBoundedZeroCopyStream(), but accepts messages that are
131 // Like ParseFromString(), but accepts messages that are missing
136 // Like ParseFromArray(), but accepts messages that are missing
154 // Like MergeFromCodedStream(), but succeeds even if required fields are
169 // Like SerializeToCodedStream(), but allows missing required fields.
174 // Like SerializeToZeroCopyStream(), but allows missing required fields.
179 // Like SerializeToString(), but allows missing required fields.
184 // Like SerializeToArray(), but allows missing required fields
    [all...]
  /bootable/recovery/edify/
README 10 understood, as are hexadecimal escapes like \x4a.
30 - Operators (like "&&" and "||") are just syntactic sugar for builtin
44 quotes are only needed if you want characters like whitespace to
65 look like if/else statements:
104 A more useful example might be something like:
  /frameworks/base/telephony/java/com/android/internal/telephony/
AdnRecordCache.java 43 // People waiting for ADN-like files to be loaded
106 * Returns extension ef associated with ADN-like EF or -1 if
132 * Update an ADN-like record in EF by record index
146 sendErrorResponse(response, "EF is not known ADN-like EF:" + efid);
164 * Replace oldAdn with newAdn in ADN-like record in EF
166 * The ADN-like records must be read through requestLoadAllAdnLike() before
184 sendErrorResponse(response, "EF is not known ADN-like EF:" + efid);
243 * Responds with exception (in response) if efid is not a known ADN-like
288 // respond with error if not known ADN-like record
292 = new RuntimeException("EF is not known ADN-like EF:" + efid)
    [all...]
  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 26 IndexHeaderMap, ///< Like Angled, but marks header maps used when
28 System, ///< Like Angled, but marks system directories.
29 CSystem, ///< Like System, but only used for C.
30 CXXSystem, ///< Like System, but only used for C++.
31 ObjCSystem, ///< Like System, but only used for ObjC.
32 ObjCXXSystem, ///< Like System, but only used for ObjC++.
33 After ///< Like System, but searched after the system directories.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 19 // Cocoa, and while these are view-like, they aren't views at all.
20 // Decorations are more like Cocoa cells, except implemented in C++ to
46 // Decorations which do not accept mouse events are treated like the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 10 To do feed manipulation, like creating a feed, adding a entry to a feed, querying
32 To watch a feed for changes or the appearance of specific attribute values (like
34 like those in properties/feedWatch.*.properties
  /external/iproute2/
README.lnstat 21 I personally always like examples more than any reference documentation, so I
31 It will display something like
43 You can now select the files/keys you are interested by something like
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 28 for branches. Even just typing that once gives me the creeps. ;) Like I
31 > On reflection, I really like your idea of having the two different
62 + You NEED casts to represent things like:
68 in a language like C. Even in a Java like language, you need upcasts
107 pointers like the builtin function would) if one is available, otherwise
110 Does this sound like a good compromise? It would give us all of the
114 > 'alloca' on the other hand sounds like a good idea, and the
132 that they want languages like Haskell and lisp to be efficiently runnable
155 tend to prefer that a predicated architecture like IA64 convert from
    [all...]
  /external/skia/include/core/
SkTScopedPtr.h 16 A SkTScopedPtr<T> is like a T*, except that the destructor of SkTScopedPtr<T>
18 owns the T object that it points to. Like a T*, a SkTScopedPtr<T> may hold
19 either NULL or a pointer to a T object. Also like T*, SkTScopedPtr<T> is
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityMediumTests.java 157 Account.DISPLAY_NAME + " like :1", new String[] {"X%"},
163 Account.DISPLAY_NAME + " like :1", new String[] {"X%"},
170 Account.DISPLAY_NAME + " like :1", new String[] {"NO SUCH ACCOUNT"},
177 Account.DISPLAY_NAME + " like :1", new String[] {"NO SUCH ACCOUNT"},
190 Account.DISPLAY_NAME + " like :1", new String[] {"X%"},
196 Account.DISPLAY_NAME + " like :1", new String[] {"X%"},
203 Account.DISPLAY_NAME + " like :1", new String[] {"NO SUCH ACCOUNT"},
210 Account.DISPLAY_NAME + " like :1", new String[] {"NO SUCH ACCOUNT"},
225 Account.DISPLAY_NAME + " like :1", new String[] {"X%"},
231 Account.DISPLAY_NAME + " like :1", new String[] {"X%"}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 304 /* Like `strtol' but convert to `intmax_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
312 /* Like `wcstol' but convert to `intmax_t'. */
317 /* Like `wcstoul' but convert to `uintmax_t'. */
330 /* Like `strtol' but convert to `intmax_t'. */
343 /* Like `strtoul' but convert to `uintmax_t'. */
355 /* Like `wcstol' but convert to `intmax_t'. */
369 /* Like `wcstoul' but convert to `uintmax_t'. */
384 /* Like `strtol' but convert to `intmax_t'. */
400 /* Like `strtoul' but convert to `uintmax_t'. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 304 /* Like `strtol' but convert to `intmax_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
312 /* Like `wcstol' but convert to `intmax_t'. */
317 /* Like `wcstoul' but convert to `uintmax_t'. */
330 /* Like `strtol' but convert to `intmax_t'. */
343 /* Like `strtoul' but convert to `uintmax_t'. */
355 /* Like `wcstol' but convert to `intmax_t'. */
369 /* Like `wcstoul' but convert to `uintmax_t'. */
384 /* Like `strtol' but convert to `intmax_t'. */
400 /* Like `strtoul' but convert to `uintmax_t'. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 304 /* Like `strtol' but convert to `intmax_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
312 /* Like `wcstol' but convert to `intmax_t'. */
317 /* Like `wcstoul' but convert to `uintmax_t'. */
330 /* Like `strtol' but convert to `intmax_t'. */
343 /* Like `strtoul' but convert to `uintmax_t'. */
355 /* Like `wcstol' but convert to `intmax_t'. */
369 /* Like `wcstoul' but convert to `uintmax_t'. */
384 /* Like `strtol' but convert to `intmax_t'. */
400 /* Like `strtoul' but convert to `uintmax_t'. *
    [all...]
  /dalvik/tests/030-bad-finalizer/
info.txt 2 this situation and abort the VM (so you will likely see a stacktrace like
  /external/bison/lib/
stdio--.h 0 /* Like stdio.h, but redefine some names to avoid glitches.
unistd--.h 0 /* Like unistd.h, but redefine some names to avoid glitches.

Completed in 884 milliseconds

1 2 3 4 5 67 8 91011>>