HomeSort by relevance Sort by last modified time
    Searched full:quick (Results 126 - 150 of 661) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/policies/base/phone/com/android/internal/policy/impl/
ShortcutManager.java 32 * Manages quick launch shortcuts by:
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 78 // single quick press: pause/resume.
  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleParserTest.java 186 assertEquals("The:quick,brown:fox", instructions.toString());
220 assertEquals("The:quick,brown:fox", instructions.toString());
  /external/bluetooth/glib/gobject/
gvaluearray.c 297 * The current implementation uses Quick-Sort as sorting algorithm.
324 * The current implementation uses Quick-Sort as sorting algorithm.
  /external/gtest/samples/
sample5_unittest.cc 90 // required to be quick.
138 // The next test case (named "QueueTest") also needs to be quick, so
  /external/icu4c/test/intltest/
intltest.h 79 virtual UBool setQuick( UBool quick = TRUE );
192 UBool quick; member in class:IntlTest
tsdate.cpp 275 if (quick && count > 3) {
276 logln("quick test: testing just 3 locales!");
intltest.cpp 509 quick = FALSE;
523 quick = caller->quick;
568 UBool rval = this->quick;
569 this->quick = quickVal;
1010 UBool quick = TRUE; local
1038 quick = FALSE;
1098 major.setQuick( quick );
1126 fprintf(stdout, " Exhaustive (e) : %s\n", (!quick? "On" : "Off"));
    [all...]
tsnmfmt.cpp 416 if (quick && count > 6) {
417 logln("quick test: testing just 6 locales!");
423 // In a quick test, make sure we test locales that use
canittst.cpp 80 for (i = 0; i < 0x10FFFF; quick?i+=0x10:++i) {
183 // need quick test for this!
nmfmtrt.cpp 117 if(quick) {
120 logln("Quick mode: only testing first 5 Locales");
  /external/quake/
README 144 Alt 6 F6 echo Quicksaving...; wait; save quick
145 Alt 9 F9 echo Quickloading...; wait; load quick
  /dalvik/vm/mterp/c/
opcommon.c     [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 182 can also configure your search suggestions to be made available to Quick Search Box,
184 your application. When providing search suggestions to Quick Search Box, you'll need some of the
190 Quick Search Box</strong>. "true" if you want your suggestions to be
191 included in the globally accessible Quick Search Box. Note that the user must
193 for your suggestions to appear in Quick Search Box.</dd>
196 to Quick Search Box, which will be displayed in the searchable items entry for your application.
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
bitstream.cpp 680 /* Purpose : Quick search for the next video packet header */
738 // 01/22/99 Quick search of Resync Marker
746 // Table used for quick search of markers. Gives the last `1' in
754 // Table used for quick search of markers. Gives the last `0' in
762 // Table used for quick search of markers. Gives the first `0' in
770 // Table used for quick search of markers. Gives the first `1' in
782 /* Purpose : Quick search for Motion marker */
868 /* Purpose : Quick search for DC Marker */
948 /* Purpose : Quick search of GOBHeader (not byte aligned) */
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 677 /* Purpose : Quick search for the next video packet header */
735 // 01/22/99 Quick search of Resync Marker
743 // Table used for quick search of markers. Gives the last `1' in
751 // Table used for quick search of markers. Gives the last `0' in
759 // Table used for quick search of markers. Gives the first `0' in
767 // Table used for quick search of markers. Gives the first `1' in
779 /* Purpose : Quick search for Motion marker */
865 /* Purpose : Quick search for DC Marker */
945 /* Purpose : Quick search of GOBHeader (not byte aligned) */
    [all...]
  /external/ipsec-tools/src/racoon/
strnames.c 165 return "quick I msg1";
167 return "quick I msg2";
174 return "quick R msg1";
176 return "quick R msg2";
228 { ISAKMP_ETYPE_QUICK, "Quick", NULL },
  /external/oprofile/opcontrol/
opcontrol.cpp 54 int quick; variable
71 {"quick", 0, &quick, 1},
242 " --quick setup and select CPU_CYCLES:150000\n"
549 if (quick) {
  /external/icu4c/test/cintltst/
callcoll.c 290 if(QUICK <= 0) { /*!QUICK*/
328 if(1) { /*!QUICK*/
330 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */
332 if(QUICK <= 0) {
347 if(QUICK <= 0 && norm != UCOL_ON) {
    [all...]
ucnvseltst.c 397 if (QUICK && num_encodings > 25) {
448 if (s == NULL || (QUICK && text.number > 3)) {
  /external/e2fsprogs/misc/
findsuper.c 2 * findsuper --- quick hacked up program to find ext2 superblocks.
22 * Reading every block of a Sun partition is fairly quick. Doing the
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 162 // intersect. This is a quick short-circuit that we can take to avoid walking any lines.
230 // contain the point. This is a quick short-circuit that we can take to avoid walking any lines.
  /dalvik/vm/mterp/out/
InterpC-x86.c     [all...]
  /external/icu4c/tools/gennorm/
store.c 210 /* set the minimum code points for no/maybe quick check values to the end of the BMP */
861 /* adjust the minimum code point for quick check no/maybe */
897 * The quick check flags are parsed, except for Hangul.
1072 /* verify that code has a decomposition if and only if the quick check flags say "no" on NF(K)D */
1074 fprintf(stderr, "gennorm warning: U+%04lx has NFD[%d] but quick check 0x%02x\n", (long)code, norm->lenNFD, norm->qcFlags);
1077 fprintf(stderr, "gennorm warning: U+%04lx has NFD[%d] NFKD[%d] but quick check 0x%02x\n", (long)code, norm->lenNFD, norm->lenNFKD, norm->qcFlags);
    [all...]

Completed in 105 milliseconds

1 2 3 4 56 7 8 91011>>