Home
last modified time | relevance | path

Searched refs:name (Results 25826 - 25850 of 66738) sorted by relevance

1...<<1031103210331034103510361037103810391040>>...2670

/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.h15 * file name: PortableFontInstance.h
87 virtual void deleteNameString(const char *name) const;
89 virtual void deleteNameString(const LEUnicode16 *name) const;
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.h11 * file name: PortableFontInstance.h
82 virtual void deleteNameString(const char *name) const;
84 virtual void deleteNameString(const LEUnicode16 *name) const;
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak37 # File name extensions for inference rule matching.
56 $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeArrayTimeZoneRule.java27 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
31 * @param name The time zone name.
44 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) { in TimeArrayTimeZoneRule() argument
45 super(name, rawOffset, dstSavings); in TimeArrayTimeZoneRule()
/third_party/icu/icu4c/source/common/
H A Dservlkf.cpp38 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) in LocaleKeyFactory() argument
39 : _name(name) in LocaleKeyFactory()
131 result.append((UnicodeString)", name: "); in debug()
/third_party/alsa-lib/include/
H A Dhwdep.h108 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode);
161 void snd_hwdep_dsp_image_set_name(snd_hwdep_dsp_image_t *obj, const char *name);
H A Dpcm_ioplug.h92 * name of this plugin; must be filled before calling #snd_pcm_ioplug_create()
94 const char *name; member
217 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *io, const char *name,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java63 private static void write(FileOutputStream file,Object o ,String name,String comment){ in write() argument
80 file.write(new String("\n static byte[] "+name+" = new byte[]{ \n").getBytes("UTF-8")); in write()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBPropertiesExporter.java35 String name = f.getName(); in RBPropertiesExporter()
36 if (name.toLowerCase().endsWith(".properties") && f.getName().indexOf("_") < 0) return true; in RBPropertiesExporter()
51 String base_name = file.getName(); // The base name of the files we will write in export()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java60 private static void write(FileOutputStream file,Object o ,String name,String comment){ in write() argument
77 file.write(new String("\n static byte[] "+name+" = new byte[]{ \n").getBytes("UTF-8")); in write()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer2.java167 * <li>Use name="nfc" and COMPOSE/DECOMPOSE for Unicode standard NFC/NFD.
168 * <li>Use name="nfkc" and COMPOSE/DECOMPOSE for Unicode standard NFKC/NFKD.
169 * <li>Use name="nfkc_cf" and COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold.
172 * name as the key.
177 * @param name "nfc" or "nfkc" or "nfkc_cf" or name of custom data file
181 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) { in getInstance() argument
191 Norm2AllModes all2Modes=Norm2AllModes.getInstance(bytes, name); in getInstance()
H A DRBNFChinesePostProcessor.java34 * ruleset with the given name.
41 String name = ruleSet.getName(); in process()
43 if (rulesetNames[i].equals(name)) { in process()
H A DChineseDateFormat.java82 * 1). If just a numbering system name is specified, it applies to all numeric fields in the date format pattern.
84 * followed by an = sign, followed by the numbering system name. For example, to specify that just the year
200 * Constructs a <code>ChineseDateFormat.Field</code> with the given name and
205 * @param name Name of the attribute
211 protected Field(String name, int calendarField) { in Field() argument
212 super(name, calendarField); in Field()
253 throw new InvalidObjectException("Unknown attribute name."); in readResolve()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeArrayTimeZoneRule.java28 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
32 * @param name The time zone name.
43 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) { in TimeArrayTimeZoneRule() argument
44 super(name, rawOffset, dstSavings); in TimeArrayTimeZoneRule()
/third_party/libuv/src/unix/
H A Ddarwin-proctitle.c37 static int uv__pthread_setname_np(const char* name) { in uv__pthread_setname_np() argument
41 strncpy(namebuf, name, sizeof(namebuf) - 1); in uv__pthread_setname_np()
/third_party/libuv/src/win/
H A Ddl.c65 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym() argument
67 *ptr = (void*)(uintptr_t) GetProcAddress(lib->handle, name); in uv_dlsym()
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh87 DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true`
94 GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
/third_party/libdrm/freedreno/
H A Dfreedreno_drmif.h126 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name);
132 int fd_bo_get_name(struct fd_bo *bo, uint32_t *name);
/third_party/mbedtls/docs/architecture/psa-migration/
H A Doutcome-analysis.sh111 name=${suite#test_suite_}
113 $name $total $nb_ref $nb_new
/third_party/mesa3d/.gitlab-ci/tests/lava/
H A Dhelpers.py30 name="test-mesa-ci", result="pass", metadata_extra=None, extra=None
36 return {"metadata": {"result": result, **metadata_extra}, "name": name}
/third_party/lzma/CPP/Windows/
H A DFileDir.h60 bool DeleteFileAlways(CFSTR name);
90 bool MoveTo(CFSTR name, bool deleteDestBefore);
/third_party/jinja2/
H A D_compat.py98 def __new__(cls, name, this_bases, d):
99 return meta(name, bases, d)
/third_party/jerryscript/jerry-port/default/
H A Ddefault-module.c46 jerry_port_read_source (const char *file_name_p, /**< file name */ in jerry_port_read_source()
183 * @return Undefined, if 'name' is not a native module
187 jerry_port_get_native_module (jerry_value_t name) /**< module specifier */ in jerry_port_get_native_module() argument
189 (void) name; in jerry_port_get_native_module()
/third_party/mbedtls/library/
H A Dssl_tls13_keys.h22 /* This requires MBEDTLS_SSL_TLS1_3_LABEL( idx, name, string ) to be defined at
55 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \
56 const unsigned char name [sizeof(string) - 1];
/third_party/mesa3d/src/egl/main/
H A Deglarray.c68 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument
74 array->Name = name; in _eglCreateArray()

Completed in 55 milliseconds

1...<<1031103210331034103510361037103810391040>>...2670