HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 51 - 75 of 4534) sorted by null

1 23 4 5 6 7 8 91011>>

  /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 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 60 self.assertEqual(f.tell(), 0)
62 self.assertEqual(f.tell(), 1)
64 self.assertEqual(f.tell(), 0)
66 self.assertEqual(f.tell(), 0)
68 self.assertEqual(f.tell(), 42)
70 self.assertEqual(f.tell(), 42)
72 self.assertEqual(f.tell(), 84)
74 self.assertEqual(f.tell(), 84)
76 self.assertEqual(f.tell(), size + 1 + 0)
78 self.assertEqual(f.tell(), size + 1 - 10
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 60 self.assertEqual(f.tell(), 0)
62 self.assertEqual(f.tell(), 1)
64 self.assertEqual(f.tell(), 0)
66 self.assertEqual(f.tell(), 0)
68 self.assertEqual(f.tell(), 42)
70 self.assertEqual(f.tell(), 42)
72 self.assertEqual(f.tell(), 84)
74 self.assertEqual(f.tell(), 84)
76 self.assertEqual(f.tell(), size + 1 + 0)
78 self.assertEqual(f.tell(), size + 1 - 10
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_operations.applescript 6 tell application "Chromium"
22 end tell
  /external/chromium_org/base/third_party/valgrind/
README.chromium 6 current process is running under Valgrind and tell Memcheck tool about custom
  /external/chromium_org/chrome/common/
service_messages.h 22 // Tell the service process to enable the cloud proxy passing in the OAuth2
30 // Tell the service process to disable the cloud proxy.
40 // Tell the service process to shutdown.
43 // Tell the service process that an update is available.
  /external/chromium_org/content/common/media/
video_capture_messages.h 32 // Tell the renderer process that a new buffer is allocated for video capture.
39 // Tell the renderer process that it should release a buffer previously
45 // Tell the renderer process that a buffer is available from video capture.
67 // Tell the browser process that the renderer has finished reading from
  /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/chromium_org/third_party/opus/src/celt/tests/
test_unit_entropy.c 170 unsigned *tell; local
177 tell=(unsigned *)malloc((sz+1)*sizeof(*tell));
180 tell[0]=ec_tell_frac(&enc);
187 tell[j+1]=ec_tell_frac(&enc);
206 if(ec_tell_frac(&dec)!=tell[0]){
208 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n",
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
221 "Tell mismatch between encoder and decoder at symbol %i: %i instead of %i (Random seed: %u).\n"
232 unsigned *tell; local
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_platform_part_android.cc 20 // Tell the Java code to finish() the Activity.
  /external/chromium_org/ui/base/dragdrop/
drop_target_win.cc 43 // Tell the helper that we entered so it can update the drag image.
59 // Tell the helper that we moved over it so it can update the drag image.
70 // Tell the helper that we moved out of it so it can update the drag image.
85 // Tell the helper that we dropped onto it so it can update the drag image.
  /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
  /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/chromium_org/chrome/browser/extensions/api/context_menus/
context_menu_apitest.cc 37 // Tell the extension to update the page action state.
45 // Tell the extension to update the page action state again.
  /external/chromium_org/content/browser/
browser_ipc_logging.cc 35 // Now tell subprocesses. Messages to ChildProcess-derived
42 // Finally, tell the renderers which don't derive from ChildProcess.
  /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.

Completed in 3377 milliseconds

1 23 4 5 6 7 8 91011>>