HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 101 - 125 of 6364) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/MC/MachO/
cstexpr-gotpcrel-32.ll 5 ; GOT equivalent globals references can be replaced by the GOT entry of the
11 ; Check that these got equivalent symbols are never emitted or used
20 ; Don't replace GOT equivalent usage within instructions and emit the GOT
21 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
32 ; Test GOT equivalent usage inside nested constant arrays.
  /external/pdfium/testing/
embedder_test.h 36 // Equivalent to UNSUPPORT_INFO::FSDK_UnSupport_Handler().
39 // Equivalent to IPDF_JSPLATFORM::app_alert().
47 // Equivalent to FPDF_FORMFILLINFO::FFI_SetTimer().
50 // Equivalent to FPDF_FORMFILLINFO::FFI_KillTimer().
53 // Equivalent to FPDF_FORMFILLINFO::FFI_GetPage().
  /toolchain/binutils/binutils-2.25/gas/doc/
c-microblaze.texi 61 Switch to .rodata section. Equivalent to @code{.section .rodata}
64 Switch to .sdata2 section. Equivalent to @code{.section .sdata2}
67 Switch to .sdata section. Equivalent to @code{.section .sdata}
70 Switch to .bss section. Equivalent to @code{.section .bss}
73 Switch to .sbss section. Equivalent to @code{.section .sbss}
  /art/compiler/optimizing/
ssa_builder.cc 74 << "More then one phi equivalent with type " << phi->GetType()
91 // If the phi equivalent is dead, check if there is another one.
98 // We found a live phi equivalent. Update the environment uses of `phi` with it.
190 // generate a suitably typed equivalent.
191 HInstruction* equivalent = (common_type == Primitive::kPrimNot) local
194 if (equivalent == nullptr) {
200 DCHECK_NE(input, equivalent);
202 phi->ReplaceInput(equivalent, i);
203 if (equivalent->IsPhi()) {
204 worklist->push_back(equivalent->AsPhi())
297 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet( local
385 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); local
656 HArrayGet* equivalent = FindFloatOrDoubleEquivalentOfArrayGet(aget); local
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 108 // Operator to invoke equivalent draw API call
171 // Operator to invoke equivalent draw API call
250 // Operator to invoke equivalent draw API call
329 // Operator to invoke equivalent draw API call
389 // Operator to invoke equivalent draw API call
471 // Operator to invoke equivalent draw API call
492 // Operator to invoke equivalent draw API call
514 // Operator to invoke equivalent draw API call
536 // Operator to invoke equivalent draw API call
560 // Operator to invoke equivalent draw API cal
    [all...]
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
51 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
53 /// equivalent to the input file. Three cases are distinguished:
54 /// 0 equivalent files: Continue with the next suffix length.
55 /// 1 equivalent file: Best match found, return it.
56 /// >1 equivalent files: Match is ambiguous, return error.
73 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /external/v8/test/mjsunit/
regexp-sort.js 42 // German double s and capital S. These are not equivalent since one is double.
44 // Small i and Turkish capital dotted I. These are not equivalent due to
47 // Small dotless i and I. These are not equivalent either.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 95 STATE_STOPPED, // equivalent to PAUSED
96 STATE_STOPPED_AND_PREPARING, // equivalent to PAUSED, but seeking
97 STATE_STOPPED_AND_PREPARED, // equivalent to PAUSED, but seek complete
  /prebuilts/go/darwin-x86/src/cmd/yacc/
doc.go 37 Error is equivalent to yyerror in the original yacc.
51 Parse runs the parser; the top-level call yyParse(yylex) is equivalent
58 Lookahead returns -1. Calling Lookahead is equivalent to reading
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.1.golden 121 // Error is equivalent to Log() followed by Fail().
124 // Errorf is equivalent to Logf() followed by Fail().
136 // Fatal is equivalent to Log() followed by FailNow().
139 // Fatalf is equivalent to Logf() followed by FailNow().
223 // Error is equivalent to Log() followed by Fail().
226 // Errorf is equivalent to Logf() followed by Fail().
238 // Fatal is equivalent to Log() followed by FailNow().
241 // Fatalf is equivalent to Logf() followed by FailNow().
269 // Error is equivalent to Log() followed by Fail().
272 // Errorf is equivalent to Logf() followed by Fail().
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
doc.go 37 Error is equivalent to yyerror in the original yacc.
51 Parse runs the parser; the top-level call yyParse(yylex) is equivalent
58 Lookahead returns -1. Calling Lookahead is equivalent to reading
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.1.golden 121 // Error is equivalent to Log() followed by Fail().
124 // Errorf is equivalent to Logf() followed by Fail().
136 // Fatal is equivalent to Log() followed by FailNow().
139 // Fatalf is equivalent to Logf() followed by FailNow().
223 // Error is equivalent to Log() followed by Fail().
226 // Errorf is equivalent to Logf() followed by Fail().
238 // Fatal is equivalent to Log() followed by FailNow().
241 // Fatalf is equivalent to Logf() followed by FailNow().
269 // Error is equivalent to Log() followed by Fail().
272 // Errorf is equivalent to Logf() followed by Fail().
    [all...]
  /art/test/520-equivalent-phi/src/
Main.java 24 Class<?> c = Class.forName("Equivalent");
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountTest.java 44 // and verify it is equivalent to the original account.
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
findpackage.py 9 Given a directory, finds the equivalent package name. If it
  /external/conscrypt/src/openjdk/java/dalvik/system/
BlockGuard.java 20 * Blank class since OpenJDK does not implement something equivalent.
CloseGuard.java 22 * Basically empty class since OpenJDK doesn't have the equivalent.
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BasicAbstractClassComponent.java 21 * This component tests behavior equivalent to {@link BasicComponent}, but as an abstract class
  /external/iproute2/man/man8/
routel.8 16 The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
  /external/llvm/test/TableGen/
strconcat.td 17 // More than two arguments is equivalent to nested calls
  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 50 /// An oracle for answering whether two values are equivalent as
75 /// equivalent as operands. Without an oracle, global values are
76 /// considered equivalent as operands precisely when they have the
82 /// Determines whether two global values are equivalent.
  /external/lz4/programs/
lz4cat.1 23 It is equivalent to \fBlz4 -cd\fR,
  /external/mockito/src/org/mockito/stubbing/answers/
ReturnsElementsOf.java 16 * //is equivalent to:
  /external/shflags/lib/
shlib 5 # Convert a relative path into it's absolute equivalent.
  /external/skia/src/utils/
SkMatrix22.h 19 * This is equivalent to

Completed in 2877 milliseconds

1 2 3 45 6 7 8 91011>>