/sdk/chimpchat/src/com/android/chimpchat/core/ |
PhysicalButton.java | 22 BACK("KEYCODE_BACK"),
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
IXmlPullParser.java | 28 * <p/>This key will be passed back in the {@link ViewInfo} objects, allowing association
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/ |
MathTest.java.txt | 11 // as a cast of the return code back to a float
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ProgramRasterTest.java | 46 assertEquals(CullMode.BACK, CullMode.valueOf("BACK"));
|
/cts/tests/tests/webkitsecurity/assets/ |
crash-restoring-plugin-page-from-page-cache.html | 18 alert("Made it back!"); 25 window.location.href = 'resources/go-back.html';
|
/external/chromium/base/memory/ |
ref_counted.cc | 29 // TODO(maruel): Add back once it doesn't assert 500 times/sec. 39 // TODO(maruel): Add back once it doesn't assert 500 times/sec.
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.cc | 27 // As part of showing a modal dialog we may end up back in this method 50 // ShowModalDialog triggers a call back to the queue they'll get the old
|
/external/chromium/chrome/browser/ui/gtk/ |
gconf_titlebar_listener.h | 22 // Everywhere else, SetTiltebarButtons() just calls back into BrowserTitlebar 54 // Parses the return data structure from GConf, falling back to the default
|
/external/iptables/iptables/ |
iptables-apply.8 | 18 case, the script rolls back to the previous ruleset after the timeout 26 Sets the timeout after which the script will roll back to the previous
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderExt.java | 30 * <li>The Back To Back User Agent flag is enabled for the Dialog.</li>
|
/external/protobuf/examples/ |
add_person.py | 36 # adds one person based on user input, then writes it back out to the same 55 # Write the new address book back to disk.
|
/external/quake/quake/app/id1/ |
config.cfg | 36 //
// Generated by GLQuake. DO NOT MODIFY!
//
unbindconfig
bind "TAB" "+showscores"
bind "ENTER" "+jump"
bind "ESCAPE" "togglemenu"
bind "SPACE" "+jump"
bind "+" "sizeup"
bind "," "+moveleft"
bind "-" "sizedown"
bind "." "+moveright"
bind "/" "impulse 10"
bind "0" "impulse 0"
bind "1" "impulse 1"
bind "2" "impulse 2"
bind "3" "impulse 3"
bind "4" "impulse 4"
bind "5" "impulse 5"
bind "6" "impulse 6"
bind "7" "impulse 7"
bind "8" "impulse 8"
bind "=" "sizeup"
bind "\" "+mlook"
bind "`" "toggleconsole"
// Original Quake binding
// bind "a" "+lookup"
// bind "c" "+movedown"
// bind "d" "+moveup"
// bind "t" "messagemode"
// bind "z" "+lookdown"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+left"
bind "d" "+right"
bind "q" "+lookup"
bind "z" "+lookdown"
bind "v" "+movedown"
bind "f" "+moveup"
bind "t" "messagemode"
bind "~" "toggleconsole"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"
bind "ALT" "+strafe"
bind "CTRL" "+attack"
bi (…)
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 14 # test back-to-back rep/stosb's
|
/external/valgrind/main/exp-bbv/tests/x86/ |
complex_rep.S | 14 # test back-to-back rep/stosb's
|
/external/valgrind/main/exp-sgcheck/tests/ |
stackerr.stderr.exp-glibc28-amd64 | 7 Expected: stack array "a" of size 56 in frame 2 back from here 23 Expected: stack array "buf" of size 8 in frame 4 back from here
|
/external/webkit/Source/WebCore/manual-tests/ |
form-control-madness.html | 1 <input name="b" type="button" onclick="location='back.html'" value="Click Here"> 4 Only the radio buttons between X's should be checked after clicking the button and going back
|
/external/webkit/Source/WebCore/page/ |
History.h | 49 void back(); 53 void back(ScriptExecutionContext*);
|
/external/webkit/Source/WebKit/chromium/public/ |
WebWorkerClient.h | 43 // Provides an interface back to the in-page script object for a worker. 44 // All functions are expected to be called back on the thread that created
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardScreenCallback.java | 38 * The user reported that they forgot their pattern (or not, when they want to back out of the 41 * @param isForgotten True if the user hit the forgot pattern, false if they want to back out
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRefresher.java | 20 * Fires off tasks to validate shortcuts, and reports the results back to a 42 * @param listener Who to report back to.
|
/packages/experimental/CameraPreviewTest/res/values/ |
strings.xml | 25 <string name="back">Back</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
cdecl.h | 33 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */ 39 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
cdecl.h | 33 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */ 39 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
cdecl.h | 33 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */ 39 /** If using C++ this macros switches back to C++ mode, otherwise does nothing */
|
/external/clang/include/clang/Serialization/ |
ContinuousRangeMap.h | 64 if (!Rep.empty() && Rep.back() == Val) 67 assert((Rep.empty() || Rep.back().first < Val.first) && 103 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap 104 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
|