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

<<21222324252627282930>>

  /packages/apps/CarrierConfig/assets/
carrier_config_312530.xml 12 <string name="httpParams">X-MDN: ##LINE1##|Proxy-Authorization: Basic ##NAI##</string>
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorButton.java 115 BasicSettingPopup basic = (BasicSettingPopup) inflater.inflate( local
117 basic.initialize(mPreference);
118 basic.setSettingChangedListener(this);
119 mPopup = basic;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionNonFormatter.java 21 * Basic SuggestionFormatter that does no formatting.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripViewAccessor.java 22 * An object that gives basic control of a suggestion strip and some info on it.
  /packages/screensavers/Basic/
AndroidManifest.xml 3 package="com.android.dreams.basic"
  /prebuilts/go/darwin-x86/src/cmd/cover/
doc.go 12 basic block information by studying the source. It is thus more portable
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 12 basic block information by studying the source. It is thus more portable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
ds.s 3 ; Basic immediate instruction tests.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
pt-1.d 3 #name: Basic SHmedia PT and PTA instructions.
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 35 * <li> {@link Insn} and its subclasses along with its per-basic block
58 * Each method is separated into a list of basic blocks. For the most part,
59 * basic blocks are referred to by a positive integer
80 * instructions may only be the final instruction in any basic block. If
92 * A basic block's successor list is ordered and may refer to unique labels
94 * statements for the same code path, a single basic block will likely
97 * the primary successor) is a property of the final instruction of the basic
98 * block. A basic block containing a {@link ThrowingInsn}, for example, has
103 * It is legal for a basic block to have no primary successor. An obvious
145 * basic block, and any basic block in which it occurs must be reachable onl
    [all...]
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 29 public final static String BASIC_TOKEN = "Basic";
41 * HttpAuthHeader.BASIC - basic, and
47 public static final int BASIC = 1;
165 * @return True iff this is the BASIC-authentication request.
168 return mScheme == BASIC;
181 * HttpAuthHeader.BASIC - basic, and
236 * BASIC,
242 if (mScheme == BASIC) {
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 13 // functions, to copying basic blocks to support loop unrolling or superblock
85 /// CloneBasicBlock - Return a copy of the specified basic block, but without
87 /// exact copy of the specified basic block, without any remapping having been
89 /// the basic block will be inserted into the same function that it was cloned
92 /// Also, note that this function makes a direct copy of the basic block, and
100 /// The correlation between instructions in the source and result basic blocks
106 /// If you would like the basic block to be auto-inserted into the end of a
134 /// to VMap values. Note that if NewFunc already has basic blocks, the ones
159 ///< Skip this instruction but continue cloning the current basic block.
161 ///< Skip this instruction and stop cloning the current basic block
    [all...]
  /dalvik/dx/tests/115-merge/
run 29 dx --dex --output=testdata/Basic.dex testdata/Basic*
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 16 =head1 Basic Porting Considerations
18 Java is built on two basic concepts: Objects and Exceptions. If there's a
  /external/chromium-trace/catapult/third_party/polymer/components/core-selection/test/
basic.html 13 <title>core-selection-basic</title>
30 suite('basic', function() {
  /external/clang/docs/
LibFormat.rst 7 as some basic style discussions.
30 ranges in ``Ranges``. The ``FormatStyle`` controls basic decisions made during
  /external/clang/include/clang/AST/
ASTDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticASTKinds.inc"
  /external/clang/include/clang/Basic/
Attributes.h 13 #include "clang/Basic/LangOptions.h"
14 #include "clang/Basic/TargetInfo.h"
PrettyStackTrace.h 1 //===- clang/Basic/PrettyStackTrace.h - Pretty Crash Handling --*- C++ -*-===//
20 #include "clang/Basic/SourceLocation.h"
  /external/clang/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
  /external/curl/tests/data/
test83 7 HTTP Basic auth
73 Authorization: Basic aWFtOm15OjtzZWxm
  /external/eigen/unsupported/Eigen/
NumericalDiff 31 * are basic methods, and there exist some more elaborated way of
40 * basic ones, that still are useful for testing.
  /external/libxml2/python/
TODO 54 - basic stuff with push is available
55 - basic xmllib replacement
  /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
75 /// BorderConstraint - A basic block has separate constraints for entry and
85 /// BlockConstraint - Entry and exit constraints for a basic block.
87 unsigned Number; ///< Basic block number (from MBB::getNumber()).
  /external/llvm/test/Instrumentation/AddressSanitizer/
debug_info_noninstrumented_alloca.ll 1 ; This test checks that non-instrumented allocas stay in the first basic block.
2 ; Only first-basic-block allocas are considered stack slots, and moving them

Completed in 1368 milliseconds

<<21222324252627282930>>