HomeSort by relevance Sort by last modified time
    Searched defs:caps (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/printing/backend/
cups_helper_unittest.cc 34 printing::PrinterSemanticCapsAndDefaults caps; local
35 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
36 EXPECT_FALSE(caps.color_changeable);
37 EXPECT_FALSE(caps.color_default);
38 EXPECT_TRUE(caps.duplex_capable);
39 EXPECT_EQ(caps.duplex_default, printing::LONG_EDGE);
59 printing::PrinterSemanticCapsAndDefaults caps; local
60 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
61 EXPECT_FALSE(caps.color_changeable);
62 EXPECT_FALSE(caps.color_default)
83 printing::PrinterSemanticCapsAndDefaults caps; local
116 printing::PrinterSemanticCapsAndDefaults caps; local
153 printing::PrinterSemanticCapsAndDefaults caps; local
    [all...]
  /external/chromium_org/remoting/base/
capabilities.cc 15 std::vector<std::string> caps; local
16 Tokenize(capabilities, " ", &caps);
17 return std::find(caps.begin(), caps.end(), key) != caps.end();
capabilities_unittest.cc 64 std::vector<std::string> caps; local
65 Tokenize(data[i].capabilities, " ", &caps);
68 EXPECT_EQ(HasCapability(JoinString(caps, " "), data[i].key),
70 } while (std::next_permutation(caps.begin(), caps.end()));
96 std::vector<std::string> caps; local
97 Tokenize(data[i].left, " ", &caps);
100 EXPECT_EQ(IntersectCapabilities(JoinString(caps, " "), data[i].right),
102 } while (std::next_permutation(caps.begin(), caps.end()))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 120 std::string caps; local
121 caps.append(s.phone_capability() ? "voice-v1" : "");
122 caps.append(s.pmuc_capability() ? " pmuc-v1" : "");
123 caps.append(s.video_capability() ? " video-v1" : "");
124 caps.append(s.camera_capability() ? " camera-v1" : "");
126 result->AddAttr(QN_EXT, caps, 1);
  /external/chromium_org/chrome/browser/chromeos/
camera_detector.cc 78 std::vector<std::string> caps; local
79 base::SplitString(v4l_capabilities, kV4LCapabilitiesDelim, &caps);
80 if (find(caps.begin(), caps.end(), kV4LCaptureCapability) != caps.end()) {
  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 14 base::DictionaryValue caps; local
15 caps.SetString("chromeOptions.androidPackage", "abc");
17 Status status = capabilities.Parse(caps, &log);
25 base::DictionaryValue caps; local
26 caps.SetString("chromeOptions.androidPackage", std::string());
28 Status status = capabilities.Parse(caps, &log);
34 base::DictionaryValue caps; local
35 caps.SetInteger("chromeOptions.androidPackage", 123);
37 Status status = capabilities.Parse(caps, &log);
43 base::DictionaryValue caps; local
55 base::DictionaryValue caps; local
68 base::DictionaryValue caps; local
82 base::DictionaryValue caps; local
101 base::DictionaryValue caps; local
120 base::DictionaryValue caps; local
133 base::DictionaryValue caps; local
146 base::DictionaryValue caps; local
160 base::DictionaryValue caps; local
171 base::DictionaryValue caps; local
182 base::DictionaryValue caps; local
195 base::DictionaryValue caps; local
208 base::DictionaryValue caps; local
224 base::DictionaryValue caps; local
235 base::DictionaryValue caps; local
252 base::DictionaryValue caps; local
270 base::DictionaryValue caps; local
284 base::DictionaryValue caps; local
300 base::DictionaryValue caps; local
314 base::DictionaryValue caps; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc 130 std::string caps; local
131 caps.append(s.voice_capability() ? "voice-v1" : "");
132 caps.append(s.pmuc_capability() ? " pmuc-v1" : "");
133 caps.append(s.video_capability() ? " video-v1" : "");
134 caps.append(s.camera_capability() ? " camera-v1" : "");
136 result->AddAttr(QN_EXT, caps, 1);
presencereceivetask.cc 131 const XmlElement * caps = stanza->FirstNamed(QN_CAPS_C); local
132 if (caps != NULL) {
133 std::string node = caps->Attr(QN_NODE);
134 std::string ver = caps->Attr(QN_VER);
135 std::string exts = caps->Attr(QN_EXT);
  /external/qemu/android/
charmap.h 22 unsigned short caps; member in struct:AKeyEntry
  /external/chromium_org/chrome/test/webdriver/
webdriver_capabilities_parser_unittest.cc 23 Capabilities caps; local
25 CapabilitiesParser parser(&dict, base::FilePath(), Logger(), &caps);
39 Capabilities caps; local
42 CapabilitiesParser parser(&dict, temp_dir.path(), Logger(), &caps);
44 EXPECT_EQ(FILE_PATH_LITERAL("binary"), caps.command.GetProgram().value());
45 EXPECT_STREQ("channel", caps.channel.c_str());
46 EXPECT_TRUE(caps.detach);
47 EXPECT_TRUE(caps.load_async);
61 Capabilities caps; local
64 CapabilitiesParser parser(&dict, temp_dir.path(), Logger(), &caps);
81 Capabilities caps; local
114 Capabilities caps; local
124 Capabilities caps; local
132 Capabilities caps; local
148 Capabilities caps; local
161 Capabilities caps; local
173 Capabilities caps; local
186 Capabilities caps; local
203 Capabilities caps; local
218 Capabilities caps; local
233 Capabilities caps; local
246 Capabilities caps; local
262 Capabilities caps; local
288 Capabilities caps; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 34 * Apply an auto-caps mode to a string.
36 * This intentionally does NOT apply manual caps mode. It only changes the capitalization if
37 * the mode is one of the auto-caps modes.
55 * Return whether a constant represents an auto-caps mode (either auto-shift or auto-shift-lock)
57 * @return true if this represents an auto-caps mode, false otherwise
65 * Determine what caps mode should be in effect at the current offset in
67 * checked. Note that the caps mode flags here are explicitly defined
73 * @param cs The text that should be checked for caps modes.
205 // whitespace => end with no caps (it was a stand-alone period)
206 // otherwise => end with caps (several periods/symbols in a row
225 final int caps = (TextUtils.CAP_MODE_CHARACTERS | TextUtils.CAP_MODE_WORDS local
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_unittest.cc 112 media::VideoCaptureCapability caps; local
118 .WillOnce(SaveArg<0>(&caps));
135 EXPECT_GT(caps.width, 0);
136 EXPECT_GT(caps.height, 0);
137 EXPECT_EQ(kFrameRate, caps.frame_rate);
138 EXPECT_EQ(media::VideoCaptureCapability::kARGB, caps.color);
139 EXPECT_FALSE(caps.interlaced);
141 EXPECT_EQ(caps.width * caps.height * 4, frame_size);
152 media::VideoCaptureCapability caps; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 183 const XmlElement * caps = stanza->FirstNamed(QN_CAPS_C); local
184 if (caps != NULL) {
185 std::string node = caps->Attr(QN_NODE);
186 std::string ver = caps->Attr(QN_VER);
187 std::string exts = caps->Attr(QN_EXT);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h 42 std::vector<webrtc::VideoCaptureCapability> caps; member in struct:FakeWebRtcDeviceInfo::Device
53 dev->caps.push_back(cap);
80 return static_cast<int32_t>(dev->caps.size());
87 if (device_cap_num >= dev->caps.size()) return -1;
88 cap = dev->caps[device_cap_num];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_path.c 313 VGbitfield caps; local
336 caps = path_capabilities(p);
337 if (!(caps & VG_PATH_CAPABILITY_POINT_ALONG_PATH) ||
338 !(caps & VG_PATH_CAPABILITY_TANGENT_ALONG_PATH)) {
371 VGbitfield caps; local
391 caps = path_capabilities(p);
392 if (!(caps & VG_PATH_CAPABILITY_PATH_BOUNDS)) {
408 VGbitfield caps; local
428 caps = path_capabilities(p);
429 if (!(caps & VG_PATH_CAPABILITY_PATH_TRANSFORMED_BOUNDS))
    [all...]
vgu.c 60 VGbitfield caps; local
65 caps = vgGetPathCapabilities(path);
66 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
87 VGbitfield caps; local
98 caps = vgGetPathCapabilities(path);
99 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
139 VGbitfield caps; local
144 caps = vgGetPathCapabilities(path);
145 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
182 VGbitfield caps; local
233 VGbitfield caps; local
268 VGbitfield caps; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
modes.h 54 const unsigned char *caps; member in struct:__anon15677
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 52 const GrGLCaps* caps() const { return fGLCaps.get(); } function in class:GrGLContextInfo
53 GrGLCaps* caps() { return fGLCaps; } function in class:GrGLContextInfo
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 7 import com.jme3.renderer.Caps;
26 for (Caps caps : renderManager.getRenderer().getCaps()) {
27 System.out.println(caps.name());
29 if(!renderManager.getRenderer().getCaps().contains(Caps.TextureArray)){
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 49 int header = 0, show_all = 0, caps; local
120 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
121 if (caps > CAPNG_NONE) {
175 if (caps == CAPNG_PARTIAL) {
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 313 VGbitfield caps; local
336 caps = path_capabilities(p);
337 if (!(caps & VG_PATH_CAPABILITY_POINT_ALONG_PATH) ||
338 !(caps & VG_PATH_CAPABILITY_TANGENT_ALONG_PATH)) {
371 VGbitfield caps; local
391 caps = path_capabilities(p);
392 if (!(caps & VG_PATH_CAPABILITY_PATH_BOUNDS)) {
408 VGbitfield caps; local
428 caps = path_capabilities(p);
429 if (!(caps & VG_PATH_CAPABILITY_PATH_TRANSFORMED_BOUNDS))
    [all...]
vgu.c 60 VGbitfield caps; local
65 caps = vgGetPathCapabilities(path);
66 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
87 VGbitfield caps; local
98 caps = vgGetPathCapabilities(path);
99 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
139 VGbitfield caps; local
144 caps = vgGetPathCapabilities(path);
145 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
182 VGbitfield caps; local
233 VGbitfield caps; local
268 VGbitfield caps; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 38 PgScalerCaps_t caps; member in struct:private_yuvhwdata
  /external/skia/src/gpu/gl/
GrGLContext.h 52 const GrGLCaps* caps() const { return fGLCaps.get(); } function in class:GrGLContextInfo
53 GrGLCaps* caps() { return fGLCaps; } function in class:GrGLContextInfo
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 62 const FrameBufferCaps &caps = fb->getCaps(); local
205 const FrameBufferCaps &caps = fb->getCaps(); local

Completed in 6442 milliseconds

1 2 3 4 5 6 7 8 9