Searched refs:slots (Results 1 - 25 of 77) sorted by relevance

1234

/external/oprofile/libabi/
H A Dabi.cpp32 slots[entry->name] = entry->offset;
34 slots["little_endian"] = op_little_endian();
40 if (slots.find(key) != slots.end())
41 return slots.find(key)->second;
49 return slots == other.slots;
55 abi_iter i = abi.slots.begin();
56 abi_iter e = abi.slots.end();
69 abi.slots
[all...]
H A Dabi.h39 std::map<std::string, int> slots; member in class:abi
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h28 public slots:
31 protected slots:
H A Dscanresults.h26 public slots:
33 protected slots:
H A Deventhistory.h46 public slots:
50 protected slots:
H A Daddinterface.h27 public slots:
H A Dnetworkconfig.h33 public slots:
42 protected slots:
H A Dpeers.h30 public slots:
55 protected slots:
H A Dwpagui.h41 public slots:
86 protected slots:
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) { argument
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots, argument
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc128 // Checks the first 'num_slots' profile data slots in the file
129 // against the data pointed to by 'slots'. Returns kNoError if the
132 string Check(const ProfileDataSlot* slots, int num_slots) { argument
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
137 // against the data pointed to by 'slots', skipping over entries
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots, argument
404 ProfileDataSlot slots[] = { local
425 ProfileDataSlot slots[] = { local
447 ProfileDataSlot slots[] = { local
475 ProfileDataSlot slots[] = { local
493 ProfileDataSlot slots[] = { local
517 ProfileDataSlot slots[] = { local
543 ProfileDataSlot slots[] = { local
590 ProfileDataSlot slots[] = { local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestIDList.java80 static Object[] slots = new Object[16]; field in class:TestIDList
103 if (slots[slot] != val){
105 slots[slot] = val;
111 if (slots[i] != null && enabledSlots[i] == false){
114 if (slots[i] == null && enabledSlots[i] == true){
120 if (slots[i] != val)
125 if (slots[i] != null)
137 slots[slot] = null;
/external/kernel-headers/original/linux/
H A Defs_dir.h28 unsigned char slots; member in struct:efs_dir
/external/oprofile/gui/
H A Doprof_start.h53 protected slots:
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c306 static void init_sampler_views(struct context *ctx, const int *slots) argument
312 for (i = 0; *slots >= 0; ++i, ++slots) {
313 u_sampler_view_default_template(&tview, ctx->tex[*slots],
314 ctx->tex[*slots]->format);
316 ctx->view[i] = pipe->create_sampler_view(pipe, ctx->tex[*slots],
339 static void init_compute_resources(struct context *ctx, const int *slots) argument
344 for (i = 0; *slots >= 0; ++i, ++slots) {
346 .format = ctx->tex[*slots]
408 init_globals(struct context *ctx, const int *slots, uint32_t **handles) argument
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c306 static void init_sampler_views(struct context *ctx, const int *slots) argument
312 for (i = 0; *slots >= 0; ++i, ++slots) {
313 u_sampler_view_default_template(&tview, ctx->tex[*slots],
314 ctx->tex[*slots]->format);
316 ctx->view[i] = pipe->create_sampler_view(pipe, ctx->tex[*slots],
339 static void init_compute_resources(struct context *ctx, const int *slots) argument
344 for (i = 0; *slots >= 0; ++i, ++slots) {
346 .format = ctx->tex[*slots]
408 init_globals(struct context *ctx, const int *slots, uint32_t **handles) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c811 struct r600_bytecode_alu *slots[5])
820 if (slots[i]) {
821 if (slots[i]->bank_swizzle_force) {
822 slots[i]->bank_swizzle = slots[i]->bank_swizzle_force;
828 if (i < 4 && slots[i])
837 if (!slots[i] || !slots[i]->bank_swizzle_force)
840 bank_swizzle[i] = slots[i]->bank_swizzle;
854 if (slots[
810 check_and_set_bank_swizzle(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5]) argument
893 replace_gpr_with_pv_ps(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1031 merge_inst_groups(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1504 struct r600_bytecode_alu *slots[5]; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c811 struct r600_bytecode_alu *slots[5])
820 if (slots[i]) {
821 if (slots[i]->bank_swizzle_force) {
822 slots[i]->bank_swizzle = slots[i]->bank_swizzle_force;
828 if (i < 4 && slots[i])
837 if (!slots[i] || !slots[i]->bank_swizzle_force)
840 bank_swizzle[i] = slots[i]->bank_swizzle;
854 if (slots[
810 check_and_set_bank_swizzle(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5]) argument
893 replace_gpr_with_pv_ps(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1031 merge_inst_groups(struct r600_bytecode *bc, struct r600_bytecode_alu *slots[5], struct r600_bytecode_alu *alu_prev) argument
1504 struct r600_bytecode_alu *slots[5]; local
[all...]
/external/eigen/demos/opengl/
H A Dquaternion_demo.h70 protected slots:
/external/libppp/src/
H A Dipcp.h50 int slots; /* Maximum VJ slots */ member in struct:ipcp::__anon21381::__anon21382
H A Dipcp.c106 u_char slots; member in struct:compreq
380 prompt_Printf(arg->prompt, " VJ compression: %s (%d slots %s slot "
382 ipcp->cfg.vj.slots, ipcp->cfg.vj.slotcomp ? "with" : "without");
421 if (!strcasecmp(arg->argv[arg->argn], "slots")) {
422 int slots; local
424 slots = atoi(arg->argv[arg->argn+1]);
425 if (slots < 4 || slots > 16)
427 arg->bundle->ncp.ipcp.cfg.vj.slots = slots;
[all...]
/external/libselinux/src/
H A Davc.c33 struct avc_node *slots[AVC_CACHE_SLOTS]; member in struct:avc_cache
139 avc_cache.slots[i] = 0;
227 node = avc_cache.slots[i];
260 cur = avc_cache.slots[hvalue];
281 avc_cache.slots[hvalue] = cur->next;
319 new->next = avc_cache.slots[hvalue];
320 avc_cache.slots[hvalue] = new;
336 cur = avc_cache.slots[hvalue];
463 node = avc_cache.slots[i];
472 avc_cache.slots[
[all...]
/external/qemu/
H A Dkvm-all.c57 KVMSlot slots[32]; member in struct:KVMState
74 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
75 /* KVM private memory slots */
78 if (s->slots[i].memory_size == 0)
79 return &s->slots[i];
92 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
93 KVMSlot *mem = &s->slots[i];
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
115 KVMSlot *mem = &s->slots[i];
274 for (i = 0; i < ARRAY_SIZE(s->slots);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp221 * Determine the number of attribute slots required for a particular type
240 * should be safe to assume the total number of slots consumed by an array
241 * is the number of entries in the array multiplied by the number of slots
1197 * fixed-function state), adjust the number of state slots to
1198 * match the new array size. The number of slots per array entry
1200 * slots is an integer multiple of the number of array elements.
1201 * Determine the number of slots per array element by dividing by
1291 * 3. Sort the attributes without assigned locations by number of slots
1311 unsigned slots; member in struct:temp_attr
1321 return r->slots
1369 const unsigned slots = count_attribute_slots(var->type); local
1988 const unsigned slots = output_var->type->length local
1994 const unsigned slots = output_var->type->matrix_columns; local
[all...]
/external/mesa3d/src/glsl/
H A Dlinker.cpp221 * Determine the number of attribute slots required for a particular type
240 * should be safe to assume the total number of slots consumed by an array
241 * is the number of entries in the array multiplied by the number of slots
1197 * fixed-function state), adjust the number of state slots to
1198 * match the new array size. The number of slots per array entry
1200 * slots is an integer multiple of the number of array elements.
1201 * Determine the number of slots per array element by dividing by
1291 * 3. Sort the attributes without assigned locations by number of slots
1311 unsigned slots; member in struct:temp_attr
1321 return r->slots
1369 const unsigned slots = count_attribute_slots(var->type); local
1988 const unsigned slots = output_var->type->length local
1994 const unsigned slots = output_var->type->matrix_columns; local
[all...]

Completed in 500 milliseconds

1234