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

<<11121314151617181920>>

  /external/syslinux/dos/
syslinux.c 547 struct mbr_entry *me = (struct mbr_entry *)(sectbuf + 446); local
553 if (me->startlba == offset) {
554 me->active = 0x80;
557 me->active = 0;
559 me++;
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 54 static void usage(const char *me) {
65 me);
666 const char *me = argv[0]; local
725 usage(me);
735 usage(me);
  /external/ltp/testcases/kernel/fs/dmapi/
event_sn.c 1539 dm_mount_event_t *me = local
    [all...]
mmap.c 1452 dm_mount_event_t *me = local
    [all...]
right.c 1941 dm_mount_event_t *me = local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 3867 int me = 0, flags, key, shmid; local
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 1084 if me := procMapsRE.FindStringSubmatch(l); len(me) == 9 {
1085 if !strings.Contains(me[3], "x") {
1089 if mapping.Start, err = strconv.ParseUint(me[1], 16, 64); err != nil {
1092 if mapping.Limit, err = strconv.ParseUint(me[2], 16, 64); err != nil {
1095 if me[4] != "" {
1096 if mapping.Offset, err = strconv.ParseUint(me[4], 16, 64); err != nil {
1100 mapping.File = me[8]
1104 if me := briefMapsRE.FindStringSubmatch(l); len(me) == 6
    [all...]
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 1084 if me := procMapsRE.FindStringSubmatch(l); len(me) == 9 {
1085 if !strings.Contains(me[3], "x") {
1089 if mapping.Start, err = strconv.ParseUint(me[1], 16, 64); err != nil {
1092 if mapping.Limit, err = strconv.ParseUint(me[2], 16, 64); err != nil {
1095 if me[4] != "" {
1096 if mapping.Offset, err = strconv.ParseUint(me[4], 16, 64); err != nil {
1100 mapping.File = me[8]
1104 if me := briefMapsRE.FindStringSubmatch(l); len(me) == 6
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 718 /* hide me and descendants */
726 /* show me */
731 // now expand me
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 211 const GrMorphologyEffect& me = args.fFp.cast<GrMorphologyEffect>(); local
226 switch (me.type()) {
242 switch (me.direction()) {
254 int width = GrMorphologyEffect::WidthFromRadius(me.radius());
259 fragBuilder->codeAppendf("\t\tcoord.%s -= %d.0 * %s; \n", dir, me.radius(), pixelSizeInc);
260 if (me.useRange()) {
273 if (me.useRange()) {
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 486 GenericMapMaker<K, V> me = (GenericMapMaker<K, V>) this; local
487 me.removalListener = checkNotNull(listener);
489 return me;
    [all...]
  /external/icu/icu4c/source/
runConfigureICU 10 me=`basename $0`
23 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]"
372 >&2 echo "$me: unrecognized platform \"$platform\" (use --help for help)"
  /external/tcpdump/
print-olsr.c 227 #define ME_TO_DOUBLE(me) \
228 (double)(VTIME_SCALE_FACTOR*(1+(double)(me>>4)/16)*(double)(1<<(me&0x0F)))
  /external/toolchain-utils/crb/
crb_driver.py 244 # me == the sender's email address
246 me = os.path.basename(__file__)
249 msg['From'] = me
255 s.sendmail(me, [you], msg.as_string())
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 428 AudioPlayer *me = (AudioPlayer *)cookie; local
432 return me->fillBuffer(buffer, size);
436 me->mReachedEOS = true;
  /frameworks/base/core/jni/
android_os_HwRemoteBinder.cpp 121 jobject me = env->NewLocalRef(mObjectWeak); local
122 result = env->IsSameObject(obj, me);
123 env->DeleteLocalRef(me);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 55 region_iterator const* me = local
57 if (me->r.current != me->r.end) {
58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 317 } catch(MalformedURLException me) {
329 } catch(MalformedURLException me) {
333 } catch(MalformedURLException me) {
  /art/test/088-monitor-verification/src/
Main.java 45 } catch (MyException me) {}
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 34 /** Tell me how to create a token for use with imaginary token nodes.
46 /** Tell me how to create a token for use with imaginary token nodes.
  /external/python/cpython2/Lib/test/
test_rlcompleter.py 61 CompleteMe.me = CompleteMe
62 self.assertEqual(self.completer.attr_matches('CompleteMe.me.me.sp'),
63 ['CompleteMe.me.me.spam'])
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 886 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) {
893 *me = mask_lsb;
899 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) {
906 *me = mask_lsb;
920 int me = 0; local
921 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) {
1005 int me; local
1052 int me; local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 3265 int me = (instr->Bits(10, 6) | (instr->Bit(5) << 5)); local
3301 int me = 63 - sh; local
3562 int me = instr->Bits(5, 1); local
3604 int me = instr->Bits(5, 1); local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 44 {"cdf7ab6c1fd49bd9933c43f3ea5af185", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
47 {"fd3fb0a7ffb8af16603f3d3af98f8e1f", "You remind me of a TV show, but that's all right: I watch it anyway."},
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 46 {"0b4c4ce5f52c3ad2821852a8dc00217fa18b8b66", "Give me a rock, paper and scissors and I will move the world. CCFestoon"},
49 {"841e7c85ca1adcddbdd0187f1289acb5c642f7f5", "You remind me of a TV show, but that's all right: I watch it anyway."},

Completed in 1975 milliseconds

<<11121314151617181920>>