/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter/ |
xt_RATEEST.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter/ |
xt_RATEEST.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter/ |
xt_RATEEST.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter/ |
xt_RATEEST.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/ |
xt_RATEEST.h | 5 *** of the same name, to make information necessary for userspace to 24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
compquery.py | 30 name = CriteriaDescriptor("name_regex") variable in class:ComponentQuery 34 """Match the object to the name criteria.""" 35 if not self.name: 39 return self._match_regex(obj, self.name, self.name_regex)
|
/system/bt/osi/src/ |
hash_functions.c | 37 const char *name = (const char *)key; local 38 size_t string_len = strlen(name); 40 hash = ((hash << 5) + hash ) + name[i];
|
/system/core/include/cutils/ |
config_utils.h | 32 const char *name; member in struct:cnode 43 cnode* config_node(const char *name, const char *value); 46 cnode* config_find(cnode *root, const char *name); 48 /* look up a child by name and return the boolean value */ 49 int config_bool(cnode *root, const char *name, int _default); 51 /* look up a child by name and return the string value */ 52 const char* config_str(cnode *root, const char *name, const char *_default); 55 void config_set(cnode *root, const char *name, const char *value);
|
/system/core/libcutils/arch-x86/ |
android_memset16.S | 52 # define ENTRY(name) \ 53 .type name, @function; \ 54 .globl name; \ 56 name: \ label 61 # define END(name) \ 63 .size name, .-name
|
android_memset32.S | 52 # define ENTRY(name) \ 53 .type name, @function; \ 54 .globl name; \ 56 name: \ label 61 # define END(name) \ 63 .size name, .-name
|
/system/update_engine/payload_generator/ |
filesystem_interface.h | 58 std::string name; member in struct:chromeos_update_engine::FilesystemInterface::File
|
/toolchain/binutils/binutils-2.25/gprof/ |
utils.c | 13 * 3. Neither the name of the University nor the names of its contributors 40 * Print name of symbol. Return number of characters printed. 45 const char *name = self->name; local 51 if (name) 55 demangled = bfd_demangle (core_bfd, name, DMGL_ANSI | DMGL_PARAMS); 57 name = demangled; 59 printf ("%s", name); 60 size = strlen (name); 63 filename = self->file->name; [all...] |
/toolchain/binutils/binutils-2.25/include/vms/ |
esrf.h | 31 unsigned char name[31]; member in struct:vms_esrf
|
/toolchain/binutils/binutils-2.25/ld/ |
ldfile.h | 35 /* Name of directory. */ 36 const char *name; member in struct:search_dirs 48 (const char *name); 50 (const char *name);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
LimitTest.java | 46 limit.setValue(CounterValue.TOTALCOUNT.name()); 56 limit.setValue(CounterValue.MISSEDCOUNT.name()); 66 limit.setValue(CounterValue.COVEREDCOUNT.name()); 76 limit.setValue(CounterValue.MISSEDRATIO.name()); 90 limit.setValue(CounterValue.COVEREDRATIO.name()); 104 limit.setValue(CounterValue.TOTALCOUNT.name()); 105 limit.setCounter(CounterEntity.INSTRUCTION.name()); 115 limit.setValue(CounterValue.TOTALCOUNT.name()); 116 limit.setCounter(CounterEntity.BRANCH.name()); 125 limit.setValue(CounterValue.TOTALCOUNT.name()); [all...] |
/external/apache-harmony/security/src/test/resources/PermissionCollection/ |
mypermissionBKS.jar | |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/ |
DeviceManager.java | 17 package com.android.tv.settings.name; 28 "com.android.tv.settings.name.DeviceManager.DEVICE_NAME_UPDATE"; 30 * Retrieves the name from Settings.Global.DEVICE_NAME 33 * @return The device name. 40 * Sets the system device name. 46 * @param name The new device name. 48 public static void setDeviceName(Context context, String name) { 49 Settings.Global.putString(context.getContentResolver(), Settings.Global.DEVICE_NAME, name); local 50 BluetoothAdapter.getDefaultAdapter().setName(name); [all...] |
/bionic/libc/arch-x86/atom/string/ |
sse2-wcschr-atom.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
|
/bionic/libc/arch-x86/silvermont/string/ |
sse2-strcpy-slm.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/libc/arch-x86_64/string/ |
sse2-memcpy-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 62 # define ENTRY(name) \ 63 .type name, @function; \ 64 .globl name; \ 66 name: \ label 71 # define END(name) \ 73 .size name, .-name
|
sse2-memmove-slm.S | 15 * Neither the name of Intel Corporation nor the names of its contributors 62 # define ENTRY(name) \ 63 .type name, @function; \ 64 .globl name; \ 66 name: \ label 71 # define END(name) \ 73 .size name, .-name
|
/bionic/libc/bionic/ |
malloc_info.cpp | 24 // name must be valid throughout lifetime of the object. 25 explicit Elem(FILE* fp, const char* name, 28 this->name = name; 30 fprintf(fp, "<%s", name); 42 fprintf(fp, "</%s>", name); 54 const char* name; member in class:Elem
|
/bionic/libc/kernel/uapi/linux/ |
reiserfs_xattr.h | 5 *** of the same name, to make information necessary for userspace to 30 const char * name; member in struct:reiserfs_security_handle
|
sw_sync.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[32]; member in struct:sw_sync_create_fence_data
|
/bionic/libc/private/ |
bionic_vdso.h | 45 const char* name; member in struct:vdso_entry
|