/external/icu4c/i18n/ |
dtptngen.cpp | [all...] |
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 89 bool SkAnimatorScript::evaluate(const char* original, SkScriptValue* result, SkDisplayTypes type) { 90 const char* script = original; 231 SkDisplayTypes original; local 232 SkDisplayTypes type = original = (SkDisplayTypes) info->getType(); 262 original = typedArray->values.getType(); 264 SkASSERT(original != SkType_Unknown); 265 SkTypedArray* array = value->fOperand.fArray = new SkTypedArray(original);
|
SkAnimateMaker.h | 99 bool resolveID(SkDisplayable* displayable, SkDisplayable* original);
|
SkDrawGroup.cpp | 277 SkGroup* original = (SkGroup*) orig; local 278 SkTDDrawableArray& originalChildren = original->fChildren;
|
SkAnimateMaker.cpp | 283 bool SkAnimateMaker::resolveID(SkDisplayable* displayable, SkDisplayable* original) { 285 bool success = computeID(original, NULL, &newID);
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumSkia.cpp | 224 // Return a rectangle that has the same center point as |original|, but with a 226 IntRect center(const IntRect& original, int width, int height) 228 width = std::min(original.width(), width); 229 height = std::min(original.height(), height); 230 int x = original.x() + (original.width() - width) / 2; 231 int y = original.y() + (original.height() - height) / 2;
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 412 // If this is a wrapped request, use the URI from the original 416 HttpRequest original = ((RequestWrapper) request).getOriginal(); local 417 if (original instanceof HttpUriRequest) { 418 uri = ((HttpUriRequest) original).getURI();
|
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 158 * @param original The original LayoutInflater to copy. 161 protected LayoutInflater(LayoutInflater original, Context newContext) { 163 mFactory = original.mFactory; 164 mFilter = original.mFilter; 181 * pointing to a different Context than the original. This is used by 186 * May be the same as the original Context if desired. 222 * merge your own factory with whatever factory the original instance is
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 186 private boolean haveSufficientCommonality(String original, CharSequence suggestion) { 187 final int originalLength = original.length(); 195 final char origChar = ExpandableDictionary.toLowerCase(original.charAt(i)); 231 // Save a lowercase version of the original word 331 // Is that correction already the current prediction (or original word)?
|
/external/v8/test/mjsunit/ |
regexp-string-methods.js | 47 // We match other browsers in using the original value of RegExp.prototype.exec.
|
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 117 * @param original The original inflater to copy. 120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { 122 mFactory = original.mFactory; 127 * pointing to a different Context than the original. This is used by 132 * May be the same as the original Context if desired. 189 * original instance is using.
|
/external/bison/data/ |
glr.cc | 35 # know the "real" original parse-param, we save them 124 ]dnl In this section, the parse param are the original parse_params.
|
/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/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 303 String original = "repeated_float: inf\n" + local 328 TextFormat.merge(original, builder);
|
/external/webkit/WebKit/chromium/src/js/ |
DevTools.js | 353 var original = WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu; 356 var result = original.apply(this, arguments);
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
linux_osl.c | 481 goto original; 494 original:
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 497 // Not a continuation, so stop. Note that if the 'original' i = 1, 667 bool SplitStringPiece(base::StringPiece original, char delim, 669 const char* p = original.data(); 670 const char* end = p + original.size(); 691 *before = original; [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/arm/ |
virtual-frame-arm.h | 65 explicit VirtualFrame(VirtualFrame* original);
|
/libcore/luni/src/main/native/ |
ICU.cpp | 536 UnicodeString original(s); 538 return s == original ? javaString : env->NewString(s.getBuffer(), s.length()); 544 UnicodeString original(s); 546 return s == original ? javaString : env->NewString(s.getBuffer(), s.length());
|
/external/chromium/third_party/icu/source/test/cintltst/ |
capitst.c | 763 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected"); 766 log_err("FAIL: Cloned German phonebook collator is not equal to original.\n"); 797 log_err("FAIL: Cloned collator is not equal to original at index = %d.\n", index); 806 /* Close the original to make sure that the clone is usable. */ 1470 const char *original; member in struct:teststruct [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 773 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected"); 776 log_err("FAIL: Cloned German phonebook collator is not equal to original.\n"); 807 log_err("FAIL: Cloned collator is not equal to original at index = %d.\n", index); 816 /* Close the original to make sure that the clone is usable. */ 1448 const char *original; member in struct:teststruct [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 141 static void swizzleAllMethods(Class imposter, Class original) 147 Method* originalMethods = class_copyMethodList(original, &originalMethodCount); 152 // Attempt to add the method to the original class. If it fails, the method already exists and we should 154 if (class_addMethod(original, imposterMethodName, method_getImplementation(imposterMethods[i]), method_getTypeEncoding(imposterMethods[i]))) 164 // If class_addMethod failed above then the method must exist on the original class. 174 static void poseAsClass(const char* imposter, const char* original) 177 Class originalClass = objc_getClass(original); [all...] |