HomeSort by relevance Sort by last modified time
    Searched refs:me (Results 126 - 150 of 922) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/protobuf/src/google/protobuf/
arena.cc 118 Arena::Block* Arena::NewBlock(void* me, Block* my_last_block, size_t n,
140 b->owner = me;
198 void* me = &thread_cache(); local
200 if (!b || b->owner != me || b->avail() < n) {
216 void* me = &thread_cache(); local
217 Block* b = FindBlock(me); // Find block owned by me.
224 b = NewBlock(me, b, n, options_.start_block_size, options_.max_block_size);
226 if (b->owner == me) { // If this block can be reused (see NewBlock()).
310 Arena::Block* Arena::FindBlock(void* me) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_52.c 66 enc->enc_pic.me.motion_est_quarter_pixel = pic->motion_est.motion_est_quarter_pixel;
67 enc->enc_pic.me.enc_disable_sub_mode = pic->motion_est.enc_disable_sub_mode;
68 enc->enc_pic.me.lsmvert = pic->motion_est.lsmvert;
69 enc->enc_pic.me.enc_en_ime_overw_dis_subm = pic->motion_est.enc_en_ime_overw_dis_subm;
70 enc->enc_pic.me.enc_ime_overw_dis_subm_no = pic->motion_est.enc_ime_overw_dis_subm_no;
71 enc->enc_pic.me.enc_ime2_search_range_x = pic->motion_est.enc_ime2_search_range_x;
72 enc->enc_pic.me.enc_ime2_search_range_y = pic->motion_est.enc_ime2_search_range_y;
73 enc->enc_pic.me.enc_ime_decimation_search = 0x00000001;
74 enc->enc_pic.me.motion_est_half_pixel = 0x00000001;
75 enc->enc_pic.me.enc_search_range_x = 0x00000010
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 65 Map.Entry<?, ?> me = (Map.Entry<?, ?>) entrySetIterator.next(); local
67 map.get(me.getKey()).equals(me.getValue()));
  /external/libchrome/base/
lazy_instance.h 201 LazyInstance<Type, Traits>* me = local
203 Traits::Delete(me->instance());
204 subtle::NoBarrier_Store(&me->private_instance_, 0);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
FastScroller.java 411 public void onTouchEvent(RecyclerView recyclerView, MotionEvent me) {
416 if (me.getAction() == MotionEvent.ACTION_DOWN) {
417 boolean insideVerticalThumb = isPointInsideVerticalThumb(me.getX(), me.getY());
418 boolean insideHorizontalThumb = isPointInsideHorizontalThumb(me.getX(), me.getY());
422 mHorizontalDragX = (int) me.getX();
425 mVerticalDragY = (int) me.getY();
429 } else if (me.getAction() == MotionEvent.ACTION_UP && mState == STATE_DRAGGING) {
434 } else if (me.getAction() == MotionEvent.ACTION_MOVE && mState == STATE_DRAGGING)
    [all...]
  /external/bison/build-aux/
git-version-gen 73 me=$0
83 Usage: $me [OPTION]... \$srcdir/.tarball-version [TAG-NORMALIZATION-SED-SCRIPT]
  /external/doclava/src/com/google/doclava/
Hierarchy.java 32 TreeSet<String> me = nodes.get(name); local
33 if (me == null) {
34 me = new TreeSet<String>();
35 nodes.put(name, me);
MethodInfo.java 78 for (MethodInfo me : iface.methods()) {
79 if (me.name().equals(name) && me.signature().equals(signature)
80 && me.inlineTags().tags() != null && me.inlineTags().tags().length > 0) {
81 return me;
116 for (MethodInfo me : iface.methods()) {
117 if (me.name().equals(name) && me.signature().equals(signature)
118 && me.inlineTags().tags() != null && me.inlineTags().tags().length >
    [all...]
  /external/valgrind/coregrind/
pub_core_scheduler.h 57 extern void VG_(nuke_all_threads_except) ( ThreadId me,
  /external/vboot_reference/tests/futility/
test_main.sh 6 me=${0##*/}
7 TMP="$me.tmp"
test_show_kernel.sh 6 me=${0##*/}
7 TMP="$me.tmp"
test_show_vs_verify.sh 6 me=${0##*/}
7 TMP="$me.tmp"
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 50 MultipartEntity me = new MultipartEntity(parts); local
52 me.writeTo(os);
53 Header h = me.getContentType();
54 String boundry = EncodingUtils.getAsciiString(me.getMultipartBoundary());
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_hidl_test_utils.h 61 void usage(char* me, char* arg) {
67 arg, me);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 104 static void *PlaybackThreadWrapper(void *me);
107 static void *RecordingThreadWrapper(void *me);
  /external/spirv-llvm/lib/SPIRV/Mangler/
Mangler.cpp 94 MangleError me = MANGLE_SUCCESS; local
109 me = p->getPointee()->accept(this);
116 return me;
123 MangleError me = MANGLE_SUCCESS; local
129 me = v->getScalarType()->accept(this);
132 return me;
  /system/chre/host/msm/daemon/generated/
chre_slpi_stub.c 201 static __inline int _allocator_alloc(_allocator* me,
212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) {
213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al);
214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size;
217 return _heap_alloc(&me->pheap, loc, size, ppbuf);
222 static __inline void _allocator_deinit(_allocator* me) {
223 _heap* pa = me->pheap
    [all...]
  /external/ltp/testcases/kernel/fs/dmapi/
objref.c 646 dm_mount_event_t *me = local
648 void *lhanp = DM_GET_VALUE(me, me_handle1, void *);
649 size_t lhlen = DM_GET_LEN(me, me_handle1);
652 DMLOG_PRINT(DMLVL_DEBUG, " Mode: %x\n", me->me_mode);
658 DM_GET_VALUE(me, me_handle2, void *));
661 DM_GET_LEN(me, me_handle2));
663 DM_GET_VALUE(me, me_name1, char *));
665 DM_GET_VALUE(me, me_name2, char *));
667 DM_GET_VALUE(me, me_roothandle, void *));
669 DM_GET_LEN(me, me_roothandle))
    [all...]
mount.c 753 dm_mount_event_t *me = local
755 void *hanp = DM_GET_VALUE(me, me_handle1, void *);
756 size_t hlen = DM_GET_LEN(me, me_handle1);
759 DMLOG_PRINT(DMLVL_DEBUG, " Mode: %x\n", me->me_mode);
765 DM_GET_VALUE(me, me_handle2, void *));
768 DM_GET_LEN(me, me_handle2));
770 DM_GET_VALUE(me, me_name1, char *));
772 DM_GET_VALUE(me, me_name2, char *));
774 DM_GET_VALUE(me, me_roothandle, void *));
776 DM_GET_LEN(me, me_roothandle))
    [all...]
  /external/zlib/src/examples/
gun.c 94 struct ind *me = (struct ind *)in_desc; local
96 next = me->inbuf;
103 ret = (int)read(me->infile, next, ret);
134 struct outd *me = (struct outd *)out_desc; local
136 if (me->check) {
137 me->crc = crc32(me->crc, buf, len);
138 me->total += len;
140 if (me->outfile != -1)
145 ret = (int)write(me->outfile, buf, ret)
    [all...]
  /frameworks/compile/libbcc/lib/
Compiler.cpp 372 bcinfo::MetadataExtractor me(&module);
373 if (!me.extract()) {
402 size_t exportVarCount = me.getExportVarCount();
403 size_t exportFuncCount = me.getExportFuncCount();
404 size_t exportForEachCount = me.getExportForEachSignatureCount();
405 size_t exportReduceCount = me.getExportReduceCount();
406 const char **exportVarNameList = me.getExportVarNameList();
407 const char **exportFuncNameList = me.getExportFuncNameList();
408 const char **exportForEachNameList = me.getExportForEachNameList();
409 const bcinfo::MetadataExtractor::Reduce *exportReduceList = me.getExportReduceList()
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
reduce.rs 135 IndexedVal me;
136 me.val = in;
137 me.idx = x;
139 if (me.val <= accum->min.val)
140 accum->min = me;
141 if (me.val >= accum->max.val)
142 accum->max = me;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 261 public boolean onTouchEvent(final MotionEvent me) {
262 final int action = me.getActionMasked();
263 final long eventTime = me.getEventTime();
264 final int index = me.getActionIndex();
265 final int x = (int)me.getX(index);
266 final int y = (int)me.getY(index);
267 final int pointerId = me.getPointerId(index);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 262 public boolean onTouchEvent(MotionEvent me) {
264 if (mGestureDetector.onTouchEvent(me)) {
268 int action = me.getAction();
269 int x = (int) me.getX();
270 int y = (int) me.getY();
  /external/libunwind/tests/
test-ptrace.c 224 #error Trace me
300 #error Port me
310 #error Singlestep me
324 #error Syscall me
335 #error Singlestep me

Completed in 1054 milliseconds

1 2 3 4 56 7 8 91011>>