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

<<51525354555657585960>>

  /external/llvm/test/Transforms/ObjCARC/
rle-s2l.ll 10 ; Basic redundant @objc_loadWeak elimination.
38 ; Basic redundant @objc_loadWeakRetained elimination.
55 ; Basic redundant @objc_loadWeakRetained elimination, this time
  /external/valgrind/main/exp-bbv/
bbv_main.c 2 //--- BBV: a SimPoint basic block vector generator bbv_main.c ---*/
7 basic block vectors.
72 static OSet* instr_info_table; /* table that holds the basic block info */
94 Int n_instrs; /* instructions in the basic block */
102 /* dump the optional PC file, which contains basic block number to */
123 /* and function name for each basic block */
394 /* allocate and initialize a new basic block structure */
413 /* Iterate through the basic block, putting the original */
419 /* valgrind uses superblocks (not basic blocks) by default */
491 /* expand the inst_counter on all allocated basic blocks *
    [all...]
  /frameworks/base/docs/html/training/basics/actionbar/
setting-up.jd 27 <p>In its most basic form, the action bar displays the title for the activity
32 <img src="{@docRoot}images/training/basics/actionbar-basic.png" height="100" alt=""/>
36 <p>Setting up a basic action bar requires that your app use an activity theme that enables
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 67 /// GlobalBasicBlockIDs - This map memoizes the basic block ID's referenced by
75 /// BasicBlocks - This contains all the basic blocks for the currently
147 /// specified basic block. This is relatively expensive information, so it
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 67 /// GlobalBasicBlockIDs - This map memoizes the basic block ID's referenced by
75 /// BasicBlocks - This contains all the basic blocks for the currently
147 /// specified basic block. This is relatively expensive information, so it
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 67 /// GlobalBasicBlockIDs - This map memoizes the basic block ID's referenced by
75 /// BasicBlocks - This contains all the basic blocks for the currently
147 /// specified basic block. This is relatively expensive information, so it
  /frameworks/support/v4/java/android/support/v4/view/
KeyEventCompat.java 54 int modifiers, int basic, int left, int right) {
55 final boolean wantBasic = (modifiers & basic) != 0;
65 return metaState & ~basic;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassLoaderTest.java 81 // Test basic class loader behavior for the ClassLoader that was used to load the test
99 // Test basic class loader behavior for the ClassLoader that was used to load the test
111 // Test basic class loader behavior for the ClassLoader that was used to load the test
  /art/compiler/dex/quick/x86/
codegen_x86.h 539 * @param bb The basic block in which the MIR is from.
548 * @param bb The basic block in which the MIR is from.
558 * @param bb The basic block in which the MIR is from.
568 * @param bb The basic block in which the MIR is from.
578 * @param bb The basic block in which the MIR is from.
588 * @param bb The basic block in which the MIR is from.
598 * @param bb The basic block in which the MIR is from.
608 * @param bb The basic block in which the MIR is from..
626 * @param bb The basic block in which the MIR is from.
636 * @param bb The basic block in which the MIR is from
    [all...]
  /external/libpng/contrib/gregbook/
README 32 rpng-win.c Windows front end for the basic viewer
34 readpng.c generic back end for the basic viewer
35 readpng.h header file for the basic viewer
95 print a basic usage screen when run without any command-line arguments;
158 All three will print a basic usage screen when run without any command-
  /external/lldb/test/types/
AbstractBase.py 2 Abstract base class of basic types provides a generic type tester method.
51 # True: testing vars of various basic types from isnide a block #
52 # False: testing vars of various basic types from a function #
83 """Test that variables with basic types are displayed correctly."""
164 """Test that variable expressions with basic types are evaluated correctly."""
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 16 // out over several basic blocks, discriminators add more precise location
108 /// basic block and its successors. Suppose there is a basic block B1
138 /// at location !dbg !10 that execute on different basic blocks. This is
150 /// traverses the CFG and examines instruction at basic block boundaries.
  /external/valgrind/main/docs/xml/
valgrind-manpage.xml 43 <para>This manual page covers only basic usage and options. For more
65 <refsect1 id="basic-options">
66 <title>Basic Options</title>
68 <xi:include href="manual-core.xml" xpointer="basic.opts.para"
71 <xi:include href="manual-core.xml" xpointer="basic.opts.list"
  /external/chromium_org/net/url_request/
url_request_ftp_job_unittest.cc 316 MockRead(ASYNC, 2, "Proxy-Authenticate: Basic "
349 "Proxy-Authorization: Basic bXl1c2VyOm15cGFzcw==\r\n\r\n"),
354 MockRead(ASYNC, 2, "Proxy-Authenticate: Basic "
393 MockRead(ASYNC, 2, "WWW-Authenticate: Basic "
424 "Authorization: Basic bXl1c2VyOm15cGFzcw==\r\n\r\n"),
429 MockRead(ASYNC, 2, "WWW-Authenticate: Basic "
467 "Proxy-Authorization: Basic "
472 "Proxy-Authorization: Basic "
474 "Authorization: Basic bXl1c2VyOm15cGFzcw==\r\n\r\n"),
479 MockRead(ASYNC, 2, "Proxy-Authenticate: Basic "
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 48 // Create the most basic valid BPF program:
83 // Creates a basic BPF program that we'll use to test some of the code:
133 // Force a basic block that ends in neither a jump instruction nor a return
338 // Basic blocks are supposed to start with a branch target and end with
340 // instruction forms the beginning of a new basic block. There should be
341 // no other jumps or return instructions in the middle of a basic block.
392 // Serialize the instructions in this basic block. In general, we only
408 // Also serialize the addresses the basic blocks as we encounter them.
409 // This will change as basic blocks are coalesed by MergeTails().
413 // very last instruction in the basic block, as that is the only one tha
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 112 // Allocation management for basic blocks in function.
115 // List of machine basic blocks in function
253 /// basic block can be found by using the MBB::getBlockNumber method, this
284 /// basic block inside. This depends on there being a 'dot' and 'gv' program
290 /// just like viewCFG, but it does not include the contents of basic blocks
365 /// removeFromMBBNumbering - Remove the specific machine basic block from our
369 assert(N < MBBNumbering.size() && "Illegal basic block #");
475 // GraphTraits specializations for function basic block graphs (CFGs)
479 // machine function as a graph of machine basic blocks... these are
480 // the same as the machine basic block iterators, except that the roo
    [all...]
  /docs/source.android.com/src/source/
developing.jd 27 <p>To work with the Android code, you will need to use both Git and Repo. In most situations, you can use Git instead of Repo, or mix Repo and Git commands to form complex commands. Using Repo for basic across-network operations will make your work much simpler, however.</p>
40 <h2 id="basic-workflow">Basic Workflow</h2>
42 <img src="{@docRoot}images/submit-patches-0.png" alt="basic workflow diagram">
45 <p>The basic pattern of interacting with the repositories is as follows:</p>
117 <p>A commit is the basic unit of revision control in git, consisting of a snapshot of directory structure and file contents for the entire project. Creating a commit in git is as simple as typing</p>
160 <p><img src="{@docRoot}images/git-repo-1.png" alt="list of basic git and repo commands"></p>
  /external/chromium_org/third_party/mesa/src/docs/
autoconf.html 13 <li><p><a href="#basic">Basic Usage</a></li>
24 <h2 id="basic">1. Basic Usage</h2>
142 described in more detail in the <a href="install.html">basic
156 <code>--with-driver=dri</code>. See the <a href="install.html">basic
215 can be found in the <a href="install.html">basic installation
  /external/clang/test/Index/
print-type-size.cpp 5 namespace basic { namespace
16 // CHECK64: StructDecl=simple:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
17 // CHECK32: StructDecl=simple:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
40 // CHECK64: UnionDecl=u:[[@LINE+2]]:7 (Definition) [type=basic::u] [typekind=Record] [sizeof=48] [alignof=8]
41 // CHECK32: UnionDecl=u:[[@LINE+1]]:7 (Definition) [type=basic::u] [typekind=Record] [sizeof=36] [alignof=4]
48 // CHECK64: VarDecl=s1:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
49 // CHECK32: VarDecl=s1:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
  /external/icu/icu4c/source/layout/
LETypes.h 26 * \brief C API: Basic definitions for the ICU LayoutEngine
331 * Allocate an array of basic types. This is used to isolate the rest of
339 * Re-allocate an array of basic types. This is used to isolate the rest of
347 * Free an array of basic types. This is used to isolate the rest of
375 * Allocate an array of basic types. This is used to isolate the rest of
383 * Re-allocate an array of basic types. This is used to isolate the rest of
391 * Free an array of basic types. This is used to isolate the rest of
  /external/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
34 // Traits for intrusive list of basic blocks...
85 BasicBlockListType BasicBlocks; ///< The basic blocks
360 /// Get the underlying elements of the Function... the basic block list is
451 /// basic block inside. This depends on there being a 'dot' and 'gv' program
457 /// just like viewCFG, but it does not include the contents of basic blocks
478 /// including any contained basic blocks.
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 38 /// \brief Loop over all of the instructions in the basic block
46 /// which writes it in the current basic block. If found,
69 /// \brief Step backwards through a basic block, looking
77 /// equivalent LEA, insert the new instruction into the basic block
85 /// \brief Loop over all of the basic blocks,
162 // Process all basic blocks.
186 /// getPreviousInstr - Given a reference to an instruction in a basic
  /external/mesa3d/docs/
autoconf.html 13 <li><p><a href="#basic">Basic Usage</a></li>
24 <h2 id="basic">1. Basic Usage</h2>
142 described in more detail in the <a href="install.html">basic
156 <code>--with-driver=dri</code>. See the <a href="install.html">basic
215 can be found in the <a href="install.html">basic installation
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 33 // N3376 specified 6 regex styles: ECMAScript, basic, extended, grep, egrep
35 // 1) grep is basic except '\n' is treated as '|'
44 // basic, extended:
90 // 1) "\(", "\)", "\{" in basic. It's not escaping.
249 // 1) "\}" in basic style.
270 // basic use \}.
364 // 1) Extended doesn't support backref, but basic does.
  /external/llvm/include/llvm-c/
Core.h 95 * Represents a basic block of instructions in LLVM IR.
102 * Represents an LLVM basic block builder.
    [all...]

Completed in 602 milliseconds

<<51525354555657585960>>