OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quick
(Results
26 - 50
of
661
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/dx-tests/scripts/
validate-tests.sh
2
#
Quick
and dirty way to validate the DX tests against a JVM. Note that
/dalvik/dx/src/junit/runner/
Sorter.java
8
* A custom
quick
sort with support to customize the swap behaviour.
/dalvik/libcore/luni/src/test/java/junit/runner/
Sorter.java
8
* A custom
quick
sort with support to customize the swap behaviour.
/dalvik/tests/048-server-socket/src/
Main.java
8
*
Quick
server socket test.
/dalvik/vm/mterp/armv4t/
OP_IGET_WIDE_QUICK.S
3
/* iget-wide-
quick
vA, vB, offset@CCCC */
OP_IPUT_WIDE_QUICK.S
3
/* iput-wide-
quick
vA, vB, offset@CCCC */
/dalvik/vm/mterp/armv5te/
OP_IGET_WIDE_QUICK.S
3
/* iget-wide-
quick
vA, vB, offset@CCCC */
OP_IPUT_WIDE_QUICK.S
3
/* iput-wide-
quick
vA, vB, offset@CCCC */
/dalvik/vm/mterp/armv6t2/
OP_IGET_WIDE_QUICK.S
3
/* iget-wide-
quick
vA, vB, offset@CCCC */
OP_IPUT_WIDE_QUICK.S
3
/* iput-wide-
quick
vA, vB, offset@CCCC */
/dalvik/vm/mterp/x86/
OP_IGET_WIDE_QUICK.S
3
/* For: iget-wide-
quick
*/
OP_IPUT_WIDE_QUICK.S
3
/* For: iput-wide-
quick
*/
/external/junit/src/junit/runner/
Sorter.java
6
* A custom
quick
sort with support to customize the swap behaviour.
/external/libpng/
autogen.sh
2
# a
quick
hack script to generate necessary files from
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js
62
// 'the
quick
brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63
testcases[count++] = new TestCase ( SECTION, "'the
quick
brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64
String(['the
quick
brown fox jumped over the lazy dogs','dogs','dogs']),String('the
quick
brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
/frameworks/base/docs/html/guide/appendix/faq/
index.jd
6
<dd>
Quick
and to the point — how-to's for a variety of development tasks you are likely to use.</dd>
/dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER_QUICK.S
21
* For: invoke-super/
quick
, invoke-super/
quick
-range
OP_IGET_QUICK.S
21
* For: iget-
quick
OP_IGET_WIDE_QUICK.S
21
* For: iget/wide-
quick
OP_IPUT_QUICK.S
20
* For: iput-
quick
OP_IPUT_WIDE_QUICK.S
21
* For: iput/wide-
quick
/development/samples/SearchableDictionary/
_index.html
7
that match the entered text. The application also allows
Quick
Search Box (Android's system-wide
13
<li>Provide custom search suggestions and offer them in
Quick
Search Box</li>
/external/quake/quake/app/id1/
config.cfg
60
// // 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" bind "SHIFT" "+speed" bind "F1" "help" bind "F2" "menu_save" bind "F3" "menu_load" bind "F4" "menu_options" bind "F5" "menu_multiplayer" bind "F6" "echo Quicksaving...; wait; save
quick
" bind "F9" "echo Quickloading...; wait; load
quick
" bind "F10" "quit" bind "F11" "zoom_in" bind "F12" "screenshot" bind "INS" "+klook" bind "DEL" "+l (…)
/external/bluetooth/glib/docs/reference/glib/
gtester.xml
72
run test cases in <replaceable>MODE</replaceable>, which can be perf, slow, thorough or
quick
. The default mode is
quick
.
/external/dropbear/libtommath/
bn_mp_reduce.c
60
/* x = x mod b**(k+1),
quick
(no division) */
65
/* q = q * m mod b**(k+1),
quick
(no division) */
Completed in 40 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>