HomeSort by relevance Sort by last modified time
    Searched refs:postponed (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 235 Log.d(TAG, "postponed state before:");
305 Log.d(TAG, "postponed state after:");
331 UpdateOp postponed = mPostponedList.get(i); local
332 if (postponed.cmd == UpdateOp.MOVE) {
334 if (postponed.positionStart < postponed.itemCount) {
335 start = postponed.positionStart;
336 end = postponed.itemCount;
338 start = postponed.itemCount;
339 end = postponed.positionStart
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 235 Log.d(TAG, "postponed state before:");
305 Log.d(TAG, "postponed state after:");
331 UpdateOp postponed = mPostponedList.get(i); local
332 if (postponed.cmd == UpdateOp.MOVE) {
334 if (postponed.positionStart < postponed.itemCount) {
335 start = postponed.positionStart;
336 end = postponed.itemCount;
338 start = postponed.itemCount;
339 end = postponed.positionStart
    [all...]
  /external/openssh/
auth2-chall.c 194 * try challenge-response, set authctxt->postponed if we have to
223 /* side effect: sets authctxt->postponed if a reply was sent*/
250 authctxt->postponed = 1;
305 authctxt->postponed = 0; /* reset */
334 authctxt->postponed = 1;
341 if (!authctxt->postponed) {
346 /* may set authctxt->postponed */
auth2-gss.c 124 authctxt->postponed = 1;
159 authctxt->postponed = 0;
243 authctxt->postponed = 0;
284 authctxt->postponed = 0;
auth2.c 278 authctxt->postponed = 0;
306 if (authenticated && authctxt->postponed)
307 fatal("INTERNAL ERROR: authenticated and postponed");
328 if (authctxt->postponed)
auth.c 295 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
305 if (authctxt->postponed)
306 authmsg = "Postponed";
326 if (authenticated == 0 && !authctxt->postponed &&
340 if (authenticated == 0 && !authctxt->postponed)
auth.h 55 int postponed; /* authentication needs another step */ member in struct:Authctxt
auth2-pubkey.c 207 authctxt->postponed = 1;
  /external/curl/lib/
sendf.c 128 struct postponed_data * const psnd = &(conn->postponed[num]);
170 struct postponed_data * const psnd = &(conn->postponed[num]);
urldata.h 866 size_t recv_processed; /* Size of processed part of postponed data */
983 struct postponed_data postponed[2]; \/* two buffers for two sockets *\/ member in struct:connectdata
    [all...]
url.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/go/darwin-x86/src/reflect/
type.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 866 // it happens right before run - run will be postponed until
    [all...]

Completed in 359 milliseconds