HomeSort by relevance Sort by last modified time
    Searched refs:simple (Results 226 - 250 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/http/
triv.go 31 // Simple counter server. POSTing to it will set the value.
65 // simple flag server
80 // simple argument server
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv6t2-bad.s 1 @ We do not bother testing simple cases, e.g. immediates where
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
regprefix-err-1.s 8 ; Some simple tests that we indeed require a register prefix, and some
  /build/blueprint/
glob_test.go 27 // Test a simple glob with no excludes
  /build/kati/make-c/
main.go 15 // make-c is simple program to measure time to parse Makefiles in android.
  /build/soong/cc/
gen_test.go 22 t.Run("simple", func(t *testing.T) {
  /build/soong/third_party/zip/
android_test.go 48 name: "simple zip64 extra",
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/libmojo/build/
gn_helpers.py 117 Only simple types and lists supported; variables, structs, calls
120 This routine is meant to handle only the simple sorts of values that
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 43 and linkage issues. In the driver dispatch table a simple
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 71 private boolean simple; field in class:CodeAttributeEditor
139 simple = true;
188 simple = false;
214 simple = false;
284 simple = false;
310 simple = false;
329 simple = false;
430 // Can we perform a faster simple replacement of instructions?
435 System.out.println(" Simple editing");
534 if (!simple)
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 11 rem use the performance testsuite. This is quick and simple
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 11 rem use the performance testsuite. This is quick and simple
  /external/skia/gn/
gn_helpers.py 117 Only simple types and lists supported; variables, structs, calls
120 This routine is meant to handle only the simple sorts of values that
  /external/skqp/gn/
gn_helpers.py 117 Only simple types and lists supported; variables, structs, calls
120 This routine is meant to handle only the simple sorts of values that
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
TransactionMethodProcessorTest.kt 52 fun simple() {
  /prebuilts/go/darwin-x86/src/cmd/asm/
doc.go 23 Predefine symbol name with an optional simple value.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 119 // Adapted directly from the original TOPLAS article's "simple" algorithm
219 // compressOrig is the "simple" compress function from LT paper
230 // evalOrig is the "simple" eval function from LT paper
247 // A simple algorithm for now
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 40 // Implement move-to-front with a simple copy. This approach
  /prebuilts/go/darwin-x86/src/crypto/cipher/
io.go 9 // The Stream* objects are so simple that all their members are public. Users
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 61 return nil, errors.New("x509: invalid simple chain")
186 // When a CERT_CHAIN_CONTEXT is built, the first simple chain
193 // continues building additional simple chains until the first
195 // an additional simple chain cannot be built.
  /prebuilts/go/darwin-x86/src/os/signal/internal/pty/
pty.go 8 // Package pty is a simple pseudo-terminal package for Unix systems,
  /prebuilts/go/darwin-x86/src/text/template/
examplefunc_test.go 24 // A simple template definition to test our function.
option.go 25 // strings, either a simple string or "key=value". There can be at
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
trie.go 51 // For n < t.cutoff, the block is a simple lookup table. Otherwise, the block

Completed in 970 milliseconds

1 2 3 4 5 6 7 8 91011>>