HomeSort by relevance Sort by last modified time
    Searched refs:original (Results 176 - 200 of 310) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/gtest/test/
Android.mk 24 # review of the original import.
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 72 ;modify data to have its original sign
  /external/mesa3d/src/glsl/
ir_clone.cpp 406 const ir_instruction *const original = (ir_instruction *) node; local
407 ir_instruction *copy = original->clone(mem_ctx, ht);
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 303 String original = "repeated_float: inf\n" + local
328 TextFormat.merge(original, builder);
  /external/skia/src/animator/
SkAnimateMaker.cpp 283 bool SkAnimateMaker::resolveID(SkDisplayable* displayable, SkDisplayable* original) {
285 bool success = computeID(original, NULL, &newID);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_textsplittextone.js 86 checks the "nextSibling()" method of the original node
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textsplittextone.js 86 checks the "nextSibling()" method of the original node
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode09.js 83 created in the original Document, but later adopted by this new document node. The
nodeisequalnode13.js 79 Document with deep=false. Using isEqualNode check if the original and the imported
nodesetuserdata06.js 82 second setUserData is the same as original Entity.
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 205 SkBitmap original = *rb.GetBitmapNamed(id); local
209 original.width(), original.height(), 0);
213 fill_color, original);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 521 // Not a continuation, so stop. Note that if the 'original' i = 1,
691 bool SplitStringPiece(base::StringPiece original, char delim,
693 const char* p = original.data();
694 const char* end = p + original.size();
715 *before = original;
    [all...]
  /external/pcre/
pcrecpp_unittest.cc 213 const char *original; member in struct:ReplaceTest
334 for (const ReplaceTest *t = tests; t->original != NULL; ++t) {
337 string one(t->original);
340 string all(t->original);
484 // the original unquoted string.
500 // Tests that quoted meta characters match their original strings,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 61 " pushfl # Get original EFLAGS \n"
81 " pushfq # Get original EFLAGS \n"
99 pushfd ; Get original EFLAGS
  /external/tinyxml/
xmltest.cpp 637 std::string original, copy, assign; local
638 original << doc;
641 XmlTest( "Copy/Assign: document copy.", original.c_str(), copy.c_str(), true );
642 XmlTest( "Copy/Assign: document assign.", original.c_str(), assign.c_str(), true );
  /external/v8/src/mips/
virtual-frame-mips.h 112 explicit inline VirtualFrame(VirtualFrame* original);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 672 UnicodeString original(s);
674 return s == original ? javaString : env->NewString(s.getBuffer(), s.length());
680 UnicodeString original(s);
682 return s == original ? javaString : env->NewString(s.getBuffer(), s.length());
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 37 option.value = "original";
70 if (format === "original")
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 777 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
780 log_err("FAIL: Cloned German phonebook collator is not equal to original.\n");
811 log_err("FAIL: Cloned collator is not equal to original at index = %d.\n", index);
820 /* Close the original to make sure that the clone is usable. */
1452 const char *original; member in struct:teststruct
    [all...]
udatatst.c 1526 const uint8_t *original; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 151 static void swizzleAllMethods(Class imposter, Class original)
157 Method* originalMethods = class_copyMethodList(original, &originalMethodCount);
162 // Attempt to add the method to the original class. If it fails, the method already exists and we should
164 if (class_addMethod(original, imposterMethodName, method_getImplementation(imposterMethods[i]), method_getTypeEncoding(imposterMethods[i])))
174 // If class_addMethod failed above then the method must exist on the original class.
184 static void poseAsClass(const char* imposter, const char* original)
187 Class originalClass = objc_getClass(original);
    [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 77 vmov q4, q3 ;keep original src data in q4 q6
143 vmov q4, q3 ;keep original src data in q4 q6
289 vmov q4, q3 ;keep original src data in q4 q6
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 496 public MockLayoutInflater(LayoutInflater original, Context newContext) {
497 super(original, newContext);
  /external/chromium/chrome/browser/resources/shared/js/
util.js 24 * Calls chrome.send with a callback and restores the original afterwards.
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 181 scoped_ptr<Value> original(server_url_list_.DeepCopy());
186 EXPECT_TRUE(merged_value->Equals(original.get()));

Completed in 1295 milliseconds

1 2 3 4 5 6 78 91011>>