HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 1001 - 1025 of 3584) sorted by null

<<41424344454647484950>>

  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 89 in XML or in your application code, and pass the root {@link android.view.View} object
146 {@link android.widget.Toast#setView(View)} and pass it the inflated layout.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 88 for each of the tabs that we want to add to the TabWidget. Each time we call this, we pass a
94 are saved like a zero-based array, so to open the first tab, we pass zero (<var>0</var>).</p>
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 230 /// Calls the given ioctl. Use IOCTLID macro to pass in both \p name and \p request.
239 /// Calls the given fcntl. Use FCNTLID macro to pass in both \p name and \p request.
  /frameworks/base/tools/aapt/
Bundle.h 4 // State bundle. Used to pass around stuff like command-line args.
158 * just a convenient place to stuff it so we don't have to pass it
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 145 // Don't try to bind it, just pass it back to the app.
154 // clean up at this point. We could pass the error along, but
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 118 // pass
169 // pass
ProjectClassLoader.java 226 // pass
240 // pass
  /development/pdk/docs/porting/
build_cookbook.jd 223 <td valign="top">If you have additional flags to pass into the C or C++ compiler, add
265 <td valign="top">If you have additional flags to pass into <i>only</i> the C++ compiler, add
354 <td valign="top"><p>You can pass additional flags to the linker by setting
366 fussy beast, so it's sometimes necessary to pass other flags here if you're
487 pass transitively included libraries. Specify the name without the suffix:</p>
546 <td valign="top">Any flags to pass to invocations of yacc for your module. A known limitation
  /external/jpeg/
djpeg.c 152 fprintf(stderr, " -onepass Use 1-pass quantization (fast, low quality)\n");
168 * (Pass 0 for last_file_arg_seen on the first or only iteration.)
169 * for_real is FALSE on the first (dummy) pass; we may skip any expensive
304 /* Use fast one-pass quantization. */
589 /* Hack: count final pass as done in case finish_output does an extra pass.
  /external/libpng/contrib/gregbook/
readpng2.c 67 png_uint_32 row_num, int pass);
532 png_uint_32 row_num, int pass)
537 /* first check whether the row differs from the previous pass; if not,
550 /* save the pass number for optional use by the front end */
552 mainprog_ptr->pass = pass;
  /external/libpng/
pngrutil.c 2709 int pass = png_ptr->pass; local
    [all...]
libpng.3     [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 193 pass
562 pass
739 #except: pass
742 except: pass
745 except: pass
786 pass
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 144 // pass
148 // pass
267 // pass
271 // pass
275 // pass
280 // pass
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 104 // pass
108 // pass
202 // pass
206 // pass
210 // pass
215 // pass
  /external/icu4c/i18n/
translit.cpp 446 // points) of the run. Each pass contains the first n characters. If a
447 // pass is completely transliterated, it is committed, and further passes
448 // include characters after the committed text. If a pass is blocked,
450 // the changes made during the pass, extends the pass by one code point,
468 // Each pass through the loop consumes a run of filtered
502 // filtered text (if limit < globalLimit) then we pass in
531 // handleTransliterate() in several passes. Each pass adds one more
556 // The limit for each pass; we advance by one code point with
567 // PASS MAIN LOOP -- Start with a single character, and exten
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 354 static float calc_percent(struct percent_tbl *tbl, int pass, int curr,
359 if (pass <= 0)
361 if (pass > tbl->max_pass || max == 0)
364 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
365 + tbl->table[pass-1]);
448 static int e2fsck_update_progress(e2fsck_t ctx, int pass,
454 if (pass == 0)
458 sprintf(buf, "%d %lu %lu\n", pass, cur, max);
461 percent = calc_percent(&e2fsck_tbl, pass, cur, max)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-c++ 
arm-eabi-cpp 
arm-eabi-g++ 
arm-eabi-gcc 

Completed in 446 milliseconds

<<41424344454647484950>>