/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
|
/external/chromium_org/cc/scheduler/ |
frame_rate_controller_unittest.cc | 53 // Tell the controller we drew 56 // Tell the controller the frame ended 5ms later 93 // Tell the controller we drew 105 // Tell the controller we drew, again. 116 // Tell the controller the first frame ended 5ms later
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 1 //===-- OProfileJITEventListener.cpp - Tell OProfile about JITted code ----===// 10 // This file defines a JITEventListener object that uses OProfileWrapper to tell 99 DEBUG(dbgs() << "Failed to tell OProfile about native function " 145 << "Failed to tell OProfile about line numbers for native function " 157 << "Failed to tell OProfile about unload of native function at "
|
/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/chromium_org/chrome/browser/bookmarks/ |
bookmark_test_helpers.cc | 66 std::string tell; local 68 tell = node_name.substr(part_length - 2, 2); 69 if (tell == folder_tell) {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
url_drop_target.mm | 26 // Tell the window controller to hide the drop indicator. 75 // Just tell the window controller to update the indicator. 96 // Tell the window controller about the dropped URL(s).
|
/external/chromium_org/content/common/ |
child_process_messages.h | 75 // Sent in response to ChildProcessHostMsg_ShutdownRequest to tell the child 80 // Tell the child process to begin or end IPC message logging. 85 // Tell the child process to enable or disable the profiler status.
|
/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-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/chromium/chrome/browser/ui/gtk/ |
reload_button_gtk.h | 96 // Increments when we would tell the browser to "reload", so 97 // test code can tell whether we did so (as there may be no |browser_|).
|
/external/chromium/chrome/browser/ui/views/ |
reload_button.h | 76 // Increments when we would tell the browser to "reload", so 77 // test code can tell whether we did so (as there may be no |browser_|).
|
/external/chromium_org/ash/wm/caption_buttons/ |
maximize_bubble_controller.h | 50 // Called to tell the owning FrameMaximizeButton that a button was clicked. 53 // Called to tell the the owning FrameMaximizeButton that the hover status
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
alternate_nav_infobar_delegate.cc | 68 // Tell the shortcuts backend to remove the shortcut it added for the original 77 // Tell the history system to remove any saved search term for the search.
|
/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/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/tests/ |
Test.cpp | 100 // Tell (likely shared) fReporter that this test has started. 111 // Now tell fReporter about any failures and wrap up.
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 42 * Invoked by the view server to tell a window to execute the specified 56 * Tell the window that it is either gaining or losing focus. Keep it up
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpReceiver.java | 56 // tell MediaProvider MTP is connected so it can bind to the service 61 // tell MediaProvider MTP is disconnected so it can unbind from the service
|
/external/chromium_org/third_party/opus/src/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 431 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); 688 opus_int32 tell; local 780 tell = ec_tell(dec); 782 if (tell >= total_bits) 784 else if (tell==1) 791 tell = len*8 [all...] |