HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 1001 - 1025 of 1983) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/net/
dial.go 247 // dialParallel races two copies of dialSerial, giving the first a
288 // resulting connection through a channel. When racing two connections,
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 321 // indicating that two line numbers in the call chain.
341 // indicating that two call chain line numbers.
  /prebuilts/go/darwin-x86/src/sort/
sort.go 341 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
442 // Rotate two consecutives blocks u = data[a:m] and v = data[m:b] in data:
  /prebuilts/go/darwin-x86/src/time/
format_test.go 56 {"two-digit year", "06 01 02", "09 02 04"},
158 // In Go 1, .999... was completely ignored in the format, meaning the first two
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/arm64/
asm.go 73 // two relocations: R_AARCH64_ADR_PREL_PG_HI21 and R_AARCH64_ADD_ABS_LO12_NC
137 // Two relocation entries: MACHO_ARM64_RELOC_PAGEOFF12 MACHO_ARM64_RELOC_PAGE21
138 // if r.Xadd is non-zero, add two MACHO_ARM64_RELOC_ADDEND.
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 190 // Render byte array in a two-character hexadecimal string, spaced for easy visual inspection.
205 // Render a pseudo-diff between two blocks of bytes.
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 16 // true and false are the two untyped boolean values.
189 // The complex built-in function constructs a complex value from two
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
asm.go 70 // two relocations: R_AARCH64_ADR_PREL_PG_HI21 and R_AARCH64_ADD_ABS_LO12_NC
134 // Two relocation entries: MACHO_ARM64_RELOC_PAGEOFF12 MACHO_ARM64_RELOC_PAGE21
135 // if r.Xadd is non-zero, add two MACHO_ARM64_RELOC_ADDEND.
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 174 // gcmAdd adds two elements of GF(2¹²?) and returns the sum.
315 // GCM has two modes of operation with respect to the initial counter
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 114 // For progressive JPEGs, these are the two more-or-less independent
196 // progressive image consists of two 16x16 MCUs. The interleaved scans
  /prebuilts/go/linux-x86/src/net/
dial.go 247 // dialParallel races two copies of dialSerial, giving the first a
288 // resulting connection through a channel. When racing two connections,
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 321 // indicating that two line numbers in the call chain.
341 // indicating that two call chain line numbers.
  /prebuilts/go/linux-x86/src/sort/
sort.go 341 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
442 // Rotate two consecutives blocks u = data[a:m] and v = data[m:b] in data:
  /prebuilts/go/linux-x86/src/time/
format_test.go 56 {"two-digit year", "06 01 02", "09 02 04"},
158 // In Go 1, .999... was completely ignored in the format, meaning the first two
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
238 # a two-way quoting algorithm. Any non-text character is translated
SimpleXMLRPCServer.py 305 above example, the add method takes two integers as arguments
315 """system.methodHelp('add') => "Adds two integers together"
607 HTTP request paths. This makes it possible to run two or more
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 149 two, which is tricky on DOS/Windows and Mac OS.
226 filename (which happens when the error is due to a two-file operation,
235 # two-argument functions in posix module don't
257 be backslash-escaped. The backslash is stripped from any two-character
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
238 # a two-way quoting algorithm. Any non-text character is translated
SimpleXMLRPCServer.py 305 above example, the add method takes two integers as arguments
315 """system.methodHelp('add') => "Adds two integers together"
607 HTTP request paths. This makes it possible to run two or more
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 149 two, which is tricky on DOS/Windows and Mac OS.
226 filename (which happens when the error is due to a two-file operation,
235 # two-argument functions in posix module don't
257 be backslash-escaped. The backslash is stripped from any two-character
  /system/core/libmemunreachable/tests/
LeakFolding_test.cpp 68 TEST_F(LeakFoldingTest, two) {
  /external/opencv3/modules/imgproc/src/
histogram.cpp 211 enum {one = 1, two, three}; // array elements number
347 T* p_[two];
349 int step_[two];
350 int d_[two];
352 double a_[two];
353 double b_[two];
354 int size_[two];
448 size_t hstep_[two];
645 uchar* p_[two];
647 int step_[two];
    [all...]
  /bionic/libc/bionic/
system_properties.cpp 211 // This environment variable consistes of two decimal integer
410 static int cmp_prop_name(const char *one, uint8_t one_len, const char *two,
418 return strncmp(one, two, one_len);
852 * The below two functions are duplicated from label_support.c in libselinux.
    [all...]
  /build/blueprint/parser/
printer.go 281 // Ask for two newlines to be inserted before the next token. Also inserts any end-of line comments
  /external/ImageMagick/www/api/
channel.php 64 <dd> &lt;=&gt; exchange two channels (e.g. red&lt;=&gt;blue) =&gt; copy one channel to another channel (e.g. red=&gt;green) = assign a constant value to a channel (e.g. red=50) , write new image channels in the specified order (e.g. red, green) | add a new output image for the next set of channel operations ; move to the next input image for the source of channel data </dd>

Completed in 1617 milliseconds

<<41424344454647484950>>