/external/clang/test/OpenMP/ |
atomic_capture_codegen.cpp | 15 unsigned int uiv, uix; variable 138 {iv = uix; uix -= uiv;} 170 iv = uix >>= uiv; 436 {uix = iv | uix; uiv = uix;} [all...] |
atomic_update_codegen.cpp | 15 unsigned int uiv, uix; variable 132 uix -= uiv; 162 uix >>= uiv; 394 uix = iv | uix; [all...] |
atomic_read_codegen.c | 15 unsigned int uiv, uix; variable 108 uiv = uix; 183 iv = uix;
|
atomic_write_codegen.c | 15 unsigned int uiv, uix; variable 108 uix = uiv; 200 uix = iv;
|
/platform_testing/utils/dialogs/src/com/android/dialogutils/ |
DismissDialogsInstrumentation.java | 261 File uix = new File(dir, "dd-" + app + suffix + ".uix"); local 263 Log.v(LOG_TAG, String.format("UI XML file path: %s", uix.getPath())); 265 uix.createNewFile(); 267 UiDevice.getInstance(this).dumpWindowHierarchy(uix);
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 33 [uSSRC, ~, uix] = unique(SSRC); 40 uPT = unique(PT(uix == i)); 42 length(find(uix==i)), uPT(1)); 52 ix = find(uix == sel);
|