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

1 2 3 4 5 6 7 8 91011>>

  /art/test/061-out-of-memory/
expected.txt 1 tests beginning
3 testOomeLarge beginning
5 testOomeSmall beginning
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
empty.golden 1 // a comment at the beginning of the file
empty.input 1 // a comment at the beginning of the file
  /prebuilts/go/linux-x86/src/go/printer/testdata/
empty.golden 1 // a comment at the beginning of the file
empty.input 1 // a comment at the beginning of the file
  /external/jsoncpp/test/data/
test_preserve_comment_01.expected 2 at the beginning of the file.
test_preserve_comment_01.json 2 at the beginning of the file.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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 */
  /external/llvm/test/DebugInfo/
dwarfdump-debug-loc-simple.test 10 CHECK-NEXT: [[F_LOC]]: Beginning address offset: 0x0000000000000000
16 CHECK-NEXT: Beginning address offset: 0x0000000000000023
20 CHECK-NEXT: [[G_LOC]]: Beginning address offset: 0x0000000000000000
24 CHECK-NEXT: Beginning address offset: 0x0000000000000020
  /external/valgrind/none/tests/linux/
mremap6.vgtest 4 # the default filter because need to see lines beginning with --<pid> .....
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map1.s 4 @ generate a $d symbol at its beginning.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/
PchRegsHda.h 24 Definitions beginning with "R_" are registers
25 Definitions beginning with "B_" are bits within registers
26 Definitions beginning with "V_" are meaningful values of bits within the registers
27 Definitions beginning with "S_" are register sizes
28 Definitions beginning with "N_" are the bit position
PchRegsRcrb.h 24 Definitions beginning with "R_" are registers
25 Definitions beginning with "B_" are bits within registers
26 Definitions beginning with "V_" are meaningful values of bits within the registers
27 Definitions beginning with "S_" are register sizes
28 Definitions beginning with "N_" are the bit position
PchRegsScc.h 26 Definitions beginning with "R_" are registers
27 Definitions beginning with "B_" are bits within registers
28 Definitions beginning with "V_" are meaningful values of bits within the registers
29 Definitions beginning with "S_" are register sizes
30 Definitions beginning with "N_" are the bit position
  /external/kernel-headers/original/uapi/linux/
flat.h 32 with text segment from beginning of file */
33 unsigned long data_start; /* Offset of data segment from beginning of
36 from beginning of file */
37 unsigned long bss_end; /* Offset of end of bss segment from beginning
44 beginning of file */
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 14 ('Offset', 'Script', None, None, 'Offset to Script table-from beginning of ScriptList'),
18 ('Offset', 'DefaultLangSys', None, None, 'Offset to DefaultLangSys table-from beginning of Script table-may be NULL'),
25 ('Offset', 'LangSys', None, None, 'Offset to LangSys table-from beginning of Script table'),
42 ('Offset', 'Feature', None, None, 'Offset to Feature table-from beginning of FeatureList'),
80 ('Offset', 'Lookup', 'LookupCount', 0, 'Array of offsets to Lookup tables-from beginning of LookupList -zero based (first lookup is Lookup index = 0)'),
87 ('Offset', 'SubTable', 'SubTableCount', 0, 'Array of offsets to SubTables-from beginning of Lookup table'),
142 ('Offset', 'ScriptList', None, None, 'Offset to ScriptList table-from beginning of GPOS table'),
143 ('Offset', 'FeatureList', None, None, 'Offset to FeatureList table-from beginning of GPOS table'),
144 ('Offset', 'LookupList', None, None, 'Offset to LookupList table-from beginning of GPOS table'),
149 ('Offset', 'Coverage', None, None, 'Offset to Coverage table-from beginning of SinglePos subtable')
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
NgramContextUtils.java 40 // ends in a separator, it returns information representing beginning-of-sentence).
45 // (n = 1) "abc def. |" -> beginning-of-sentence
46 // (n = 1) "abc def . |" -> beginning-of-sentence
47 // (n = 2) "abc def|" -> beginning-of-sentence, abc
48 // (n = 2) "abc def |" -> beginning-of-sentence, abc
52 // retrieve the prior context of Beginning-of-Sentence.
53 // (n = 2) "abc def. |" -> beginning-of-sentence, abc
55 // (n = 2) "abc|" -> beginning-of-sentence
56 // (n = 2) "abc |" -> beginning-of-sentence
57 // (n = 2) "abc. def|" -> beginning-of-sentenc
    [all...]
  /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.
  /external/skia/src/core/
SkStreamPriv.h 20 * Note: Assumes the stream is at the beginning. If it has a length,
21 * but is not at the beginning, this call will fail (return NULL).
  /external/skqp/src/core/
SkStreamPriv.h 20 * Note: Assumes the stream is at the beginning. If it has a length,
21 * but is not at the beginning, this call will fail (return NULL).
  /frameworks/base/sax/java/android/sax/
StartElementListener.java 22 * Listens for the beginning of elements.
27 * Invoked at the beginning of an element.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
empty-aligned.t 4 /* Alignment at beginning shouldn't result in empty section being kept. */
9 /* Same for alignment at beginning and end, although we need to be
  /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.

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 91011>>