HomeSort by relevance Sort by last modified time
    Searched refs:basic (Results 176 - 200 of 347) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 232 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
285 if (_M_flags & (regex_constants::basic | regex_constants::grep))
381 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
391 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
401 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
414 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 232 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
285 if (_M_flags & (regex_constants::basic | regex_constants::grep))
381 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
391 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
401 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
414 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
281 if (_M_flags & (regex_constants::basic | regex_constants::grep))
377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
397 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
410 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
281 if (_M_flags & (regex_constants::basic | regex_constants::grep))
377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
397 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
410 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
281 if (_M_flags & (regex_constants::basic | regex_constants::grep))
377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
397 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
410 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
281 if (_M_flags & (regex_constants::basic | regex_constants::grep))
377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
397 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
410 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_compiler.h 232 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
285 if (_M_flags & (regex_constants::basic | regex_constants::grep))
381 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
391 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
401 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
414 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)))
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
640 (** [label_type c] creates a type of a basic block in the context [c]. See
664 the symbol name. For instructions and basic blocks, it is the SSA register
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 3012 OCSP_BASICRESP *basic; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 9 # A very basic example. If this fails, we're in deep trouble.
10 def basic(): function
13 basic.events = [(0, 'call'),
300 self.run_test(basic)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 9 # A very basic example. If this fails, we're in deep trouble.
10 def basic(): function
13 basic.events = [(0, 'call'),
300 self.run_test(basic)
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 6 basic user options for all Valgrind tools, with defaults in [ ]:
82 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
167 --dump-error=<number> show translation for basic block associated
cmdline1.stdout.exp 6 basic user options for all Valgrind tools, with defaults in [ ]:
82 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
  /external/chromium_org/remoting/webapp/
butter_bar.js 118 * Hide the butter bar request and record some basic information about the
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
dfg-inline-arguments-use-from-all-the-places.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once."
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 84 (* Create a new basic block to start insertion into. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 84 (* Create a new basic block to start insertion into. *)
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp     [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 22 # basic use of this script:
117 } elsif ( $header =~ /^Authorization: basic (.+)$/ ) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 103 (* Make the new basic block for the loop header, inserting after current
206 (* Create a new basic block to start insertion into. *)
  /frameworks/base/core/java/android/view/
KeyEvent.java     [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rex.h 136 sgttyb basic; member in struct:rex_ttymode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.h 136 sgttyb basic; member in struct:rex_ttymode

Completed in 1168 milliseconds

1 2 3 4 5 6 78 91011>>