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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.h 7 * copy of this software and associated documentation files (the
8 * "Software"), to deal in the Software without restriction, including
10 * distribute, sub license, and/or sell copies of the Software, and to
11 * permit persons to whom the Software is furnished to do so, subject to
16 * of the Software.
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
58 boolean software; member in struct:st_renderbuffer
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 7 * copy of this software and associated documentation files (the
8 * "Software"), to deal in the Software without restriction, including
10 * distribute, sub license, and/or sell copies of the Software, and to
11 * permit persons to whom the Software is furnished to do so, subject to
16 * of the Software.
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
58 boolean software; member in struct:st_renderbuffer
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 10 * Unless required by applicable law or agreed to in writing, software
86 M4OSA_Char *software; /**< software used */ member in struct:__anon31059
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 14 * derived from this software without specific prior written permission.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
79 // Gets/sets the value for the SOFTWARE attribute for TURN messages.
80 const std::string& software() const { return software_; } function in class:cricket::TurnServer
81 void set_software(const std::string& software) { software_ = software; }
stun_unittest.cc 14 * derived from this software without specific prior written permission.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
293 // Software name (request): "STUN test client" (without quotes)
294 // Software name (response): "test vector" (without quotes)
326 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
357 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
381 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
443 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
478 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute heade
647 const StunByteStringAttribute* software = local
675 const StunByteStringAttribute* software = local
698 const StunByteStringAttribute* software = local
    [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 11 * Unless required by applicable law or agreed to in writing, software
69 static char hostname[MAX_ESCAPED_DOMAIN_NAME], hardware[256], software[256]; variable
153 strncpy(software, (char*)(p+1), p[0]);
154 software[p[0]] = 0;
304 hostname[0] = hardware[0] = software[0] = 0;
350 if (hardware[0] || software[0])
353 printf("HINFO Software: %s\n", software);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 11 * Unless required by applicable law or agreed to in writing, software
181 unsigned char software[32]; member in struct:__anon34059
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 11 * Unless required by applicable law or agreed to in writing, software
181 unsigned char software[32]; member in struct:__anon34067
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 10 * Unless required by applicable law or agreed to in writing, software
73 * hardware, software, and states for a given device.
78 * A "device" element contains a "hardware" element, a "software" element
91 * The "software" element contains all of the software information for an
94 public static final String NODE_SOFTWARE = "software";
540 Element software = doc.createElement(PREFIX + NODE_SOFTWARE); local
541 device.appendChild(software);
544 software.appendChild(apiLevel);
549 software.appendChild(liveWallpaperSupport)
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 843 milliseconds