/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarTestFmwk.java | 163 String name = roll ? "rolling" : "adding"; in doRollAdd() 187 errln("Fail: " + name + " "+ ymdToString(test[0], test[1], test[2]) in doRollAdd() 193 logln("OK: " + name + " "+ ymdToString(test[0], test[1], test[2]) in doRollAdd()
|
H A D | DangiTest.java | 356 String name = roll ? "rolling" : "adding"; in doRollAddDangi() 373 errln("Fail: " + name + " " + ymdToString(test[0], test[1] - 1, test[2], test[3]) + " " in doRollAddDangi() 377 logln("OK: " + name + " " + ymdToString(test[0], test[1] - 1, test[2], test[3]) + " " in doRollAddDangi()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DangiTest.java | 353 String name = roll ? "rolling" : "adding"; in doRollAddDangi() 370 errln("Fail: " + name + " " + ymdToString(test[0], test[1] - 1, test[2], test[3]) + " " in doRollAddDangi() 374 logln("OK: " + name + " " + ymdToString(test[0], test[1] - 1, test[2], test[3]) + " " in doRollAddDangi()
|
/third_party/libsnd/include/ |
H A D | sndfile.h | 403 const char *name ; member 424 const char *name ; member 447 char name [256] ; member
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 323 #define lws_pthread_mutex(name) pthread_mutex_t name; 350 #define lws_pthread_mutex(name)
|
/third_party/libuv/include/uv/ |
H A D | win.h | 149 const struct sockaddr* name, 388 WCHAR* name; \ 498 WCHAR* name; \
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 176 * using the name->prop id lookup is the preferred method. 202 * using the name->prop id lookup is the preferred method. 237 * @name: string describing the mode resolution 259 char name[DRM_DISPLAY_MODE_LEN]; member 547 * @name: symbolic name for this enum entry. 553 char name[DRM_PROP_NAME_LEN]; member 604 * @name: Symbolic property name. User-space should use this field to 607 char name[DRM_PROP_NAME_LE member [all...] |
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 176 * using the name->prop id lookup is the preferred method. 202 * using the name->prop id lookup is the preferred method. 237 * @name: string describing the mode resolution 259 char name[DRM_DISPLAY_MODE_LEN]; member 514 char name[DRM_PROP_NAME_LEN]; member 523 char name[DRM_PROP_NAME_LEN]; member
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 63 // Most "pe" archives have same name of archive subfile "[0]" or ".rsrc_1".
in DecompressArchive() 65 // We will use top level archive name
in DecompressArchive() 74 UString elimPrefix; // only pure name without dir delimiter
in DecompressArchive() 243 int Find_FileName_InSortedVector(const UStringVector &fileNames, const UString &name);
244 int Find_FileName_InSortedVector(const UStringVector &fileNames, const UString &name)
in Find_FileName_InSortedVector() argument 251 const int comp = CompareFileNames(name, midVal);
in Find_FileName_InSortedVector()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 102 self.name = os.path.basename(tree_dir) 128 logging.info(f'{self.name}: working tree marked dirty') 139 logging.info(f'{self.name}: no changes') 143 logging.info(f'{self.name}: header amalgamated (build count {self.build_count})') 187 if tree.name == tree.rel_dir: 188 logging.info(f'adding working tree {tree.name}') 190 logging.info(f'adding working tree {tree.name} at {tree.rel_dir}') 192 logging.info(f'{tree.name}: serving header at {url}') 206 if tree.name == tree.rel_dir: 207 logging.info(f'removing working tree {tree.name}') [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | egldisplay.c | 77 const char *name; member 113 if (strcmp(egl_platforms[i].name, plat_name) == 0) { in _eglGetNativePlatformFromEnv() 183 egl_platforms[detected_platform].name, detection_method); in _eglGetNativePlatform()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_subgroups.c | 135 #define CASE(name) \ in do_reduce() 136 case REDUCE_OP_##name: \ in do_reduce() 137 binop(block, OPC_##name, dst, src0, src1); \ in do_reduce()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_clone.cpp | 43 ir_variable *var = new(mem_ctx) ir_variable(this->type, this->name, in clone() 205 this->record->type->fields.structure[this->field_idx].name; in clone() 270 ir_function *copy = new(mem_ctx) ir_function(this->name); in clone()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_dump.c | 206 const char *name = in vir_dump_sig_addr() local 208 if (name) in vir_dump_sig_addr() 209 fprintf(stderr, ".%s", name); in vir_dump_sig_addr()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 167 lws_fops_zip_scan(lws_fops_zip_t priv, const char *name, int len) in lws_fops_zip_scan() argument 243 lwsl_debug("check %s vs %s\n", buf, name); in lws_fops_zip_scan() 245 if (strcmp((const char *)buf, name)) in lws_fops_zip_scan()
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 581 # optionally quoted executable name (via $0) 604 # Program name 655 $LEADIN . qr'exec\s+-[acl]' => q<exec -c/-l/-a name>, 730 qr'\$\{!\w+\}' => q<${!name}>, 737 q<bash arrays, ${name[0|*|@]}>,
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_getdelays.c | 55 char name[100]; variable 177 strcpy(name, TASKSTATS_GENL_NAME); in get_family_id() 179 CTRL_ATTR_FAMILY_NAME, (void *)name, in get_family_id()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 193 ts[i].name = SVGA3D_TS_BIND_TEXTURE; in update_tss_binding() 283 ts[i].name = SVGA3D_TS_BIND_TEXTURE; in svga_reemit_tss_bindings() 325 q->ts[q->ts_count].name = tss; in svga_queue_tss()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_screen.c | 55 if (!screen->name) { in v3d_screen_get_name() 56 screen->name = ralloc_asprintf(screen, in v3d_screen_get_name() 62 return screen->name; in v3d_screen_get_name()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 119 s << n.bc.op_ptr->name; in dump() 388 s << n.bc.op_ptr->name << omod_str[n.bc.omod] << (n.bc.clamp ? "_sat" : ""); in dump() 485 s << n.bc.op_ptr->name; in dump()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.h | 86 const char *name); 147 const char *name, const SpvId interfaces[], 457 spirv_builder_import(struct spirv_builder *b, const char *name);
|
/third_party/node/lib/internal/crypto/ |
H A D | keys.js | 293 function option(name, objName) { 295 `options.${name}` : `options.${objName}.${name}`;
|
/third_party/node/lib/internal/fs/cp/ |
H A D | cp.js | 317 for await (const { name } of dir) { 318 const srcItem = join(src, name); 319 const destItem = join(dest, name);
|
H A D | cp-sync.js | 280 const { name } = dirent; 281 const srcItem = join(src, name); 282 const destItem = join(dest, name);
|
/third_party/node/lib/internal/ |
H A D | timers.js | 393 function getTimerDuration(msecs, name) { 394 validateNumber(msecs, name); 396 throw new ERR_OUT_OF_RANGE(name, 'a non-negative finite number', msecs);
|