/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
SimpleBackupSharedPreference.java | 35 private static final String VALUE = "value"; 37 public SimpleBackupSharedPreference(final String key, final Object value) { 39 mValue = value; 52 public void setValue(Object value) { 53 mValue = value; 66 json.put(VALUE, array); 68 json.put(VALUE, mValue); 74 Object value = json.get(VALUE); local [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
jstring.i | 5 SWIG_AsVal(jstring)(VALUE obj, jstring *val) 24 SWIGINTERNINLINE VALUE
|
rubytypemaps.swg | 39 #define SWIG_Object VALUE 55 %typemap(in,numinputs=0,noblock=1) VALUE* RUBY_SELF {
|
std_queue.i | 10 static int asptr(VALUE obj, std::queue<T> **vec) { 17 static VALUE from(const std::queue<T> & vec) {
|
std_stack.i | 10 static int asptr(VALUE obj, std::stack<T> **vec) { 17 static VALUE from(const std::stack<T> & vec) {
|
std_vectora.i | 12 static int asptr(VALUE obj, vector_type **vec) { 20 static VALUE from(const vector_type& vec) {
|
rubycontainer.swg | 174 RubySequence_Ref(VALUE seq, int index) 181 VALUE item = rb_ary_entry(_seq, _index ); 187 VALUE lastErr = rb_gv_get("$!"); 191 VALUE str = rb_str_new2(msg); 205 VALUE _seq; 247 RubySequence_InputIterator(VALUE seq, int index) 323 VALUE _seq; 346 RubySequence_Cont(VALUE seq) : _seq(0) 402 VALUE item = rb_ary_entry(_seq, i ); 416 VALUE _seq [all...] |
std_set.i | 21 static int asptr(VALUE obj, std::set<T> **s) { 28 static VALUE from(const std::set<T>& vec) { 53 SetIteratorOpen_T(nonconst_iter curr, VALUE seq = Qnil) 58 virtual VALUE value() const { 101 nonconst_iter last, VALUE seq = Qnil) 106 virtual VALUE value() const { 129 // allowing the user to change the value 135 VALUE seq = Qnil [all...] |
rubycontainer_extended.swg | 21 VALUE __delete__( const Type& val ) { 22 VALUE r = Qnil; 60 VALUE r = Qnil;
|
rubystrings.swg | 7 SWIG_AsCharPtrAndSize(VALUE obj, char** cptr, size_t* psize, int *alloc) 41 SWIGINTERNINLINE VALUE
|
std_list.i | 10 static int asptr(VALUE obj, std::list<T> **lis) { 17 static VALUE from(const std::list<T> & vec) {
|
std_multiset.i | 23 static int asptr(VALUE obj, std::multiset<T> **m) { 30 static VALUE from(const std::multiset<T>& vec) {
|
std_vector.i | 10 static int asptr(VALUE obj, std::vector<T> **vec) { 17 static VALUE from(const std::vector<T>& vec) {
|
argcargv.i | 31 VALUE *ptr = RARRAY_PTR($input);
|
std_basic_string.i | 16 SWIG_AsPtr(std::basic_string<char>)(VALUE obj, std::string **val) 43 SWIGINTERNINLINE VALUE 61 SWIG_AsPtr(std::basic_string<wchar_t>)(VALUE obj, std::wstring **val) 88 SWIGINTERNINLINE VALUE
|
/external/chromium_org/third_party/skia/platform_tools/nacl/ |
nacl_make | 5 VALUE=$2 6 echo export $NAME=\"$VALUE\" 7 export $NAME="$VALUE"
|
/external/skia/platform_tools/nacl/ |
nacl_make | 5 VALUE=$2 6 echo export $NAME=\"$VALUE\" 7 export $NAME="$VALUE"
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t012lexerXML.g | 24 ( 'SYSTEM' WS sys1=VALUE 27 | 'PUBLIC' WS pub=VALUE WS sys2=VALUE 83 : name=GENERIC_ID WS? '=' WS? value=VALUE 84 {this.output("Attr: "+$name.text+"="+$value.text)} 102 fragment VALUE :
|
/external/chromium_org/v8/src/ |
interface.h | 8 #include "src/ast-value-factory.h" 17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports) 27 // value (frozen) module 29 // const fr.value fr.module 45 static Interface value_interface(VALUE + FROZEN); // Cached. 50 static Interface value_interface(VALUE + CONST + FROZEN); // Cached. 72 // Determine this interface to be a value interface. 75 if (*ok) Chase()->flags_ |= VALUE; 81 if (*ok) Chase()->flags_ |= VALUE + CONST; 108 // Check whether this is a value type [all...] |
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentQueryMapTest.java | 57 Settings.System.putString(r, "test", "Value"); 62 Settings.System.VALUE, 72 Settings.System.putString(r, "test", "New Value"); 74 String value = v.getAsString(Settings.System.VALUE); 75 assertEquals("Value", value); 82 String value = v.getAsString(Settings.System.VALUE); 83 assertEquals("New Value", value) [all...] |
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpPostRequestTest.java | 18 public static final String VALUE = "Summer vacation"; 22 public static final String VALUE_TEST_SIMPLE_RAW_DATA_WITH_AMPHASIS = "Test raw data & Result value"; 46 VALUE +"\n" + 55 assertEquals(VALUE, testServer.parms.get(FIELD)); 66 VALUE +"\n" +"--" + divider + "\n" + 78 assertEquals(VALUE, testServer.parms.get(FIELD)); 90 VALUE +"\n" +"--" + divider + "\n" + 102 assertEquals(VALUE, testServer.parms.get(FIELD)); 109 String fileContent = VALUE; 123 String fileContent = VALUE; [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
omx_rpc_utils.h | 101 #define RPC_SETFIELDVALUE(MSGBODY, POS, VALUE, TYPE) do { \ 102 *((TYPE *) ((OMX_U32)MSGBODY+POS)) = VALUE; \ 124 #define RPC_GETFIELDVALUE(MSGBODY, POS, VALUE, TYPE) do { \ 125 VALUE = *((TYPE *) ((OMX_U32)MSGBODY+POS)); \
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxtmpl.h | 654 template<class KEY,class ARG_KEY,class VALUE,class ARG_VALUE> 661 VALUE value; member in struct:CDXMap::CAssoc 667 WINBOOL Lookup(ARG_KEY key,VALUE& rValue) const; 668 VALUE& operator[](ARG_KEY key); 673 void GetNextAssoc(DXLISTPOS &rNextPosition,KEY& rKey,VALUE& rValue) const; 693 template<class KEY,class ARG_KEY,class VALUE,class ARG_VALUE> 694 inline int CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::GetCount() const { return m_nCount; } 695 template<class KEY,class ARG_KEY,class VALUE,class ARG_VALUE> 696 inline WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::IsEmpty() const { return m_nCount==0; [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 16 VALUE Service-Type Authenticate-Only 8
|
/external/chromium_org/base/strings/ |
string_number_conversions.cc | 28 // INT abs(INT value) { return value < 0 ? -value : value; } 29 // Even though if INT is unsigned, it's impossible for value < 0, so the 37 static UINT2 ToUnsigned(INT2 value) { 38 return static_cast<UINT2>(value); 44 static UINT2 ToUnsigned(INT2 value) { 45 return static_cast<UINT2>(value < 0 ? -value : value) [all...] |