Searched refs:name (Results 226 - 250 of 318) sorted by relevance

1234567891011>>

/system/extras/showslab/
H A Dshowslab.c14 #define SLABINFO_NAME_LEN 32 /* cache name size (will truncate) */
20 char name[SLABINFO_NAME_LEN]; /* name of this cache */ member in struct:slab_info
54 * <name> <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab>
108 slabdata %lu %lu %*d", p->name,
226 return (strcmp(a->name, b->name) < 0 ) ? 1: 0;
344 p->name);
/system/media/mca/filterpacks/imageproc/java/
H A DAutoFixFilter.java33 @GenerateFieldPort(name = "tile_size", hasDefault = true)
36 @GenerateFieldPort(name = "scale")
161 public AutoFixFilter(String name) { argument
162 super(name);
233 public void fieldPortValueUpdated(String name, FilterContext context) { argument
H A DDocumentaryFilter.java35 @GenerateFieldPort(name = "tile_size", hasDefault = true)
71 public DocumentaryFilter(String name) { argument
72 super(name);
H A DLomoishFilter.java35 @GenerateFieldPort(name = "tile_size", hasDefault = true)
112 public LomoishFilter(String name) { argument
113 super(name);
H A DImageCombineFilter.java46 public ImageCombineFilter(String name, argument
50 super(name);
/system/media/mca/filterpacks/ui/java/
H A DSurfaceRenderFilter.java57 @GenerateFinalPort(name = "surfaceView")
68 @GenerateFieldPort(name = "renderMode", hasDefault = true)
84 public SurfaceRenderFilter(String name) { argument
85 super(name);
200 public void fieldPortValueUpdated(String name, FilterContext context) { argument
/system/bluetooth/tools/
H A Dasocket_test.c672 char *name; member in struct:__anon261
690 char *name; member in struct:__anon262
706 for (i = 0; type_table[i].name; i++) {
707 printf("\t%s\n", type_table[i].name);
710 for (i = 0; action_table[i].name; i++) {
711 printf("\t%s\n", action_table[i].name);
723 for (i = 0; type_table[i].name; i++) {
724 if (!strcmp(argv[1], type_table[i].name)) {
733 for (i = 0; action_table[i].name; i++) {
734 if (!strcmp(argv[2], action_table[i].name)) {
[all...]
H A Dsocktest.c744 char *name; member in struct:__anon267
764 char *name; member in struct:__anon268
780 for (i = 0; type_table[i].name; i++) {
781 printf("\t%s\n", type_table[i].name);
784 for (i = 0; action_table[i].name; i++) {
785 printf("\t%s\n", action_table[i].name);
797 for (i = 0; type_table[i].name; i++) {
798 if (!strcmp(argv[1], type_table[i].name)) {
807 for (i = 0; action_table[i].name; i++) {
808 if (!strcmp(argv[2], action_table[i].name)) {
[all...]
H A Dpipetest.c387 char *name; member in struct:__anon264
409 for (i = 0; function_table[i].name; i++) {
410 printf("\tpipetest %s\n", function_table[i].name);
421 for (i = 0; function_table[i].name; i++) {
422 if (!strcmp(argv[1], function_table[i].name)) {
423 printf("%s\n", function_table[i].name);
/system/extras/tests/framebuffer/
H A Drefresh.c36 char name[64]; local
38 snprintf(name, 64, device_template[i], 0);
39 fd = open(name, O_RDWR, 0);
/system/media/wilhelm/src/itf/
H A DIAndroidEffectCapabilities.c61 int len = strlen(thiz->mFxDescriptors[index].name);
62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
112 SL_LOGV("effect %d: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s",
124 thiz->mFxDescriptors[i].name);
/system/core/init/
H A DAndroid.mk47 # local module name
H A Dbuiltins.c45 void add_environment(const char *name, const char *value);
266 const char *name; member in struct:__anon357
293 for (i = 0; mount_flags[i].name; i++) {
294 if (!strcmp(args[n], mount_flags[i].name)) {
300 if (!mount_flags[i].name) {
449 const char *name = args[1]; local
458 ERROR("property %s has no value for assigning to %s\n", value, name);
466 property_set(name, value);
/system/core/libctest/
H A Dctest.c58 void addNamedTest(const char* name, TestCase* test) { argument
63 testSuite->testNames[index] = name;
131 // TODO: Report file name.
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp81 void ARMAssembler::disassemble(const char* name) argument
83 if (name) {
84 printf("%s:\n", name);
162 int ARMAssembler::generate(const char* name) argument
180 LOGI(format, name, int(pc()-base()), base(), pc(), duration);
184 int err = qemu_add_mapping(int(base()), name);
192 printf(format, name, int(pc()-base()), base(), pc(), duration);
193 disassemble(name);
/system/core/nexus/
H A DController.cpp38 Controller::Controller(const char *name, PropertyManager *propMngr, argument
41 mName = strdup(name);
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h75 char *name; member in struct:pm_map
150 /* Get the name, flags, start/end address, or offset of a map. */
151 #define pm_map_name(map) ((map)->name)
/system/media/wilhelm/src/ut/
H A DOpenSLESUT.c28 /** \brief Maps an interface ID to its display name */
33 const char *name; ///< The display name member in struct:__anon593
109 printf("SL_IID_%s = ", p->name);
/system/netd/
H A DThrottleController.cpp41 extern "C" int ifc_up(const char *name);
42 extern "C" int ifc_down(const char *name);
/system/core/adb/
H A Dsysdeps_win32.c107 char name[32]; member in struct:FHRec_
233 D( "adb_read: could not read %d bytes from %s\n", len, f->name );
248 D( "adb_file_write: could not write %d bytes from %s\n", len, f->name );
356 snprintf( f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path );
396 snprintf( f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path );
446 D( "adb_shutdown: %s\n", f->name);
460 D( "adb_close: %s\n", f->name);
609 snprintf( f->name, sizeo
[all...]
/system/core/toolbox/
H A Ddd.h19 * 3. Neither the name of the University nor the names of its contributors
54 const char *name; /* name */ member in struct:__anon440
H A Dps.c41 char *ptr, *name, *state; local
79 name = ptr;
81 *ptr++ = '\0'; // and null-terminate name.
144 if(!namefilter || !strncmp(name, namefilter, strlen(namefilter))) {
163 printf(" %08x %08x %s %s", wchan, eip, state, cmdline[0] ? cmdline : name);
/system/extras/ext4_utils/
H A Dcontents.c51 struct ext4_dir_entry_2 *prev, u32 inode, const char *name,
54 u8 name_len = strlen(name);
74 memcpy(dentry->name, name, name_len);
50 add_dentry(u8 *data, u32 *offset, struct ext4_dir_entry_2 *prev, u32 inode, const char *name, u8 file_type) argument
/system/media/mca/
H A DDocs.mk24 find $(2) -name "*.java" -and -not -name ".*") \
/system/media/mca/filterfw/native/core/
H A Dshader_program.h173 // Returns a handle to the uniform with the given name, or invalid if no
175 ProgramVar GetUniform(const std::string& name) const;
202 // to set the value of a uniform variable with the given name. Only values
204 bool SetUniformValue(const std::string& name, const Value& value);
207 // to get the value of a uniform variable with the given name.
208 Value GetUniformValue(const std::string& name);
210 // Returns the default name of the input texture uniform variable for the
230 // Returns a handle to the attribute with the given name, or invalid if no
232 ProgramVar GetAttribute(const std::string& name) const;
304 // Returns the default name o
[all...]

Completed in 313 milliseconds

1234567891011>>