HomeSort by relevance Sort by last modified time
    Searched full:pushed (Results 1 - 25 of 637) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
  /packages/experimental/AndroidVendorSecurityTool/
README 4 from infected devices. Currently on market and pushed directly
  /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));
  /packages/apps/Email/emailcommon/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 34 Timing variables may be pushed onto the stack; elapsed time is
36 another variable is pushed on, the previous topmost variable is
37 `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
  /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
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S 12 * Finally, the two registers previously pushed must be popped.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemEmpty.java 26 * else got pushed, so that pop() works correctly.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
47 * "def" is pushed on the stack with depth 1.
48 * When the first <paragraph> is encountered "p2" and "ghi" are pushed with
50 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3.
55 * So prefix/uri pairs are pushed and poped off the stack as elements are
77 * mappings at deeper depths push later on such a stack. Mappings pushed
84 * It contains the pushed NamespaceNodes (shallowest
91 * All prefixes pushed at the current depth can be
  /dalvik/vm/mterp/armv5te/
entry.S 24 * got pushed onto the stack. From this it figures out how to restore
113 * We pushed some registers on the stack in dvmMterpStdRun, then saved
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_0/
Test_istore_0.java 28 * "The value of local variable at <n> is pushed onto the operand stack."
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_1/
Test_istore_1.java 27 * @title value of local variable at <n> is pushed onto the operand stack
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_2/
Test_istore_2.java 27 * @title value of local variable at <n> is pushed onto the operand stack.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_3/
Test_istore_3.java 27 * @title value of local variable at <n> is pushed onto the operand stack.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NameSpace.java 27 * be pushed on the namespace stack for each
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AutoDetector.java 35 <i>must</i> be pushed back onto the InputStream so that they can be
  /system/media/mca/filterfw/java/android/filterfw/basefilters/
RetargetFilter.java 72 // Release pushed frame

Completed in 568 milliseconds

1 2 3 4 5 6 7 8 91011>>