HomeSort by relevance Sort by last modified time
    Searched full:shorthand (Results 51 - 75 of 476) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 81 #define RO READONLY /* Shorthand */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 75 """A shorthand for 'format_list(extract_stack(f, limit))."""
225 """Shorthand for 'print_exception(sys.exc_type, sys.exc_value, sys.exc_traceback, limit, file)'.
247 """This is a shorthand for 'print_exception(sys.last_type,
272 """Shorthand for 'format_list(extract_stack(f, limit))'."""
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 149 * initialization method. This is just a convenient shorthand for
161 * initialization method. This is just a convenient shorthand for
  /external/droiddriver/src/io/appium/droiddriver/finders/
XPaths.java 92 /** Shorthand for {@link #attr}{@code (Attribute.TEXT, value)} */
97 /** Shorthand for {@link #attr}{@code (Attribute.RESOURCE_ID, value)} */
  /external/mockito/src/main/java/org/mockito/
InjectMocks.java 20 * <li>Allows shorthand mock and spy injection.</li>
152 * Mockito is not an dependency injection framework, don't expect this shorthand utility to inject a complex graph of objects
  /build/make/core/
pathmap.mk 34 # A mapping from shorthand names to include directories.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java 58 * Gets the last instruction. This is just a convenient shorthand for
  /dalvik/dexgen/src/com/android/dexgen/util/
Output.java 109 * a convenient shorthand for {@code write(bytes, 0, bytes.length)}.
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 124 * file, if any. This is a convenient shorthand for scrounging around
  /dalvik/dx/src/com/android/dx/rop/code/
InsnList.java 58 * Gets the last instruction. This is just a convenient shorthand for
  /dalvik/dx/src/com/android/dx/util/
Output.java 111 * a convenient shorthand for {@code write(bytes, 0, bytes.length)}.
  /external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java 67 /** Shorthand to {@link #getRunningActivity(long)} with {@code timeoutMillis=30_000}. */
  /external/selinux/mcstrans/man/man8/
setrans.conf.8 58 defines a translation of s15:c0.c1023 to SystemHigh. c0.c1023 is shorthand for all categories. A colon separates the sensitivity level and categories.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-notes.def 30 /* Shorthand. */
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 28 // shorthand for the long counter variable.
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 28 // shorthand for the long counter variable.
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 83 """Sets the relay to the 'NO' state. Shorthand for set(RelayState.NO).
90 """Sets the relay to the 'NC' state. Shorthand for set(RelayState.NC).
  /external/skia/site/user/sample/
color.md 135 bitmap.allocPixels(info); // Bad: N32 is shorthand for 8888, no color space
139 bitmap.allocPixels(info); // Good: S32 is shorthand for 8888, sRGB
  /prebuilts/go/darwin-x86/src/image/
geom.go 72 // Pt is shorthand for Point{X, Y}.
255 // Rect is shorthand for Rectangle{Pt(x0, y0), Pt(x1, y1)}. The returned
  /prebuilts/go/linux-x86/src/image/
geom.go 72 // Pt is shorthand for Point{X, Y}.
255 // Rect is shorthand for Rectangle{Pt(x0, y0), Pt(x1, y1)}. The returned
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 64 * like inet_aton() but without all the hexadecimal and shorthand.
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 92 * Gets the default target. This is just a shorthand for
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
LocalApic.h 96 UINT32 DestinationShorthand:2; ///< A shorthand notation to specify the destination of the interrupt.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 123 * Shorthand Constructor from given details.
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 44 // contains reported nodes to avoid reporting twice on destructuring with shorthand notation

Completed in 893 milliseconds

1 23 4 5 6 7 8 91011>>