HomeSort by relevance Sort by last modified time
    Searched full:slot (Results 526 - 550 of 856) sorted by null

<<21222324252627282930>>

  /external/v8/src/
globals.h 262 class Slot;
347 // callback function to change the value of the slot.
handles.cc 80 // If we still haven't found a slot for the handle, we extend the
325 // If the object has fast properties, check whether the first slot
rewriter.cc 229 void AstOptimizer::VisitSlot(Slot* node) {
714 void Processor::VisitSlot(Slot* node) {
  /external/v8/src/ia32/
fast-codegen-ia32.cc 209 void FastCodeGenSyntaxChecker::VisitSlot(Slot* expr) {
780 void FastCodeGenerator::VisitSlot(Slot* expr) {
  /external/v8/test/mjsunit/
debug-scopes.js 712 // extension slot is initialized with JSContextExtensionObject.
736 // extension slot is initialized with JSContextExtensionObject.
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 367 PutPropertySlot slot;
368 _imp->put(exec, Identifier(exec, JavaString(memberName)), convertJObjectToValue(exec, value), slot);
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); }
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 135 snprintf(buf, sizeof(buf), "get field slot from row %d col %d failed", row, column);
374 jniThrowException(env, "java/lang/IllegalStateException", "Unable to get field slot");
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 428 TI_UINT16 maxChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
429 TI_UINT16 minChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 87 * explicitly scrolls to an empty time slot, changes views, or deletes the event.
    [all...]
  /system/core/debuggerd/
debuggerd.c 457 * find_and_open_tombstone - find an available tombstone slot, if any, of the
475 * In a single wolf-like pass, find an available slot and, in case none
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 521 /* One channel max duration time. (time slot 0 - 65000) */
523 /* One channel max duration time. (time slot 0 - 65000) */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.c 829 WLAN_OS_REPORT(("AP_Cap.CWCombParams.SLOT = %d\n", pFourX->ApFourX_Capabilities.CWCombParams.SLOT));
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 428 TI_UINT16 maxChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
429 TI_UINT16 minChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c     [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/dbus/dbus/
dbus-bus.c 83 /** The slot we have reserved to store BusData.
282 /* We may be stored in more than one slot */
332 /* Data slot refcount now held by the BusData */
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp 412 // Append a NOP to the compiled pattern. This is the slot reserved
531 // compile time conventions require the slot anyhow.
616 // 5 URX_NOP Reserved slot for use with '|' ops within (block).
669 // 6 URX_NOP Reserved slot for use with '|' ops within (block).
    [all...]
  /external/icu4c/tools/gencase/
store.c 120 8 if set, then for each optional-value slot there are 2 uint16_t values
141 slot if there are no full case mappings.
948 /* lengths of full case mapping strings, stored in the last slot */
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi.c 57 uint sd_power = 1; /* Default to SD Slot powered ON */
60 uint sd_pci_slot = 0xFFFFffff; /* Used to force selection of a particular PCI slot */
841 sd_trace(("%s: Powering up slot %d\n", __FUNCTION__, sd->adapter_slot));
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 387 * value, or 5th slot of addAttributeAlways()
  /external/grub/netboot/
3c509.c 483 * x000 - x00F, where x is the slot number.
pci.c 422 /* some broken boards return 0 if a slot is empty: */
smc9000.c 233 /* If I get here, I _know_ there is a packet slot waiting for me */
  /external/icu4c/common/
ucase.c 386 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
389 * @param idx (in) desired slot index
391 * moved to the last uint16_t of the value, use +1 for beginning of next slot
538 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */
    [all...]

Completed in 559 milliseconds

<<21222324252627282930>>