HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 226 - 250 of 8308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/runtime/libprofile/
BasicBlockTracing.c 1 /*===-- BasicBlockTracing.c - Support library for basic block tracing -----===*\
10 |* This file implements the call back routines for the basic block tracing
11 |* instrumentation pass. This should be used with the -trace-basic-blocks
38 /* llvm_trace_basic_block - called upon hitting a new basic block. */
45 /* llvm_start_basic_block_tracing - This is the main entry point of the basic
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
basic.pass.cpp 35 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
79 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic),
86 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::basic)));
92 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::basic)));
107 assert(std::regex_match(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
126 std::regex_constants::basic)));
132 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::basic)));
677 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1345 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 24 // The code generator instantiates a basic compiler that can convert a
102 // Combine instructions between "head" and "tail" into a new basic block.
103 // Basic blocks are defined as sequences of instructions whose only branch
105 // instruction must be at the very end of the basic block.
108 // Creates a basic block and adds it to "basic_blocks"; sets "first_block"
116 // Cuts the DAG of instructions into basic blocks.
121 // Find common tail sequences of basic blocks and coalesce them.
124 // For each basic block, compute the number of incoming branches.
129 // Topologically sort the basic blocks so that all jumps are forward jumps.
141 // Concatenate instructions from all basic blocks into a BPF program tha
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro
59 /* decode_digit(cp) returns the numeric value of a basic code */
69 /* encode_digit(d,flag) returns the basic code point whose value */
82 /* flagged(bcp) tests whether a basic code point is flagged */
84 /* basic code point. */
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
142 /* Handle the basic code points: *
    [all...]
  /external/icu4c/test/intltest/
punyref.c 52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro
59 /* decode_digit(cp) returns the numeric value of a basic code */
69 /* encode_digit(d,flag) returns the basic code point whose value */
82 /* flagged(bcp) tests whether a basic code point is flagged */
84 /* basic code point. */
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
142 /* Handle the basic code points: *
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.h 18 #include "clang/Basic/CommentOptions.h"
19 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/ObjCRuntime.h"
21 #include "clang/Basic/Visibility.h"
29 #include "clang/Basic/Sanitizers.def"
42 #include "clang/Basic/LangOptions.def"
51 #include "clang/Basic/LangOptions.def"
93 #include "clang/Basic/LangOptions.def"
119 #include "clang/Basic/OpenCLExtensions.def"
123 #include "clang/Basic/OpenCLExtensions.def
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfghooks.h 34 /* Basic CFG manipulation. */
36 /* Return new basic block. */
39 /* Redirect edge E to the given basic block B and update underlying program
46 newly created forwarder basic block is returned. The edge must
54 /* Remove statements corresponding to a given basic block. */
57 /* Creates a new basic block just after basic block B by splitting
64 /* Return true when blocks A and B can be merged into single basic block. */
104 The goal is to expose cases in which entering a basic block does not imply
123 /* Add condition to new basic block and update CFG used in loo
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfghooks.h 34 /* Basic CFG manipulation. */
36 /* Return new basic block. */
39 /* Redirect edge E to the given basic block B and update underlying program
46 newly created forwarder basic block is returned. The edge must
54 /* Remove statements corresponding to a given basic block. */
57 /* Creates a new basic block just after basic block B by splitting
64 /* Return true when blocks A and B can be merged into single basic block. */
104 The goal is to expose cases in which entering a basic block does not imply
123 /* Add condition to new basic block and update CFG used in loo
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfghooks.h 34 /* Basic CFG manipulation. */
36 /* Return new basic block. */
39 /* Redirect edge E to the given basic block B and update underlying program
46 newly created forwarder basic block is returned. The edge must
54 /* Remove statements corresponding to a given basic block. */
57 /* Creates a new basic block just after basic block B by splitting
64 /* Return true when blocks A and B can be merged into single basic block. */
104 The goal is to expose cases in which entering a basic block does not imply
123 /* Add condition to new basic block and update CFG used in loo
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfghooks.h 34 /* Basic CFG manipulation. */
36 /* Return new basic block. */
39 /* Redirect edge E to the given basic block B and update underlying program
46 newly created forwarder basic block is returned. The edge must
54 /* Remove statements corresponding to a given basic block. */
57 /* Creates a new basic block just after basic block B by splitting
64 /* Return true when blocks A and B can be merged into single basic block. */
104 The goal is to expose cases in which entering a basic block does not imply
123 /* Add condition to new basic block and update CFG used in loo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
HTTPProxyData.java 41 * @param proxyUser Username for basic authentication (<code>null</code> if no authentication is needed).
42 * @param proxyPass Password for basic authentication (<code>null</code> if no authentication is needed).
51 * if the proxy requires basic authentication. Also, additional request header lines can
54 * Please note: if you want to use basic authentication, then both <code>proxyUser</code>
65 * @param proxyUser Username for basic authentication (<code>null</code> if no authentication is needed).
66 * @param proxyPass Password for basic authentication (<code>null</code> if no authentication is needed).
  /external/qemu/docs/
ANDROID-TRACING.TXT 21 - each new translated basic block is recorded by:
25 3. calling trace_bb_end() at the end of the basic block.
29 - each basic block is translated into a "tb" of x86 machine code that
34 where 'bb_num' is the unique 64-bit ID of the original basic block.
62 this allows to properly recover/profile when a basic block is exited by an exceptional
65 - helper_traceBB32/traceBB64: used to record that we entered a given basic block at
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 81 FilterBasicRepresentation basic = (FilterBasicRepresentation) representation; local
82 if (basic.mMinimum == mMinimum
83 && basic.mMaximum == mMaximum
84 && basic.mValue == mValue
85 && basic.mDefaultValue == mDefaultValue
86 && basic.mPreviewValue == mPreviewValue) {
  /sdk/emulator/qtools/
bb2sym.cpp 16 MyStaticRec *inner; // pointer to an inner basic block
28 // This function is called from quicksort to compare addresses of basic
103 // Find the basic blocks that are subsets of other basic blocks.
109 // Create a list of pointers to the basic blocks that we can sort.
115 // Sort the basic blocks into increasing address order
bbprof.cpp 12 uint32_t elapsed; // number of cycles for basic block
14 MyStaticRec *inner; // pointer to an inner basic block
20 // This function is called from quicksort to compare addresses of basic
35 // of basic blocks.
49 // basic blocks.
105 // Assign frequencies to each basic block
121 // basic block.
132 // Sort the basic blocks into decreasing elapsed time
185 // Find the basic blocks that are subsets of other basic blocks
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/ActionBarCompat-BasicSample/tests/
AndroidManifest.xml 19 package="com.example.android.actionbarcompat.basic.tests"
39 android:targetPackage="com.example.android.actionbarcompat.basic"
40 android:label="Tests for com.example.android.actionbarcompat.basic" />
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ActionBarCompat-BasicSample/tests/
AndroidManifest.xml 19 package="com.example.android.actionbarcompat.basic.tests"
39 android:targetPackage="com.example.android.actionbarcompat.basic"
40 android:label="Tests for com.example.android.actionbarcompat.basic" />
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 60 // Test that "Basic" HTTP authentication works.
67 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
76 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
128 basic_tab->NavigateToURL(test_server_.GetURL("auth-basic")));
169 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
176 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
187 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
194 tab->NavigateToURL(test_server_.GetURL("auth-basic")));
216 basic_tab1->NavigateToURL(test_server_.GetURL("auth-basic/1")));
223 basic_tab2->NavigateToURL(test_server_.GetURL("auth-basic/2")))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
directory_zipper.py 39 # We want e.g. basic.zip to expand to basic/manifest.json etc, not
40 # chrome/common/extensions/.../basic/manifest.json, so only use the
  /external/clang/lib/Basic/
LangOptions.cpp 13 #include "clang/Basic/LangOptions.h"
22 #include "clang/Basic/LangOptions.def"
32 #include "clang/Basic/LangOptions.def"
TokenKinds.cpp 14 #include "clang/Basic/TokenKinds.h"
21 #include "clang/Basic/TokenKinds.def"
33 #include "clang/Basic/TokenKinds.def"
  /external/clang/test/Driver/
gold-lto.c 5 // RUN: | FileCheck %s --check-prefix=CHECK-X86-64-BASIC
6 // CHECK-X86-64-BASIC: "-plugin" "{{.*}}/LLVMgold.so"
7 // CHECK-X86-64-BASIC: "-plugin-opt=foo"

Completed in 2439 milliseconds

1 2 3 4 5 6 7 8 91011>>