HomeSort by relevance Sort by last modified time
    Searched refs:_value (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/lzma/Java/SevenZip/
CRC.java 23 int _value = -1; field in class:CRC
27 _value = -1;
33 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8);
40 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8);
45 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8);
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SynpredTreeParser.g3 45 : ^( INSERT ( (DATA)=>DATA { _value = true; } | { _value = true; } ) .* )
46 | ^( DELETE ( (DATA)=>DATA { _value = false; } | { _value = false; } ) .* )
SynpredTreeParser.g3.cs 39 private bool _value; field in class:Antlr3.Runtime.Test.SynpredTreeParser
  /external/grpc-grpc/src/objective-c/RxLibrary/private/
GRXNSScalarEnumerator.m 22 id _value;
32 _value = value;
38 id value = _value;
39 _value = nil;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
Extension.java 18 protected String _value; field in class:Extension
26 _value = value;
34 return _value;
38 return _key + LanguageTag.SEP + _value;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
Extension.java 14 protected String _value; field in class:Extension
22 _value = value;
30 return _value;
34 return _key + LanguageTag.SEP + _value;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
Extension.java 14 protected String _value; field in class:Extension
22 _value = value;
30 return _value;
34 return _key + LanguageTag.SEP + _value;
  /external/lzma/CS/7zip/Common/
CRC.cs 25 uint _value = 0xFFFFFFFF; field in class:SevenZip.CRC
27 public void Init() { _value = 0xFFFFFFFF; }
31 _value = Table[(((byte)(_value)) ^ b)] ^ (_value >> 8);
37 _value = Table[(((byte)(_value)) ^ data[offset + i])] ^ (_value >> 8);
40 public uint GetDigest() { return _value ^ 0xFFFFFFFF; }
  /external/webrtc/talk/app/webrtc/objc/
RTCPair.m 33 @synthesize value = _value;
38 _value = [value copy];
44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
  /external/grpc-grpc/src/objective-c/RxLibrary/
GRXImmediateSingleWriter.m 22 id _value;
30 _value = value;
43 [writeable writeValue:_value];
49 _value = nil;
68 // Since _value is available when creating the object, we can simply
70 _value = map(_value);
  /external/python/cpython3/Include/
pyatomic.h 39 atomic_uintptr_t _value; member in struct:_Py_atomic_address
43 atomic_int _value; member in struct:_Py_atomic_int
53 atomic_store_explicit(&(ATOMIC_VAL)->_value, NEW_VAL, ORDER)
56 atomic_load_explicit(&(ATOMIC_VAL)->_value, ORDER)
70 uintptr_t _value; member in struct:_Py_atomic_address
74 int _value; member in struct:_Py_atomic_int
87 __atomic_store_n(&(ATOMIC_VAL)->_value, NEW_VAL, ORDER))
94 __atomic_load_n(&(ATOMIC_VAL)->_value, ORDER))
108 uintptr_t _value; member in struct:_Py_atomic_address
112 int _value; member in struct:_Py_atomic_int
244 volatile uintptr_t _value; member in struct:_Py_atomic_address
248 volatile int _value; member in struct:_Py_atomic_int
374 volatile uintptr_t _value; member in struct:_Py_atomic_address
378 volatile int _value; member in struct:_Py_atomic_int
505 uintptr_t _value; member in struct:_Py_atomic_address
509 int _value; member in struct:_Py_atomic_int
    [all...]
  /external/libxcam/modules/ocl/
cl_argument.h 68 , _value (value)
70 _arg_adress = (void *) &_value;
75 DataType _value; member in class:XCam::CLArgumentT
87 memcpy (&_value[0], value, sizeof (DataType) * count);
88 _arg_adress = (void *) &_value;
93 DataType _value[count]; member in class:XCam::CLArgumentTArray
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
343 return GetEntity( p, _value, length, encoding );
344 *_value = *p;
349 //strncpy( _value, p, *length ); // lots of compilers don't like this function (unsafe),
352 _value[i] = p[i];
508 void SetValue(const char * _value) { value = _value;}
512 void SetValue( const std::string& _value ) { value = _value; }
526 TiXmlNode* FirstChild( const char * _value ) {
    [all...]
  /external/grpc-grpc/examples/python/interceptors/headers/
request_header_validator_interceptor.py 31 self._value = value
36 self._value) in handler_call_details.invocation_metadata:
  /external/tinyxml/
tinyxml.h 280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
296 return GetEntity( p, _value, length, encoding );
297 *_value = *p;
302 //strncpy( _value, p, *length ); // lots of compilers don't like this function (unsafe),
305 _value[i] = p[i];
468 void SetValue(const char * _value) { value = _value;}
472 void SetValue( const std::string& _value )
474 StringToBuffer buf( _value );
497 const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str ()); } ///< STL std::string form
    [all...]
  /external/catch2/include/internal/
catch_option.hpp 18 Option( T const& _value )
19 : nullableValue( new( storage ) T( _value ) )
37 Option& operator = ( T const& _value ) {
39 nullableValue = new( storage ) T( _value );
  /external/toolchain-utils/crosperf/
field.py 13 self._value = default
19 self._value = self._Parse(value)
21 self._value = value
25 self._value += self._Parse(value)
32 return self._value
35 return str(self._value)
123 return ' '.join(self._value)
127 if not self._value:
128 self._value = v
130 self._value +=
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 70 for _name, _value in globals().items():
71 if type(_value) is type(0):
72 tok_name[_value] = _name
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 101 for _name, _value in globals().items():
102 if type(_value) is type(0):
103 sym_name[_value] = _name
  /external/clang/test/Analysis/
cfref_PR2519.c 28 // This test case was reported in PR2519 as a false positive (_value was
35 CFNumberRef _value = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &pid); local
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
37 CFRelease(_value); // no-warning
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 71 for _name, _value in globals().items():
72 if type(_value) is type(0):
73 tok_name[_value] = _name
  /external/python/cpython2/Lib/
symbol.py 101 for _name, _value in globals().items():
102 if type(_value) is type(0):
103 sym_name[_value] = _name
  /external/python/cpython3/Lib/lib2to3/pgen2/
token.py 73 for _name, _value in list(globals().items()):
74 if type(_value) is type(0):
75 tok_name[_value] = _name
  /external/python/cpython3/Lib/
symbol.py 103 for _name, _value in list(globals().items()):
104 if type(_value) is type(0):
105 sym_name[_value] = _name
  /external/toolchain-utils/bestflags/
flags.py 112 self._value = value
116 return self._spec == other.GetSpec() and self._value == other.GetValue()
120 return hash(self._spec) + self._value
129 return self._value
152 return _FLAG_FILLOUT_VALUE_RE.sub(str(self._value), self._spec)

Completed in 1621 milliseconds

1 2 3 4 5 6 7