HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 151 - 175 of 3925) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/ARM/
2010-06-29-PartialRedefFastAlloc.ll 5 ; This tests the fast register allocator's handling of partial redefines:
10 ; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
  /external/skia/include/gpu/
GrPathRendererChain.h 48 kColorAntiAlias_DrawType, // draw to color buffer, with partial coverage AA
51 kStencilAndColorAntiAlias_DrawType // draw the stencil and color buffer, with partial
  /packages/apps/QuickSearchBox/tests/partial/
AndroidManifest.xml 18 package="com.android.quicksearchbox.tests.partial">
38 android:authorities="com.android.quicksearchbox.tests.partial" />
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fork1.py 34 partial_module = "partial"
56 # Exitcode 1 means the child got a partial module (bad.) No
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fork1.py 34 partial_module = "partial"
56 # Exitcode 1 means the child got a partial module (bad.) No
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 46 /// Partial - True when the original copy was a partial subregister copy.
47 bool Partial;
64 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
71 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
90 bool isPartial() const { return Partial; }
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessenger.java 93 byte[] partial = new byte[mFragmentLength];
109 size = mSocket.receive(partial);
127 buffer.write(partial, 0, size);
130 DataInputStream dataIn = new DataInputStream(new ByteArrayInputStream(partial));
152 size = mSocket.receive(partial);
163 buffer.write(partial, 0, size);
  /external/llvm/test/Transforms/LoopVectorize/X86/
metadata-enable.ll 1 ; RUN: opt < %s -mcpu=corei7 -O1 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1
2 ; RUN: opt < %s -mcpu=corei7 -O2 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O2
3 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3
4 ; RUN: opt < %s -mcpu=corei7 -Os -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Os
5 ; RUN: opt < %s -mcpu=corei7 -Oz -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Oz
6 ; RUN: opt < %s -mcpu=corei7 -O1 -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC
7 ; RUN: opt < %s -mcpu=corei7 -Oz -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC
8 ; RUN: opt < %s -mcpu=corei7 -O1 -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC2
9 ; RUN: opt < %s -mcpu=corei7 -Oz -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC2
10 ; RUN: opt < %s -mcpu=corei7 -O3 -disable-loop-vectorization -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3DI
    [all...]
  /external/mockito/src/org/mockito/stubbing/
OngoingStubbing.java 119 * As usual you are going to read <b>the partial mock warning</b>:
121 * How does partial mock fit into this paradigm? Well, it just doesn't...
122 * Partial mock usually means that the complexity has been moved to a different method on the same object.
125 * However, there are rare cases when partial mocks come handy:
127 * However, I wouldn't use partial mocks for new, test-driven & well-designed code.
137 * See also javadoc {@link Mockito#spy(Object)} to find out more about partial mocks.
138 * <b>Mockito.spy() is a recommended way of creating partial mocks.</b>
  /external/chromium_org/third_party/ocmock/
Changes.txt 26 * Added feature to explicitly disable a partial mock
41 * Added feature to forward method to real object from partial mock (thanks to Marco Sandrini)
77 * Partial mocks are now deallocated as they should
119 * Partial mocks now work on object reference and self (thanks to Mike Mangino)
124 * Added partial mocks (calls to the original object reference cannot be mocked)
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.cc 27 // Calc number of blocks (full and partial) required to cover entire image.
54 // Calc size of partial blocks which may be present on right and bottom edge.
85 // If there is a partial column at the end, handle it.
100 // handles the last partial row. This situation is far more common than the
101 // 'partial column' case.
  /frameworks/base/core/java/android/content/pm/
UserInfo.java 91 public boolean partial; field in class:UserInfo
149 partial = orig.partial;
175 dest.writeInt(partial ? 1 : 0);
198 partial = source.readInt() != 0;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 110 partial,
157 // Make an array to hold the partial results of stringifying this
161 partial = [];
172 partial[i] = str(i, value) || 'null';
178 v = partial.length === 0 ? '[]' :
180 partial.join(',\n' + gap) + '\n' +
182 '[' + partial.join(',') + ']';
197 partial.push(quote(k) + (gap ? ': ' : ':') + v);
208 partial.push(quote(k) + (gap ? ': ' : ':') + v);
217 v = partial.length === 0 ? '{}'
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
generator.py 7 from functools import partial namespace
77 return map(partial(GetDataHeader, False), result)
80 return map(partial(GetDataHeader, True), self.module.structs)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
json2.js 236 partial,
286 // Make an array to hold the partial results of stringifying this object value.
289 partial = [];
300 partial[i] = str(i, value) || 'null';
306 v = partial.length === 0 ? '[]' :
308 partial.join(',\n' + gap) + '\n' +
310 '[' + partial.join(',') + ']';
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
345 v = partial.length === 0 ? '{}'
    [all...]
  /external/chromium_org/tools/grit/grit/format/
resource_map.py 11 from functools import partial namespace
20 return partial(_FormatSource, _GetItemName)
22 return partial(_FormatSource, _GetItemPath)
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 231 partial,
286 // Make an array to hold the partial results of stringifying this object value.
289 partial = [];
300 partial[i] = str(i, value) || 'null';
306 v = partial.length === 0 ? '[]' :
308 partial.join(',\n' + gap) + '\n' +
310 '[' + partial.join(',') + ']';
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
345 v = partial.length === 0 ? '{}'
    [all...]
  /external/clang/include/clang/AST/
ASTMutationListener.h 52 /// \brief A template specialization (or partial one) was added to the
57 /// \brief A template specialization (or partial one) was added to the
63 /// \brief A template specialization (or partial one) was added to the
DeclTemplate.h     [all...]
  /external/svox/pico/tts/
svox_ssml_parser.h 57 @ssmldoc - SSML document, partial document input is supported
58 @isFinal - indicates whether input is a complete or partial document, 1 indicates complete document, 0 indicates partial
  /frameworks/base/core/java/android/speech/
RecognitionListener.java 79 * Called when partial recognition results are available. The callback might be called at any
80 * time between {@link #onBeginningOfSpeech()} and {@link #onResults(Bundle)} when partial
83 * service implementation. To request partial results, use
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 124 byte[] partial = new byte[sock.getLocalMiu()];
127 int size = sock.receive(partial);
131 byteStream.write(partial, 0, size);
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 119 ++results->fNumPoints; // partial first dash
128 len2 -= clampedInitialDashLength; // skip initial partial empty
154 // partial first block
155 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
203 // partial final block
204 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/skia/src/effects/
SkDashPathEffect.cpp 119 ++results->fNumPoints; // partial first dash
128 len2 -= clampedInitialDashLength; // skip initial partial empty
154 // partial first block
155 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
203 // partial final block
204 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.h 18 // Controls the partial screen magnifier, which is a small area of the screen
28 // Enables (or disables if |enabled| is false) partial screen magnifier

Completed in 831 milliseconds

1 2 3 4 5 67 8 91011>>