Searched
full:tell (Results
426 -
450 of
4534) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/ |
endian.h | 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/ |
endian.h | 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/ |
endian.h | 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
endian.h | 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
fork_wait.py | 77 # Tell threads to die
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
fork_wait.py | 77 # Tell threads to die
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 27 the input object has seek and tell capability, the rewindbody method will 34 libraries in which tell() discards buffered data before discovering that the 36 seekable argument to zero to prevent that initial \code{tell} when passing in 38 it is 1 on entry -- which it is by default -- the tell() method of the open 91 # Exercise tell() to make sure it works 94 fp.tell() 104 self.startofheaders = self.fp.tell() 112 self.startofbody = self.fp.tell() 143 startofline = unread = tell = None 147 tell = self.fp.tel [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 27 the input object has seek and tell capability, the rewindbody method will 34 libraries in which tell() discards buffered data before discovering that the 36 seekable argument to zero to prevent that initial \code{tell} when passing in 38 it is 1 on entry -- which it is by default -- the tell() method of the open 91 # Exercise tell() to make sure it works 94 fp.tell() 104 self.startofheaders = self.fp.tell() 112 self.startofbody = self.fp.tell() 143 startofline = unread = tell = None 147 tell = self.fp.tel [all...] |
/bootable/recovery/ |
ui.h | 36 // After calling Init(), you can tell the UI what locale it is operating in. 85 // Called immediately before each call to CheckKey(), tell you if
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentRetainInstance.java | 85 // Tell it who it is working with. 159 // Tell the framework to try to keep this fragment around
|
MessengerServiceActivities.java | 95 // As part of the sample, tell the user what happened. 106 // As part of the sample, tell the user what happened.
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetProvider.java | 57 // - Tell the AppWidgetManager to show that views object for the widget. 117 // Tell the widget manager
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Video.java | 83 // Tell the user to provide a media file URL. 106 // Tell the user to provide a media file URL.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentRetainInstanceSupport.java | 86 // Tell it who it is working with. 160 // Tell the framework to try to keep this fragment around
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
LocalServiceBroadcaster.java | 140 // Tell any local interested parties about the start. 154 // Tell any local interested parties about the stop.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 34 /** Tell me how to create a token for use with imaginary token nodes. 46 /** Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTreeAdaptor.cs | 72 * Tell me how to create a token for use with imaginary token nodes. 88 * Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeAdaptor.java | 59 /** Tell me how to create a token for use with imaginary token nodes. 71 /** Tell me how to create a token for use with imaginary token nodes.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.js | 34 /** Tell me how to create a token for use with imaginary token nodes. 42 * Tell me how to create a token for use with imaginary token nodes.
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
Arg.java | 141 * Tell if this variable is a parameter passed with a with-param or as 159 * Tell if this variable is currently visible.
|
Expression.java | 56 * Tell if this expression or it's subexpressions can traverse outside 140 * result of the expression, but tell that a "safe" object doesn't have 205 * Tell if the expression is a nodeset expression. In other words, tell 320 * Tell if this expression returns a stable number that will not change during 357 * This is a utility method to tell if the passed in 404 * Tell the user of an assertion error, and probably throw an 428 * Tell the user of an error, and probably throw an
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FunctionDef1Arg.java | 60 * Tell if the expression is a nodeset expression. 158 * Tell if this expression or it's subexpressions can traverse outside
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNodeSet.java | 121 * Tell that this is a CLASS_NODESET. 463 * Tell if one object is less than the other. 636 * Tell if one object is less than the other. 650 * Tell if one object is less than or equal to the other. 664 * Tell if one object is less than the other. 678 * Tell if one object is less than the other. 693 * Tell if two objects are functionally equal. 714 * Tell if two objects are functionally not equal.
|
/external/chromium/chrome/browser/extensions/ |
page_action_apitest.cc | 24 // Tell the extension to update the page action state. 50 // Tell the extension to update the page action state again.
|
/external/chromium/chrome/browser/ |
memory_purger.cc | 87 // * Tell the plugin processes to release their free memory? Other stuff? 138 // Tell tcmalloc to release any free pages it's still holding.
|
Completed in 676 milliseconds
<<11121314151617181920>>