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

1 23 4 5 6 7 8 91011>>

  /system/bt/btcore/include/
event_mask.h 23 // Represents a mask which can be used to tell the controller which
  /external/toybox/toys/other/
uptime.c 1 /* uptime.c - Tell how long the system has been running.
17 Tell how long the system has been running and the system load
  /frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
helloworld.rs 17 // Tell which java package name the reflected files should belong to
38 // Tell the runtime what the font color should be
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 157 * Tell the user of an error, and probably throw an
185 * Tell the user of an error, and probably throw an
201 * Tell the user of an error, and probably throw an
218 * Tell the user of an error, and probably throw an
235 * Tell the user of an error, and probably throw an
266 * Tell the user of an error, and probably throw an
285 * Tell the user of an error, and probably throw an
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 54 self.assertEqual(0, bytesIo.tell())
56 self.assertEqual(5, bytesIo.tell())
58 self.assertEqual(10000, bytesIo.tell())
71 self.assertEqual(f.tell(), 6)
73 self.assertEqual(f.tell(), 5)
78 self.assertEqual(f.tell(), 1)
129 self.assertEqual(memio.tell(), 6)
133 pos = memio.tell()
135 self.assertEqual(memio.tell(), pos)
164 self.assertEqual(memio.tell(), 10
    [all...]
test_file.py 33 self.assertEqual(self.f.tell(), p.tell())
36 self.assertRaises(ReferenceError, getattr, p, 'tell')
109 ('tell', ()),
215 if f.tell() != 5:
216 self.fail("File pos after read wrong %d" % f.tell())
219 if f.tell() != 5:
220 self.fail("File pos after ftruncate wrong %d" % f.tell())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 54 self.assertEqual(0, bytesIo.tell())
56 self.assertEqual(5, bytesIo.tell())
58 self.assertEqual(10000, bytesIo.tell())
71 self.assertEqual(f.tell(), 6)
73 self.assertEqual(f.tell(), 5)
78 self.assertEqual(f.tell(), 1)
129 self.assertEqual(memio.tell(), 6)
133 pos = memio.tell()
135 self.assertEqual(memio.tell(), pos)
164 self.assertEqual(memio.tell(), 10
    [all...]
test_file.py 33 self.assertEqual(self.f.tell(), p.tell())
36 self.assertRaises(ReferenceError, getattr, p, 'tell')
109 ('tell', ()),
215 if f.tell() != 5:
216 self.fail("File pos after read wrong %d" % f.tell())
219 if f.tell() != 5:
220 self.fail("File pos after ftruncate wrong %d" % f.tell())
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 120 * Tell if the table contains the given string.
140 * Tell if the table contains the given string. Ignore case.
162 * Tell if the table contains the given string.
XMLCharacterRecognizer.java 44 * Tell if the string is whitespace.
67 * Tell if the string is whitespace.
87 * Tell if the string is whitespace.
  /external/skia/site/user/quick/
ios.md 27 Use GYP\_DEFINES to tell gyp\_skia how to build for iOS. Here's a bash shell
70 osascript -e 'tell app "Xcode" to quit'
79 osascript -e 'tell app "Xcode" to quit'
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
__init__.py 84 """ Tell the device to start collecting and sending measurement data. """
89 """ Tell the device to stop collecting measurement data. """
_dummy.py 67 """ Tell the device to start collecting and sending measurement data. """
71 """ Tell the device to stop collecting measurement data. """
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 71 // Tell the user about what we did.
83 // Tell the user about what we did.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeDuringInvokeDebuggee.java 58 // Tell the test we are invoking the requested method.
87 // Tell the test we successfully waited for the end of DebuggeeThread.
Resume002Debuggee.java 53 // Tell the debugger we're ready.
82 // Tell the debugger all threads terminated.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNull.java 44 * Tell what kind of class this is.
120 * Tell if two objects are functionally equal.
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 38 * Tell the parser to process the provided {@code char}. Throws exception
47 * Tell the parser to process the provided {@code String}. Throws exception
  /external/libunwind/tests/
mapper.c 66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 25 size_t Pos = (size_t)OS.tell();
30 for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i)
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 51 paint); // SkPaint to tell how to draw the text
65 paint); // SkPapint to tell how to draw the line
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ViewMediatorCallback.java 20 * The callback used by the keyguard view to tell the {@link KeyguardViewMediator}
44 * Tell ViewMediator that the current view needs IME input
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 61 // tell MediaProvider MTP is connected so it can bind to the service
67 // tell MediaProvider MTP is disconnected so it can unbind from the service
  /external/libopus/celt/
quant_bands.c 158 opus_int32 budget, opus_int32 tell,
168 if (tell+3 <= budget)
216 tell = ec_tell(enc);
217 bits_left = budget-tell-3*C*(end-i);
227 if (budget-tell >= 15)
234 else if(budget-tell >= 2)
239 else if(budget-tell >= 1)
271 opus_uint32 tell; local
281 tell = ec_tell(enc);
282 if (tell+3 > budget
435 opus_int32 tell; local
    [all...]
celt_decoder.c 293 opus_uint32 tell; local
296 tell = ec_tell(dec);
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
306 tell = ec_tell(dec);
689 opus_int32 tell; local
780 tell = ec_tell(dec);
782 if (tell >= total_bits)
784 else if (tell==1)
791 tell = len*8
    [all...]

Completed in 4041 milliseconds

1 23 4 5 6 7 8 91011>>