/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_textsplittexttwo.js | 79 into two Text nodes, the original node contains all the 84 The original Text node should contain all the content 86 is called to check that the original node now contains
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_textsplittexttwo.js | 79 into two Text nodes, the original node contains all the 84 The original Text node should contain all the content 86 is called to check that the original node now contains
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 122 IFile original = fileEditorInput.getFile(); local 123 if (original != null) { 124 dialog.setOriginalFile(original); 129 if (original != null && !original.isAccessible()) { 131 "The original file ''%s'' has been deleted or is not accessible.", 132 original.getName());
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 32 // Based on original Protocol Buffers design by 436 string* original = field.Add(); local 437 *original = "foo"; 442 EXPECT_TRUE(original->empty()); 445 EXPECT_EQ(field.Add(), original); // Should return same string for reuse. 447 EXPECT_EQ(field.ReleaseLast(), original); // We take ownership. 450 EXPECT_NE(field.Add(), original); // Should NOT return the same string. 453 field.AddAllocated(original); // Give ownership back. 455 EXPECT_EQ(field.Mutable(1), original); 459 EXPECT_EQ(field.ReleaseCleared(), original); // Take ownership again [all...] |
/dalvik/vm/mterp/x86/ |
cvtfp_int.S | 18 fnstcw LOCAL0_OFFSET(%ebp) # remember original rounding mode
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
GeneratedMessageTest.java | 470 TestAllExtensions original = TestUtil.getAllExtensionsSet(); local 471 TestAllExtensions copy = TestAllExtensions.newBuilder(original).build(); 476 TestAllExtensions original = local 480 TestAllExtensions.newBuilder().mergeFrom(original).build(); 529 TestAllExtensionsLite original = TestUtil.getAllLiteExtensionsSet(); local 531 TestAllExtensionsLite.newBuilder(original).build(); 536 TestAllExtensionsLite original = local 540 TestAllExtensionsLite.newBuilder().mergeFrom(original).build();
|
/external/quake/quake/src/QW/ |
qwcl.spec.sh | 26 original version of Quake can be played over the Internet, many users modem
|
qwsv.spec.sh | 26 original version of Quake can be played over the Internet, many users modem
|
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 193 String original = TextUtils.substring(editable, start, end); local 195 QwertyKeyListener.markAsReplaced(editable, start, end, original);
|
/external/chromium/chrome/browser/download/ |
save_package_unittest.cc | 273 FilePath original = FilePath(kExtensionTestCases[i].page_title); local 275 FilePath actual = EnsureHtmlExtension(original); 317 FilePath original = FilePath(kExtensionTests[i].page_title); local 320 FilePath actual = EnsureMimeExtension(original, mime_type);
|
/external/icu4c/common/unicode/ |
resbund.h | 153 * @param original The resource bundle to copy. 156 ResourceBundle(const ResourceBundle &original); 161 * original resource bundle.
|
/external/skia/src/animator/ |
SkDisplayApply.h | 75 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
|
/external/webkit/Source/WebCore/editing/ |
CompositeEditCommand.cpp | [all...] |
/frameworks/base/tools/localize/ |
XLIFFFile.h | 96 int convert_html_to_xliff(const XMLNode* original, const string& name, XMLNode* addTo, int* phID);
|
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 67 BitSet original = BitSet.valueOf(longs); local 69 assertFalse(BitSet.valueOf(longs).equals(original)); 115 BitSet original = BitSet.valueOf(bytes); local 117 assertFalse(BitSet.valueOf(bytes).equals(original));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
FileCache.java | 109 FileEntry original = queryDatabase(downloadUrl); local 110 if (original != null) { 112 entry.filename = original.filename; 113 entry.size = original.size;
|
/external/chromium/chrome/browser/chromeos/input_method/ |
xkeyboard.cc | 340 switch (modifier_map[i].original) { 355 << ModifierKeyToString(modifier_map[i].original); 359 LOG(ERROR) << ModifierKeyToString(modifier_map[i].original)
|
/external/guava/src/com/google/common/primitives/ |
Bytes.java | 203 private static byte[] copyOf(byte[] original, int length) { 205 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
|
/external/icu4c/test/intltest/ |
reptest.cpp | 279 UnicodeString original = tr->toString(); local 306 errln("FAIL Styles: " + transliteratorName + "{" + original + "} => " 312 log(original);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
TrustManagerImpl.java | 220 X509Certificate[] original = chain; local 246 // don't mutuate original chain, which may be directly from an SSLSession 247 if (chain == original) { 248 chain = original.clone();
|
/external/chromium/net/tools/testserver/ |
chromiumsync_test.py | 229 def DoCommit(original=None, id_string='', name=None, parent=None, 232 if original is not None: 233 proto.version = original.version 234 proto.id_string = original.id_string 235 proto.parent_id_string = original.parent_id_string 236 proto.name = original.name 298 proto2b, result2b = DoCommit(original=result2, 302 proto1b, result1b = DoCommit(original=result1, 309 for p, r, original in [(proto2b, result2b, proto2), 313 self.assertEqual(r.originator_client_item_id, original.id_string [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumSkia.cpp | 196 // Return a rectangle that has the same center point as |original|, but with a 198 IntRect center(const IntRect& original, int width, int height) 200 width = std::min(original.width(), width); 201 height = std::min(original.height(), height); 202 int x = original.x() + (original.width() - width) / 2; 203 int y = original.y() + (original.height() - height) / 2;
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 71 || ( echo Decoded target does not match original ^ 93 || ( echo Decoded target does not match original ^ 113 || ( echo Decoded target does not match original ^ 132 || ( echo Decoded target does not match original ^ 139 rem If using the wrong dictionary, and dictionary is smaller than the original 204 || ( echo Decoded target does not match original ^ 297 || ( echo Decoded target does not match original with -buffersize=1 ^ 363 || ( echo Decoded target does not match original with -interleaved ^ 382 || ( echo Decoded target does not match original with -target_matches ^
|
/external/v8/test/mjsunit/ |
array-iteration.js | 50 // Modify original array. 90 // Modify original array. 133 // Modify original array. 170 // Modify original array. 208 // Modify original array.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 639 * @return if {@code original} is to the EmailProvider, add "?limit=1". Otherwise just returns 640 * {@code original}. 645 /* package */ static Uri buildLimitOneUri(Uri original) { 646 if ("content".equals(original.getScheme()) && 647 EmailContent.AUTHORITY.equals(original.getAuthority())) { 648 return EmailContent.uriWithLimit(original, 1); 650 return original; [all...] |