HomeSort by relevance Sort by last modified time
    Searched refs:slots (Results 151 - 175 of 319) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/builtins/
builtins-constructor.cc 326 Node* function, Node* slots, Node* context, ScopeType scope_type) {
327 slots = ChangeUint32ToWord(slots);
332 Node* length = IntPtrAdd(slots, min_context_slots);
353 // Set up the fixed slots.
366 // Initialize the rest of the slots to undefined.
387 Node* slots = Parameter(FastNewFunctionContextDescriptor::kSlots); local
389 Return(EmitFastNewFunctionContext(function, slots, context,
395 Node* slots = Parameter(FastNewFunctionContextDescriptor::kSlots); local
397 Return(EmitFastNewFunctionContext(function, slots, context
    [all...]
builtins-promise.h 118 Node* CreatePromiseContext(Node* native_context, int slots);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 85 * separating the thirds), filled with buttons into some slots.
88 * @param slots Which slots to fill with buttons.
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) {
104 for (Slot slot : slots) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13160.go 52 // Start readers. They read pointers from slots
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13160.go 52 // Start readers. They read pointers from slots
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 65 /* This structure is used to hold slots. */
69 /* Next set of slots. */
71 /* Slots. */
73 debug_type slots[COFF_SLOTS]; member in struct:coff_slots
80 /* Slots. */
81 struct coff_slots *slots; member in struct:coff_types
112 pps = &types->slots;
136 return (*pps)->slots + indx;
679 types.slots = NULL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 820 and traverse slots while we're at it */
877 and clear slots while we're at it */
888 __dict__ slots (as in the case 'self.__dict__ is self'). */
916 adding any slots or instance variables. This allows
973 the finalizer (__del__), clearing slots, or clearing the instance
1000 /* Clear slots up to the nearest base with a different tp_dealloc */
2065 PyObject *slots, *tmp, *newslots; local
3210 PyObject *slots = NULL, *listitems = NULL, *dictitems = NULL; local
    [all...]
frameobject.c 496 int i, slots; local
509 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
511 for (i = slots; --i >= 0; ++fastlocals)
526 int i, slots; local
542 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
544 for (i = slots; --i >= 0; ++fastlocals)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 812 and traverse slots while we're at it */
869 and clear slots while we're at it */
902 adding any slots or instance variables. This allows
957 the finalizer (__del__), clearing slots, or clearing the instance
984 /* Clear slots up to the nearest base with a different tp_dealloc */
2047 PyObject *slots, *tmp, *newslots; local
3177 PyObject *slots = NULL, *listitems = NULL, *dictitems = NULL; local
    [all...]
frameobject.c 494 int i, slots; local
507 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
509 for (i = slots; --i >= 0; ++fastlocals)
524 int i, slots; local
540 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
542 for (i = slots; --i >= 0; ++fastlocals)
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 840 and traverse slots while we're at it */
897 and clear slots while we're at it */
908 __dict__ slots (as in the case 'self.__dict__ is self'). */
936 adding any slots or instance variables. This allows
993 the finalizer (__del__), clearing slots, or clearing the instance
1020 /* Clear slots up to the nearest base with a different tp_dealloc */
2095 PyObject *slots, *tmp, *newslots; local
3276 PyObject *slots = NULL, *listitems = NULL, *dictitems = NULL; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordManager.java 292 if (status == WeaverStatus.OK && config.slots > 0) {
296 + " slots: " + config.slots);
311 return mWeaver != null && mWeaverConfig.slots > 0;
324 if (slot == INVALID_WEAVER_SLOT || slot >= mWeaverConfig.slots) {
350 if (slot == INVALID_WEAVER_SLOT || slot >= mWeaverConfig.slots) {
545 HashSet<Integer> slots = new HashSet<>(); local
549 slots.add(slot);
552 for (int i = 0; i < mWeaverConfig.slots; i++) {
553 if (!slots.contains(i))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 325 only one format but many slots in that format. The most
337 /* slots[N]'s Mth bit is set if the op fits in the
339 bitfield slots[MAX_FORMATS]; member in struct:op_placement_info_struct
341 /* A count of the number of slots in a given format
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
JDWPMethodVariableTableTestCase.java 314 int slots = reply.getNextValueAsInt(); local
315 logWriter.println("slots = " + slots);
327 for (int j = 0; j < slots; j++) {
424 // long and double take 2 slots.
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 883 int slots[3] = {}; local
1019 int slots[4] = {}; local
1097 int slots[2] = {}; local
    [all...]
  /external/libchrome/crypto/
nss_key_util.cc 122 // Search all slots in all modules for the key with the given ID.
131 PK11_FindKeyByKeyID(item->module->slots[i], cka_id.get(), nullptr));
  /external/mesa3d/src/intel/vulkan/
anv_query.c 63 pool->slots = pCreateInfo->queryCount;
  /frameworks/base/libs/androidfw/include/androidfw/
CursorWindow.h 160 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member in struct:android::CursorWindow::RowSlotChunk
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 136 * is the maximum number of <em>slots</em>
157 * which are the slots occupied by invoke method handle, and the
173 /** Return number of extra slots (count of long/double args). */
175 int slots = 0; local
179 slots++;
182 checkSlotCount(ptypes.length + slots);
183 return slots;
389 * or if the resulting method type would have more than 255 parameter slots
412 * or if the resulting method type would have more than 255 parameter slots
427 * or if the resulting method type would have more than 255 parameter slots
    [all...]
  /frameworks/base/libs/androidfw/
CursorWindow.cpp 177 // Allocate the slots for the field directory
236 return &chunk->slots[chunkPos];
259 return &chunk->slots[chunkPos];
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 167 int EvdevInjector::ConfigureAbsSlots(int slots) {
168 return ConfigureAbs(ABS_MT_SLOT, 0, slots, 0, 0);
  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 239 var slots = []int{5, 3, 6, 6, 6, 1, 1, 2, 7, 9, 4, 8, 0} var
254 result := make(chan afterResult, len(slots))
257 for _, slot := range slots {
262 for range slots {
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 239 var slots = []int{5, 3, 6, 6, 6, 1, 1, 2, 7, 9, 4, 8, 0} var
254 result := make(chan afterResult, len(slots))
257 for _, slot := range slots {
262 for range slots {
  /external/f2fs-tools/fsck/
dir.c 19 static int room_for_filename(const u8 *bitmap, int slots, int max_slots)
30 if (zero_end - zero_start >= slots)
175 int slots = GET_DENTRY_SLOTS(len); local
185 for (i = 0; i < slots; i++)
198 int slots = GET_DENTRY_SLOTS(name_len); local
250 slots, NR_DENTRY_IN_BLOCK);

Completed in 908 milliseconds

1 2 3 4 5 67 8 91011>>