/external/opencv/cvaux/src/ |
extendededges.cpp | 46 //void icvCutContour( CvSeq* current, IplImage* image ); 47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image ); 61 CvSeq* current = contours; local 70 while( current ) 75 CvSeq* new_seq = icvCutContourRaster( current, storage, image ); 93 if( current->v_next ) 96 current = current->v_next; 102 while( !current->h_next ) 104 current = current->v_prev [all...] |
/external/webrtc/ |
TODO | 2 fixed rather than floating point. The current code uses floating
|
/frameworks/base/media/tests/CameraBrowser/ |
Android.mk | 10 LOCAL_SDK_VERSION := current
|
/frameworks/base/media/tests/ScoAudioTest/ |
Android.mk | 4 #LOCAL_SDK_VERSION := current
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
package.html | 5 <p>Contains APIs that control the routing of media channels and streams from the current device
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicMarkableReference.java | 49 * Returns the current value of the reference. 51 * @return the current value of the reference 58 * Returns the current value of the mark. 60 * @return the current value of the mark 67 * Returns the current values of both the reference and the mark. 72 * @return the current value of the reference 83 * current reference is {@code ==} to the expected reference 84 * and the current mark is equal to the expected mark. 107 * current reference is {@code ==} to the expected reference 108 * and the current mark is equal to the expected mark 120 Pair<V> current = pair; local 136 Pair<V> current = pair; local 155 Pair<V> current = pair; local [all...] |
AtomicStampedReference.java | 49 * Returns the current value of the reference. 51 * @return the current value of the reference 58 * Returns the current value of the stamp. 60 * @return the current value of the stamp 67 * Returns the current values of both the reference and the stamp. 72 * @return the current value of the reference 83 * current reference is {@code ==} to the expected reference 84 * and the current stamp is equal to the expected stamp. 107 * current reference is {@code ==} to the expected reference 108 * and the current stamp is equal to the expected stamp 120 Pair<V> current = pair; local 136 Pair<V> current = pair; local 155 Pair<V> current = pair; local [all...] |
/external/harfbuzz/contrib/tables/ |
unicode_parse_common.py | 57 current = None 59 if current is None: 60 current = v 62 if current[1] + 1 == v[0] and current[2] == v[2]: 63 current = (current[0], v[1], v[2]) 65 output.append(current) 66 current = v 67 if current is not None [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MixInSoft_D32C31_SAT.c | 48 if (pInstance->Current != pInstance->Target) 51 pInstance->Current = pInstance->Target; 52 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 53 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ 54 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 72 pInstance->Current = pInstance->Target; /* In case the core function would have changed the Current value */ 81 use of the core soft mix function which can change the Current value! */ 84 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& 85 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TabControl.java | 36 private static final String CURRENT = "current"; 48 // Current position in mTabs. 70 * Return the current tab's main WebView. This will always return the main 72 * @return The current tab's WebView. 83 * Return the current tab's top-level WebView. This can return a subwindow 85 * @return The top-level WebView of the current tab. 96 * Return the current tab's subwindow if it exists. 97 * @return The subwindow of the current tab or null if it doesn't exist. 127 * Return the current tab 239 Tab current = getCurrentTab(); local 320 Tab current = getCurrentTab(); local 341 long current = -1; local 645 Tab current = getTab(mCurrentTab); local [all...] |
/build/core/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 12 To submit the revised current.txt to the main Android repository,
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Parser.js | 30 var current = input.LT(1); 32 if ( current.getType() === org.antlr.runtime.Token.EOF ) { 33 old_current = current; 34 current = input.LT(-1); 36 if (!current) { 37 current = old_current; 40 t.line = current.getLine(); 41 t.charPositionInLine = current.getCharPositionInLine();
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_login_status_consumer.h | 34 MessageLoop::current()->Quit(); 39 MessageLoop::current()->Quit(); 48 MessageLoop::current()->Quit(); 57 MessageLoop::current()->Quit(); 62 MessageLoop::current()->Quit(); 67 MessageLoop::current()->Quit(); 73 MessageLoop::current()->Quit(); 79 MessageLoop::current()->Quit();
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_current_page_delegate.h | 20 // A class that abstracts omnibox functionality that depends on the current 21 // tab/page (e.g., getting information about the current page, retrieving 22 // objects associated with the current tab, or performing operations that rely 28 // Returns whether there is any associated current page. For example, during 32 // Returns the URL of the current page. 41 // Returns whether the current page is loading. 44 // Returns the NavigationController for the current page. 47 // Returns the session ID of the current page.
|
/external/chromium_org/net/url_request/ |
url_fetcher_delegate.cc | 10 const URLFetcher* source, int64 current, int64 total) {} 13 const URLFetcher* source, int64 current, int64 total) {}
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetAudioStatus.3 | 3 SDL_GetAudioStatus \- Get the current audio state 20 Returns either \fBSDL_AUDIO_STOPPED\fP, \fBSDL_AUDIO_PAUSED\fP or \fBSDL_AUDIO_PLAYING\fP depending on the current audio state\&.
|
SDL_ThreadID.3 | 3 SDL_ThreadID \- Get the 32-bit thread identifier for the current thread\&. 12 Get the 32-bit thread identifier for the current thread\&.
|
/frameworks/testing/uiautomator/library/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 12 To submit the revised current.txt to the main Android repository,
|
/frameworks/compile/mclinker/lib/MC/ |
SymbolCategory.cpp | 60 Category* current = m_pFile; local 61 while (NULL != current) { 62 Category* tmp = current; 63 current = current->next; 70 Category* current = m_pRegular; local 74 while (NULL != current) { 75 if (current->type == pTarget) { 76 current->end++; 80 if (!current->empty()) 115 Category* current = m_pFile; local [all...] |
/cts/tests/tests/net/jni/ |
NativeDnsJni.c | 42 struct addrinfo *current = answer; local 43 while (current != NULL) { 45 if (current->ai_addr->sa_family == AF_INET) { 46 inet_ntop(current->ai_family, &((struct sockaddr_in *)current->ai_addr)->sin_addr, 50 } else if (current->ai_addr->sa_family == AF_INET6) { 51 inet_ntop(current->ai_family, &((struct sockaddr_in6 *)current->ai_addr)->sin6_addr, 56 current = current->ai_next 75 struct addrinfo *current = answer; local 151 char **current = my_hostent->h_addr_list; local [all...] |
/external/android-clat/ |
checksum.c | 31 * current - the current checksum (or 0 to start a new checksum) 35 uint32_t ip_checksum_add(uint32_t current, const void *data, int len) { 36 uint32_t checksum = current; 96 uint32_t current = 0; local 97 current = ip_checksum_add(current, &(ip6->ip6_src), sizeof(struct in6_addr)); 98 current = ip_checksum_add(current, &(ip6->ip6_dst), sizeof(struct in6_addr)); 99 current = ip_checksum_add(current, &checksum_len, sizeof(checksum_len)) 116 uint32_t current = 0; local [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
automation_extension.h | 26 // Captures the visible part of the current tab as a base64-encoded PNG. 30 // Gets the position of the current window. 33 // Sets the position of the current window. 36 // Gets the size of the current window. 39 // Sets the size of the current window. 42 // Maximizes the current window.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGRadialGradientElement.cpp | 136 SVGGradientElement* current = this; local 138 while (current) { 139 if (!current->renderer()) 142 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) 143 attributes.setSpreadMethod(current->spreadMethodCurrentValue()); 145 if (!attributes.hasGradientUnits() && current->hasAttribute(SVGNames::gradientUnitsAttr)) 146 attributes.setGradientUnits(current->gradientUnitsCurrentValue()); 148 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) { 150 current->gradientTransformCurrentValue().concatenate(transform); 155 const Vector<Gradient::ColorStop>& stops(current->buildStops()) [all...] |
/external/llvm/lib/Support/ |
MemoryObject.cpp | 19 uint64_t current = address; local 22 if (current + size > limit) 25 while (current - address < size) { 26 if (readByte(current, &buf[(current - address)])) 29 current++;
|
/packages/apps/Mms/src/com/android/mms/layout/ |
LayoutParameters.java | 33 * Get the width of current layout. 37 * Get the height of current layout. 41 * Get the width of the image region of current layout. 45 * Get the height of the text region of current layout. 49 * Get the type of current layout. 53 * Get the type description of current layout.
|