HomeSort by relevance Sort by last modified time
    Searched full:ones (Results 176 - 200 of 1250) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
sll.h 122 * might show up on non-Ethernet, non-802.x networks. (Not all the ones
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 66 // These button numbers match the ones used in the DOM API, 0 through 2, except for NoButton which isn't specified.
  /external/webkit/WebKit/chromium/src/
WebWorkerClientImpl.h 52 // data types to Chrome compatible ones so that renderer code can use it over
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 134 // The defaultMenuItems here are ones supplied by the WebDocumentView protocol implementation. WebPDFView is
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 161 // These constants match the ones used by ThemeScrollbarArrowStyle (some of the values are private, so we can't just
  /external/yaffs2/yaffs2/
Kconfig 38 the ones from the generic MTD-NAND driver.
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
JpegDecoder.java 34 // these ones.
  /frameworks/base/common/java/com/android/common/speech/
LoggingEvents.java 53 * events - only the ones that need to be reported from outside the voice
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 29 * adding its margin to the ones before it. The leading margin is on the right
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 96 // each file every time (rather than caching which ones exist).
  /frameworks/base/include/media/
mediaplayer.h 99 // ones. Video is playing but a lot of disk seek may be happening.
  /frameworks/base/media/libmedia/
Metadata.cpp 133 // Loop over all the exiting ones in the Parcel to check for duplicate
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 257 // no problems with the very first ones (who knows)
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 132 // Scan existing tombstones (in case any new ones appeared)
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 35 * All methods including ones related to querying the state of the cursor are
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 33 /** True if all methods should be stubbed, false if only native ones must be stubbed. */
  /ndk/docs/
CPU-ARM-NEON.TXT 26 (the latter are mapped to the same chip area than the FPU ones),
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 34 * <p>The {@code open()} and {@code release()} calls are similar to the ones
  /packages/apps/Contacts/res/values/
donottranslate_config.xml 80 In practice this is used on all platforms even the ones with hard SEND/END
  /packages/apps/Mms/src/com/android/mms/util/
SmileyParser.java 32 * to graphical ones.
  /packages/apps/Phone/res/values/
config.xml 109 In practice this is used on all platforms even the ones with hard SEND/END
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSources.java 70 * by the ones from the property file.
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp 50 // in the range U+2160 to U+217F instead of standard ASCII ones.
161 if (int ones = number % 10)
162 letters[length++] = 1487 + ones;
228 if (int ones = number % 10) {
229 letters[length++] = (0x531 - 1 + lowerOffset) + ones;
286 if (int ones = number % 10) {
290 letters[length++] = georgianOnes[ones - 1];
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerOperateBitsTest.java 310 * clearBit(2) in the negative number with all ones in bit representation
328 * with all ones in bit representation.
348 * with all ones in bit representation.
797 * flipBit(int n) inside a negative number with all ones in bit representation
816 * with all ones in bit representation.
836 * with all ones in bit representation.
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
DateFormatSymbols.java 62 * pattern characters with the ones that you feel easy to remember or you can
63 * change the representative cities to your favorite ones.

Completed in 597 milliseconds

1 2 3 4 5 6 78 91011>>