Searched refs:slots (Results 1 - 25 of 88) 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/libunwind/include/tdep-ia64/
H A Drse.h48 uint64_t slots = (bsp - bspstore) >> 3; local
50 return slots - (rse_slot_num(bspstore) + slots)/0x40;
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DVariableTableTest.java70 int slots = reply.getNextValueAsInt();
71 logWriter.println("slots = "+slots);
72 for (int j = 0; j < slots; j++) {
H A DVariableTableWithGenericTest.java71 int slots = reply.getNextValueAsInt();
72 logWriter.println("slots = "+slots);
73 for (int j = 0; j < slots; j++) {
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkCanvasWidget.h52 public slots:
H A DSkSettingsWidget.h81 private slots:
/external/skia/debugger/QT/
H A DSkCanvasWidget.h52 public slots:
H A DSkSettingsWidget.h81 private slots:
/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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFormatInterpreter.java114 List<Integer> slots = new ArrayList<Integer>();
119 slots.add(i);
132 // Puts reordered fields in slots.
134 fieldOrder.set(slots.get(j), union.get(j));

Completed in 511 milliseconds

1234