HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 376 - 400 of 1478) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/oprofile/bin/
oparchive 
opreport 
  /frameworks/base/awt/java/awt/image/
SampleModel.java 28 * data of an image. Each pixel contains several samples. A sample is the set of
554 * Gets the sample of a specified band for the specified pixel as an
565 * @return the sample of a specified band for the specified pixel.
570 * Gets the sample of a specified band for the specified pixel as a float.
580 * @return the sample of a specified band for the specified pixel.
587 * Gets the sample of a specified band for the specified pixel as a double.
597 * @return the sample of a specified band for the specified pixel.
829 * Sets a sample of the specified band for the specified pixel in the
839 * the sample as an integer value.
    [all...]
  /external/jpeg/
wizard.doc 94 You can override this default with the -sample switch:
96 -sample HxV[,...] Set JPEG sampling factors for each color
99 The -sample switch specifies the JPEG sampling factors for each color
103 is equivalent to "-sample 2x2,1x1,1x1", which can be abbreviated to
104 "-sample 2x2".
108 be achieved by specifying "-sample 2x1". This is not recommended unless
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 59 * Mac Gamma Ramp code was originally from sample code provided by
64 * Disclaimer: You may incorporate this sample code into your applications without
65 * restriction, though the sample code has been provided "AS IS" and the
67 * not permitted to do is to redistribute the source as "DSC Sample Code"
70 * descended from Apple Sample Code, but that you've made changes."
71 * (The sample code has been integrated into this file, and thus is modified from the original Apple sources.)
  /external/v8/samples/
lineprocessor.cc 36 * This sample program should demonstrate certain aspects of debugging
50 * for processing every time. This is a sample script:
60 * and print converted lines to output itself. This a sample script:
79 * run this sample program with "--wait-for-connection" command line parameter.
87 * is called again. See how "--callback" command-line parameter in this sample
119 // In our sample we have only one context, so there is nothing really to
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 300 times = [sample[0] for sample in data]
305 for sample in data:
306 t, i, tot_line, tot_cover, per_file, per_dir = sample
313 for sample in data:
314 t, i, tot_line, tot_cover, per_file, per_dir = sample
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 212 * Compute the sample size as a function of minSideLength
219 * The function returns a sample size based on the constraints.
222 * The functions prefers returning a sample size that
225 * Also, the function rounds up the sample size to a power of 2 or multiple
226 * of 8 because BitmapFactory only honors sample size this way.
228 * request is 3. So we round up the sample size to avoid OOM.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 161 // In this sample, we'll use the same text for the ticker and the expanded notification
190 // In this sample, we'll use the same text for the ticker and the expanded notification
216 // In this sample, we'll use the same text for the ticker and the expanded notification
  /external/icu4c/samples/layout/
clayout.c 150 context->paragraph = pf_factory("Sample.txt", font, guiSupport);
156 PrettyTitle(hwnd, "Sample.txt");
327 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n")
layout.cpp 148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
154 PrettyTitle(hwnd, "Sample.txt");
323 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n")
  /external/oprofile/daemon/
init.c 131 * opd_do_samples - process a sample buffer
136 * If the sample could be processed correctly, it is written
137 * to the relevant sample file.
  /external/oprofile/libdb/
odb.h 5 * sample files.
84 char * filename; /**< full path name of sample file */
129 /** return the number of times this sample file is open */
  /frameworks/base/core/java/android/app/
Service.java 63 * <li><a href="#LocalServiceSample">Local Service Sample</a>
64 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
106 * by <a href="#LocalServiceSample">Local Service Sample</a>), to providing
219 * <h3>Local Service Sample</h3>
234 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/LocalService.java
240 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/LocalServiceActivities.java
244 * <h3>Remote Messenger Service Sample</h3>
256 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/MessengerService.java
263 * {@sample development/samples/ApiDemos/AndroidManifest.xml remote_service_declaration}
273 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.jav
    [all...]
  /frameworks/base/core/java/android/preference/
VolumePreference.java 310 sample(); method
318 private void sample() { method in class:VolumePreference.SeekBarVolumizer
336 sample(); method
  /frameworks/base/docs/html/
license.jd 13 code modules, as well as sample code, and </li>
47 <p>We are pleased to license the Android documentation and sample code under
75 <li>The use of sample source code provided in the SDK or shown in this
  /frameworks/base/include/media/
MediaProfiles.h 64 * aud.hz - audio sample rate
109 * enc.aud.hz.min - min sample rate in samples per second
110 * enc.aud.hz.max - max sample rate in samples per second
  /build/tools/droiddoc/templates/
sampleindex.cs 48 <p>You can find the source code for this sample in your SDK at:</p>
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
small-class.txt 2 # sample small-but-valid classfile
  /development/samples/ApiDemos/res/values/
arrays.xml 88 <!-- Used in app/Sample Device Admin -->
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then
  /development/samples/ApiDemos/src/com/example/android/apis/view/
WebView1.java 27 * Sample creating 10 webviews.
  /development/samples/BackupRestore/res/layout/
backup_restore.xml 17 <!-- Layout description of the BackupRestore sample's main activity -->
  /development/samples/SkeletonApp/
readme.txt 9 the top list in the Sample Code app.
  /development/samples/TicTacToeMain/
README.txt 0 Sample: TicTacToeLib and TicTacToeMain.

Completed in 212 milliseconds

<<11121314151617181920>>