HomeSort by relevance Sort by last modified time
    Searched defs:exchange (Results 1 - 5 of 5) sorted by null

  /external/bison/lib/
getopt.c 137 /* Exchange two adjacent subsequences of ARGV.
147 exchange (char **argv, struct _getopt_data *d)
154 /* Exchange the shorter segment with the far end of the longer segment.
400 exchange them so that the options come first. */
404 exchange ((char **) argv, d);
418 then exchange with previous non-options as if it were an option,
427 exchange ((char **) argv, d);
144 exchange (char **argv, struct _getopt_data *d) function
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 110 exchange(handlerExchanger, new Handler()); method
131 cameraThreadHandler = exchange(handlerExchanger, null);
139 boolean startResult = exchange(result, false); // |false| is a dummy value.
206 exchange(result, true); method
217 exchange(resultDropper, false); method
219 exchange(result, false); method
234 boolean status = exchange(result, false); // |false| is a dummy value here.
268 exchange(result, true); method
277 exchange(result, false); method
329 exchange(result, null) method
346 exchange(result, null); method
397 exchange(result, e); method
400 exchange(result, null); method
406 private static <T> T exchange(Exchanger<T> exchanger, T value) { method in class:VideoCaptureAndroid
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 181 kDNSType_KX, // 36 Key Exchange
712 typedef packedstruct { mDNSu16 preference; domainname exchange; } rdataMX; variable
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 480 milliseconds