HomeSort by relevance Sort by last modified time
    Searched defs:ud (Results 1 - 25 of 34) sorted by null

1 2

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 113 final UiDevice ud = UiDevice.getInstance(getInstrumentation()); local
116 ud.openNotification();
119 final UiObject2 clearAll = ud.wait(Until.findObject(By.text("CLEAR ALL")), UI_TIMEOUT);
124 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
128 ud.pressHome();
133 final UiDevice ud = UiDevice.getInstance(getInstrumentation()); local
137 ud.openNotification();
140 ud.wait(Until.findObject(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT).click();
145 ud.pressKeyCode(KeyEvent.KEYCODE_A);
146 ud.pressKeyCode(KeyEvent.KEYCODE_B)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DecompressionTest.java 141 UnicodeDecompressor ud = new UnicodeDecompressor(); local
143 ud.decompress(null, 0, 0, null, null, 4, 0);
148 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0);
153 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0);
159 ud.decompress(null, 0, 0, null, charValid, 0, 0);
164 ud.decompress(null, 0, 0, null, charValid, 1, 0);
169 ud.decompress(null, 0, 0, null, charValid, 1, 1);
174 ud.decompress(null, 0, 0, null, charValid, 0, 1);
179 ud = new UnicodeDecompressor();
239 ud.decompress(b, 0, b.length, null, c, 0, c.length)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DecompressionTest.java 138 UnicodeDecompressor ud = new UnicodeDecompressor(); local
140 ud.decompress(null, 0, 0, null, null, 4, 0);
145 ud.decompress(null, 0, 0, null, charBufferBlank, 4, 0);
150 ud.decompress(null, 0, 0, null, charBuffer1, 4, 0);
156 ud.decompress(null, 0, 0, null, charValid, 0, 0);
161 ud.decompress(null, 0, 0, null, charValid, 1, 0);
166 ud.decompress(null, 0, 0, null, charValid, 1, 1);
171 ud.decompress(null, 0, 0, null, charValid, 0, 1);
176 ud = new UnicodeDecompressor();
236 ud.decompress(b, 0, b.length, null, c, 0, c.length)
    [all...]
  /external/tensorflow/tensorflow/core/lib/monitoring/
collection_registry_test.cc 118 const MetricDescriptor& ud = *collected_metrics->metric_descriptor_map.at( local
120 EXPECT_EQ("/tensorflow/test/counter_without_labels", ud.name);
121 EXPECT_EQ("Counter without labels.", ud.description);
122 ASSERT_EQ(0, ud.label_names.size());
123 EXPECT_EQ(MetricKind::kCumulative, ud.metric_kind);
124 EXPECT_EQ(ValueType::kInt64, ud.value_type);
208 const MetricDescriptor& ud = *collected_metrics->metric_descriptor_map.at( local
210 EXPECT_EQ("/tensorflow/test/integer_gauge_without_labels", ud.name);
211 EXPECT_EQ("Integer gauge without labels.", ud.description);
212 ASSERT_EQ(0, ud.label_names.size())
314 const MetricDescriptor& ud = *collected_metrics->metric_descriptor_map.at( local
    [all...]
  /external/capstone/arch/X86/
X86Mapping.c 796 cs_struct *ud = (cs_struct *)handle; local
802 if (ud->mode & CS_MODE_32)
804 if (ud->mode & CS_MODE_64)
    [all...]
  /external/clang/test/CodeGenCUDA/Inputs/
cuda-initializers.h 40 struct UD {
41 int ud; member in struct:UD
42 __device__ ~UD();
  /external/clang/test/SemaCUDA/Inputs/
cuda-initializers.h 40 struct UD {
41 int ud; member in struct:UD
42 __device__ ~UD();
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 70 int uv_stride, uint8_t *ud, uint8_t *vd,
74 vp9_filter_by_weight8x8(u, uv_stride, ud, uvd_stride, weight);
78 vp9_filter_by_weight16x16(u, uv_stride, ud, uvd_stride, weight);
82 filter_by_weight32x32(u, uv_stride, ud, uvd_stride, weight);
129 int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud,
134 copy_mem8x8(u, uv_stride, ud, uvd_stride);
138 copy_mem16x16(u, uv_stride, ud, uvd_stride);
142 copy_mem32x32(u, uv_stride, ud, uvd_stride);
161 uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride,
189 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd
372 uint8_t *ud = dest->u_buffer + row_offset_uv * uvd_stride + col_offset_uv; local
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_shader.cpp 503 unsigned ud; member in union:__anon34216
516 imm.ud = reg->ud;
547 if (imm.ud != sat_imm.ud) {
548 reg->ud = sat_imm.ud;
570 reg->d = -(int16_t)reg->ud;
576 reg->ud ^= 0x80808080;
606 reg->d = abs((int16_t)reg->ud);
    [all...]
brw_reg.h 247 unsigned ud; member in union:brw_reg::__anon34213
255 return a->bits == b->bits && (df ? a->u64 == b->u64 : a->ud == b->ud);
629 brw_imm_ud(unsigned ud)
632 imm.ud = ud;
641 imm.ud = uw | (uw << 16);
663 imm.ud = v;
672 imm.ud = uv;
681 imm.ud = v
    [all...]
  /external/u-boot/include/
fsl_lpuart.h 43 u8 ud; member in struct:lpuart_fsl
  /external/capstone/
cs.c 192 struct cs_struct *ud; local
196 ud = (struct cs_struct *)(uintptr_t)handle;
198 return ud->errnum;
238 struct cs_struct *ud; local
247 ud = cs_mem_calloc(1, sizeof(*ud));
248 if (!ud) {
253 ud->errnum = CS_ERR_OK;
254 ud->arch = arch;
255 ud->mode = mode
282 struct cs_struct *ud; local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_loopfilter_neon.c 430 unsigned char *us, *ud; local
527 ud = u - 2;
528 write_4x8(ud, pitch, q4ResultL);
mbloopfilter_neon.c 454 unsigned char *us, *ud; local
577 ud = u - 4;
578 vst1_u8(ud, vget_low_u8(q3));
579 ud += pitch;
580 vst1_u8(ud, vget_low_u8(q4));
581 ud += pitch;
582 vst1_u8(ud, vget_low_u8(q5));
583 ud += pitch;
584 vst1_u8(ud, vget_low_u8(q6));
585 ud += pitch
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 429 LValue *ud = new_LValue(func, lval); local
431 nop->setDef(0, ud);
433 return ud;
  /external/oj-libjdwp/src/share/back/
VirtualMachineImpl.c 841 char *ud; local
845 ud = gdata->property_user_dir;
846 if ( ud == NULL ) {
847 ud = "";
857 (void)outStream_writeString(out, ud);
  /bionic/libc/kernel/uapi/rdma/
rdma_user_rxe.h 76 } ud; member in union:rxe_send_wr::__anon1414
rdma_user_cm.h 229 struct rdma_ucm_ud_param ud; member in union:rdma_ucm_event_resp::__anon1404
vmw_pvrdma-abi.h 217 } ud; member in union:pvrdma_sq_wqe_hdr::__anon1422
  /external/kernel-headers/original/uapi/rdma/
rdma_user_rxe.h 96 } ud; member in union:rxe_send_wr::__anon26306
rdma_user_cm.h 287 struct rdma_ucm_ud_param ud; member in union:rdma_ucm_event_resp::__anon26296
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 114 void *ud; /* auxiliary data to `frealloc' */ member in struct:global_State
  /external/lua/src/
lauxlib.c 318 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) {
319 void *p = lua_touserdata(L, ud);
321 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */
333 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) {
334 void *p = luaL_testudata(L, ud, tname);
335 if (p == NULL) typeerror(L, ud, tname);
462 void *ud; local
463 lua_Alloc allocf = lua_getallocf(L, &ud);
465 void *temp = allocf(ud, box->box, box->bsize, newsize);
642 static const char *getF (lua_State *L, void *ud, size_t *size)
    [all...]
lstate.h 139 void *ud; /* auxiliary data to 'frealloc' */ member in struct:global_State
  /external/e2fsprogs/misc/
fuse2fs.c 1540 struct update_dotdot *ud = priv_data; variable in typeref:struct:update_dotdot
1561 struct update_dotdot ud; local
    [all...]

Completed in 1267 milliseconds

1 2