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

1 2 3 4 56 7 8 91011>>

  /external/selinux/restorecond/
user.c 136 printf("wd=%d mask=%u cookie=%u len=%u\n",
137 event->wd, event->mask,
140 watch_list_find(event->wd, event->name);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp 120 int wd = ::inotify_add_watch(mInotifyFd, path.c_str(), IN_CREATE | IN_DELETE); local
121 if (wd < 0 || !mLooper->addFd(mInotifyFd, POLL_IDENT, Looper::EVENT_INPUT, nullptr, nullptr)) {
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 79 @* @param[in] wd
97 @ WORD32 wd)
136 subs r12, r7, #2 @if wd=4 branch to loop_4
138 subs r12, r7, #4 @if wd=8 branch to loop_8
ih264_weighted_bi_pred_a9q.s 50 @* This function gets two ht x wd blocks, calculates the weighted samples,
89 @* @param[in] wd
96 @* (ht,wd) can be (4,4), (4,8), (8,4), (8,8), (8,16), (16,8) or (16,16).
112 @ WORD32 wd)
127 @ [sp+32] => wd (r12)
149 ldr r12, [sp, #72] @Load wd in r12
155 cmp r12, #16 @check if wd is 16
162 beq loop_16 @branch if wd is 16
164 cmp r12, #8 @check if wd is 8
165 beq loop_8 @branch if wd is
    [all...]
ih264_padding_neon.s 59 @* @param[in] wd
73 @ WORD32 wd,
78 @ r2 => wd
132 @* @param[in] wd
141 @* @param[in] wd
268 @* @param[in] wd
277 @* @param[in] wd
396 @* @param[in] wd
405 @* @param[in] wd
542 @* @param[in] wd
    [all...]
ih264_inter_pred_filters_luma_vert_a9q.s 71 @ * @param[in] wd
87 @ WORD32 wd )
95 @ r6 => wd
109 ldr r6, [sp, #108] @Loads wd
112 subs r12, r6, #8 @if wd=8 branch to loop_8
116 subs r12, r6, #4 @if wd=4 branch to loop_4
119 loop_16: @when wd=16
  /external/libmpeg2/common/arm/
icv_sad_a9.s 60 @* @param[in] wd
icv_variance_a9.s 54 @* @param[in] wd
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 82 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path);
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 52 WORD32 wd,
76 num_cols = wd;
119 num_cols = wd >> 1;
  /external/libmpeg2/common/
ideint_utils.c 190 WORD32 wd,
197 memcpy(pu1_dst, pu1_top, wd);
201 memcpy(pu1_dst, pu1_bot, wd);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 169 Dimension wd = sw.getSize(); local
171 attachedLimits = new Rectangle(0, 0, sd.width - wd.width,
172 sd.height - wd.height);
174 sw.setLocation(sd.width - wd.width, sd.height - wd.height - 25);
  /system/core/libusbhost/
usbhost.c 236 int wd; local
243 wd = event->wd;
244 if (wd == context->wdd) {
254 } else if (wd == context->wddbus) {
266 } else if (wd == context->wds[0]) {
287 if (wd == context->wds[i]) {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go 384 wd string
460 wd := replacer.Replace(test.wd)
464 if test.wd == "." {
472 err := os.Chdir(wd)
482 t.Errorf("toNorm(%s) failed: %v (wd=%s)\n", arg, err, wd)
484 t.Errorf("toNorm(%s) returns %s, but %s expected (wd=%s)\n", arg, got, want, wd)
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 384 wd string
460 wd := replacer.Replace(test.wd)
464 if test.wd == "." {
472 err := os.Chdir(wd)
482 t.Errorf("toNorm(%s) failed: %v (wd=%s)\n", arg, err, wd)
484 t.Errorf("toNorm(%s) returns %s, but %s expected (wd=%s)\n", arg, got, want, wd)
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class1.s 48 @ WORD32 wd,
58 @r7 => wd
84 LDR r7,[sp,#wd_offset] @Loads wd
90 SUB r9,r7,#1 @wd - 1
91 LDRB r10,[r3,r9] @pu1_src_top[wd - 1]
92 STRB r10,[r4] @*pu1_src_top_left = pu1_src_top[wd - 1]
93 ADD r10,r0,r9 @pu1_src[row * src_strd + wd - 1]
97 LDRB r14,[r10],r1 @Load pu1_src[row * src_strd + wd - 1]
124 CMP r7,#16 @Compare wd with 16
265 SUBS r7,r7,#16 @Decrement the wd loop count by 1
    [all...]
ihevc_sao_edge_offset_class1_chroma.s 49 @ WORD32 wd,
60 @r8 => wd
90 LDR r8,[sp,#wd_offset] @Loads wd
93 SUB r10,r8,#2 @wd - 2
94 LDRH r11,[r3,r10] @pu1_src_top[wd - 2]
95 STRH r11,[r4] @*pu1_src_top_left = pu1_src_top[wd - 2]
96 ADD r11,r0,r10 @pu1_src[row * src_strd + wd - 2]
100 LDRH r10,[r11],r1 @Load pu1_src[row * src_strd + wd - 2]
128 CMP r8,#16 @Compare wd with 16
282 SUBS r8,r8,#16 @Decrement the wd loop count by 1
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 70 @* @param[in] wd
86 @ word32 wd)
115 ldr r10,[sp,#wd_offset] @loads wd
133 tst r10,#3 @checks wd for multiples of 4
134 mov r5,r10,lsl #1 @2wd
183 mov r10,r5 @2wd
217 @ and r7, r12, #31 @decrement the wd loop
277 moveq r10,r5 @2wd
312 subs r10,r10,#16 @decrement the wd loop
318 moveq r10,r5 @2wd
    [all...]
ihevc_sao_band_offset_chroma.s 48 @ WORD32 wd,
61 @r9 => wd
91 LDR r9,[sp,#wd_offset] @Loads wd
94 ADD r12,r0,r9 @pu1_src[row * src_strd + (wd)]
98 SUB r12,r12,#2 @wd-2
108 ADD r12,r3,r9 @pu1_src_top[wd]
124 MOV r11,r9 @Move the wd to r9 for loop counter
126 SRC_TOP_LOOP: @wd is always multiple of 8
  /tools/test/connectivity/acts/tests/google/wifi/
WifiTetheringTest.py 191 wd = self.arduino_wifi_dongles[dut_id]
194 dutils.disconnect_wifi(wd)
197 dutils.connect_wifi(wd, self.network)
246 def _test_traffic_between_two_tethered_devices(self, ad, wd):
251 2. wd - wifi dongle
254 dutils.connect_wifi(wd, self.network)
256 remote_ip = wd.ip_address()
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 503 WnnWord wd = clauses.next(); local
505 ret = dict.learnWord(wd, mPreviousWord);
507 ret = dict.learnWord(wd);
509 mPreviousWord = wd;
  /prebuilts/go/darwin-x86/src/cmd/go/
go_windows_test.go 37 wd, err := os.Getwd()
41 defer os.Chdir(wd)
  /prebuilts/go/linux-x86/src/cmd/go/
go_windows_test.go 37 wd, err := os.Getwd()
41 defer os.Chdir(wd)
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 486 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE);
487 if (wd < 0) {
491 mWatchedPaths[wd] = path;
497 int wd = -1;
500 wd = pair.first;
505 if (wd == -1) {
508 mWatchedPaths.erase(wd);
509 if (inotify_rm_watch(mINotifyFd, wd) != 0) {
683 std::string path = mWatchedPaths[event->wd];
  /external/adhd/cras/src/common/
cras_file_wait.c 87 syslog(LOG_DEBUG, "file_wait->watch_id: %d, event->wd: %d"
89 file_wait->watch_id, event->wd, event->mask,
92 if (event->wd != file_wait->watch_id)

Completed in 1098 milliseconds

1 2 3 4 56 7 8 91011>>