HomeSort by relevance Sort by last modified time
    Searched defs:software (Results 1 - 5 of 5) 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...]
  /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
87 // Gets/sets the value for the SOFTWARE attribute for TURN messages.
88 const std::string& software() const { return software_; } function in class:cricket::TurnServer
89 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
259 // Software name (request): "STUN test client" (without quotes)
260 // Software name (response): "test vector" (without quotes)
292 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
323 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
347 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
409 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
444 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute heade
604 const StunByteStringAttribute* software = local
632 const StunByteStringAttribute* software = local
655 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);

Completed in 269 milliseconds