/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigInfo.java | 30 * Configuration details saved by the user on the WifiSettings screen
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncn.h | 149 * driver scan. Saved if a passive 155 * driver scan. Saved to allow replacing 162 * requested by driver scan. Saved if a 169 * requested by driver scan. Saved if a
|
/dalvik/vm/mterp/armv5te/ |
entry.S | 71 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 131 * We pushed some registers on the stack in dvmMterpStdRun, then saved 140 ldr sp, [r0, #offGlue_bailPtr] @ sp<- saved SP
|
/external/tinyxml/docs/ |
classTiXmlUnknown.html | 8 <h1>TiXmlUnknown Class Reference</h1><!-- doxytag: class="TiXmlUnknown" --><!-- doxytag: inherits="TiXmlNode" -->Any tag that tinyXml doesn't recognize is saved as an unknown. 32 Any tag that tinyXml doesn't recognize is saved as an unknown. 34 It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.<p>
|
/external/v8/src/ia32/ |
frames-ia32.h | 40 // Caller-saved registers 45 1 << 3 | // ebx - used as a caller-saved register in JavaScript code 86 // below the saved PC.
|
/external/v8/src/mips/ |
frames-mips.h | 51 // Return the code of the n-th caller-saved register available to JavaScript 56 // Callee-saved registers preserved when switching from C to JavaScript. 58 // Saved temporaries.
|
/system/core/libcutils/ |
open_memstream.c | 74 char saved; /* required by NUL handling */ member in struct:__anon13056 151 stream->saved = *(*stream->bufp + stream->offset); 188 stream->saved, stream->offset)); 189 *(*stream->bufp + stream->offset) = stream->saved; 199 stream->saved = *(*stream->bufp + stream->offset);
|
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.cpp | 34 // a) For those links which have corresponding local saved files, such as 36 // point to local saved file. Why those links can not be resolved as absolute 40 // b) For those links which have not corresponding local saved files, such as 51 // that we save "www.yahoo.com" to "c:\yahoo.htm". After then we load the saved 54 // local saved resource files will be resolved as 55 // "http://www.yahoo.com/yahoo_files/...", which will cause all saved resource 57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame 68 // correctly loading local saved resource files. Also I think we need to inherit 73 // they are added by JavaScript, it means when loading saved page, the script(s) 76 // saved resource files [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMAxisIteratorBase.java | 44 * a saved itaration state that we may want to come back to. 131 // %REVIEW% Should position also be saved by setMark()? 144 gotoMark(); // Restore saved state
|
/external/jpeg/ |
jddctmgr.c | 29 * When we are ready to make an output pass, the saved Q-table is converted 36 * been saved away. To handle this case, multiplier tables are preset 149 * has yet been saved for the component, we leave the
|
/frameworks/base/core/java/android/provider/ |
SearchRecentSuggestions.java | 63 * This is the database projection that can be used to view saved queries, when 74 * This is the database projection that can be used to view saved queries, when 135 // saved values
|
/bionic/libc/arch-arm/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/bootable/recovery/applypatch/ |
applypatch.h | 41 #define CACHE_TEMP_SOURCE "/cache/saved.file"
|
/cts/tests/tests/permission/src/android/permission/cts/ |
CameraPermissionTest.java | 68 " bytes, and saved it to " + CAMERA_IMAGE_PATH);
|
/dalvik/vm/interp/ |
Stack.h | 119 * saved PC and FP. At some point we'd like to have interpreted and 132 /* saved frame pointer for previous frame, or NULL if this is at bottom */ 135 /* saved program counter (from method in caller's frame) */ 149 /* for interpreted methods: saved current PC, for exception stack
|
/dalvik/vm/mterp/x86-atom/ |
OP_DOUBLE_TO_INT.S | 50 fldcw -2(%esp) # load saved control word
|
OP_FLOAT_TO_INT.S | 50 fldcw -2(%esp) # load saved control word
|
/development/samples/ApiDemos/res/layout/ |
save_restore_state.xml | 34 <EditText android:id="@+id/saved"
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar3.java | 30 * and {@link Activity#showDialog} to ensure the dialogs will be properly saved
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 144 unsigned char fh_post_saved; /* post-op attrs saved */ 145 unsigned char fh_pre_saved; /* pre-op attrs saved */ 147 /* Pre-op attributes saved during fh_lock */ 152 /* Post-op attributes saved in fh_unlock */
|
/external/qemu/distrib/zlib-1.2.3/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|
/external/quake/quake/src/QW/server/ |
pr_comp.h | 130 // the variable needs to be saved in savegames
|
/external/quake/quake/src/WinQuake/ |
pr_comp.h | 131 // the variable needs to be saved in savegames
|
/external/webkit/WebCore/platform/haiku/ |
CookieJarHaiku.cpp | 42 // FIXME: Shouldn't this be saved to and restored from disk too?
|
/external/webkit/WebKit/android/jni/ |
WebHistory.h | 47 // there are two scale factors saved with each history item. mScale reflects the
|