HomeSort by relevance Sort by last modified time
    Searched full:semantics (Results 376 - 400 of 1985) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 41 * A wrapper class to provide auto_ptr with reference semantics.
58 * @brief A simple smart pointer providing strict ownership semantics.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 234 * This is an equivalence relation. Complexity and semantics
251 * This is an total ordering relation. Complexity and semantics
streambuf_iterator.h 50 /// Provides input iterator semantics for streambufs.
216 /// Provides output iterator semantics for streambufs.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
auto_ptr.h 41 * A wrapper class to provide auto_ptr with reference semantics.
58 * @brief A simple smart pointer providing strict ownership semantics.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_stack.h 235 * This is an equivalence relation. Complexity and semantics
252 * This is an total ordering relation. Complexity and semantics
streambuf_iterator.h 48 /// Provides input iterator semantics for streambufs.
214 /// Provides output iterator semantics for streambufs.
  /external/clang/lib/AST/
Expr.cpp 690 switch(FloatingLiteralBits.Semantics) {
704 llvm_unreachable("Unrecognised floating semantics");
709 FloatingLiteralBits.Semantics = IEEEhalf;
711 FloatingLiteralBits.Semantics = IEEEsingle;
713 FloatingLiteralBits.Semantics = IEEEdouble;
715 FloatingLiteralBits.Semantics = x87DoubleExtended;
717 FloatingLiteralBits.Semantics = IEEEquad;
719 FloatingLiteralBits.Semantics = PPCDoubleDouble;
721 llvm_unreachable("Unknown floating semantics");
    [all...]
  /bootable/recovery/minzip/
Hash.h 23 * Returns { <0, 0, >0 } depending on ordering of items (same semantics
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 26 * Representation of an array of local variables, with Java semantics.
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 102 * "/...") opcode that has equivalent semantics to this one.
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 45 * semantics are quite similar to basic blocks in
  /dalvik/vm/
Hash.h 30 * Returns { <0, 0, >0 } depending on ordering of items (same semantics
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 33 /// With the C target, the generated code is subject to the restrictions of C semantics and this
  /external/bison/lib/
open.c 97 - if O_CREAT is specified, open() must fail because of the semantics
  /external/ceres-solver/include/ceres/
ordered_groups.h 41 // groups/sets with the following semantics:
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map.h 20 // The semantics of the ExtensionPrefValueMap are:
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.cc 111 // semantics here and short-circuit.
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 111 // rollback semantics
  /external/chromium_org/base/process/
process_iterator.h 41 // the specific semantics of each mask value.
  /external/chromium_org/base/synchronization/
condition_variable.h 46 // The semantics of Broadcast() are carefully crafted so that *all*
  /external/chromium_org/base/
task_runner.h 45 // methods must be safe to call on any thread. Ownership semantics
  /external/chromium_org/build/android/
adb_logcat_monitor.py 99 # We create the directory to ensure 'run once' semantics
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 124 // The actual call to SendResponse. This is required since the semantics for
  /external/chromium_org/chrome/browser/media/
audio_stream_indicator.cc 39 // old semantics of "playing AND not silent" have been retained here. Once
  /external/chromium_org/chrome/browser/signin/
signin_manager_base.h 8 // **NOTE** on semantics of SigninManager:

Completed in 2011 milliseconds

<<11121314151617181920>>