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

<<11121314151617181920>>

  /external/ImageMagick/www/api/
image.php 59 <p>AcquireImage() returns a pointer to an image structure initialized to default values.</p>
218 <p>If the specified columns and rows is 0, an exact copy of the image is returned, otherwise the pixel data is undefined and must be initialized with the QueueAuthenticPixels() and SyncAuthenticPixels() methods. On failure, a NULL image is returned and exception describes the reason for the failure.</p>
258 <p>CloneImageInfo() makes a copy of the given image info structure. If NULL is specified, a new image info structure is created initialized to default values.</p>
cache.php 353 <p>QueueAuthenticPixels() queues a mutable pixel region. If the region is successfully initialized a pointer to a Quantum array representing the region is returned, otherwise NULL is returned. The returned pointer may point to a temporary working buffer for the pixels or it may point to the final location of the pixels in memory.</p>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 98 // make sure that everything n depends on is initialized.
268 // initialized value r.
817 // make static initialized array (1),(2)
bexport.go 623 var errorInterface *Type // lazily initialized
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 26 // yet been initialized.
58 // just exited, on a free list, or just being initialized. It
660 // startup_random_data holds random bytes initialized at startup. These come from
traceback.go 39 // initialized in tracebackinit
59 externalthreadhandlerp uintptr // initialized elsewhere
66 // initialized and available earlier in the startup sequence.
    [all...]
os_linux.go 292 // None of the Go runtime is initialized.
stubs.go 69 // 1. *ptr is initialized memory and its type is pointer-free.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 98 // make sure that everything n depends on is initialized.
268 // initialized value r.
817 // make static initialized array (1),(2)
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 26 // yet been initialized.
58 // just exited, on a free list, or just being initialized. It
660 // startup_random_data holds random bytes initialized at startup. These come from
traceback.go 39 // initialized in tracebackinit
59 externalthreadhandlerp uintptr // initialized elsewhere
66 // initialized and available earlier in the startup sequence.
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 525 if (m_depthStencil->Initialized()) {
19083 static bool initialized = false; variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 118 static int initialized = 0; local
119 if (!initialized) {
121 initialized = 1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 118 static int initialized = 0; local
119 if (!initialized) {
121 initialized = 1;
    [all...]
  /external/libcups/cups/
http.c 1525 static int initialized = 0; \/* Have we been called before? *\/ local
    [all...]
  /external/python/cpython2/Objects/
listobject.c 118 static int initialized = 0; local
119 if (!initialized) {
121 initialized = 1;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp 39 static bool initialized = false; local
40 if (!initialized) {
51 initialized = true;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 1053 static bfd_boolean initialized = FALSE;
1058 if (initialized == FALSE)
1061 initialized = TRUE;
1051 static bfd_boolean initialized = FALSE; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 344 ; used till main memory is initialized.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc     [all...]
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 179 // Channel: The channel's buffer is initialized with the specified
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite.go 184 // memory state. It is lazily initialized.
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 357 // The `C' array (used by the inverse BWT) needs to be zero initialized.
  /prebuilts/go/darwin-x86/src/go/types/
call.go 307 // - imported objects are always fully initialized
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 514 // Ensure Benchmark initialized common.w by invoking it with an error and

Completed in 1761 milliseconds

<<11121314151617181920>>