HomeSort by relevance Sort by last modified time
    Searched full:pushes (Results 26 - 50 of 248) sorted by null

12 3 4 5 6 7 8 910

  /external/pcre/
perltest.pl 150 $pushes = "push \@subs,\$&;" .
172 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 179 // Pushes the value of a register on the backtrack stack. Decrements the
183 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
  /external/oprofile/events/ppc/e500/
events 70 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement pushes and snoop pushes. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.)
74 event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.)
  /external/oprofile/events/ppc/e500v2/
events 70 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement pushes and snoop pushes. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.)
74 event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.)
  /libcore/luni/src/main/java/java/io/
PushbackInputStream.java 238 * Pushes all the bytes in {@code buffer} back to this stream. The bytes are
258 * Pushes a subset of the bytes in {@code buffer} back to this stream. The
297 * Pushes the specified byte {@code oneByte} back to this stream. Only the
PushbackReader.java 253 * Pushes all the characters in {@code buffer} back to this reader. The
275 * Pushes a subset of the characters in {@code buffer} back to this reader.
318 * Pushes the specified character {@code oneChar} back to this reader. This
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 201 // Pushes initialization further down in order to group the first
205 // Pushes the path counter increments up in order to group the last path
246 // Pushes initialization and calls itself recursively.
249 // Pushes path counter increments up recursively.
630 // Pushes initialization further down in order to group the first
639 // Pushes the path counter increments up in order to group the last path
795 // Pushes initialization and calls itself recursively.
823 // Pushes path counter increments up recursively.
    [all...]
  /external/stlport/src/
lock_free_slist.h 51 * Atomically pushes the specified item onto the freelist.
205 * Atomically pushes the specified item onto the freelist.
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 51 * Atomically pushes the specified item onto the freelist.
205 * Atomically pushes the specified item onto the freelist.
  /system/core/libpixelflinger/tinyutils/
Vector.h 121 //! pushes an item initialized with its default constructor
123 //! pushes an item on the top of the stack
  /development/pdk/docs/compatibility/
cts-intro.jd 26 <li>The test harness pushes a .apk file to each device, executes the test through instrumentation, and records test results.</li>
  /docs/source.android.com/src/compatibility/
cts-intro.md 53 - The test harness pushes a .apk file to each device, executes the test through instrumentation, and records test results.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 82 * Pushes an item onto the top of this stack.
IntStack.java 67 * Pushes an item onto the top of this stack.
ObjectStack.java 67 * Pushes an item onto the top of this stack.
  /external/chromium/base/threading/
thread_unittest.cc 76 // This Thread pushes events into the vector |event_list| to show
  /external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc 97 // Tests asking ImageLoadingTracker to cache pushes the result to the Extension.
  /external/icu4c/common/
rbbiscan.h 116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 32 * Creates a new Data object to hold local references, pushes it onto the variable map stack. This
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 49 * just pushes UTF-8-encoded text around without touching it. The one place
  /external/v8/src/
zone.cc 85 // Creates a new segment, sets it size, and pushes it to the front
  /frameworks/base/core/java/android/os/
Broadcaster.java 29 * When this broadcaster pushes a message with senderWhat in the what field,
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 33 of the View tree. Each View pushes dimension specifications down the tree
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvas.java 66 // Pushes the configuration state (matrix, alpha, and clip) onto
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 80 /** @brief Pushes one element into the queue at the front end.

Completed in 1099 milliseconds

12 3 4 5 6 7 8 910