HomeSort by relevance Sort by last modified time
    Searched full:backwards (Results 301 - 325 of 2545) sorted by null

<<11121314151617181920>>

  /external/freetype/include/
ftsnames.h 171 * table since OpenType version 1.4. For backwards compatibility with
186 * OpenType version 1.4. For backwards compatibility with legacy
  /external/icu/icu4c/source/common/
filteredbrk.cpp 138 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards )
139 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { }
156 SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
240 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) :
242 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)),
278 while((uch=utext_previous32(fText.getAlias()))!=U_SENTINEL && // more to consume backwards and..
340 fData->fBackwardsTrie.isNull()) { // .. no backwards table loaded == no exceptions
370 fData->fBackwardsTrie.isNull()) { // .. no backwards table loaded == no exceptions
  /external/mesa3d/src/glsl/glcpp/
pp.c 73 /* Searches backwards for '^ *#' from a given starting point. */
79 /* Search backwards for '#'. If we find a \n first, it doesn't count */
  /external/nist-sip/java/gov/nist/javax/sip/header/
ProxyAuthenticate.java 64 * Fail silently for backwards compatibility
74 * Fail silently for backwards compatibility
  /external/pdfium/third_party/freetype/include/freetype/
ftsnames.h 171 * table since OpenType version 1.4. For backwards compatibility with
186 * OpenType version 1.4. For backwards compatibility with legacy
  /external/v8/test/webkit/
webkit.status 49 'array-iterate-backwards': [SKIP],
53 'array-iterate-backwards': [PASS, NO_VARIANTS],
  /external/vboot_reference/firmware/lib/include/
rollback_index.h 30 /* Struct version, for backwards compatibility */
61 /* Struct version, for backwards compatibility */
  /frameworks/native/include/gui/
BufferQueueConsumer.h 142 // Functions required for backwards compatibility.
159 // End functions required for backwards compatibility
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemedSpinnerAdapter.java 39 * <p>The {@link Helper} class is provided to aide implementation in a backwards compatible way.
65 * {@link SpinnerAdapter}s in a backwards compatible way.
  /libcore/ojluni/src/main/java/sun/security/pkcs/
ContentInfo.java 51 // this is for backwards-compatibility with JDK 1.1.x
115 * <p>This constructor is used only for backwards compatibility with
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 157 # For convenience and backwards compatibility w/ standard base64 module
185 # For convenience and backwards compatibility w/ standard base64 module
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 157 # For convenience and backwards compatibility w/ standard base64 module
185 # For convenience and backwards compatibility w/ standard base64 module
  /prebuilts/go/darwin-x86/src/runtime/
memmove_386.s 63 * check and set for backwards
87 * whole thing backwards has
  /prebuilts/go/linux-x86/src/runtime/
memmove_386.s 63 * check and set for backwards
87 * whole thing backwards has
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsnames.h 171 * table since OpenType version 1.4. For backwards compatibility with
186 * OpenType version 1.4. For backwards compatibility with legacy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 157 # For convenience and backwards compatibility w/ standard base64 module
185 # For convenience and backwards compatibility w/ standard base64 module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 157 # For convenience and backwards compatibility w/ standard base64 module
185 # For convenience and backwards compatibility w/ standard base64 module
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 223 * move backwards such as when backtracking.
230 * as line number. For seeking backwards, you will be presumably
232 * so this method does not need to update state when seeking backwards.</p>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
group.py 169 self.name = name or kwargs.get('group_name') # backwards compat
174 # backwards compatibility
200 # backwards compatible access to 'cooldown' param
  /frameworks/base/core/java/android/util/apk/
ZipUtils.java 60 // The algorithm for locating the ZIP EOCD record is as follows. We search backwards from
103 // The algorithm for locating the ZIP EOCD record is as follows. We search backwards from
151 // The algorithm for locating the ZIP EOCD record is as follows. We search backwards from
  /bionic/libc/arch-x86/generic/string/
bcopy.S 74 addl %ecx,%edi /* copy backwards. */
  /bionic/libc/bionic/
pthread_atfork.cpp 124 // handlers, so we iterate backwards.
system_properties_compat.c 30 * This file is only used to provide backwards compatibility to property areas
  /bionic/libc/include/sys/
system_properties.h 80 ** backwards compatibility to NDK apps. Its implementation
  /bionic/libc/upstream-openbsd/lib/libc/string/
memmove.c 90 * Copy backwards. Otherwise essentially the same.

Completed in 757 milliseconds

<<11121314151617181920>>