HomeSort by relevance Sort by last modified time
    Searched refs:desired (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/ui/base/x/
selection_utils.h 40 // Places the intersection of |desired| and |offered| into |output|.
41 UI_BASE_EXPORT void GetAtomIntersection(const std::vector< ::Atom>& desired,
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 45 * When filling in the desired audio spec structure,
46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
47 * - 'desired->format' should be the desired audio format.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
58 * - 'desired->size' is the size in bytes of the audio buffer, and is
60 * - 'desired->silence' is the value used to set the buffer to silence,
62 * - 'desired->callback' should be set to a function that will be calle
    [all...]
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 210 unsigned desired = size; local
228 while (desired > 0) {
229 unsigned actual = desired;
269 desired -= actual;
311 // we need more data: desired > 0 but actual == 0
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarInputStreamTest.java 94 final Set<String> desired = new HashSet<String>(Arrays local
104 assertEquals(actual, desired);
143 final Set<String> desired = new HashSet<String>(Arrays.asList(new String[] { "foo/", local
153 assertEquals(actual, desired);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 45 * When filling in the desired audio spec structure,
46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
47 * - 'desired->format' should be the desired audio format.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
58 * - 'desired->size' is the size in bytes of the audio buffer, and is
60 * - 'desired->silence' is the value used to set the buffer to silence,
62 * - 'desired->callback' should be set to a function that will be calle
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 45 * When filling in the desired audio spec structure,
46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
47 * - 'desired->format' should be the desired audio format.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
58 * - 'desired->size' is the size in bytes of the audio buffer, and is
60 * - 'desired->silence' is the value used to set the buffer to silence,
62 * - 'desired->callback' should be set to a function that will be calle
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 45 * When filling in the desired audio spec structure,
46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
47 * - 'desired->format' should be the desired audio format.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
58 * - 'desired->size' is the size in bytes of the audio buffer, and is
60 * - 'desired->silence' is the value used to set the buffer to silence,
62 * - 'desired->callback' should be set to a function that will be calle
    [all...]
  /device/sample/apps/SampleEmailPolicy/
Android.mk 18 # When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for
  /external/bison/build-aux/
ylwrap 44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
46 Wrapper for lex/yacc invocations, renaming files as desired.
50 DESIRED is the file we actually want instead of OUTPUT
54 Any number of OUTPUT,DESIRED pairs may be used.
  /external/chromium_org/third_party/libjpeg_turbo/
jquant2.c 44 * have as many boxes as desired colors. Then the mean color in each
62 * and it also interfered with desired capabilities such as quantizing to an
100 * desired colors. 16 bits/cell is plenty for that too.)
181 int desired; /* desired # of colors = size of colormap */ member in struct:__anon17390
1262 int desired = cinfo->desired_number_of_colors; local
    [all...]
  /external/clang/test/CodeGen/
atomic-ops.c 94 // CHECK: [[PAIR:%[.0-9A-Z_a-z]+]] = cmpxchg i32* [[PTR:%[.0-9A-Z_a-z]+]], i32 [[EXPECTED:%[.0-9A-Z_a-z]+]], i32 [[DESIRED:%[.0-9A-Z_a-z]+]]
105 // CHECK: [[PAIR:%[.0-9A-Z_a-z]+]] = cmpxchg i32* [[PTR:%[.0-9A-Z_a-z]+]], i32 [[EXPECTED:%[.0-9A-Z_a-z]+]], i32 [[DESIRED:%[.0-9A-Z_a-z]+]]
111 int desired = 1; local
112 return __atomic_compare_exchange(i, &cmp, &desired, 0, memory_order_acquire, memory_order_acquire);
117 // CHECK: [[PAIR:%[.0-9A-Z_a-z]+]] = cmpxchg weak i32* [[PTR:%[.0-9A-Z_a-z]+]], i32 [[EXPECTED:%[.0-9A-Z_a-z]+]], i32 [[DESIRED:%[.0-9A-Z_a-z]+]]
  /external/elfutils/0.153/config/
ylwrap 44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
46 Wrapper for lex/yacc invocations, renaming files as desired.
50 DESIRED is the file we actually want instead of OUTPUT
54 Any number of OUTPUT,DESIRED pairs may be used.
  /external/jpeg/
jquant2.c 42 * have as many boxes as desired colors. Then the mean color in each
60 * and it also interfered with desired capabilities such as quantizing to an
117 * desired colors. 16 bits/cell is plenty for that too.)
198 int desired; /* desired # of colors = size of colormap */ member in struct:__anon6437
1278 int desired = cinfo->desired_number_of_colors; local
    [all...]
jdmarker.c     [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 42 * have as many boxes as desired colors. Then the mean color in each
60 * and it also interfered with desired capabilities such as quantizing to an
117 * desired colors. 16 bits/cell is plenty for that too.)
198 int desired; /* desired # of colors = size of colormap */ member in struct:__anon13021
1278 int desired = cinfo->desired_number_of_colors; local
    [all...]
jdmarker.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
notes 31 > drive executes an implied seek to desired track and
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp 617 glsl_type::can_implicitly_convert_to(const glsl_type *desired) const
619 if (this == desired)
623 if (this->matrix_columns > 1 || desired->matrix_columns > 1)
627 return desired->is_float()
629 && this->vector_elements == desired->vector_elements;
  /external/mesa3d/src/glsl/
glsl_types.cpp 617 glsl_type::can_implicitly_convert_to(const glsl_type *desired) const
619 if (this == desired)
623 if (this->matrix_columns > 1 || desired->matrix_columns > 1)
627 return desired->is_float()
629 && this->vector_elements == desired->vector_elements;
  /development/ide/xcode/ports/
skia_mac.cp 23 // the desired directory path is :
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 29 * the desired node to find.
  /external/skia/src/core/
SkMatrixClipStateMgr.cpp 42 const SkMatrix& desired = this->lookupMat(desiredMatID); local
47 delta.preConcat(desired);
  /frameworks/base/tools/aapt/
Bundle.h 238 bool isMinSdkAtLeast(int desired) {
256 if (minSdkNum < desired) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource_unittest.cc 97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
100 *best_format = desired;
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,

Completed in 1414 milliseconds

1 23 4 5 6 7 8