HomeSort by relevance Sort by last modified time
    Searched full:back (Results 226 - 250 of 4983) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IXmlPullParser.java 31 * <p/>This key will be passed back in the {@link ILayoutViewInfo} objects, allowing association
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 73 last_returned_size_ = 0; // Don't let caller back up.
84 last_returned_size_ = 0; // Don't let caller back up further.
89 last_returned_size_ = 0; // Don't let caller back up.
126 last_returned_size_ = 0; // Don't let caller back up.
137 last_returned_size_ = 0; // Don't let caller back up further.
259 << " Can't back up over more bytes than were returned by the last call"
349 << " Can't back up over more bytes than were returned by the last call"
  /external/chromium/third_party/icu/public/i18n/unicode/
ucsdet.h 66 * operation are reported back in this variable.
96 * @param status any error conditions are reported back in this variable.
118 * @param status any error conditions are reported back in this variable.
145 * @param status any error conditions are reported back in this variable.
178 * @param status any error conditions are reported back in this variable.
200 * @param status Any error conditions are reported back in this variable.
226 * @param status Any error conditions are reported back in this variable.
257 * @param status Any error conditions are reported back in this variable.
284 * @param status Any error conditions are reported back in this variable.
310 * @param status Any error conditions are reported back in this variable
    [all...]
  /external/icu4c/i18n/unicode/
ucsdet.h 68 * operation are reported back in this variable.
117 * @param status any error conditions are reported back in this variable.
139 * @param status any error conditions are reported back in this variable.
166 * @param status any error conditions are reported back in this variable.
199 * @param status any error conditions are reported back in this variable.
221 * @param status Any error conditions are reported back in this variable.
247 * @param status Any error conditions are reported back in this variable.
278 * @param status Any error conditions are reported back in this variable.
305 * @param status Any error conditions are reported back in this variable.
331 * @param status Any error conditions are reported back in this variable
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucsdet.h 66 * operation are reported back in this variable.
96 * @param status any error conditions are reported back in this variable.
118 * @param status any error conditions are reported back in this variable.
145 * @param status any error conditions are reported back in this variable.
178 * @param status any error conditions are reported back in this variable.
200 * @param status Any error conditions are reported back in this variable.
226 * @param status Any error conditions are reported back in this variable.
257 * @param status Any error conditions are reported back in this variable.
284 * @param status Any error conditions are reported back in this variable.
310 * @param status Any error conditions are reported back in this variable
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 171 fail ("line %d: conversion back to utf8 failed: %s", line, error->message);
179 fail ("line %d: conversion back to utf8 did not match original\n", line);
268 fail ("line %d: conversion back to utf8 failed: %s\n", line, error->message);
281 fail ("line %d: conversion back to utf8/ucs4 failed\n", line);
295 fail ("line %d: conversion back to utf8/ucs4 did not match original\n", line);
  /external/chromium/base/
event_recorder.cc 16 // so that events are played back at exactly the same time that
119 // Playback time is tricky. When playing back, we read a series of events,
209 // A system modal dialog box is being displayed. Stop playing back
215 // A system modal dialog box is destroyed. We can start playing back
240 // before playing back the next message in the playback queue. Each
event_trace_consumer_win_unittest.cc 47 EVENT_TRACE& back = events_.back(); local
50 back.MofData = new char[event->MofLength];
51 memcpy(back.MofData, event->MofData, event->MofLength);
310 *trace = &events_.back();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 36 * Communicates back to a Eclipse JDT JUnit client via a socket connection.
58 * Runs a set of tests, and reports back results using parent class.
73 * executing the tests, and send it back to JDT JUnit. The second is the actual test execution,
74 * whose results will be communicated back in real-time to JDT JUnit.
180 * TestRunListener that communicates results in real-time back to JDT JUnit
  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 29 new JSONTokener(null).back();
105 backTokener.back();
152 abcdeTokener.back();
165 abcTokener.back();
169 abcTokener.back();
170 abcTokener.back();
171 abcTokener.back();
172 abcTokener.back(); // you can back up before the beginning of a String!
  /system/core/rootdir/etc/
init.testmenu 23 #setkey -k 0x67 -v 0x20b # map up to scroll back
25 setkey -k 0x73 -v 0x20b # map volume up to scroll back
61 setkey -t 8 -k 0x67 -v 0x20b # map alt-up to scroll back
98 echo " 0: back"
126 echo " 0: back"
156 echo " 0: back"
191 echo " 0: back"
216 echo " 0: back"
278 echo " 0: back"
  /external/zlib/examples/
gzlog.c 122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back - 3 + (op << 3)
464 int back, len, mask; local
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 65 * referenced when the user taps the "back" key, to possibly intercept and
73 * Keep track of last time user tapped "back" hard key. When pressed more
74 * than once within {@link #BACK_THRESHOLD}, we treat let the back key fall
114 * Intercept the back-key to try walking backwards along our word history
120 // Handle back key as long we have a history stack
262 * back to the GUI thread where it updates with the newly-found entry.
  /external/icu4c/
APIChangeReport441.html 46 <a href="#_top">(jump back to top)</a>
59 <a href="#_top">(jump back to top)</a>
72 <a href="#_top">(jump back to top)</a>
85 <a href="#_top">(jump back to top)</a>
98 <a href="#_top">(jump back to top)</a>
351 <a href="#_top">(jump back to top)</a>
  /external/speex/libspeex/
filters_sse.h 82 /* Put memory back in its place */
127 /* Put memory back in its place */
184 /* Put memory back in its place */
227 /* Put memory back in its place */
282 /* Put memory back in its place */
324 /* Put memory back in its place */
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 26 * merges and emits back out in the form of a {@link DalvInsnList}
70 * @param which how many instructions back to find the branch;
  /development/pdk/docs/source/
building-dream.jd 23 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
35 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 56 // out of the widget placement if they press the back button.
98 // Make sure we pass back the original appWidgetId
  /development/simulator/app/assets/htc-audiovox-5600/
layout.xml 22 <button keyCode="back" src="back.png" x="123" y="333"/>
  /development/simulator/app/assets/htc-tornado/
layout.xml 24 <button keyCode="back" src="back.png" x="182" y="450"/>
  /external/apache-http/src/org/apache/http/client/methods/
HttpTrace.java 43 * back of the request message. The final recipient of the request
44 * SHOULD reflect the message received back to the client as the
  /external/chromium/net/base/
test_completion_callback_unittest.cc 21 // (e.g. bring back real destructor, bring back comments)
  /external/icu4c/layout/
PairPositioningSubtables.cpp 79 // back up glyphIterator so second glyph can be
118 // back up glyphIterator so second glyph can be

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>