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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/061-out-of-memory/
expected.txt 1 tests beginning
3 testOomeLarge beginning
5 testOomeSmall beginning
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
  /cts/tests/tests/text/src/android/text/method/cts/
WordIteratorTest.java 29 private void checkIsWordWithSurrogate(int beginning, int end, int surrogateIndex) {
30 for (int i = beginning; i <= end; i++) {
32 assertEquals(beginning, wi.getBeginning(i));
41 private void checkIsWord(int beginning, int end) {
42 checkIsWordWithSurrogate(beginning, end, -1);
45 private void checkIsNotWord(int beginning, int end) {
46 for (int i = beginning; i <= end; i++) {
  /external/mdnsresponder/mDNSPosix/
Services.txt 4 # Lines beginning with '#' are comments/ignored.
9 # Note that any line beginning with white space is considered a blank line.
  /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...]
  /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/docs/html/training/
advanced.jd 9 <p>What you see now is still the beginning. We plan to add many more classes, expand and refine
  /ndk/sources/host-tools/ndk-stack/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. */
  /external/skia/src/animator/
SkOperandInterpolator.h 31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
  /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.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ItemMoveGestureListener.java 30 * @param e The beginning position
40 * @param e1 The beginning position
  /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 rSELF to the beginning of the heapArgSpace record
  /external/chromium/base/
dir_reader_fallback.h 14 // the iteration at the beginning of the directory.
  /frameworks/native/opengl/tests/testViewport/
README 27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
  /external/chromium/net/tools/flip_server/
balsa_visitor_interface.h 79 // line_input - pointer to the beginning of the first line string.
82 // method_input - pointer to the beginning of the method string
85 // request_uri_input - pointer to the beginning of the request uri
89 // version_input - pointer to the beginning of the version string.
105 // line_input - pointer to the beginning of the first line string.
108 // version_input - pointer to the beginning of the version string.
111 // status_input - pointer to the beginning of the status string
114 // reason_input - pointer to the beginning of the reason string
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}}
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 18 * the extent from the beginning of the file */
20 * of the extent from the beginning of the disk */

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 91011>>