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

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
node.h 5 * basic 'struct node' here, which can be embedded in per-arch
8 * Basic handling of the devices is done in drivers/base/node.c
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 69 // Add a basic block to the function. As before, it automatically inserts
73 // Create a basic block builder with default parameters. The builder will
74 // automatically append instructions to the basic block `BB'.
88 // Create the return instruction and add it to the basic block
100 // Add a basic block to the FooF function.
103 // Tell the basic block builder to attach itself to the new basic block
113 // Create the return instruction and add it to the basic block.
  /external/llvm/include/llvm/Analysis/
Trace.h 10 // This class represents a single trace of LLVM basic blocks. A trace is a
12 // optimizations treat traces almost like they are a large, strange, basic
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
37 /// basic block in the vector.
41 /// getEntryBasicBlock - Return the entry basic block (first block)
46 /// operator[]/getBlock - Return basic block N in the trace.
60 /// getBlockIndex - Return the index of the specified basic block in the
69 /// contains - Returns true if this trace contains the given basic
  /external/llvm/include/llvm/MC/
MCFunction.h 29 /// \brief Basic block containing a sequence of disassembled instructions.
30 /// The basic block is backed by an MCTextAtom, which holds the instructions,
32 /// Create a basic block using MCFunction::createBlock.
36 // MCFunction owns the basic block.
93 /// \param Insts Sequence of straight-line code backing the basic block.
94 /// \returns The newly created basic block.
99 /// \name Access to the function's basic blocks. No ordering is enforced.
101 /// \brief Get the entry point basic block.
  /external/llvm/lib/CodeGen/
SpillPlacement.h 10 // This analysis computes the optimal spill code placement between basic blocks.
16 // Given a variable that is live across multiple basic blocks, and given
17 // constraints on the basic blocks where the variable is live, determine which
21 // The returned bit vector can be used to place optimal spill code at basic
22 // block entries and exits. Spill code placement inside a basic block is not
69 /// BorderConstraint - A basic block has separate constraints for entry and
79 /// BlockConstraint - Entry and exit constraints for a basic block.
81 unsigned Number; ///< Basic block number (from MBB::getNumber()).
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 53 /// \brief Maximum distance between the loop instr and the basic block.
58 /// the loop basic block to determine if we can use the LOOP instruction
98 /// This function makes two passes over the basic blocks. The first
99 /// pass computes the offset of the basic block from the start.
105 // Map for each basic block to it's first instruction.
108 // First pass - compute the offset of each basic block.
121 // Loop over all the basic blocks.
134 "Expect a basic block as loop operand");
  /external/llvm/test/CodeGen/ARM/
arm-returnaddr.ll 3 ; RUN: llc < %s -mtriple=arm-apple-ios -regalloc=basic | FileCheck %s
4 ; RUN: llc < %s -mtriple=thumbv6-apple-ios -regalloc=basic | FileCheck %s
  /external/llvm/test/Transforms/SCCP/
apint-basictest4.ll 1 ; This is a basic sanity check for constant propagation. It tests the basic
  /external/llvm/utils/emacs/
emacs.el 10 '(c-basic-offset 2)
19 (c-basic-offset . 2)
  /external/smack/src/org/jivesoftware/smackx/pubsub/packet/
PubSubNamespace.java 24 BASIC(null),
61 return BASIC;
  /frameworks/compile/mclinker/include/mcld/LD/
LDReader.h 23 * \brief LDReader provides the basic interfaces for all readers. It also
24 * provides basic functions to read data stream.
  /packages/apps/Calculator/res/menu/
menu.xml 32 <item android:id="@+id/basic"
35 android:title="@string/basic"/>
  /packages/screensavers/Basic/res/values/
strings.xml 17 <!-- Name of the package of basic screensavers, shown in Settings > Apps. [CHAR LIMIT=40] -->
18 <string name="app_name">Basic Daydreams</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion44.txt 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
3 android:layout_height : Specifies the basic height of the view. [dimension, enum]
  /sdk/emulator/qtools/
post_trace.cpp 28 // Count the number of static basic blocks and instructions.
38 "Error: basic block numbers out of order; expected %lld, got %lld\n",
62 // Check the last basic block. If it contains a special undefined
63 // instruction, then truncate the basic block at that point.
91 // Count the number of dynamic executions of basic blocks and instructions.
102 "Error: basic block number (%lld) too large (num blocks: %lld)\n",
131 printf("Static basic blocks: %llu, Dynamic basic blocks: %llu\n",
  /external/llvm/test/Analysis/Profiling/
profiling-tool-chain.ll 76 ; PROF: ;;; Basic block executed 2 times.
88 ; PROF: ;;; Basic block executed 2 times.
107 ; PROF: ;;; Basic block executed 6 times.
115 ; PROF: ;;; Basic block executed 3 times.
122 ; PROF: ;;; Basic block executed 9 times.
131 ; PROF: ;;; Basic block executed 9 times.
144 ; PROF: ;;; Basic block executed 9 times.
154 ; PROF: ;;; Basic block executed 12 times.
163 ; PROF: ;;; Basic block executed 3 times.
169 ; PROF: ;;; Basic block executed 3 times
    [all...]
  /external/chromium/net/http/
http_auth_handler_basic.cc 18 // so specifying 'Basic realm=""' is equivalent to 'Basic'.
35 if (!LowerCaseEqualsASCII(challenge->scheme(), "basic"))
56 // Basic authentication is always a single round, so any responses
83 *auth_token = "Basic " + base64_username_password;
  /external/chromium_org/net/http/
http_auth_handler_basic.cc 24 // so specifying 'Basic realm=""' is equivalent to 'Basic'.
64 if (!LowerCaseEqualsASCII(challenge->scheme(), "basic"))
77 // Basic authentication is always a single round, so any responses
97 *auth_token = "Basic " + base64_username_password;
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_basic_block.cpp 27 * Basic block analysis of instruction streams.
36 * Calls a user function for every basic block in the instruction stream.
38 * Basic block analysis is pretty easy in our IR thanks to the lack of
47 * Note that the basic blocks returned by this don't encompass all
84 /* A function definition doesn't interrupt our basic block
  /external/clang/tools/libclang/
SimpleFormatContext.h 19 #include "clang/Basic/Diagnostic.h"
20 #include "clang/Basic/DiagnosticOptions.h"
21 #include "clang/Basic/FileManager.h"
22 #include "clang/Basic/LangOptions.h"
23 #include "clang/Basic/SourceManager.h"
  /external/mesa3d/src/glsl/
ir_basic_block.cpp 27 * Basic block analysis of instruction streams.
36 * Calls a user function for every basic block in the instruction stream.
38 * Basic block analysis is pretty easy in our IR thanks to the lack of
47 * Note that the basic blocks returned by this don't encompass all
84 /* A function definition doesn't interrupt our basic block
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java 41 assertTrue("basic", Typeface.DEFAULT != null);
42 assertTrue("basic", Typeface.DEFAULT_BOLD != null);
43 assertTrue("basic", Typeface.SANS_SERIF != null);
44 assertTrue("basic", Typeface.SERIF != null);
45 assertTrue("basic", Typeface.MONOSPACE != null);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 22 // static constexpr regex_constants::syntax_option_type basic = regex_constants::basic;
44 static_assert((BR::basic == std::regex_constants::basic), "");
54 where(BR::basic);
  /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

Completed in 1118 milliseconds

<<11121314151617181920>>