HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 26 - 50 of 2938) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/common/
ucnvdisp.c 14 * Date Name Description
39 const UChar *name; local
53 /* open the resource bundle and get the display name string */
59 /* use the internal name as the key */
60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
70 /* convert the internal name into a Unicode string */
71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
72 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity))
    [all...]
  /external/elfutils/libdw/
dwarf_getabbrevattr.c 38 unsigned int name; local
46 get_uleb128 (name, attrp);
50 if (name == 0 && form == 0)
57 *namep = name;
  /external/elfutils/tests/
newscn.c 34 char name[] = "test.XXXXXX"; local
35 fd = mkstemp (name);
38 fprintf (stderr, "Failed to open fdput file: %s\n", name);
41 unlink (name);
46 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
  /external/icu4c/common/
ucnvdisp.c 14 * Date Name Description
39 const UChar *name; local
53 /* open the resource bundle and get the display name string */
59 /* use the internal name as the key */
60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
70 /* convert the internal name into a Unicode string */
71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
72 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity))
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8SharedWorkerCustom.cpp 14 * * Neither the name of Google Inc. nor the names of its
59 String name; local
61 name = toWebCoreString(args[1]->ToString());
77 RefPtr<SharedWorker> obj = SharedWorker::create(toWebCoreString(scriptUrl), name, context, ec);
  /external/webkit/WebCore/platform/text/mac/
CharsetData.h 31 const char* name; member in struct:WebCore::CharsetEntry
  /frameworks/base/tools/localize/
XMLNode.h 11 string name; member in struct:XMLAttribute
15 const string& ns, const string& name, const string& def);
  /frameworks/base/voip/jni/rtp/
AudioCodec.h 25 const char *name; member in class:AudioCodec
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/home/jingyu/projects/gcc/android-toolchainsrc/build/../gcc/gcc-4.4.0/configure --prefix=/usr/local --target=arm-eabi --host=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu --enable-languages=c,c++ --with-gmp=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --with-mpfr=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=6.6 --with-arch=armv5te --with-multilib-list=mthumb-interwork,mandroid --with-sysroot=/g/users/jingyu/toolchain/cupcake_rel_root --program-transform-name='s&^&arm-eabi-&'";
6 const char *name, *value; member in struct:__anon13024
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/home/jingyu/projects/gcc/android-toolchainsrc/build/../gcc/gcc-4.4.3/configure --prefix=/usr/local --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/home/jingyu/projects/gcc/toolchain_build/gingerbreadobj/temp-install --with-mpfr=/home/jingyu/projects/gcc/toolchain_build/gingerbreadobj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.3 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.1.x --with-arch=armv5te --with-multilib-list=mandroid --with-sysroot=/usr/local/google/home/android/cupcake_rel_root --enable-gold=both/gold --program-transform-name='s&^&arm-eabi-&'";
6 const char *name, *value; member in struct:__anon13381
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
60 # define ENTRY(name) \
61 .type name, @function; \
62 .globl name; \
64 name: \ label
69 # define END(name) \
71 .size name, .-name
ssse3-memcpy5.S 15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
    [all...]
ssse3-strcmp.S 15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
    [all...]
  /bionic/libstdc++/src/
typeinfo.cpp 11 type_info::name() const { function in class:type_info
  /build/tools/bin2asm/
icudata.c 4 * argument for the name of the symbol in the assembly file.
14 char *name; local
17 fprintf(stderr, "usage: %s NAME < DAT_FILE > ASM_FILE\n", argv[0]);
25 name = argv[1];
46 ", name, name, name, name);
  /device/samsung/crespo/alsa-utils/iecset/
iecbits.c 25 const char *name; member in struct:category_str
134 printf("%s\n", con_category[i].name);
  /external/bison/src/
reader.h 34 uniqstr name; member in struct:merger_list
72 void grammar_current_rule_merge_set (uniqstr name, location loc);
  /external/bluetooth/bluez/src/
log.h 34 const char *name; member in struct:btd_debug_desc
47 * name it is called in.
  /external/chromium/third_party/icu/source/tools/toolutil/
ucbuf.h 13 * Date Name Description
41 UChar *name; member in struct:ULine
47 * @param fileName Name of the file to open.
155 * @param fileName The file name to be opened and encoding autodected
  /external/icu4c/tools/toolutil/
ucbuf.h 13 * Date Name Description
41 UChar *name; member in struct:ULine
47 * @param fileName Name of the file to open.
155 * @param fileName The file name to be opened and encoding autodected
  /external/iproute2/genl/
genl_utils.h 10 char name[16]; member in struct:genl_util
  /external/iproute2/lib/
ll_proto.c 35 const char *name; member in struct:__anon4486
113 return llproto_names[i].name;
123 if (strcasecmp(llproto_names[i].name, buf) == 0) {
ll_types.c 35 const char *name; member in struct:__anon4487
137 return arphrd_names[i].name;
  /external/iptables/extensions/
libipt_dscp_helper.c 20 const char *name; member in struct:ds_class
51 class_to_dscp(const char *name)
56 if (!strncasecmp(name, ds_classes[i].name,
57 strlen(ds_classes[i].name)))
62 "Invalid DSCP value `%s'\n", name);
74 return ds_classes[i].name;
  /external/libpcap/
pcap-namedb.h 17 * 4. Neither the name of the University nor of the Laboratory may be used
46 * library already must do name to address translation, so
52 char name[122]; member in struct:pcap_etherent

Completed in 676 milliseconds

12 3 4 5 6 7 8 91011>>