Searched refs:atomic (Results 226 - 249 of 249) sorted by relevance

12345678910

/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp525 fParenStack.push(atomic, *fStatus); // Frame type.
1077 // just as if the loop was inclosed in atomic parentheses.
2071 case atomic:
2074 // it was when the atomic parens were entered.
2453 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
2948 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
3218 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java73 import java.util.concurrent.atomic.AtomicInteger;
74 import java.util.concurrent.atomic.AtomicReferenceArray;
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java53 import java.util.concurrent.atomic.AtomicInteger;
54 import java.util.concurrent.atomic.AtomicReferenceArray;
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java54 import java.util.concurrent.atomic.AtomicInteger;
55 import java.util.concurrent.atomic.AtomicReferenceArray;
H A DLocalCacheTest.java70 import java.util.concurrent.atomic.AtomicReferenceArray;
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp525 fParenStack.push(atomic, *fStatus); // Frame type.
1077 // just as if the loop was inclosed in atomic parentheses.
2071 case atomic:
2074 // it was when the atomic parens were entered.
2453 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
2948 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
3218 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DResponseCacheTest.java58 import java.util.concurrent.atomic.AtomicReference;
H A DURLConnectionTest.java69 import java.util.concurrent.atomic.AtomicBoolean;
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js1164 // Verify that the selection does not partially select any atomic
1170 // Return a selection that does not partially select any atomic
1186 // Ensure a given position is not inside an atomic range.
1205 if (!m.atomic) continue;
4925 if (this.atomic && this.doc.cantEdit) {
5056 marker.atomic = true;
5065 if (marker.atomic) reCheckSelection(cm.doc);
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js1164 // Verify that the selection does not partially select any atomic
1170 // Return a selection that does not partially select any atomic
1186 // Ensure a given position is not inside an atomic range.
1205 if (!m.atomic) continue;
4925 if (this.atomic && this.doc.cantEdit) {
5056 marker.atomic = true;
5065 if (marker.atomic) reCheckSelection(cm.doc);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jar ... base.Function { final java.util.concurrent.atomic.AtomicInteger counter final synthetic com.google.common ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... base.Function { final java.util.concurrent.atomic.AtomicInteger counter final synthetic com.google.common ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js1181 // Verify that the selection does not partially select any atomic
1187 // Return a selection that does not partially select any atomic
1203 // Ensure a given position is not inside an atomic range.
1222 if (!m.atomic) continue;
5127 if (this.atomic && this.doc.cantEdit) {
5258 marker.atomic = true;
5267 if (marker.atomic) reCheckSelection(cm.doc);
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js435 namerequired:!0, parent:["select"], properties:["aria-required"]}, range:{"abstract":!0, namefrom:["author"], parent:["widget"], properties:["aria-valuemax", "aria-valuemin", "aria-valuenow", "aria-valuetext"]}, region:{namefrom:[" author"], parent:["section"]}, roletype:{"abstract":!0, properties:"aria-atomic aria-busy aria-controls aria-describedby aria-disabled aria-dropeffect aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-label aria-labelledby aria-live aria-owns aria-relevant".split(" ")},
477 axs.constants.ARIA_PROPERTIES = {activedescendant:{type:"property", valueType:"idref"}, atomic:{defaultValue:"false", type:"property", valueType:"boolean"}, autocomplete:{defaultValue:"none", type:"property", valueType:"token", values:["inline", "list", "both", "none"]}, busy:{defaultValue:"false", type:"state", valueType:"boolean"}, checked:{defaultValue:"undefined", type:"state", valueType:"token", values:["true", "false", "mixed", "undefined"]}, controls:{type:"property", valueType:"idref_list"},
483 axs.constants.GLOBAL_PROPERTIES = "aria-atomic aria-busy aria-controls aria-describedby aria-disabled aria-dropeffect aria-flowto aria-grabbed aria-haspopup aria-hidden aria-invalid aria-label aria-labelledby aria-live aria-owns aria-relevant".split(" ");
/external/clang/tools/c-index-test/
H A Dc-index-test.c879 PRINT_PROP_ATTR(atomic);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/clang/tools/libclang/
H A DCIndex.cpp5908 .Case("atomic", true)
6300 SET_CXOBJCPROP_ATTR(atomic);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli287 (** The ordering of an atomic [load], [store], [cmpxchg], [atomicrmw] or
/external/iproute2/doc/
H A Dip-cref.tex187 All the operations are atomic, i.e.\
/external/llvm/
H A Dconfigure4659 #include <atomic>
4660 std::atomic<float> x(0.0f);
18851 { echo "$as_me:$LINENO: checking for GCC atomic builtins" >&5
18852 echo $ECHO_N "checking for GCC atomic builtins... $ECHO_C" >&6; }
18933 { echo "$as_me:$LINENO: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&5
18934 echo "$as_me: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&2;}

Completed in 2256 milliseconds

12345678910