HomeSort by relevance Sort by last modified time
    Searched refs:numbers (Results 176 - 200 of 775) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/net/
lookup.go 14 // names and numbers for platforms that don't have a complete list of
15 // protocol numbers.
17 // See http://www.iana.org/assignments/protocol-numbers
29 // numbers for platforms that don't have a complete list of port numbers
91 // A Resolver looks up names and numbers.
  /external/fec/
sumsq_mmx_assist.s 51 # Quick version, only safe for small numbers of small input values...
  /external/libvorbis/doc/
09-helper.tex 52 representation used by the decoder for floating point numbers. For
131 rounding division of both positive and negative numbers toward zero.
Vorbis_I_spec.tex 35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
  /external/llvm/test/MC/ARM/
eh-link.s 7 @ FIXME: The section numbers are not important. If llvm-readobj printed the
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 50 numbers = (r'"\<0x\x\+[Ll]\=\>"', r'"\<\d\+[LljJ]\=\>"', variable
109 [("Number", "pythonNumber", "match", numbers)]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 64 % find non-unique sequence numbers
68 warning('RTP sequence numbers are in error');
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcher.java 447 // Construct a list of display numbers for existing channels.
452 List<String> numbers = new ArrayList<>(currentChannelList.size()); local
456 numbers.add(channel.getDisplayNumber());
459 numbers.retainAll(mEpgReader.getChannelNumbers(lineupId));
460 return numbers.size();
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 15 // are written as 2*(^x) + 1; that is, negative numbers are complemented
25 // format incompatible with a varint encoding for larger numbers (say 128-bit).
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 34 // Such characters include letters, marks, numbers, punctuation, symbols, and
46 // characters include letters, marks, numbers, punctuation, symbols, and the
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 15 // are written as 2*(^x) + 1; that is, negative numbers are complemented
25 // format incompatible with a varint encoding for larger numbers (say 128-bit).
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 34 // Such characters include letters, marks, numbers, punctuation, symbols, and
46 // characters include letters, marks, numbers, punctuation, symbols, and the
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 35 API method the ID numbers of the exclusive cores that can be reserved
  /external/toolchain-utils/crb/
table_formatter.py 146 # Replace labels with numbers: 0... n
212 # Drop N% slowest and M% fastest numbers, and return arithmean of
215 def AverageWithDrops(numbers, slow_percent=20, fast_percent=20):
216 sorted_numbers = list(numbers)
  /hardware/interfaces/tests/foo/1.0/
IFoo.hal 54 double[10] numbers;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 80 // data structure indexed by (dominator tree walk) entry and exit numbers.
86 // which comes before all the entry and exit numbers of descendants, and
88 // entry and exit numbers of the descendants.
90 index *SparseTreeNode // references the entry and exit numbers for a block in the sparse tree
  /prebuilts/go/darwin-x86/src/runtime/
symtab_test.go 54 // Do not add/remove lines in this block without updating the line numbers.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 80 // data structure indexed by (dominator tree walk) entry and exit numbers.
86 // which comes before all the entry and exit numbers of descendants, and
88 // entry and exit numbers of the descendants.
90 index *SparseTreeNode // references the entry and exit numbers for a block in the sparse tree
  /prebuilts/go/linux-x86/src/runtime/
symtab_test.go 54 // Do not add/remove lines in this block without updating the line numbers.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 787 Return ('host.addr.as.numbers', port#) tuple.'''
798 numbers = m.groups()
799 host = '.'.join(numbers[:4])
800 port = (int(numbers[4]) << 8) + int(numbers[5])
807 Return ('host.addr.as.numbers', port#) tuple.'''
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc 620 int numbers[] = { 1, 2, 3 }; local
621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
656 int numbers[] = { 1, 2, 3 }; local
657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
  /external/googletest/googlemock/test/
gmock-more-actions_test.cc 626 int numbers[] = { 1, 2, 3 }; local
627 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
662 int numbers[] = { 1, 2, 3 }; local
663 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
  /external/python/cpython2/Lib/
ftplib.py 827 Return ('host.addr.as.numbers', port#) tuple.'''
838 numbers = m.groups()
839 host = '.'.join(numbers[:4])
840 port = (int(numbers[4]) << 8) + int(numbers[5])
847 Return ('host.addr.as.numbers', port#) tuple.'''
    [all...]
  /external/v8/testing/gmock/test/
gmock-more-actions_test.cc 620 int numbers[] = { 1, 2, 3 }; local
621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
656 int numbers[] = { 1, 2, 3 }; local
657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 797 Return ('host.addr.as.numbers', port#) tuple.'''
808 numbers = m.groups()
809 host = '.'.join(numbers[:4])
810 port = (int(numbers[4]) << 8) + int(numbers[5])
817 Return ('host.addr.as.numbers', port#) tuple.'''
    [all...]

Completed in 6255 milliseconds

1 2 3 4 5 6 78 91011>>