HomeSort by relevance Sort by last modified time
    Searched refs:creating (Results 76 - 100 of 338) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 41 rendering device before creating a context for that device. Information
336 information before creating a context.
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_loader.py 217 '''Test creating a non-module object with methods defined'''
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 171 r'.*gmock-actions\.h.*error: creating array with negative size')
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 268 // variables in the given envVars map that are read for creating each http.Request
326 // Serve accepts incoming FastCGI connections on the listener l, creating a new
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 268 // variables in the given envVars map that are read for creating each http.Request
326 // Serve accepts incoming FastCGI connections on the listener l, creating a new
  /external/python/cpython3/Lib/
_pyio.py 178 creating = "x" in modes
186 if creating or writing or appending or updating:
194 if creating + reading + writing + appending > 1:
196 if not (creating or reading or writing or appending):
205 (creating and "x" or "") +
234 elif creating or writing or appending:
    [all...]
shutil.py 631 logger.info("creating %s", archive_dir)
635 # creating the tarball
637 logger.info('Creating tar archive')
673 logger.info("creating %s", archive_dir)
678 logger.info("creating '%s' and adding '%s' to it",
764 archive; ie. we typically chdir into 'root_dir' before creating the
770 'owner' and 'group' are used when creating a tar archive. By default,
    [all...]
  /build/blueprint/microfactory/
microfactory_test.go 387 t.Fatalf("Error creating temporary directory: %#v", err)
398 t.Fatalf("Error creating %q directory: %#v", name, err)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 56 t.Fatal("creating temp dir: ", err)
368 t.Fatal("creating temp dir: ", err)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 56 t.Fatal("creating temp dir: ", err)
368 t.Fatal("creating temp dir: ", err)
  /build/soong/ui/build/
build.go 47 // If we're in SkipMake mode, skip creating this file if it already exists
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 59 problems creating lexer rule listing all tokens: <exception>
  /external/icu/icu4c/source/test/testdata/
testdata.mak 79 # Inference rule for creating resource bundles
  /frameworks/rs/script_api/
rs_allocation_create.spec 146 create Allocations of scalar and vector numerical types without creating
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes_test.go 15 // the parser when creating the respective node.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt.go 189 fmt.Fprintf(os.Stderr, "creating cpu profile: %s\n", err)
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_test.go 31 // external, but creating and updating them requires the reference
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 277 // Convenience functions for creating new exported variables.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 283 // Benchmark benchmarks a single function. Useful for creating
  /prebuilts/go/darwin-x86/src/go/types/
sizes.go 24 // StdSizes is a convenience type for creating commonly used Sizes.
  /prebuilts/go/darwin-x86/src/html/template/
content.go 120 // Avoid creating a reflect.Value if it's not a pointer.
  /prebuilts/go/darwin-x86/src/os/
exec.go 42 // creating the process.
os_unix_test.go 140 t.Skip("skipping test on Android; permission error creating symlink")
  /prebuilts/go/darwin-x86/src/path/filepath/
match_test.go 182 t.Fatal("creating temp dir:", err)
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 191 t.Fatal("creating pipe: ", err)

Completed in 445 milliseconds

1 2 34 5 6 7 8 91011>>