HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 2651 - 2675 of 8959) sorted by null

<<101102103104105106107108109110>>

  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0013-temp-collective-ndk-hackathon-fixes.patch 28 test/re/re.alg/re.alg.match/basic.pass.cpp | 14 ++++++++
32 test/re/re.alg/re.alg.search/basic.pass.cpp | 14 ++++++++
736 diff --git a/test/re/re.alg/re.alg.match/basic.pass.cpp b/test/re/re.alg/re.alg.match/basic.pass.cpp
738 --- a/test/re/re.alg/re.alg.match/basic.pass.cpp
739 +++ b/test/re/re.alg/re.alg.match/basic.pass.cpp
741 std::regex_constants::basic)));
762 std::regex_constants::basic)));
920 diff --git a/test/re/re.alg/re.alg.search/basic.pass.cpp b/test/re/re.alg/re.alg.search/basic.pass.cp
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 603 EXPECT_EQ("basic", auth_challenge->scheme);
613 EXPECT_EQ("basic", auth_challenge->scheme);
639 TEST_P(HttpNetworkTransactionTest, Basic) {
    [all...]
  /art/compiler/dex/
mir_graph.h 228 // Dataflow attributes of a basic block.
407 bool dominates_return:1; // Is a member of return extended basic block.
498 * @param bb The basic whose children we need to iterate through.
499 * @param mir_graph The MIRGraph used to get the basic block during iteration.
642 * @param all_blocks does the dumper use all the basic blocks or use the reachable blocks.
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 82 llvm_unreachable("Repeated basic blocks in extraction input");
390 // Rewrite branches to basic blocks outside of the loop to new dummy blocks
405 /// FindPhiPredForUseInBlock - Given a value and a basic block, find a PHI
406 /// that uses the value within the basic block, and return the predecessor
532 // add a new basic block which returns the appropriate value
680 // Delete the basic block from the old function, and the list of blocks
683 // Insert this basic block into the new function
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 137 Binary operators start to get more interesting. The basic idea here is
204 This wraps up our handling of the four basic expressions that we have so
208 our basic framework.
287 no basic blocks in it, which means it has no body. If it has no body, it
329 (* Create a new basic block to start insertion into. *)
337 first line creates a new `basic
341 basic block. Basic blocks in LLVM are an important part of functions
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 758 /* Basic RGB, RGBA formats */
802 /* basic Alpha formats */
813 /* basic Luminance formats */
823 /* basic Luminance/Alpha formats */
840 /* basic Intensity formats */
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/FileManager.h"
18 #include "clang/Basic/FileSystemStatCache.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "clang/Basic/SourceManager.h"
SerializedDiagnosticPrinter.cpp 11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/DiagnosticOptions.h"
13 #include "clang/Basic/FileManager.h"
14 #include "clang/Basic/SourceManager.h"
15 #include "clang/Basic/Version.h"
  /external/deqp/modules/gles2/stress/
es2sMemoryTests.cpp 58 // Basic tests
59 tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress tests.");
121 // Basic tests with clear
122 tcu::TestCaseGroup* basicClearGroup = new TestCaseGroup(m_context, "basic_clear", "Basic allocation stress tests with glClear after OOM.");
  /external/deqp/modules/gles3/stress/
es3sMemoryTests.cpp 60 // Basic tests
61 tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress tests.");
123 // Basic tests with clear
124 tcu::TestCaseGroup* basicClearGroup = new TestCaseGroup(m_context, "basic_clear", "Basic allocation stress tests with glClear after OOM.");
  /external/libvpx/libvpx/test/
datarate_test.cc 362 // Check basic rate targeting,
386 // Check basic rate targeting,
459 // Check basic rate targeting for 2 temporal layers.
496 // Check basic rate targeting for 3 temporal layers.
535 // Check basic rate targeting for 3 temporal layers, with frame dropping.
  /external/llvm/docs/
re_format.7 49 basic regular expressions
75 and then discusses differences between them and basic regular expressions.
516 .Sh BASIC REGULAR EXPRESSIONS
517 Basic regular expressions differ in several respects:
581 The following is a list of basic regular expressions:
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 389 /// Only support the case where the Value is defined in the same basic block
404 // If the value is defined in the same basic block as use and BeforeHere,
517 /// specified basic block to modify the value pointed to by Ptr.
527 /// INCLUSIVE. I1 and I2 must be in the same basic block.
533 "Instructions not in same basic block!");
TargetTransformInfo.cpp 270 // By default, just classify everything as 'basic'.
282 // Otherwise, the default basic cost is used.
325 // In the basic model, we just assume that all-constant GEPs will be folded
366 return TCC_Basic; // Give a basic cost if it will be lowered directly.
384 // Model them as having a basic instruction cost.
  /external/llvm/lib/CodeGen/
SplitKit.h 50 /// Additional information about basic blocks where the current variable is
89 /// LastSplitPoint - Last legal split point in each basic block in the current
140 /// in the basic block numbered Num.
163 /// getUseBlocks - Return an array of BlockInfo objects for the basic blocks
410 /// should be in the same basic block. The parent interval must have the same
  /external/llvm/lib/IR/
Verifier.cpp 26 // * PHI nodes must be the first thing in a basic block, all grouped together
28 // * All basic blocks should only end with terminator insts, not contain them
30 // * All Instructions must be embedded into a basic block
161 /// \brief When verifying a basic block, keep track of all of the
194 OS << "Basic Block in function '" << F.getName()
    [all...]
  /external/llvm/unittests/Support/
ScaledNumberTest.cpp 88 // Basic.
392 // Basic.
431 // Basic.
467 // Basic.
503 // Basic.
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 758 /* Basic RGB, RGBA formats */
802 /* basic Alpha formats */
813 /* basic Luminance formats */
823 /* basic Luminance/Alpha formats */
840 /* basic Intensity formats */
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 3 // some basic FP arithmetic (+/-/*/divide) and not a lot else.
53 INTRIG defined reflect the machine's basic floating point
73 Quick BASIC IEEE double precision, software routines
150 69.50 IBM PC/AT 6Mhz, Borland Turbo BASIC 1.0. Compiled
313 Quick BASIC on the IBM PC/AT. */
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 271 if (!strncmp(value.c_str(), "Basic", 5)) {
272 mAuthType = BASIC;
295 if (mAuthType == BASIC) {
296 request->append("Authorization: Basic YmNhc3Q6dGVzdAo=\r\n");
829 BASIC,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 362 // Check basic rate targeting,
386 // Check basic rate targeting,
459 // Check basic rate targeting for 2 temporal layers.
496 // Check basic rate targeting for 3 temporal layers.
535 // Check basic rate targeting for 3 temporal layers, with frame dropping.
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 51 The basic format of the files is
117 basic block. The number of arcs from a bb is implicit from the
119 There is one LINES record per basic block, it enumerates the source
120 lines which belong to that basic block. Source file names are
316 /* Basic block flags. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/
assoc_container.hpp 71 /// An abstract basic associative container.
134 /// An abstract basic hash-based associative container.
474 /// An abstract basic tree-like (tree, trie) associative container.
504 /// A concrete basic tree-based associative container.
575 /// A concrete basic trie-based associative container.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 51 The basic format of the files is
117 basic block. The number of arcs from a bb is implicit from the
119 There is one LINES record per basic block, it enumerates the source
120 lines which belong to that basic block. Source file names are
316 /* Basic block flags. */

Completed in 926 milliseconds

<<101102103104105106107108109110>>