HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 26 - 50 of 3173) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/
gsyslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/
gsyslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/install-tools/
gsyslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
syslimits.h 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_operations.applescript 6 tell application "Chromium"
22 end tell
  /external/valgrind/main/drd/
drd.h 79 /** Tell DRD not to complain about data races for the specified variable. */
82 /** Tell DRD to no longer ignore data races for the specified variable. */
88 * Tell DRD to trace all memory accesses for the specified variable
96 * Tell DRD to stop tracing memory accesses for the specified variable.
114 * Tell DRD to insert a happens-before mark. addr is the address of an object
122 * Tell DRD that the memory accesses executed after this annotation will
164 * Tell DRD that waiting on the condition variable at address cv has succeeded
174 * Tell DRD that the condition variable at address cv is about to be signaled.
179 * Tell DRD that the condition variable at address cv is about to be signaled.
184 * Tell DRD that waiting on condition variable at address cv succeeded and tha
    [all...]
  /external/clang/test/SemaCXX/
runtimediag-ppe.cpp 4 // flow are delayed correctly in cases where we can't immediately tell whether
  /external/clang/test/SemaObjCXX/
arc-ppe.mm 4 // works correctly in cases where we can't immediately tell whether the
  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdinB.gdb 14 # Tell the 2nd can be given directly
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Makefile 7 # The 'reconfig' target will tell a buildmaster to reload its config file.
  /sdk/eclipse/features/com.android.ide.eclipse.adt.package/
p2.inf 0 #tell pde.build not to generate start levels
  /cts/tests/src/android/rsg/cts/
stub_activity.rs 17 // Tell which java package name the reflected files should belong to
27 // Tell the runtime what the font color should be
  /external/chromium/chrome/browser/extensions/
extension_context_menu_apitest.cc 29 // Tell the extension to update the page action state.
37 // Tell the extension to update the page action state again.
  /external/clang/www/analyzer/
faq.html 23 <li><a href="#custom_assert">How do I tell the analyzer that I do not want the bug being
27 pointer is never null. How can I tell the analyzer that a pointer can never be
29 <li><a href="#use_assert">The analyzer assumes that a loop body is never entered. How can I tell it that the loop body will be entered at least once?</a></li>
35 <h4 id="custom_assert" class="faq">Q: How do I tell the analyzer that I do not want the bug being
41 <p>You can tell the analyzer that this path is unreachable by teaching it about your <a href = "annotations.html#custom_assertions" >custom assertion handlers</a>. For example, you can modify the code segment as following.</p>
53 pointer is never null. How can I tell the analyzer that a pointer can never be
67 <h4 id="use_assert" class="faq">Q: The analyzer assumes that a loop body is never entered. How can I tell it that the loop body will be entered at least once?</h4>
77 of the function, you tell the analyzer that your code is never expecting a zero
  /external/jmonkeyengine/engine/src/android/jme3test/android/
AndroidManifest.xml 9 <!-- Tell the system that you need ES 2.0. -->
12 <!-- Tell the system that you need distinct touches (for the zoom gesture). -->
  /external/chromium/chrome/common/
service_messages.h 25 // Tell the service process to enable the cloud proxy passing in the lsid
29 // Tell the service process to enable the cloud proxy passing in specific
34 // Tell the service process to disable the cloud proxy.
55 // Tell the service process to shutdown.
58 // Tell the service process that an update is available.
  /external/junit/src/org/junit/runner/notification/
RunNotifier.java 77 * Invoke to tell listeners that an atomic test is about to start.
93 * Invoke to tell listeners that an atomic test failed.
106 * Invoke to tell listeners that an atomic test flagged that it assumed
123 * Invoke to tell listeners that an atomic test was ignored.
136 * Invoke to tell listeners that an atomic test finished. Always invoke
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.mm 15 // Tell the window controller to hide the drop indicator.
49 // Just tell the window controller to update the indicator.
70 // Tell the window controller about the dropped URL(s).
  /dalvik/vm/mterp/armv5te/
alt_stub.S 5 * rIBASE updates won't be seen until a refresh, and we can tell we have a

Completed in 775 milliseconds

12 3 4 5 6 7 8 91011>>