/hardware/ti/wlan/wl1271/Test/ |
siteMgrDebug.c | 526 WLAN_OS_REPORT(("Slot time type Short\n")); 528 WLAN_OS_REPORT(("Slot time type Long\n")); [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
siteMgrDebug.c | 509 WLAN_OS_REPORT(("Slot time type Short\n")); 511 WLAN_OS_REPORT(("Slot time type Long\n")); 970 WLAN_OS_REPORT(("Desired slot time short\n")); 972 WLAN_OS_REPORT(("Desired slot time long\n")); 974 WLAN_OS_REPORT(("Desired slot time INVALID\n")); [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 798 LCHAR slot [MAX_LINE_LENGTH]; local 808 add_status = srec_test_get_five_command_items ( command_text, MAX_LINE_LENGTH, slot, 822 esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag ); 1281 LCHAR slot [P_PATH_MAX]; local 1483 LCHAR slot [P_PATH_MAX]; local [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 791 LCHAR slot [MAX_LINE_LENGTH]; local 801 add_status = srec_test_get_five_command_items ( command_text, MAX_LINE_LENGTH, slot, 814 esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag ); 1197 LCHAR slot [P_PATH_MAX]; local 1398 LCHAR slot [P_PATH_MAX]; local [all...] |
/external/srec/srec/crec/ |
srec_context.c | 1586 char *slot = ""; local [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterApiC.h | [all...] |
/dalvik/vm/compiler/codegen/arm/ |
LocalOptimizations.c | 64 * 2) Sink stores to latest possible slot 127 /* Find out the latest slot that the store can be sunk into */
|
/dalvik/vm/native/ |
dalvik_system_SamplingProfiler.c | 134 // Find the first empty slot. 141 // Copy the entry into the empty slot.
|
/dalvik/vm/test/ |
TestIndirectRefTable.c | 220 * iref. They have the same slot number but are for different objects. 242 * (e.g. with slot serialization) will catch this.
|
/external/grub/netboot/ |
epic100.c | 116 /* Ideally we would detect all network cards in slot order. That would 119 Epic cards in slot order. */
|
/external/jpeg/ |
jctrans.c | 113 * slot. If not, the input file re-used this qtable slot.
|
/external/kernel-headers/original/linux/ |
msdos_fs.h | 175 __u8 id; /* sequence number for slot */ 187 loff_t slot_off; /* offset for slot or de start */
|
/external/libffi/src/ia64/ |
ffi.c | 44 that it wants a 16 byte aligned slot. */ 61 /* Adjust ADDR, a pointer to an 8 byte slot, to point to the low LEN bytes. */
|
/external/srec/audio/AudioIn/UNIX/src/ |
filter.c | 235 typeSample *pz_end; // pointer to last slot in delay line 247 pz = pFIR->z + pFIR->state; // point to next empty slot in delay line
|
/external/v8/src/ |
fast-codegen.cc | 209 void FastCodeGenSyntaxChecker::VisitSlot(Slot* expr) { 577 void FastCodeGenerator::VisitSlot(Slot* expr) {
|
/external/v8/src/mips/ |
macro-assembler-mips.h | 103 // We NEED a nop in the branch delay slot, as it used by v8, for example in 232 // On exit, r0 contains TOS (code slot).
|
/external/webkit/JavaScriptCore/runtime/ |
Operations.h | 400 PropertySlot slot; local 404 if (next == end || base->getPropertySlot(callFrame, property, slot))
|
/external/webkit/WebCore/bindings/objc/ |
WebScriptObject.mm | 365 PutPropertySlot slot; 366 [self _imp]->put(exec, Identifier(exec, String(key)), convertObjcValueToValue(exec, &value, ObjcObjectType, [self _rootObject]), slot);
|
/external/webkit/WebCore/bindings/v8/ |
npruntime.cpp | 122 static void constructDeletedValue(StringKey& slot) 124 new (&slot) StringKey(WTF::HashTableDeletedValue);
|
/external/webkit/WebCore/bridge/ |
NP_jsobject.cpp | 281 PutPropertySlot slot; local 282 obj->imp->put(exec, identifierFromNPIdentifier(i->string()), convertNPVariantToValue(exec, variant, rootObject), slot);
|
/external/webkit/WebCore/dom/ |
StyledElement.cpp | 55 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; }
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 167 static void constructDeletedValue(FixedSizeFontDataKey& slot) 169 new (&slot) FixedSizeFontDataKey(WTF::HashTableDeletedValue);
|
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 36 connect(timer, SIGNAL(timeout()), SLOT(ping())); 231 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 36 connect(timer, SIGNAL(timeout()), SLOT(ping())); 231 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
|
/bionic/libc/include/sys/ |
_errdefs.h | 94 __BIONIC_ERRDEF( EBADSLT , 57, "Invalid slot" )
|