HomeSort by relevance Sort by last modified time
    Searched defs:out_type (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/base/x/
selection_requestor.h 41 // |out_data_items| is the length of |out_data| in |out_type| items.
47 XAtom* out_type);
91 XAtom out_type; member in struct:ui::SelectionRequestor::Request
selection_requestor_unittest.cc 120 XAtom out_type = None; local
122 selection, target, &out_data, &out_data_items, &out_type));
125 EXPECT_EQ(atom_cache->GetAtom("STRING"), out_type);
selection_requestor.cc 82 XAtom* out_type) {
109 if (out_type)
110 *out_type = request.out_type;
163 &request->out_type);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
176 request->out_type = None;
197 Atom out_type = None; local
202 &out_type);
208 if (request->out_type != None && request->out_type != out_type)
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 433 ::Atom out_type = None; local
440 &out_type)) {
441 // Some apps return an |out_type| of "TARGETS". (crbug.com/377893)
442 if (out_type == XA_ATOM || out_type == atom_cache_.GetAtom(kTargets)) {
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
341 out_type = TYPE_RGB_8;
344 out_type = TYPE_RGB_16;
351 out_type = TYPE_RGB_8;
354 out_type = TYPE_RGB_16;
360 out_type = TYPE_RGB_16;
367 out_prof, out_type, intent, 0);
  /hardware/qcom/msm8x74/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x74/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params

Completed in 160 milliseconds