Searched refs:end (Results 251 - 275 of 11073) sorted by relevance
<<11121314151617181920>>
/external/webrtc/talk/app/webrtc/objc/public/ |
H A D | RTCEAGLVideoView.h | 38 @end 46 @end
|
H A D | RTCMediaConstraints.h | 39 @end
|
H A D | RTCNSGLVideoView.h | 41 @end 47 @end
|
H A D | RTCStatsDelegate.h | 39 @end
|
/external/webrtc/webrtc/api/objc/ |
H A D | RTCNSGLVideoView.h | 26 @end 32 @end
|
H A D | RTCStatsReport+Private.h | 22 @end
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
H A D | ARDTURNClient.h | 20 @end
|
H A D | RTCICECandidate+JSON.h | 18 @end
|
H A D | RTCICEServer+JSON.h | 19 @end
|
H A D | RTCSessionDescription+JSON.h | 19 @end
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
H A D | ARDMainView.h | 22 @end 30 @end
|
H A D | ARDMainViewController.h | 17 @end
|
H A D | ARDStatsView.h | 17 @end
|
H A D | UIImage+ARDUtilities.h | 18 @end
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
H A D | APPRTCViewController.h | 17 @end
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
H A D | HexEncoder.java | 93 int end = off + length; 95 while (end > off) 97 if (!ignore((char)data[end - 1])) 102 end--; 106 while (i < end) 108 while (i < end && ignore((char)data[i])) 115 while (i < end && ignore((char)data[i])) 149 int end = data.length(); 151 while (end > 0) 153 if (!ignore(data.charAt(end [all...] |
/external/skia/tools/lua/ |
H A D | bbh_filter.lua | 14 end 16 end 27 end 31 globalInfo = {} -- Saves currentInfo for each file to be used at the end. 39 end 44 end 49 end 50 end 52 end 54 function sk_scrape_startcanvas(c, fileName) end [all...] |
/external/skqp/tools/lua/ |
H A D | bbh_filter.lua | 14 end 16 end 27 end 31 globalInfo = {} -- Saves currentInfo for each file to be used at the end. 39 end 44 end 49 end 50 end 52 end 54 function sk_scrape_startcanvas(c, fileName) end [all...] |
/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | sqrt.c | 79 goto end; 99 goto end; 118 goto end; 125 goto end; 130 goto end; 148 goto end; 153 goto end; 188 goto end; 193 goto end; 197 goto end; [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/ |
H A D | LocalVariableNode.java | 67 public Label end; field in class:LocalVariableNode 83 * @param end the last instruction corresponding to the scope of this local 92 final Label end, 99 this.end = end; 109 mv.visitLocalVariable(name, desc, signature, start, end, index); 87 LocalVariableNode( final String name, final String desc, final String signature, final Label start, final Label end, final int index) argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
H A D | X500NameTokenizer.java | 43 int end = index + 1; 49 while (end != value.length()) 51 char c = value.charAt(end); 83 end++; 86 index = end;
|
/external/clang/test/CodeGenObjC/Inputs/ |
H A D | literal-support.h | 6 @interface NSNumber @end 22 @end 25 @end 29 @end 33 @end
|
/external/clang/test/CodeGenObjCXX/Inputs/ |
H A D | literal-support.h | 6 @interface NSNumber @end 22 @end 25 @end 29 @end 33 @end
|
/external/google-breakpad/src/common/ |
H A D | byte_cursor.h | 54 ByteBuffer() : start(0), end(0) { } 56 : start(set_start), end(set_start + set_size) { } 62 return start == that.start && end == that.end; 65 return start != that.start || end != that.end; 70 assert(start <= end); 71 return end - start; 74 const uint8_t *start, *end; member in struct:google_breakpad::ByteBuffer 80 // haven't gone beyond the end o 198 const uint8_t *end local [all...] |
/external/iw/ |
H A D | offch.c | 16 char *end; local 20 strtoul(argv[0], &end, 10)); 21 if (*end != '\0') 28 strtoul(argv[0], &end, 10)); 29 if (*end != '\0')
|
Completed in 1086 milliseconds
<<11121314151617181920>>