HomeSort by relevance Sort by last modified time
    Searched full:beginning (Results 1 - 25 of 2236) 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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
flat.h 31 with text segment from beginning of file */
32 unsigned long data_start; /* Offset of data segment from beginning of
35 from beginning of file */
36 unsigned long bss_end; /* Offset of end of bss segment from beginning
43 beginning of file */
  /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...]
  /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/chromium/third_party/icu/source/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 */
  /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/chromium/net/tools/flip_server/
balsa_visitor_interface.h 78 // line_input - pointer to the beginning of the first line string.
81 // method_input - pointer to the beginning of the method string
84 // request_uri_input - pointer to the beginning of the request uri
88 // version_input - pointer to the beginning of the version string.
104 // line_input - pointer to the beginning of the first line string.
107 // version_input - pointer to the beginning of the version string.
110 // status_input - pointer to the beginning of the status string
113 // reason_input - pointer to the beginning of the reason string
balsa_headers_token_utils.h 41 // Given a pointer to the beginning and the end of the header value
42 // in some buffer, populates tokens list with beginning and end indices
  /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
  /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/chromium/net/base/
gzip_header.h 6 // might find at the beginning of a file compressed by gzip (ie, a .gz
7 // file), or at the beginning of an HTTP response that uses a gzip

Completed in 1734 milliseconds

1 2 3 4 5 6 7 8 91011>>