/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
README | 2 Any changes made to code within this directory will need to be manually pushed to build.webkit.org.
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stderr.exp | 3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
|
mcinfcallWSRU.stdinB.gdb | 21 print whoami("thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 23 print whoami("thread 2 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 25 print whoami("thread 3 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 27 print whoami("thread 4 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
|
mcinfcallWSRU.stderr.exp | 6 pid .... Thread .... thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb
|
mcbreak.stdout.exp | 5 pid .... Thread .... after next: inferior call pushed from mcbreak.stdinB.gdb
|
mcbreak.stdinB.gdb | 51 print whoami("after next: inferior call pushed from mcbreak.stdinB.gdb") 63 # print whoami("after error: inferior call pushed from mcbreak.stdinB.gdb")
|
mcinfcallRU.stdinB.gdb | 17 print whoami("inferior call pushed from gdb in mcinfcallRU.stdinB.gdb")
|
/frameworks/base/media/java/android/media/videoeditor/ |
TransitionSliding.java | 25 /** Video 1 is pushed to the right while video 2 is coming from left */ 27 /** Video 1 is pushed to the left while video 2 is coming from right */ 29 /** Video 1 is pushed to the top while video 2 is coming from bottom */ 31 /** Video 1 is pushed to the bottom while video 2 is coming from top */
|
/external/chromium/base/ |
task_queue.h | 23 // will be run in the order they are pushed. 35 // Run all the tasks in the queue. New tasks pushed onto the queue during
|
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.h | 33 // are not explicitly pushed. The sibling order will be preserved in 65 // pushed, the siblings will have an ACTION_UPDATE ChangeRecord. 79 // Reset the buffer, forgetting any pushed items, so that it can be used 90 // were pushed into the reorder buffer. |sync_trans| is used to determine the 107 // Stores the items that have been pushed into the buffer, and the type of
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_SAVE_STATE.S | 12 * Finally, the two registers previously pushed must be popped.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_controller.h | 14 // and Cancel buttons are pushed.
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.cc | 28 int normal, pushed, hover, disabled, tooltip; local 32 pushed = IDR_FORWARD_P; 39 pushed = IDR_BACK_P; 47 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PushEvent.3 | 20 Returns \fB0\fR on success or \fB-1\fR if the event couldn\&'t be pushed\&.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 21 pushed. This should only be called in the final user action of a 87 is pushed on to the stack. */ 102 the nodes that have been pushed since the node was opened are 103 made children of the the conditional node, which is then pushed
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 37 /// The last type pushed on this builder. 107 assert(T == LastTy && "type doesn't match last type pushed!"); 120 assert(T == LastTy && "type doesn't match last type pushed!"); 190 /// pushed into it. 193 assert(LastTy == T && "type doesn't match last type pushed!");
|
/external/bison/lib/ |
timevar.h | 36 Timing variables may be pushed onto the stack; elapsed time is 38 another variable is pushed on, the previous topmost variable is 39 `paused' until the pushed variable is popped back off.
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 99 tablePrinter.addHeaderCell('Unclaimed pushed'); 102 tablePrinter.addHeaderCell('Pushed'); 103 tablePrinter.addHeaderCell('Pushed and claimed');
|
/external/quake/quake/src/QW/server/ |
worlda.s | 22 #define hull 4+8 // because only partially pushed 23 #define num 8+4 // because only partially pushed 24 #define p 12+12 // because only partially pushed
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.h | 37 Timing variables may be pushed onto the stack; elapsed time is 39 another variable is pushed on, the previous topmost variable is 40 `paused' until the pushed variable is popped back off.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.h | 37 Timing variables may be pushed onto the stack; elapsed time is 39 another variable is pushed on, the previous topmost variable is 40 `paused' until the pushed variable is popped back off.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.h | 37 Timing variables may be pushed onto the stack; elapsed time is 39 another variable is pushed on, the previous topmost variable is 40 `paused' until the pushed variable is popped back off.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.h | 37 Timing variables may be pushed onto the stack; elapsed time is 39 another variable is pushed on, the previous topmost variable is 40 `paused' until the pushed variable is popped back off.
|
/external/chromium/net/spdy/ |
spdy_stream.h | 64 // Pushed streams will receive a SYN_STREAM and optional HEADERS frames. 95 bool pushed, 108 // Is this stream a pushed stream from the server. 109 bool pushed() const { return pushed_; } function in class:net::SpdyStream 117 // For pushed streams, we track a path to identify them. 268 // When a server pushed stream is first created, this function is posted on 272 // There is a small period of time between when a server pushed stream is 273 // first created, and the pushed data is replayed. Any data received during
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 43 // - observer must always be able to poll for and view the latest pushed state; it must never be 58 // pushed state. This could be done by the mutator overwriting mNext, but then being prepared to 81 // a mutation is pushed onto the queue. To the observer, the state pointers are 127 // If a new state has not pushed by mutator since the previous poll, 138 // If the state is dirty and has not been pushed onto the state queue yet, then 150 // true if not dirty, or dirty and pushed successfully 151 // false if dirty and not pushed because that would block; remains dirty 163 // Return whether the current state is dirty (modified and not pushed).
|