/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Group.java | 30 private String name; field in class:Group 34 * @param name The group name. 37 public Group(String name, MailboxList mailboxes) { 38 this.name = name; 43 * Returns the group name. 46 return name; 59 buf.append(name);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
AccountUtils.java | 40 final String name = account.name; local 41 if (Patterns.EMAIL_ADDRESS.matcher(name).matches()) { 42 retval.add(name); 43 retval.add(name.split("@")[0]); 50 * Get all device accounts having specified domain name. 52 * @param domain domain name used for filtering 53 * @return List of account names that contain the specified domain name 60 if (account.name.toLowerCase(Locale.ROOT).endsWith(atDomain)) { 61 retval.add(account.name); [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
DelegatingFieldParser.java | 27 * Sets the parser used for the field named <code>name</code>. 28 * @param name the name of the field 29 * @param parser the parser for fields named <code>name</code> 31 public void setFieldParser(final String name, final FieldParser parser) { 32 parsers.put(name.toLowerCase(), parser); 35 public FieldParser getParser(final String name) { 36 final FieldParser field = parsers.get(name.toLowerCase()); 43 public Field parse(final String name, final String body, final String raw) { 44 final FieldParser parser = getParser(name); [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
Group.java | 30 private String name; field in class:Group 34 * @param name The group name. 37 public Group(String name, MailboxList mailboxes) { 38 this.name = name; 43 * Returns the group name. 46 return name; 59 buf.append(name);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
union_domain.h | 17 char *name; /**< Name of the domain. */ member in struct:cloognameddomainlist 28 char **name[3]; member in struct:clooguniondomain 40 const char *name, CloogDomain *domain, CloogScattering *scattering, 43 enum cloog_dim_type type, int index, const char *name);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
getopt.h | 87 of `struct option' terminated by an element containing a name which is 108 const char *name; member in struct:option 125 arguments in ARGV (ARGC of them, minus the program name) for
|
nss.h | 46 char *name; member in struct:gaih_addrtuple
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
ext-device-manager.h | 44 const char *name; /**< Identifier string of the device. A string like "sink:" or similar followed by the name of the device. */ member in struct:pa_ext_device_manager_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/ |
xcbext.h | 40 const char *name; member in struct:xcb_extension_t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
union_domain.h | 17 char *name; /**< Name of the domain. */ member in struct:cloognameddomainlist 28 char **name[3]; member in struct:clooguniondomain 40 const char *name, CloogDomain *domain, CloogScattering *scattering, 43 enum cloog_dim_type type, int index, const char *name);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
getopt.h | 87 of `struct option' terminated by an element containing a name which is 108 const char *name; member in struct:option 125 arguments in ARGV (ARGC of them, minus the program name) for
|
nss.h | 46 char *name; member in struct:gaih_addrtuple
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
ext-device-manager.h | 45 const char *name; /**< Identifier string of the device. A string like "sink:" or similar followed by the name of the device. */ member in struct:pa_ext_device_manager_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/ |
xcbext.h | 40 const char *name; member in struct:xcb_extension_t
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
getopt.h | 64 const char *name; /* option name, without leading hyphens */ member in struct:option
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
import.h | 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co); 13 char *name, PyObject *co, char *pathname); 15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name); 16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name); 18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name, 25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name); variable 47 char *name; member in struct:_inittab 54 PyAPI_FUNC(int) PyImport_AppendInittab(const char *name, void (*initfunc)(void)); 58 char *name; member in struct:_frozen
|
structseq.h | 11 char *name; member in struct:PyStructSequence_Field 16 char *name; member in struct:PyStructSequence_Desc
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
import.h | 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co); 13 char *name, PyObject *co, char *pathname); 15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name); 16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name); 18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name, 25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name); variable 47 char *name; member in struct:_inittab 54 PyAPI_FUNC(int) PyImport_AppendInittab(const char *name, void (*initfunc)(void)); 58 char *name; member in struct:_frozen
|
structseq.h | 11 char *name; member in struct:PyStructSequence_Field 16 char *name; member in struct:PyStructSequence_Desc
|
/prebuilts/misc/windows/sdl2/test/ |
testhaptic.c | 20 * Neither the name of the Simple Directmedia Layer (SDL) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 57 char *name; local 67 name = NULL; 70 name = argv[1]; 71 if ((strcmp(name, "--help") == 0) || (strcmp(name, "-h") == 0)) { 74 "it'll use it as if it were part of the device's name.\n", 79 i = strlen(name); 80 if ((i < 3) && isdigit(name[0]) && ((i == 1) || isdigit(name[1]))) [all...] |
testlock.c | 119 char name[64]; local 120 SDL_snprintf(name, sizeof (name), "Worker%d", i); 121 if ((threads[i] = SDL_CreateThread(Run, name, NULL)) == NULL)
|
testsem.c | 109 char name[64]; local 110 SDL_snprintf(name, sizeof (name), "Thread%u", (unsigned int) i); 111 threads[i] = SDL_CreateThread(ThreadFunc, name, (void *) i);
|
torturethread.c | 55 char name[64]; local 56 SDL_snprintf(name, sizeof (name), "Child%d_%d", tid, i); 58 sub_threads[i] = SDL_CreateThread(SubThreadFunc, name, &flags[i]); 94 char name[64]; local 95 SDL_snprintf(name, sizeof (name), "Parent%d", i); 97 threads[i] = SDL_CreateThread(ThreadFunc, name, (void*) (uintptr_t) i);
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/arch/ |
gpio-switch.h | 5 *** of the same name, to make information necessary for userspace to 24 const char *name; member in struct:omap_gpio_switch
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/ |
partitions.h | 5 *** of the same name, to make information necessary for userspace to 18 char *name; member in struct:mtd_partition 33 const char *name; member in struct:mtd_part_parser
|