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

1 2

  /toolchain/binutils/binutils-2.25/gold/
gold-threads.h 195 // A class used to do something once. This is an abstract parent
198 class Once
201 Once();
204 ~Once()
209 // setting the argument would itself require a Once class.
230 // The lock to run the function only once.
234 // A class used to initialize a lock exactly once, after the options
242 class Initialize_lock : public Once
gold-threads.cc 282 // structure for Once.
319 // A pointer to Once structure we want to run. Access to this is
322 static Once* once_pointer;
324 // The argument to pass to the Once structure. Access to this is
329 // A routine passed to pthread_once which runs the Once pointer.
344 // Class Once.
346 Once::Once()
359 // Run the function once.
362 Once::run_once(void* arg
    [all...]
target-select.h 37 // Used to set the target only once.
39 class Set_target_once : public Once
239 // Used to set the target only once.
parameters.cc 41 // A helper class to set the target once.
43 class Set_parameters_target_once : public Once
121 // This is called at most once.
  /system/bt/osi/src/socket_utils/
README 19 system/bt. Once a long-term platform-independent abstraction is presented, these
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
  /external/v8/test/mjsunit/es6/
block-sloppy-function.js 171 // TODO(littledan): Once destructured parameters are no longer
181 // TODO(littledan): Once destructured parameters are no longer
unscopables.js 432 // Once for HasBinding
446 // Once for HasBinding
460 // Once for HasBinding
block-const-assign-sloppy.js 44 // TODO(rossberg): Once we have default parameters, test using 'c' there.
block-const-assign.js 46 // TODO(rossberg): Once we have default parameters, test using 'c' there.
  /external/autotest/client/cros/
cryptohome.py 237 Once unmounting for a specific user is supported, the user parameter will
456 TODO(ellyjones): Once there's a per-user unmount method, use it. See
  /external/v8/test/mjsunit/
object-is.js 31 // TODO(mstarzinger): Once we have the egal operator, we can test it here.
concurrent-initial-prototype-change.js 34 // maintained isolate-wide. Once it's been "broken" by the change
md5.js 202 Once more, on pain of death, all men depart.\n"
  /external/webrtc/webrtc/tools/rtcbot/
main.js 12 // Once all files are loaded it runs the specific test on the command line.
botmanager.js 21 // that listens to incoming connections. Once a connection is available it
96 // endpoint with the bot. Once that stream is available it establishes a dnode
126 // That page once loaded, connects to the websocket server run by BotManager
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 194 This tool keeps a database of file paths and content checksum. Once the port
  /external/libunwind/doc/
unw_resume.tex 37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
  /external/v8/test/mjsunit/regress/
regress-453481.js 121 Once more, on pain of death, all men depart.\n"
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py 108 site wants to tightly control who can create domain-named buckets. Once
  /external/v8/benchmarks/
base.js 47 // run the benchmark. The benchmark score is computed later once a
103 // context of browsers. Once done, the final score is reported to the
216 // Measure the benchmark once for warm up and throw the result
233 // function which can be invoked to run the next benchmark. Once the
  /external/v8/test/js-perf-test/
base.js 41 // run the benchmark. The benchmark score is computed later once a
115 // context of browsers. Once done, the final score is reported to the
315 // function which can be invoked to run the next benchmark. Once the
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 138 unsigned Once = 0;
151 if ((*bI == S) && !Once) {
152 Once++;
160 slangAssert(Once <= 1);
164 slangAssert(Once == 0);
547 // Sub-structs should only count once (as should arrays, etc.)
    [all...]
  /external/ImageMagick/www/api/
cache.php 129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
  /external/pcre/dist/
pcre_internal.h     [all...]

Completed in 686 milliseconds

1 2