HomeSort by relevance Sort by last modified time
    Searched refs:four (Results 201 - 225 of 395) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 311 // 0b0000xxxx: top four bits are 0000
316 // 0b0001xxxx: top four bits are 0001
  /build/soong/third_party/zip/
struct.go 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size
  /external/ImageMagick/www/api/
feature.php 103 <p>GetImageFeatures() returns features for each channel in the image in each of four directions (horizontal, vertical, left and right diagonals) for the specified distance. The features include the angular second moment, contrast, correlation, sum of squares: variance, inverse difference moment, sum average, sum varience, sum entropy, entropy, difference variance, difference entropy, information measures of correlation 1, information measures of correlation 2, and maximum correlation coefficient. You can access the red channel contrast, for example, like this:</p>
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 379 &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}},
380 `{"strry":{"\"one\"":"two","three":"four"}}`},
537 {"map<string, string>", Unmarshaler{}, `{"strry":{"\"one\"":"two","three":"four"}}`, &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}}},
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 89 // where {year} is always expressed using four digits while {month}, {day},
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetsTest.java 624 Set<Set<Set<Set<Object>>>> four = powerSet(two); local
625 Set<Set<Set<Set<Set<Object>>>>> sixteen = powerSet(four);
  /external/libogg/src/
bitwise.c 628 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
683 cliptest(testbuffer1,test1size,7,four,foursize);
  /external/python/cpython3/Lib/
smtplib.py 835 >>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"]
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ArrayDequeTest.java 144 q.push(four);
145 assertSame(four, q.peekFirst());
ConcurrentLinkedDequeTest.java 148 q.push(four);
149 assertSame(four, q.peekFirst());
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 65 mDialpadButtonMap.put(R.id.four, '4');
135 mDialpadContainer.findViewById(R.id.four),
  /prebuilts/go/darwin-x86/src/image/color/
color.go 311 // adding four of those won't overflow a uint32.
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 100 // Last bytes are two UCS-2 NULs, or four NUL bytes.
  /prebuilts/go/linux-x86/src/image/color/
color.go 311 // adding four of those won't overflow a uint32.
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 100 // Last bytes are two UCS-2 NULs, or four NUL bytes.
  /external/boringssl/src/crypto/cipher_extra/asm/
aes128gcmsiv-x86_64.pl 44 four: label
809 vmovdqu four(%rip), $ADDER # Register to increment counters
1020 vpaddd four(%rip), $TMP1, $CTR5 # CTR5 = TAG[127...32][00..04]
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 609 public static final Integer four = new Integer(4); field in class:JSR166TestCase
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 388 AddError("Expected four hex digits for \\u escape sequence.");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 616 // concat4 takes four generators and returns a generator for the
617 // cross product of the four, concatenating the results from each.
  /prebuilts/go/darwin-x86/src/time/
format_test.go 169 // cases would succeed, but the next four would not. Go 1.1 accepts all six.
425 {"MSDY", 0, false}, // four letters must end in T.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 616 // concat4 takes four generators and returns a generator for the
617 // cross product of the four, concatenating the results from each.
  /prebuilts/go/linux-x86/src/time/
format_test.go 169 // cases would succeed, but the next four would not. Go 1.1 accepts all six.
425 {"MSDY", 0, false}, // four letters must end in T.
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java     [all...]
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 134 loop_4: @each iteration processes four rows
166 loop_8: @each iteration processes four rows
  /external/llvm/test/Bindings/OCaml/
core.ml 200 let four = const_int i32_type 4 in var
205 let c = const_array i32_type [| three; four |] in
209 insist (four = (const_element c 1));
222 let c = const_struct context [| one; two; three; four |] in
    [all...]

Completed in 658 milliseconds

1 2 3 4 5 6 7 891011>>