HomeSort by relevance Sort by last modified time
    Searched refs:drop (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/iproute2/examples/diffserv/
afcbq 9 # - the drop probability associated with each AF virtual queue
22 # values in the for loop of this script; $drop stands for the
24 # $dscp = ($class*8+$drop*2)
27 # $gprio=$drop+1;
74 for $drop (1..3) {
75 print "\n# --- AF Class $class DP $drop---\n";
76 $dscp = $class*8+$drop*2;
77 $tcindex = sprintf("1%x%x",$class,$drop);
80 $prob = $drop*0.02;
82 $gprio = $drop+1
    [all...]
Edge31-ca-u32 73 drop flowid :3
93 drop flowid :3
104 drop flowid :3
116 drop flowid :4
Edge32-ca-u32 89 drop flowid :3
116 drop flowid :3
132 drop flowid :3
144 drop flowid :4
  /external/zlib/src/contrib/infback9/
inftree9.c 45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
    [all...]
  /external/opencv3/3rdparty/zlib/
inftrees.c 45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /external/pdfium/third_party/zlib_v128/
inftrees.c 45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /external/zlib/src/
inftrees.c 45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 38 // itself when the last client calls its drop() method. To add a cient,
50 // whe a client no longer needs this shared lock, drop() shall be called.
51 inline void drop() { if (0 == --mRef) delete this; } function in class:LocSharedLock
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
list_ext.kt 28 else -> get(0).toCamelCaseAsVar() + drop(1).joinToCamelCase()
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /hardware/qcom/gps/msmcobalt/utils/
LocSharedLock.h 39 // itself when the last client calls its drop() method. To add a cient,
51 // whe a client no longer needs this shared lock, drop() shall be called.
52 inline void drop() { if (1 == android_atomic_dec(&mRef)) delete this; } function in class:LocSharedLock
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java 23 * A {@link DropGesture} is a {@link Gesture} which deals with drag and drop, so
25 * "valid", and in general gets access to the system drag and drop data
31 * The cursor has entered the drop target boundaries.
33 * @param event The {@link DropTargetEvent} for this drag and drop event
40 * The cursor is moving over the drop target.
42 * @param event The {@link DropTargetEvent} for this drag and drop event
52 * @param event The {@link DropTargetEvent} for this drag and drop event
59 * The cursor has left the drop target boundaries OR the drop has been
62 * @param event The {@link DropTargetEvent} for this drag and drop even
85 public void drop(final DropTargetEvent event) { method in class:DropGesture
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 58 bool drop = false;
68 if (drop_count_) { // Just got here so drop to be sure.
75 drop = true;
85 drop = true;
89 drop = false;
94 return drop;
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
  /external/vboot_reference/tests/
test_using_qemu.sh 27 sudo chroot ${SYSROOT} ${QEMU_RUN} -drop-ld-preload \
  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 113 // complete any frames queued prior to this and drop any incomplete ones if requested
116 bool drop = false; // whether to drop each frame local
119 drop = dropIncomplete;
124 drop = true;
126 drop = dropIncomplete;
138 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) {
  /external/libcap/progs/
quicktest.sh 106 fail_capsh --drop=cap_setuid --secbits=0x2f --print -- -c "./privileged --user=nobody"
111 # Note, the bounding set (edited with --drop) only limits p
113 pass_capsh --secbits=47 --inh=cap_setuid,cap_setgid --drop=cap_setuid \
143 --drop=all --secbits=0x2f --caps= --print
  /external/iproute2/testsuite/tests/tc/
policer.t 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /packages/providers/CalendarProvider/
maketests.py 44 drop = False
48 drop = True
49 if not drop:
52 drop = False
  /system/core/adb/daemon/
main.cpp 61 PLOG(FATAL) << "Could not drop capabilities";
79 // Drop privileges by default. Set to 1 on userdebug and user builds.
86 // Drop privileges if ro.secure is set...
87 bool drop = ro_secure; local
95 drop = false;
98 // ... and "adb unroot" lets you explicitly drop privileges.
100 drop = true;
103 return drop;
105 return true; // "adb root" not allowed, always drop privileges.
  /external/iproute2/examples/
SYN-DoS.rate.limit 36 police rate 1kbit burst 40 mtu 9k drop flowid :1
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 104 private void move(MotionEvent event, boolean drop) {
108 drop);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 159 // another thread). Same check is applied in commit() and drop()
177 public synchronized void drop(Thread t) { method in class:Profile.Watchdog
213 // drop() is called, and those samples are recorded or ignored as a result.
223 public static void drop() { method in class:Profile
224 sWatchdog.drop(Thread.currentThread());
  /system/vold/
Benchmark.cpp 100 nsecs_t drop = systemTime(SYSTEM_TIME_BOOTTIME); local
121 nsecs_t drop_d = drop - create;
122 nsecs_t run_d = run - drop;
126 LOG(INFO) << "drop took " << nanoseconds_to_milliseconds(drop_d) << "ms";
  /external/autotest/client/site_tests/security_SymlinkRestrictions/
security_SymlinkRestrictions.py 131 drop = os.path.join(tmpdir, "remove.me")
132 open(drop, 'w').write("I can be deleted in a non-sticky directory")
133 os.chown(drop, uidone, 0)
138 rc = utils.system("su -c 'rm -f %s' %s" % (drop, usertwo),
151 self.check(os.path.exists(drop) == (sticky and uidtwo != 0),
152 "'%s' should only exist in a sticky directory" % (drop))

Completed in 1150 milliseconds

1 2 3 4 5 6 7