Searched defs:get (Results 1 - 25 of 1152) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
/external/wpa_supplicant_8/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h80 T* get() const { function in class:webrtc::scoped_ptr
158 T* get() const { function in class:webrtc::scoped_array
226 T* get() const { function in class:webrtc::scoped_ptr_malloc
H A Dscoped_refptr.h78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
88 T* get() const { return ptr_; } function in class:webrtc::scoped_refptr
119 return *this = r.get();
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c592 wpa_printf(MSG_INFO, "Could not get Add/Item/Data text");
771 wpa_printf(MSG_INFO, "Could not get Replace/Item/Data text");
817 static int oma_dm_get(struct hs20_osu_client *ctx, xml_node_t *get, argument
827 locuri = oma_dm_get_target_locuri(ctx, get);
1181 wpa_printf(MSG_INFO, "Could not get IP address for WLAN - try connection anyway");
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c653 /* Do we care about endianness here? Probably do if we ever get
779 /* Do we care about endianness here? Probably do if we ever get
1051 /* Generate IR to get hold of the rounding mode bits in FPSCR, and
2525 is 1 in the UN case and 0 for LT, GT and UN. Hence, to get
5259 IROp dup, get, op, op2, add, sub; local
5272 get = Iop_GetElem16x4;
5278 get = Iop_GetElem32x2;
5288 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index))));
5297 get = Iop_GetElem16x4;
5303 get
5365 IROp dup, get, op, op2, add, sub; local
5422 IROp dup, get, op, op2, add, cmp; local
5496 IROp dup, get, op; local
5593 IROp dup, get, op; local
5636 IROp op ,op2, dup, get; local
5699 IROp op ,op2, dup, get; local
5797 IROp op ,op2, dup, get; local
[all...]
H A Dir_opt.c632 IRExpr* get = st->Ist.WrTmp.data; local
633 key = (HWord)mk_key_GetPut( get->Iex.Get.offset,
634 get->Iex.Get.ty );
646 vex_printf("rGET: "); ppIRExpr(get);
2109 simplest just to get rid of the problem by rewriting it
3069 /* This is a dirty helper which will never get called.
3213 /* So the two arrays at least partially overlap. To get any
5704 /* we get here for any other kind of statement. */
5741 /* a put invalidates get'd data, if they overlap */
5988 may get share
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c81 // The source -- how to get hold of the file we are reading
241 /* So, the request is sent. Now get a request of the same format
443 an image with a zero sized file. But then no 'get' request on
574 static UChar get ( DiImage* img, DiOffT off ) function
626 path in get(). */
726 // be opened, don't print it, else we'll get flooded with
811 ((UChar*)dst)[i] = get(img, offset + i);
822 /* Use |get| in the normal way to get the first byte of the range.
825 dstU[0] = get(im
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp276 int get() const function in class:counter
H A Dmonitor_example.cpp184 int get() function in class:StateVariable
/external/valgrind/main/memcheck/tests/x86/
H A Dtronical.S34 void get()
45 get();
72 .globl get
73 get: label
98 call get
/external/stlport/src/
H A Dlocale_impl.cpp305 locale::facet *get = 0; local
325 get = new time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >(__time);
333 _STLP_UNWIND(delete wget; delete put; delete get; _STLP_PRIV __release_time(__time));
335 _STLP_UNWIND(delete get; _STLP_PRIV __release_time(__time));
340 this->insert(get, time_get<char, istreambuf_iterator<char, char_traits<char> > >::id);
H A Dstrstream.cpp60 strstreambuf::strstreambuf(char* get, streamsize n, char* put) argument
63 _M_setup(get, put, n);
66 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) argument
69 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n);
72 strstreambuf::strstreambuf(unsigned char* get, streamsize n, argument
76 _M_setup(__REINTERPRET_CAST(char*,get), __REINTERPRET_CAST(char*,put), n);
79 strstreambuf::strstreambuf(const char* get, streamsize n) argument
82 _M_setup(__CONST_CAST(char*,get), 0, n);
85 strstreambuf::strstreambuf(const signed char* get, streamsize n) argument
88 _M_setup(__REINTERPRET_CAST(char*, __CONST_CAST(signed char*,get)),
91 strstreambuf(const unsigned char* get, streamsize n) argument
277 _M_setup(char* get, char* put, streamsize n) argument
[all...]
/external/stlport/stlport/stl/
H A D_istream.h128 public: // get() for single characters
129 int_type get();
130 _Self& get(char_type& __c);
132 public: // get() for character arrays.
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n) function in class:basic_istream
135 { return get(__s, __n, this->widen('\n')); }
137 public: // get() for streambufs
138 _Self& get(basic_streambuf<_CharT, _Traits>& __buf,
140 _Self& get(basic_streambu function in class:basic_istream
[all...]
H A D_messages_facets.h65 string_type get(catalog __c, int __set, int __msgid, function in class:messages
98 inline string_type get(catalog __c, int __set, int __msgid, function in class:messages
H A D_monetary.h61 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get
65 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get
H A D_move_construct_fwk.h40 _Tp& get() const function in class:__move_source
H A D_num_get.h64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
105 _InputIter get(_InputIte function in class:num_get
109 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
114 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
119 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
[all...]
/external/srec/portable/include/
H A DArrayList.h120 ESR_ReturnCode(*get)(struct ArrayList_t* self, size_t index, void** element); member in struct:ArrayList_t
/external/srec/shared/include/
H A DHashMap.h126 ESR_ReturnCode(*get)(struct HashMap_t* self, const LCHAR* key, void** value); member in struct:HashMap_t
H A DInt8ArrayList.h89 ESR_ReturnCode(*get)(struct Int8ArrayList_t* self, size_t index, asr_int8_t* element); member in struct:Int8ArrayList_t
H A DIntArrayList.h89 ESR_ReturnCode(*get)(struct IntArrayList_t* self, size_t index, int* element); member in struct:IntArrayList_t
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h80 ESR_ReturnCode(*get)(SR_Recognizer* recognizer, LCHAR *param_string, size_t* len ); member in struct:SR_AcousticState_t

Completed in 401 milliseconds

1234567891011>>