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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/061-out-of-memory/
expected.txt 1 tests beginning
2 testOomeLarge beginning
4 testOomeSmall beginning
  /frameworks/base/sax/java/android/sax/
StartElementListener.java 22 * Listens for the beginning of elements.
27 * Invoked at the beginning of an element.
ElementListener.java 20 * Listens for the beginning and ending of elements.
TextElementListener.java 20 * Listens for the beginning and ending of text elements.
  /dalvik/dx/tests/087-ssa-local-vars/
info.txt 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
  /external/srec/portable/src/
LCHAR.c 28 size_t beginning, ending, len; local
32 /* locating first non-whitespace character from beginning */
33 for (beginning = 0; beginning < len && LISSPACE(text[beginning]); ++beginning);
35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending);
37 if (beginning > 0 && beginning <= ending)
38 LMEMMOVE(text, text + beginning, ending - beginning + 1)
    [all...]
PFileSystem.c 67 const LCHAR* beginning; local
83 beginning = linear;
86 ending = LSTRCHR(beginning, L('/'));
88 ending = beginning + LSTRLEN(beginning);
89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG);
96 LSTRNCPY(value, beginning, ending - beginning + 1);
97 value[ending-beginning+1] = L('\0');
111 beginning = ending + 1
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/
package.html 12 buffer, they can be rewound to the beginning and allow skipping of elements.
  /external/qemu/elff/
elf_mapped_section.h 36 * offset - Offset of the beginning of the section data in ELF file.
56 /* Gets address of the beginning of the mapped section. */
75 /* Beginning of the memory mapping, containing the section.
82 /* Address of the beginning of the mapped section. */
  /frameworks/base/core/java/android/content/
EntityIterator.java 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
30 * Reset the iterator back to the beginning.
  /dalvik/tests/061-out-of-memory/src/
Main.java 24 System.out.println("tests beginning");
31 System.out.println("testOomeLarge beginning");
90 System.out.println("testOomeSmall beginning");
  /external/icu4c/io/
ufile.h 38 UChar *buffer; /* Beginning of buffer */
40 int32_t pos; /* Beginning of untranslitted data */
41 int32_t length; /* Length *from beginning of buffer* of untranslitted data */
  /cts/tools/dasm/src/dasm/tokens/
relative_number_token.java 20 * Holds numbers beginning with "+" or "-"
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_SAVE_STATE.S 6 * r0 - offset from rGLUE to the beginning of the heapArgSpace record
  /external/elfutils/libdw/
dwarf_linebeginstatement.c 1 /* Return true if record is for beginning of a statement.
dwarf_lineblock.c 1 /* Return true if record is for beginning of a basic block.
dwarf_lineepiloguebegin.c 1 /* Return true if record is for beginning of epilogue.
  /external/skia/include/utils/
SkBoundaryPatch.h 16 // Edge index goes clockwise around the boundary, beginning at the "top"
  /external/skia/src/animator/
SkOperandInterpolator.h 39 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
41 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
35 s += t; // This will expand the string at the beginning using UString::expandPreCapacity
  /frameworks/base/awt/java/awt/font/
TextMeasurer.java 130 * @return a TextLayout for the characters beginning at "start" up to "end".
143 * Returns the graphical width of a line beginning at "start" parameter and
151 * @return the graphical width of a line beginning at "start" and including
166 * beginning at start and possible measuring up to maxAdvance in graphical
174 * beginning at start, which is not longer than maxAdvance in
  /dalvik/tools/
deadcode.py 81 # Find the beginning of the line the method reference is on
84 # If the word 'invoke' comes between the beginning of the line
86 # than the beginning of the code section for that method.
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.h 101 //units: 0-based byte offset from beginning of cache
105 //units: 0-based byte offset from beginning of cache
111 //units: 0-based byte offset from beginning of cache
  /external/icu4c/tools/genctd/
genctd.1.in 41 Words begin at the beginning of a line and are terminated by the first whitespace.
84 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
  /external/v8/src/
disasm.h 62 // Returns -1 if instruction does not mark the beginning of a constant pool,
63 // or the number of entries in the constant pool beginning here.

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>