HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 401 - 425 of 940) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 220 if (delboy->initialized == ANTLR3_FALSE)
316 delboy->initialized = ANTLR3_TRUE;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 96 : initialized()
146 // This is a non-initialized non-user thread, nothing to see here.
371 ctx->initialized = true;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_compute.c 275 sctx->cs_shader_state.initialized = true;
722 if (!sctx->cs_shader_state.initialized)
  /external/python/cpython2/Modules/_sqlite/
cursor.c 114 self->initialized = 1;
420 if (!cur->initialized) {
    [all...]
  /external/v8/src/js/
prologue.js 19 // Register context value to be initialized with a typed array in
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ggen.go 25 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 325 // until after T has been initialized to be a pointer to that struct.
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 24 // zero length lists must be the zero value or properly initialized (sentinel circle)
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer.go 34 // The list of packages which this package depends on to be initialized,
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 26 // The created images' pixels are initialized to non-zero values.
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 120 // Lazily initialized.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 44 // NewRecorder returns an initialized ResponseRecorder.
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 328 // usually because the operating system initialized the
  /prebuilts/go/darwin-x86/src/sync/
pool.go 178 // We can observe a newer/larger local, it is fine (we must observe its zero-initialized-ness).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ggen.go 25 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 325 // until after T has been initialized to be a pointer to that struct.
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 24 // zero length lists must be the zero value or properly initialized (sentinel circle)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer.go 34 // The list of packages which this package depends on to be initialized,
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 26 // The created images' pixels are initialized to non-zero values.
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 120 // Lazily initialized.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 44 // NewRecorder returns an initialized ResponseRecorder.
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 328 // usually because the operating system initialized the
  /prebuilts/go/linux-x86/src/sync/
pool.go 178 // We can observe a newer/larger local, it is fine (we must observe its zero-initialized-ness).
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessage.java 174 // Check that embedded messages are initialized.
629 // Check that embedded messages are initialized.
718 // be called when descriptor is being initialized.
727 // be called when descriptor is being initialized.
884 /** Called by subclasses to check if all extensions are initialized. */
    [all...]
  /build/make/tools/
warn.py 336 'description': 'extern &lt;foo&gt; is initialized',
337 'patterns': [r".*: warning: '.+' initialized and declared 'extern'",
    [all...]

Completed in 1110 milliseconds

<<11121314151617181920>>