OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theValue
(Results
1 - 25
of
34
) sorted by null
1
2
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java
32
public NGram(String
theValue
, int theRefCount)
34
value =
theValue
;
38
public NGram(String
theValue
)
40
this(
theValue
, 1);
/external/gptfdisk/
support.cc
222
//
theValue
.precision() because this isn't possible using the available
230
ostringstream
theValue
;
239
theValue
<< sizeInIeee << " bytes";
249
theValue
<< sizeInIeee << "." << (uint32_t) decimalIeee << units;
251
return
theValue
.str();
309
// Reverse the byte order of
theValue
; numBytes is number of bytes
310
void ReverseBytes(void*
theValue
, int numBytes) {
316
memcpy(tempValue,
theValue
, numBytes);
318
((char*)
theValue
)[i] = tempValue[numBytes - i - 1];
support.h
83
void ReverseBytes(void*
theValue
, int numBytes); // Reverses byte-order of
theValue
/external/icu/icu4c/source/common/
unifiedcache.cpp
532
const SharedObject *
theValue
, UErrorCode creationStatus) {
533
return (
theValue
== gNoValue && creationStatus == U_ZERO_ERROR);
540
const SharedObject *
theValue
=
544
if (_inProgress(
theValue
, theKey->fCreationStatus)) {
550
return (!theKey->fIsMaster || (
theValue
->getSoftRefCount() == 1 &&
theValue
->noHardReferences()));
unifiedcache.h
394
const SharedObject *
theValue
, UErrorCode creationStatus);
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h
187
static void AtomicSet32(int32_t*
theValue
, int32_t newValue);
188
static int32_t AtomicGet32(int32_t*
theValue
);
audio_device_mac.cc
57
void AudioDeviceMac::AtomicSet32(int32_t*
theValue
, int32_t newValue) {
59
int32_t oldValue = *
theValue
;
60
if (OSAtomicCompareAndSwap32Barrier(oldValue, newValue,
theValue
) == true) {
66
int32_t AudioDeviceMac::AtomicGet32(int32_t*
theValue
) {
68
int32_t value = *
theValue
;
69
if (OSAtomicCompareAndSwap32Barrier(value, value,
theValue
) == true) {
[
all
...]
/prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar
/external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar
/prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar
/prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 258 milliseconds
1
2