Searched refs:end (Results 101 - 125 of 13805) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGViewSpec.cpp56 const LChar* end = ptr + spec.length(); local
57 return parseViewSpecInternal(ptr, end);
60 const UChar* end = ptr + spec.length(); local
61 return parseViewSpecInternal(ptr, end);
131 bool SVGViewSpec::parseViewSpecInternal(const CharType* ptr, const CharType* end) argument
133 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec)))
136 if (ptr >= end || *ptr != '(')
140 while (ptr < end && *ptr != ')') {
142 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) {
143 if (ptr >= end || *pt
[all...]
/external/stlport/test/unit/
H A Dptrspec_test.cpp121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_arra
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
H A DANTLRTests.h17 @end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/recognizer/
H A DANTLRRecognizerTest.h16 @end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
H A DANTLRCommonErrorNodeTest.h16 @end
H A DANTLRCommonTreeAdaptorTest.h16 @end
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_custom_window.h27 @end
31 @end
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_show_all_button.h10 @end
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_separator_view.h18 @end
26 @end
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
H A Davatar_label_button.h13 @end
21 @end
/external/chromium_org/remoting/host/installer/mac/uninstaller/
H A Dremoting_uninstaller.h12 @end
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCI420Frame+Internal.h36 @end
H A DRTCStatsReport+Internal.h36 @end
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCAudioSource.h40 @end
H A DRTCAudioTrack.h39 @end
H A DRTCVideoSource.h39 @end
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
H A DAPPRTCAppDelegate.h34 @end
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.h31 @end
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug.h40 char *end; /* pointer to gtt offset zero */ member in struct:debug_stream
52 unsigned *end );
/external/chromium_org/tools/gyp/test/ios/extension/ActionExtension/
H A DActionViewController.h9 @end
/external/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/
H A DViewController.h10 @end
/external/chromium_org/tools/gyp/test/mac/framework-headers/
H A Dmyframework.h8 @end
/external/chromium_org/tools/gyp/test/mac/xctest/
H A DMyClass.h8 @end
/external/clang/test/Index/Inputs/
H A Dobjc.h7 @end
11 @end
/external/clang/test/Index/
H A Dboxed-exprs.h2 @interface NSString @end
6 @end

Completed in 453 milliseconds

1234567891011>>