HomeSort by relevance Sort by last modified time
    Searched defs:push (Results 151 - 175 of 1457) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 82 push(entry);
151 push(entry p_nd) function in class:__gnu_pbds::detail::rc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 44 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
misc.py 37 def push(self, elt): member in class:Stack
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
misc.py 37 def push(self, elt): member in class:Stack
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
misc.py 37 def push(self, elt): member in class:Stack
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
misc.py 37 def push(self, elt): member in class:Stack
  /system/libhidl/base/
SynchronizedQueue.h 42 bool push(const T& item);
86 bool SynchronizedQueue<T>::push(const T &item) { function in class:android::hardware::details::SynchronizedQueue
91 mQueue.push(item);
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 25 main.push(D, C, "navigator-root");
26 main.push(D, C, "navigator-suite-header");
28 main.push("a", C, "collapse-all-link", "href", "#", "title", "Collapse/expand all the suites");
29 main.push("img", "src", "collapseall.gif", C, "collapse-all-icon");
54 header.push(D, C, "suite");
55 header.push(D, C, "rounded-window");
58 header.push(D, C, "suite-header light-rounded-window-top");
59 header.push("a", "href", "#",
67 header.push(D, C, "navigator-suite-content");
92 header.push(D, C, "result-section")
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 121 Intent push = new Intent(); local
122 push.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
123 push.setClass(getActivity(), LNotificationActivity.class);
126 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 121 Intent push = new Intent(); local
122 push.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
123 push.setClass(getActivity(), LNotificationActivity.class);
126 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 121 Intent push = new Intent(); local
122 push.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
123 push.setClass(getActivity(), LNotificationActivity.class);
126 push, PendingIntent.FLAG_CANCEL_CURRENT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 179 def push (self, data): member in class:async_chat
286 def push (self, data): member in class:fifo
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 88 public final boolean push(boolean val) method in class:BoolStack
ObjectStack.java 72 public Object push(Object i) method in class:ObjectStack
StringVector.java 172 * @param s String to push into the vector
174 public final void push(String s) method in class:StringVector
  /external/brotli/java/org/brotli/wrapper/enc/
EncoderJNI.java 45 void push(Operation op, int length) { method in class:EncoderJNI.Wrapper
  /external/clang/lib/Sema/
TypeLocBuilder.h 96 template <class TyLocType> TyLocType push(QualType T) { function in class:clang::TypeLocBuilder
  /external/guava/guava/src/com/google/common/collect/
ForwardingDeque.java 106 public void push(E e) { method in class:ForwardingDeque
107 delegate().push(e);
  /external/icu/icu4c/source/common/
uvectr32.h 206 int32_t push(int32_t i, UErrorCode &status);
290 inline int32_t UVector32::push(int32_t i, UErrorCode &status) { function in class:UVector32
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
InstrSupport.java 182 * Generates the instruction to push the given int value on the stack.
184 * {@link org.objectweb.asm.commons.GeneratorAdapter#push(int)}.
191 public static void push(final MethodVisitor mv, final int value) { method in class:InstrSupport
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 29 * method {@link #push(Object)} returning false.
32 * All provided operations ({@link #pop()} and {@link #push(Object)}) are done in average constant
85 public boolean push(T object) { method in class:UniqueStack
  /external/libxcam/xcore/
safe_list.h 50 inline bool push (const ObjPtr &obj);
116 SafeList<OBj>::push (const SafeList<OBj>::ObjPtr &obj) function in class:XCam::SafeList
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 68 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
110 if (!PUSH_SPACE(push, 8))
112 PUSH_RESET(push, BUFCTX_FRAGPROG);
114 BEGIN_NV04(push, NV30_3D(FP_ACTIVE_PROGRAM), 1);
115 PUSH_RESRC(push, NV30_3D(FP_ACTIVE_PROGRAM), BUFCTX_FRAGPROG, r, 0,
119 BEGIN_NV04(push, NV30_3D(FP_CONTROL), 1);
120 PUSH_DATA (push, fp->fp_control);
122 BEGIN_NV04(push, NV30_3D(FP_REG_CONTROL), 1);
123 PUSH_DATA (push, 0x00010004);
124 BEGIN_NV04(push, NV30_3D(TEX_UNITS_ENABLE), 1)
    [all...]
nv30_fragtex.c 38 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
91 PUSH_DATA (push, sv->npot_size1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
133 PUSH_DATA (push, sv->wrap | (ss->wrap & sv->wrap_mask));
134 PUSH_DATA (push, enable);
135 PUSH_DATA (push, sv->swz)
    [all...]

Completed in 2522 milliseconds

1 2 3 4 5 67 8 91011>>