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

<<11121314151617181920>>

  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/Android.mk
19 test_name := input.output/iostreams.base/ios/basic.ios.cons/ctor_streambuf
  /external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/
Android.mk 17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/thread.req.lockable.basic/nothing_to_do
  /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/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
71 /// BorderConstraint - A basic block has separate constraints for entry and
81 /// BlockConstraint - Entry and exit constraints for a basic block.
83 unsigned Number; ///< Basic block number (from MBB::getNumber()).
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 55 /// \brief Maximum distance between the loop instr and the basic block.
60 /// the loop basic block to determine if we can use the LOOP instruction
100 /// This function makes two passes over the basic blocks. The first
101 /// pass computes the offset of the basic block from the start.
107 // Map for each basic block to it's first instruction.
110 // First pass - compute the offset of each basic block.
123 // Loop over all the basic blocks.
136 "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/CodeGen/X86/
constant-hoisting-shift-immediate.ll 4 ; If const 128 is hoisted to a variable, then in basic block L_val2 we would
6 ; be in another basic block. As a result, a very inefficient code might be
  /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 20 * \brief LDReader provides the basic interfaces for all readers. It also
21 * provides basic functions to read data stream.
  /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]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 208 // boundaries of basic blocks.
279 // insert them into a new basic block.
287 SANDBOX_DIE("Found a jump inside of a basic block");
299 // Add a new basic block to "basic_blocks". Also set "firstBlock", if it
305 "Only the very first basic block should have no "
320 // Textbook implementation of a basic block generator. All basic blocks
333 SANDBOX_DIE("Internal compiler error; cannot compute basic blocks");
337 // We reached a branch target. Start a new basic block (this means,
338 // flushing the previous basic block first)
    [all...]
  /external/chromium_org/net/http/
http_auth_handler_basic.cc 25 // so specifying 'Basic realm=""' is equivalent to 'Basic'.
66 if (!LowerCaseEqualsASCII(challenge->scheme(), "basic"))
79 // Basic authentication is always a single round, so any responses
99 *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/include/clang/Basic/
DiagnosticOptions.h 13 #include "clang/Basic/LLVM.h"
41 #include "clang/Basic/DiagnosticOptions.def"
48 #include "clang/Basic/DiagnosticOptions.def"
67 #include "clang/Basic/DiagnosticOptions.def"
72 #include "clang/Basic/DiagnosticOptions.def"
OpenMPKinds.h 28 #include "clang/Basic/OpenMPKinds.def"
36 #include "clang/Basic/OpenMPKinds.def"
45 #include "clang/Basic/OpenMPKinds.def"
53 #include "clang/Basic/OpenMPKinds.def"
61 #include "clang/Basic/OpenMPKinds.def"
  /external/clang/lib/Index/
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/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 434 tcu::TestCaseGroup* basic = new tcu::TestCaseGroup(m_testCtx, "basic", "Rasterizer discard test for default framebuffer"); local
438 addChild(basic);
444 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_WRITE_DEPTH, 0, GL_POINTS));
445 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, 0, GL_LINES));
446 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, 0, GL_LINE_STRIP));
447 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, 0, GL_LINE_LOOP));
448 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, CASE_WRITE_DEPTH, 0, GL_TRIANGLES));
449 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_strip", 4, CASE_WRITE_DEPTH, 0, GL_TRIANGLE_STRIP));
450 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", 4, CA (…)
    [all...]
  /external/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);
  /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);

Completed in 751 milliseconds

<<11121314151617181920>>