HomeSort by relevance Sort by last modified time
    Searched full:thin (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/expat/doc/
style.css 45 border: solid thin;
56 border: solid thin;
65 border-top-width: thin;
83 border-top-width: thin;
  /external/webkit/WebCore/manual-tests/
caret-image.html 3 If the test is successful, the caret will look thin as usual.
accidental-strict-mode.html 10 <p>In the failing case, the thin line above the link will get much thicker. If it remains the same, this test has passed.</p>
  /external/webkit/WebCore/css/
mathml.css 124 outline: solid thin red;
175 border: solid thin;
178 border: dashed thin;
184 border-top: solid thin;
187 border-top: dashed thin;
190 border-left: solid thin;
193 border-left: dashed thin;
  /external/zlib/contrib/ada/
zlib.adb 17 with ZLib.Thin;
21 use type Thin.Int;
23 type Z_Stream is new Thin.Z_Stream;
37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int;
65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum
77 := (True => (Step => Thin.Deflate'Access
    [all...]
zlib-thin.adb 9 -- $Id: zlib-thin.adb,v 1.8 2003/12/14 18:27:31 vagul Exp $
11 package body ZLib.Thin is
141 end ZLib.Thin;
zlib-thin.ads 9 -- $Id: zlib-thin.ads,v 1.11 2004/07/23 06:33:11 vagul Exp $
15 private package ZLib.Thin is
450 end ZLib.Thin;
  /dalvik/vm/
Sync.c 23 * The current implementation uses "thin locking" to avoid allocating
27 * TODO: make improvements to thin locking
29 * - reverting to a thin lock once the Monitor is no longer necessary
78 * in Bacon et al.'s "Thin locks: featherweight synchronization for Java"
82 * The two states of an Object's lock are referred to as "thin" and
83 * "fat". A lock may transition from the "thin" state to the "fat"
88 * lock encodes its state. When cleared, the lock is in the "thin"
100 * For an in-depth description of the mechanics of thin-vs-fat locking,
263 * object may be unlocked, thin-locked, or fat-locked.
291 * thin again. This is called during garbage collection
893 u4 thin, newThin, threadId; local
1072 u4 thin; local
1147 u4 thin = obj->lock; local
1192 u4 thin = obj->lock; local
1220 u4 thin = obj->lock; local
    [all...]
Sync.h 23 * Monitor shape field. Used to distinguish immediate thin locks from
75 * This is necessary for thin locking.
145 * object may be unlocked, thin-locked, or fat-locked.
  /external/webkit/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 66 # Get a thin version of fat input by running lipo. If the input is already
67 # thin, just copy it into place. The extra copy isn't strictly necessary
76 lipo -thin "${ARCH}" "${INPUT}" -output "${ARCH_INPUT}"
102 # If the input was thin, leave the output thin by copying the only output
  /frameworks/base/core/java/android/widget/
EditText.java 30 * This is supposed to be a *very* thin veneer over TextView.
36 * EditText is a thin veneer over TextView that configures itself
  /external/webkit/WebCore/html/
HTMLTableElement.h 121 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
122 TableRules m_rulesAttr; // Implies a thin border width, a collapsing border model, and all borders on the table becoming set to hidden (if frame/border
  /external/webkit/WebCore/platform/
SuddenTermination.h 35 // On Mac, these are thin wrappers around Mac OS X functions of the same name.
  /external/grub/netboot/
tulip.txt 29 thin client workstations substantially while giving a considerable
  /external/icu4c/i18n/unicode/
currunit.h 29 * yen). This class is a thin wrapper over a UChar string that
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialerView.java 36 * This is really a thin wrapper around Linear Layout that intercepts
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 167 * Handle simple case (thin lock) inline. If it's complicated, bail
184 * simple case is thin lock, held by no-one. For monitor exit,
185 * the simple case is thin lock, held by the unlocking thread with
249 * we've determined that the lock is thin and that we own it with
251 * initial, unlock thin state with a store word.
  /external/bluetooth/glib/glib/
gconvert.h 51 /* Thin wrappers around iconv
  /external/dbus/tools/
dbus-uuidgen.1 47 up out of thin air.
  /external/icu4c/common/
mutex.h 17 // 04/07/1999 srl refocused as a thin wrapper
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-ar.1 176 contents of each object would only waste time and space. Thin archives
178 thin archive will add the elements of the nested archive individually.
285 Files cannot be extracted from a thin archive.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-ar.1 176 contents of each object would only waste time and space. Thin archives
178 thin archive will add the elements of the nested archive individually.
285 Files cannot be extracted from a thin archive.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-ar.1 176 contents of each object would only waste time and space. Thin archives
178 thin archive will add the elements of the nested archive individually.
285 Files cannot be extracted from a thin archive.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-ar.1 176 contents of each object would only waste time and space. Thin archives
178 thin archive will add the elements of the nested archive individually.
285 Files cannot be extracted from a thin archive.
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.mm 430 // We have a 32-bit thin binary
443 // We have a 64-bit thin binary

Completed in 69 milliseconds

1 2 3 4 5 6 7