Home
last modified time | relevance | path

Searched refs:_rc (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICURWLock.java51 public int _rc; field in ICURWLock.Stats
77 this._rc = rc; in Stats()
85 this(rhs._rc, rhs._mrc, rhs._wrc, rhs._wc, rhs._wwc); in Stats()
93 return " rc: " + _rc + in toString()
139 stats._rc++; in acquireRead()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICURWLock.java54 public int _rc; field in ICURWLock.Stats
80 this._rc = rc; in Stats()
88 this(rhs._rc, rhs._mrc, rhs._wrc, rhs._wc, rhs._wwc); in Stats()
96 return " rc: " + _rc + in toString()
142 stats._rc++; in acquireRead()
/third_party/musl/porting/linux/user/src/trace/
H A Dtrace_marker.c34 long int _rc; \
36 _rc = (long int)(exp); \
37 } while ((_rc == -1) && (errno == EINTR)); \
38 _rc; \
/third_party/musl/src/trace/linux/
H A Dtrace_marker.c35 long int _rc; \
37 _rc = (long int)(exp); \
38 } while ((_rc == -1) && (errno == EINTR)); \
39 _rc; \
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py554 _rc = _Tool("VCResourceCompilerTool", "ResourceCompile") variable
564 _AddTool(_rc)
1074 _Same(_rc, "AdditionalOptions", _string_list)
1075 _Same(_rc, "AdditionalIncludeDirectories", _folder_list) # /I
1076 _Same(_rc, "Culture", _Integer(msbuild_base=16))
1077 _Same(_rc, "IgnoreStandardIncludePath", _boolean) # /X
1078 _Same(_rc, "PreprocessorDefinitions", _string_list) # /D
1079 _Same(_rc, "ResourceOutputFileName", _string) # /fo
1080 _Same(_rc, "ShowProgress", _boolean) # /v
1084 _Same(_rc, "SuppressStartupBanne
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py554 _rc = _Tool("VCResourceCompilerTool", "ResourceCompile") variable
564 _AddTool(_rc)
1074 _Same(_rc, "AdditionalOptions", _string_list)
1075 _Same(_rc, "AdditionalIncludeDirectories", _folder_list) # /I
1076 _Same(_rc, "Culture", _Integer(msbuild_base=16))
1077 _Same(_rc, "IgnoreStandardIncludePath", _boolean) # /X
1078 _Same(_rc, "PreprocessorDefinitions", _string_list) # /D
1079 _Same(_rc, "ResourceOutputFileName", _string) # /fo
1080 _Same(_rc, "ShowProgress", _boolean) # /v
1084 _Same(_rc, "SuppressStartupBanne
[all...]
/third_party/musl/libc-test/src/functionalext/trace/
H A Dtrace_marker.c47 long int _rc; \
49 _rc = (long int)(exp); \
50 } while ((_rc == -1) && (errno == EINTR)); \
51 _rc; \
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 7 milliseconds