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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 73 audio/basic
74 audio/basic
101 audio/basic
102 audio/basic
112 audio/basic
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 73 audio/basic
74 audio/basic
101 audio/basic
102 audio/basic
112 audio/basic
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 27 /* Type we use to hold basic block counters. Should be at least
113 /* The number of basic blocks where sum(freq) of the block's predecessors
116 /* Likewise for a basic block's successors. */
118 /* The number of basic blocks where sum(count) of the block's predecessors
121 /* Likewise for a basic block's successors. */
153 /* A basic block is a sequence of instructions with only one entry and
157 There may be COND_EXEC instructions in the basic block. The
162 basic block because the program counter will always be at the same
166 Basic blocks need not start with a label nor end with a jump insn.
167 For example, a previous basic block may just "conditionally fall
    [all...]
  /external/libcxx/test/re/re.alg/re.alg.search/
basic.pass.cpp 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic),
95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic)));
110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic)));
125 assert(std::regex_search(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
144 std::regex_constants::basic)));
165 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::basic)));
767 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1525 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
basic.pass.cpp 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic)));
88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic),
95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic)));
110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic)));
125 assert(std::regex_search(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
144 std::regex_constants::basic)));
165 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::basic)));
774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1539 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
    [all...]
  /external/chromium_org/net/http/
http_auth_handler_factory_unittest.cc 61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
64 registry_factory.RegisterSchemeFactory("Basic", mock_factory_basic);
67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
111 "Basic realm=\"FooBar\"",
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/DiagnosticOptions.h"
13 #include "clang/Basic/FileManager.h"
14 #include "clang/Basic/LangOptions.h"
15 #include "clang/Basic/SourceManager.h"
16 #include "clang/Basic/TargetInfo.h"
17 #include "clang/Basic/TargetOptions.h"
  /external/deqp/doc/testspecs/GLES31/
functional.geometry_shading.txt 25 + Basic tests:
56 basic.* tests test basic geometry shader usage: output_* cases emit
59 lookup. basic.point_size, basic.primitive_id_in[_restarted] and
60 basic.primitive_id cases test functionality of a corresponding built-in
91 geometry[_output_different]_N_invocations cases test basic geometry shader
  /external/llvm/docs/HistoricalNotes/
2003-06-25-Reoptimizer1.txt 17 do not move code across basic-block boundaries.
26 The reoptimizer maintains a map between machine-code basic blocks and
28 first machine-code basic block of the hot loop region.
33 1) Do a DFS from the first machine-code basic block of the hot loop
36 2) Do a DFS from the last machine-code basic block of the hot loop
95 by tracing the LLVM-to-Machine code basic block map and then copying
96 each machine code basic block we think is in the hot region into the
98 generating the final optimized trace; we copy the same basic blocks
101 LLVM basic blocks are not typically used in the Reoptimizer except
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 13 // functions, to copying basic blocks to support loop unrolling or superblock
68 /// CloneBasicBlock - Return a copy of the specified basic block, but without
70 /// exact copy of the specified basic block, without any remapping having been
72 /// the basic block will be inserted into the same function that it was cloned
75 /// Also, note that this function makes a direct copy of the basic block, and
83 /// The correlation between instructions in the source and result basic blocks
89 /// If you would like the basic block to be auto-inserted into the end of a
119 /// to VMap values. Note that if NewFunc already has basic blocks, the ones
182 /// InlineFunction - This function inlines the called function into the basic
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 35 STATISTIC(NumBBsPadded, "Number of basic blocks padded");
75 // ReturnBBs - Maps basic blocks that return to the minimum number of
93 /// runOnMachineFunction - Loop over all of the basic blocks, inserting
110 // Search through basic blocks and mark the ones that have early returns
120 // Pad the identified basic blocks with NOOPs
130 "Basic block should contain at least a RET but is empty");
136 "Basic block does not end with RET");
148 /// basic blocks that contain a return to ReturnBBs.
189 // Mark basic blocks with a return instruction. Calls to other
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/tests/src/com/example/android/actionbarcompat/basic/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.basic.tests;
36 import com.example.android.actionbarcompat.basic.*;
41 * Tests for Basic sample.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/Application/tests/src/com/example/android/actionbarcompat/basic/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.basic.tests;
36 import com.example.android.actionbarcompat.basic.*;
41 * Tests for Basic sample.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/
README.md 1 Android ActionBarCompat-Basic Sample
4 This sample shows you how to use ActionBarCompat to create a basic Activity which
29 https://github.com/googlesamples/android-ActionBarCompat-Basic
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
notifications.html 23 (<code>basic</code>, <code>image</code>, and <code>list</code>)
35 Here's an example of a <code>basic</code> template:
40 type: "basic",
  /external/clang/test/Analysis/
misc-ps-region-store.mm 9 // Test basic handling of references.
20 // Test basic handling of references with Objective-C classes.
33 // Basic test of C++ references with Objective-C pointers.
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 20 // the basic block.
34 // Discover any defs/uses in this basic block.
44 // No defs. Insert the copy at the start of the basic block.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 42 * is not the start of a basic block, the target of a jump instruction, or
59 * Indicates if this basic block has been pushed in the basic block stack.
76 * Indicates if this label corresponds to a reachable basic block.
81 * Indicates if this basic block ends with a JSR instruction.
86 * Indicates if this basic block ends with a RET instruction.
91 * Indicates if this basic block is the start of a subroutine.
96 * Indicates if this subroutine basic block has been visited.
146 * as a bitset to store the subroutines to which a basic block belongs. This
158 * flow graph contains one node per "basic block", and one edge per "jump"
    [all...]
  /external/chromium_org/third_party/lcov/
descriptions.tests 11 Basic test for wait(2) system call.
54 Basic test for fcntl(2) using F_DUPFD argument.
56 Basic test for fcntl(2) using F_GETFD argument.
58 Basic test for fcntl(2) using F_GETFL argument.
60 Basic test for fcntl(2) using F_GETLK argument.
68 Basic test for fcntl(2) using F_SETFL argument.
70 Basic test for fcntl(2) using F_SETLK argument.
72 Basic test for fcntl(2) using F_SETLKW argument.
121 Basic test for dup(2).
133 Basic test for dup(2) of a system pipe descriptor
    [all...]
  /art/runtime/base/unix_file/
README 7 In particular, the basic RandomAccessFile interface is kept small and simple so
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountService.java 24 * a basic Mock Service for wrapping the MockAccountAuthenticator
  /cts/tests/tests/content/src/android/content/cts/
MockAccountService.java 24 * a basic Mock Service for wrapping the MockAccountAuthenticator
  /dalvik/dx/tests/031-bb-dead-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/032-bb-live-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values/
strings.xml 22 <string name="main_description">This is a basic Activity showing an Action Bar which has been

Completed in 895 milliseconds

<<11121314151617181920>>