Searched refs:original (Results 176 - 200 of 263) sorted by relevance

1234567891011

/external/libvpx/vp8/common/arm/neon/
H A Dsixtappredict4x4_neon.asm89 vmov q4, q3 ;keep original src data in q4 q6
155 vmov q4, q3 ;keep original src data in q4 q6
301 vmov q4, q3 ;keep original src data in q4 q6
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator_unittest.cc181 scoped_ptr<Value> original(server_url_list_.DeepCopy());
186 EXPECT_TRUE(merged_value->Equals(original.get()));
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java205 Node<E> original = mutationResult.getOriginalTarget();
206 return countOrZero(original);
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
689 This is a PHP translation of the original SmartyPants quote educator written in
799 original SmartyPants written in Perl.
/external/llvm/test/MC/MBlaze/
H A Dmblaze_imm.s6 # 16-bits are then combined with the lower 16-bits in the original
/external/skia/src/animator/
H A DSkScript.cpp421 const char** original = scriptPtr; local
452 SkDebugf("script failed: %s", *original);
1379 int32_t original = operand2.fS32;
1381 if (original * operand2.fS32 == operand1.fS32)
1383 operand2.fS32 = original;
H A DSkDisplayable.cpp506 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { argument
H A DSkDisplayApply.cpp706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope argument
710 SkAnimateBase** origPtr = ((SkApply*) original)->fAnimators.begin();
/external/icu4c/i18n/
H A Ddtptngen_impl.h111 UnicodeString original[UDATPG_FIELD_COUNT]; member in class:PtnSkeleton
/external/jmonkeyengine/engine/src/bullet-native/android/
H A DAndroid.mk11 # 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
12 # 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php12 * Based on original MySQL language file by Carl Fürstenberg (2004); brought
/external/v8/src/mips/
H A Dsimulator-mips.h198 bool set_fcsr_round_error(double original, double rounded);
/external/icu4c/common/
H A Duresbund.c1138 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) { argument
1140 if(U_FAILURE(*status) || r == original) {
1143 if(original != NULL) {
1156 uprv_memcpy(r, original, sizeof(UResourceBundle));
1159 if(original->fResPath) {
1160 ures_appendResPath(r, original->fResPath, original->fResPathLen, status);
/external/icu4c/test/intltest/
H A Dapicoll.cpp954 // Try using the cloned collators after deleting the original data
1678 const char *original; member in struct:teststruct
1783 buffSize = u_unescape(tests[i].original, buffer, 512);
1795 errln("Problem with lower! j = %i (%s vs %s)", k, tests[k].original, tests[i].original);
1798 errln("Problem with upper! j = %i (%s vs %s)", k, tests[k].original, tests[j].original);
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java794 // proceed to execute the original action.
1177 Object original = getOriginalMethod.invoke(invocationHandler);
1178 if (original instanceof DefaultInvocationHandler) {
1179 return (DefaultInvocationHandler) original;
1335 * original invocations happened in exactly that same order.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DCharacterTest.java1534 char original[] = new char[]{0x0000, 0x0010, 0x00AA, 0xB000, 0xCC00, 0xABCD, 0xFFAA};
1536 assertTrue("Test self check", original.length==reversed.length);
1538 for (int i=0; i<original.length; i++) {
1539 char origChar = original[i];
/external/chromium/chrome/browser/resources/net_internals/
H A Ddataview.js198 text.push(' Proxy settings (original)');
202 text.push(proxySettingsToString(data.proxySettings.original));
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl314 want its recipients to know that what they have is not the original, so
315 that any problems introduced by others will not reflect on the original
459 original licensor to copy, distribute or modify the Program subject to
499 original copyright holder who places the Program under this License
/external/webkit/Tools/Scripts/
H A Dresolve-ChangeLogs320 rmtree(qw(.git/refs/original));
344 # Copy the header from the original patch.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java785 Integer original = new Integer(10);
788 oos.writeObject(original);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURITest.java1392 private void testNormalize(String original, String expected) throws URISyntaxException { argument
1393 assertEquals(expected, new URI(original).normalize().toString());
/external/libvpx/vpx_ports/
H A Dx86_abi_support.asm139 ; original inline assembler we're porting from.
/external/linux-tools-perf/config/
H A Dutilities.mak121 # it into the original unescaped text.
/external/llvm/lib/Support/Unix/
H A DProgram.inc129 close(InFD); // Close the original FD
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp561 // e.g. if the original range spaned "hello" in <div>hello</div>, then this function extends the range to contain div's around it.
1015 VisibleSelection selectionForParagraphIteration(const VisibleSelection& original) argument
1017 VisibleSelection newSelection(original);

Completed in 1273 milliseconds

1234567891011