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

<<21222324252627282930>>

  /external/iproute2/tc/
f_basic.c 2 * f_basic.c Basic Classifier
30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
144 .id = "basic",
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 40 // Add a basic block to the function... again, it automatically inserts
52 // explicitly insert it into the basic block...
55 // Create the return instruction and add it to the basic block
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 12 // instruction into a basic block.
15 // intrusive list that makes up the list of instructions in a basic block. When
20 // it can work for all uses it, which include lists of instructions, basic
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 38 /// Start - Initialize anti-dep breaking for a new basic block.
42 /// basic-block region and break them by renaming registers. Return
57 /// Finish - Finish anti-dep breaking for a basic block.
  /external/proguard/build/
makefile 48 all: basic options
49 basic: proguard proguardgui retrace
107 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-notes.def 28 mean, such as register notes or bits in the basic-block structure. */
71 /* Record the struct for the following basic block. Uses
72 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 40 all: basic options
41 basic: proguard proguardgui retrace
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /external/chromium_org/chrome/browser/net/
websocket_browsertest.cc 202 // Launch a basic-auth-protected WebSocket server.
219 // Launch a basic-auth-protected secure WebSocket server.
241 // Launch a basic-auth-protected WebSocket server.
259 // Launch a basic-auth-protected WebSocket server.
271 // Launch a basic-auth-protected WebSocket server.
283 // Launch a basic-auth-protected WebSocket server.
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 10 // This file implements dead code elimination and basic block merging, along
13 // * Removes basic blocks with no predecessors.
14 // * Merges a basic block into its predecessor if there is only one and the
16 // * Eliminates PHI nodes for basic blocks with a single predecessor.
17 // * Eliminates a basic block that only contains an unconditional branch.
155 // Loop over all of the basic blocks and remove them if they are unneeded...
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /development/samples/SkeletonApp/
readme.txt 5 This directory contains the full implementation of a basic application for
6 the Android platform, demonstrating the basic facilities that applications
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERBMPString.java 71 * basic constructor - byte encoded string.
92 * basic constructor
DERT61String.java 72 * basic constructor - string encoded as a sequence of bytes.
81 * basic constructor - with string 8 bit assumed.
  /external/chromium_org/ash/wm/
mru_window_tracker_unittest.cc 35 // Basic test that the activation order is tracked.
36 TEST_F(MruWindowTrackerTest, Basic) {
  /external/chromium_org/base/test/
test_suite.h 8 // Defines a basic test suite framework for running gtest based tests. You can
81 // Basic initialization for the test suite happens here.
  /external/chromium_org/chrome/browser/
chrome_process_singleton.h 15 // Composes a basic ProcessSingleton with ProcessSingletonStartupLock and
72 // The basic ProcessSingleton
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 14 // Basic harness to acquire and release the Diagnostic model object.
97 // Run all the tests, verify that the basic callbacks are run and that the
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.h 20 // This class provides basic drawing and mouse-over behavior for buttons
30 // Set up basic mouseover border behavior.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
bookmarks.html 81 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>.
  /external/chromium_org/content/common/
one_writer_seqlock_unittest.cc 16 // Basic test to make sure that basic operation works correctly.
  /external/chromium_org/mojo/public/cpp/
README.md 55 the API defined in mojo/public/c/system/, which defines the basic, "core" API,
69 various basic functionality. Most notably, it provides an implementation of a
  /external/chromium_org/net/http/
http_log_util.cc 27 // Ignore Basic and Digest authentication challenges, as they contain
29 if (scheme == "basic" || scheme == "digest")
  /external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h 45 // Once we have computed basic blocks, these pointers will be entered as
54 // computed basic blocks.

Completed in 597 milliseconds

<<21222324252627282930>>