HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
58 bool Simple,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
58 bool Simple,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-3.d 5 # Simple branch-expansion, type 1.
rd-dw2-4.d 5 # Simple branch-expansion, type 2.
rd-dw2-5.d 5 # Simple branch-expansion, type 3.
rd-dw2-8.d 5 # Simple broken word, table with two labels.
  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class);
51 ProxyFactory<Simple> factory = new ProxyFactory<Simple>(injectionPoint, aspects);
53 ConstructionProxy<Simple> constructionProxy = factory.create();
55 Simple simple = constructionProxy.newInstance(); local
56 simple.invoke();
57 assertTrue(simple.invoked);
61 static class Simple {
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 344 SimpleShape *Simple = new SimpleShape;
345 Notice(Simple);
346 Simple->Inner = Inner;
347 Inner->Parent = Simple;
354 Solipsize(iter, Branch::Direct, Simple, JustInner);
356 return Simple;
612 // One entry, no looping ==> Simple
741 std::function<void (SimpleShape*)> simple,
746 simple(cast<SimpleShape>(var));
763 ShapeSwitch(S, [&](SimpleShape* Simple) {
    [all...]
  /external/harfbuzz_ng/win32/
create-lists.bat 2 rem Simple .bat script for creating the NMake Makefile snippets.
  /external/v8/test/mjsunit/regress/
regress-618.js 28 // Simple class using inline constructor.
43 // Simple class using inline constructor.
58 // Simple class using inline constructor.
73 // Simple class using inline constructor.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
test_response.py 77 List=ElementList(Simple=SimpleList()))
97 <Simple>4</Simple>
98 <Simple>5</Simple>
99 <Simple>6</Simple>
102 <Simple>7</Simple>
103 <Simple>8</Simple
    [all...]
  /external/lzma/CPP/Windows/Control/
StatusBar.h 36 void Simple(bool simple)
37 { SendMessage(SB_SIMPLE, BoolToBOOL(simple), 0); }
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliModifierList.java 113 new WriteCommandAction.Simple(getProject(), getContainingFile()) {
121 new WriteCommandAction.Simple(getProject(), getContainingFile()) {
  /external/v8/test/mjsunit/es6/regress/
regress-3683.js 27 // Simple and labeled
  /external/google-breakpad/src/common/
memory_unittest.cc 76 TEST(WastefulVectorTest, Simple) {
  /external/regex-re2/re2/testing/
compile_test.cc 17 // Simple input/output tests checking that
104 TEST(TestRegexpCompileToProg, Simple) {
string_generator_test.cc 93 TEST(StringGenerator, Simple) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 3 foo: @ Simple function
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
CyclomaticComplexityTest.java 63 public static class Simple implements Target {
73 instrument(Simple.class);
80 instrument(Simple.class);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 89 * Amazon Simple Workflow Service (SWF) (Python 3)
90 * Amazon Simple Queue Service (SQS) (Python 3)
91 * Amazon Simple Notification Server (SNS) (Python 3)
92 * Amazon Simple Email Service (SES) (Python 3)
116 * Amazon Simple Storage Service (S3) (Python 3)
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false);
141 kSwitchForms[sw++] = new SwitchForm("SI", SwitchType.Simple, false);
142 kSwitchForms[sw++] = new SwitchForm("SO", SwitchType.Simple, false);
  /external/v8/test/mjsunit/
array-iteration.js 40 // Simple use.
100 // Simple use.
158 // Simple use.
222 // Simple use.
280 // Simple use.
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 84 class Simple: public CFIFixture, public Test { };
87 TEST_F(Simple, NoCFA) {
97 TEST_F(Simple, NoRA) {
106 TEST_F(Simple, SetCFAAndRARule) {
121 TEST_F(Simple, SetManyRules) {
148 TEST_F(Simple, RulesOverride) {
synth_minidump_unittest.cc 58 TEST(Section, Simple) {
163 TEST(Thread, Simple) {
194 TEST(Exception, Simple) {
237 TEST(String, Simple) {
  /external/v8/test/mjsunit/es6/
typedarray-iteration.js 29 // Simple use.
85 // Simple use.
141 // Simple use.

Completed in 555 milliseconds

12 3 4 5 6 7