/external/chromium_org/third_party/ocmock/OCMock/ |
OCMPassByRefSetter.h | 10 id value; variable 13 - (id)initWithValue:(id)value; 15 - (id)value;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1491.js | 36 var value = "asdf"; variable 37 o.length = value; 38 assertEquals(value, o.length);
|
/external/v8/test/mjsunit/regress/ |
regress-1491.js | 36 var value = "asdf"; variable 37 o.length = value; 38 assertEquals(value, o.length);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCPair.h | 30 // A class to hold a key and value. 34 @property(nonatomic, strong, readonly) NSString *value; variable 36 // Initialize a RTCPair object with a key and value. 37 - (id)initWithKey:(NSString *)key value:(NSString *)value;
|
/external/clang/test/CodeGenCXX/ |
debug-info-ctor.cpp | 6 int value; member in struct:X 12 value = v;
|
/external/clang/test/PCH/ |
objc_property.h | 4 int value; variable 10 @property int value; variable
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/ |
echo-env.cc | 12 const char *value = getenv(argv[1]); local 13 if (value) { 14 printf("%s = %s\n", argv[1], value);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdCountLeadingZeros.s | 25 value RN 0 label 45 CLZ value, value
|
/bionic/tests/ |
eventfd_test.cpp | 28 eventfd_t value = 123; local 29 ASSERT_EQ(0, eventfd_read(fd, &value)); 30 ASSERT_EQ(initial_value, value); 33 ASSERT_EQ(-1, eventfd_read(fd, &value)); 41 ASSERT_EQ(0, eventfd_read(fd, &value)); 42 ASSERT_EQ(3U, value);
|
/external/aac/libSBRdec/src/ |
huff_dec.cpp | 99 \return decoded value 109 int value, bit; local 116 value = index+64; /* Add offset */ 119 return value;
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring_shift.c | 28 uint8_t value = 0; local 34 value |= digitalRead(dataPin) << i; 36 value |= digitalRead(dataPin) << (7 - i); 39 return value;
|
/external/chromium/base/ |
bits_unittest.cc | 20 unsigned int value = 1U << i; local 21 EXPECT_EQ(i, Log2Floor(value)); 22 EXPECT_EQ(i, Log2Floor(value + 1)); 23 EXPECT_EQ(i, Log2Floor(value + 2)); 24 EXPECT_EQ(i - 1, Log2Floor(value - 1)); 25 EXPECT_EQ(i - 1, Log2Floor(value - 2)); 37 unsigned int value = 1U << i; local 38 EXPECT_EQ(i, Log2Ceiling(value)); 39 EXPECT_EQ(i + 1, Log2Ceiling(value + 1)); 40 EXPECT_EQ(i + 1, Log2Ceiling(value + 2)) [all...] |
/external/chromium_org/base/ |
bits_unittest.cc | 20 unsigned int value = 1U << i; local 21 EXPECT_EQ(i, Log2Floor(value)); 22 EXPECT_EQ(i, Log2Floor(value + 1)); 23 EXPECT_EQ(i, Log2Floor(value + 2)); 24 EXPECT_EQ(i - 1, Log2Floor(value - 1)); 25 EXPECT_EQ(i - 1, Log2Floor(value - 2)); 37 unsigned int value = 1U << i; local 38 EXPECT_EQ(i, Log2Ceiling(value)); 39 EXPECT_EQ(i + 1, Log2Ceiling(value + 1)); 40 EXPECT_EQ(i + 1, Log2Ceiling(value + 2)) [all...] |
/external/chromium_org/base/memory/ |
singleton.cc | 15 // We know value != NULL. It could be kBeingCreatedMarker, or a valid ptr. 19 subtle::AtomicWord value; local 21 value = subtle::NoBarrier_Load(instance); 22 if (value != kBeingCreatedMarker) 26 return value;
|
/external/chromium_org/gpu/command_buffer/common/ |
bitfield_helpers_test.cc | 14 unsigned int value = 0x12345678u; local 15 EXPECT_EQ(0x8u, (BitField<0, 4>::Get(value))); 16 EXPECT_EQ(0x45u, (BitField<12, 8>::Get(value))); 17 EXPECT_EQ(0x12345678u, (BitField<0, 32>::Get(value))); 29 unsigned int value = 0x12345678u; local 30 BitField<0, 4>::Set(&value, 0x9); 31 EXPECT_EQ(0x12345679u, value); 32 BitField<12, 8>::Set(&value, 0x123); 33 EXPECT_EQ(0x12323679u, value); 34 BitField<0, 32>::Set(&value, 0x87654321) [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
sem_getvalue.c | 54 * This function stores the current count value of the 58 * Return value 76 * This function stores the current count value of the semaphore 87 long value; local 102 value = s->value; 104 *sval = value;
|
/external/chromium_org/net/base/ |
url_util_unittest.cc | 14 // Appending a name-value pair to a URL without a query component. 15 EXPECT_EQ("http://example.com/path?name=value", 17 "name", "value").spec()); 19 // Appending a name-value pair to a URL with a query component. 22 EXPECT_EQ("http://example.com/path?existing=one&name=value", 24 "name", "value").spec()); 26 // Appending a name-value pair with unsafe characters included. The 35 // Appending a name-value pair to a URL without a query component. 36 EXPECT_EQ("http://example.com/path?name=value", 38 "name", "value").spec()) 87 std::string value; local 105 std::string value; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
localaudiosource_unittest.cc | 57 bool value; local 58 EXPECT_TRUE(source->options().echo_cancellation.Get(&value)); 59 EXPECT_FALSE(value); 60 EXPECT_TRUE(source->options().experimental_aec.Get(&value)); 61 EXPECT_TRUE(value); 62 EXPECT_TRUE(source->options().auto_gain_control.Get(&value)); 63 EXPECT_TRUE(value); 64 EXPECT_TRUE(source->options().experimental_agc.Get(&value)); 65 EXPECT_TRUE(value); 66 EXPECT_TRUE(source->options().noise_suppression.Get(&value)); 76 bool value; local 88 bool value; local 102 bool value; local 116 bool value; local [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
prsem.h | 52 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value); variable 64 ** state of the semahore sem. The thread can proceed only if the counter value 65 ** of the semaphore sem is currently greater than 0. If the value of semaphore 67 ** allowing the calling thread to continue. If the value of semaphore sem is 0, 77 ** This routine increments the counter value of the semaphore. If other threads 84 ** Returns the value of the semaphore referenced by sem without affecting 85 ** the state of the semaphore. The value represents the semaphore vaule 86 F** at the time of the call, but may not be the actual value when the
|
/external/chromium_org/third_party/opus/src/silk/float/ |
sort_FLP.c | 46 silk_float value; local 59 /* Sort vector elements by value, decreasing order */ 61 value = a[ i ]; 62 for( j = i - 1; ( j >= 0 ) && ( value > a[ j ] ); j-- ) { 63 a[ j + 1 ] = a[ j ]; /* Shift value */ 66 a[ j + 1 ] = value; /* Write value */ 73 value = a[ i ]; 74 if( value > a[ K - 1 ] ) { 75 for( j = K - 2; ( j >= 0 ) && ( value > a[ j ] ); j-- ) [all...] |
/external/chromium_org/ui/base/touch/ |
touch_device_win.cc | 12 int value = GetSystemMetrics(SM_DIGITIZER); local 13 return (value & NID_READY) && 14 ((value & NID_INTEGRATED_TOUCH) || (value & NID_EXTERNAL_TOUCH));
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p1.cpp | 24 static int value; member in struct:X 28 int X<T>::value = 17; member in class:X 30 template static int X<int>::value; // expected-error{{explicit instantiation cannot have a storage class}} member in class:X 32 template<> static int X<float>::value; // expected-error{{'static' can only be specified inside the class definition}} member in class:X
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p2-0x.cpp | 14 static const bool value = false; member in struct:same_tuple 19 static const bool value = true; member in struct:same_tuple 22 int same_tuple_check1[same_tuple<tuple<int, float>, tuple<int, double>>::value? -1 : 1]; 23 int same_tuple_check2[same_tuple<tuple<float, double>, tuple<float, double>>::value? 1 : -1];
|
p5-0x.cpp | 8 static const bool value = false; member in struct:has_nondeduced_pack_test 14 static const bool value = true; member in struct:has_nondeduced_pack_test 21 int(float, double)>::value? 1 : -1];
|
p8-0x.cpp | 8 static const unsigned value = 0; member in struct:member_pointer_kind 13 static const unsigned value = 1; member in struct:member_pointer_kind 18 static const unsigned value = 2; member in struct:member_pointer_kind 23 static const unsigned value = 3; member in struct:member_pointer_kind 28 static const unsigned value = 4; member in struct:member_pointer_kind 33 static const unsigned value = 5; member in struct:member_pointer_kind 38 static const unsigned value = 6; member in struct:member_pointer_kind 43 static_assert(member_pointer_kind<int (X::*)(int)>::value == 1, ""); 44 static_assert(member_pointer_kind<int (X::*)(int) &>::value == 2, ""); 45 static_assert(member_pointer_kind<int (X::*)(int) &&>::value == 3, "") [all...] |