HomeSort by relevance Sort by last modified time
    Searched refs:contract (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
101 void contract(const LayoutSize& size) { m_size -= size; } function in class:WebCore::LayoutRect
102 void contract(const LayoutBoxExtent& box) function in class:WebCore::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } function in class:WebCore::LayoutRect
FloatRect.h 22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
98 void contract(const FloatSize& size) { m_size -= size; } function in class:WebCore::FloatRect
99 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:WebCore::FloatRect
IntRect.h 21 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
93 void contract(const IntSize& size) { m_size -= size; } function in class:WebCore::IntRect
94 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:WebCore::IntRect
  /external/openssl/crypto/lhash/
lhash.c 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 * the 'table' was 'contract()ed', making some entries
83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
111 static void contract(_LHASH *lh);
243 contract(lh);
366 static void contract(_LHASH *lh) function
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.c 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 * the 'table' was 'contract()ed', making some entries
83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
219 static void contract(_LHASH *lh);
353 /* Do not contract the array if the table is being iterated on. */
357 contract(lh);
416 * contract() call will double/halve the size of the array,
421 contract(lh);
491 static void contract(_LHASH *lh) function
  /external/openssh/openbsd-compat/
port-solaris.c 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
37 #include <sys/contract/process.h>
47 /* Lookup the latest process contract */
57 "contract: %s", __func__, strerror(errno));
61 error("%s: Error reading process contract "
66 error("%s: Error getting process contract id: %s",
86 debug2("%s: setting up process contract template on fd %d",
91 error("%s: Error setting process contract parameter set "
96 error("%s: Error setting process contract template "
101 error("%s: Error setting process contract template
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 direction or management of such entity, whether by contract or
197 whether in tort (including negligence), contract, or otherwise,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderBoxModelObject.cpp 337 containerContentRect.contract(minMargin);
    [all...]
  /external/chromium_org/remoting/webapp/
oauth2.js 168 // is part of the contract satisfied by callWithToken().
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/openssh/
configure     [all...]

Completed in 585 milliseconds