HomeSort by relevance Sort by last modified time
    Searched refs:tempString (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/test/webkit/
function-constructor-newline-after-brace.js 30 var tempString = "";
32 tempString = oldFunction.toString();
33 var index = tempString.indexOf("{") + 2;
34 tempString = tempString.substr(index, tempString.length - index - 2);
36 return new Function(name + '_obj.initialize();' + tempString);
44 var tempString = "";
46 tempString = oldFunction.toString();
47 var index = tempString.indexOf("{") + 2
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 108 NSString* tempString = [tempCaptureDevice localizedDisplayName];
109 successful = [tempString getCString:(char*)deviceName
117 tempString = [tempCaptureDevice uniqueID];
118 successful = [tempString getCString:(char*)deviceUniqueID
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 887 UnicodeString tempString;
918 tempString = formatter->format (-5789.9876, tempString);
920 if (tempString == expectedDefault) {
925 " Received " + tempString );
931 tempString.remove();
932 tempString = formatter->format( 5789.9876, tempString );
934 if (tempString == expectedCurrency) {
939 " Received " + tempString );
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 887 UnicodeString tempString;
918 tempString = formatter->format (-5789.9876, tempString);
920 if (tempString == expectedDefault) {
925 " Received " + tempString );
931 tempString.remove();
932 tempString = formatter->format( 5789.9876, tempString );
934 if (tempString == expectedCurrency) {
939 " Received " + tempString );
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 538 String tempString = null;
542 tempString = path.substring(0, path.indexOf("/../"));
543 segIndex = tempString.lastIndexOf('/');
547 if (!tempString.substring(segIndex++).equals(".."))
559 tempString = path.substring(0, path.length() - 3);
560 segIndex = tempString.lastIndexOf('/');
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 558 String tempString = null;
562 tempString = path.substring(0, path.indexOf("/../"));
563 segIndex = tempString.lastIndexOf('/');
567 if (!tempString.substring(segIndex++).equals(".."))
579 tempString = path.substring(0, path.length() - 3);
580 segIndex = tempString.lastIndexOf('/');
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.cpp     [all...]

Completed in 131 milliseconds