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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/commands/unzip/
unzip01.sh 37 creating: dir/
38 creating: dir/d1/
39 creating: dir/d2/
40 creating: dir/d3/
41 creating: dir/d4/
45 creating: dir/d2/d1/
46 creating: dir/d2/d2/
47 creating: dir/d2/d3/
51 creating: dir/d3/d1/
52 creating: dir/d3/d2
    [all...]
  /external/valgrind/drd/tests/
dlopen.stdout.exp 1 In main: creating thread 1
  /external/valgrind/none/tests/
thread-exits.stdout.exp 2 creating threads...
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
warn1.d 4 #error: .*warning: creating a DT_TEXTREL in a shared object.
  /external/llvm/bindings/go/llvm/
dibuilder.go 112 // DICompileUnit holds the values for creating compile unit debug metadata.
155 // DILexicalBlock holds the values for creating lexical block debug metadata.
180 // DIFunction holds the values for creating function debug metadata.
217 // DIAutoVariable holds the values for creating auto variable debug metadata.
244 // DIParameterVariable holds the values for creating parameter variable debug metadata.
276 // DIBasicType holds the values for creating basic type debug metadata.
298 // DIPointerType holds the values for creating pointer type debug metadata.
320 // DISubroutineType holds the values for creating subroutine type debug metadata.
337 // DIStructType holds the values for creating struct type debug metadata.
369 // DIReplaceableCompositeType holds the values for creating replaceabl
    [all...]
executionengine_test.go 76 t.Errorf("Error creating JIT: %s", err)
  /external/python/cpython3/Modules/_io/
_iomodule.c 123 it already exists), 'x' for creating and writing to a new file, and
240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0;
279 creating = 1;
317 if (creating) *(m++) = 'x';
326 if (creating || writing || appending || updating) {
343 if (creating + reading + writing + appending > 1) {
443 else if (creating || writing || appending)
239 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; local
  /cts/build/
config.mk 16 # directory before creating the final CTS distribution.
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 11 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 11 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 11 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/valgrind/memcheck/tests/
err_disable3.stderr.exp 5 --------- p: creating child ---------
  /packages/apps/TimeZoneData/oem_template/data_app/
Android.mk 15 # Targets for creating the real signed versions of the time zone data app.
  /external/libxml2/doc/
buildDocBookCatalog 179 echo creating XML Catalog root $ROOTCATALOG
183 echo Failed creating XML Catalog root $ROOTCATALOG
187 echo creating DocBook XML Catalog $CATALOG
191 echo Failed creating DocBook XML Catalog $CATALOG
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 7 # nmake file for creating data files on win32
101 # Inference rule for creating resource bundles
  /frameworks/base/core/java/android/view/
SurfaceView.java 496 final boolean creating = (mSurfaceControl == null || formatChanged || visibleChanged)
502 if (creating || formatChanged || sizeChanged || visibleChanged || windowVisibleChanged) {
506 + "Changes: creating=" + creating
532 if (creating) {
568 // While creating the surface, we will set it's initial
576 if (sizeChanged || creating || !mRtHandlingPositionUpdates) {
589 if (sizeChanged || creating) {
619 final boolean surfaceChanged = creating;
646 if (creating) {
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 28 * will avoid creating a token for this symbol and try to fetch another.
  /external/lz4/lib/
Makefile 97 @echo creating versioned links
136 @echo creating pkgconfig
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 75 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 78 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11771.go 30 log.Fatalf("creating temp dir: %v\n", err)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11771.go 30 log.Fatalf("creating temp dir: %v\n", err)
  /build/soong/ui/build/
util.go 56 ctx.Fatalf("Error creating %s: %q\n", dir, err)
81 ctx.Fatalf("Error creating %s: %q\n", file, err)
  /build/blueprint/bootstrap/
config.go 66 // creating a .bootstrap/build.ninja file to be used to build the
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk 92 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")

Completed in 869 milliseconds

1 2 3 4 5 6 7 8 91011>>