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

1 2 3 4

  /external/clang/test/CodeGen/
typedef.c 6 int get_value(PValue v) { function
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp 12 double get_value() { return value<double>(); } function in namespace:rdar13589856
  /external/clang/test/Analysis/
stack-addr-ps.cpp 27 int get_value();
29 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
32 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}}
37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}}
61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}}
  /external/autotest/frontend/migrations/
010_add_protection_to_hosts.py 11 default_protection_value = host_protections.Protection.get_value(
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
project_id.py 29 default_id = boto.config.get_value('GSUtil', 'default_project_id')
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 55 def get_value(self): member in class:TextBox
77 if self.get_value() != value:
101 if value == 'on' and not self.get_value():
103 elif value == 'off' and self.get_value():
107 def get_value(self): member in class:CheckBox
130 def get_value(self): member in class:ScrollBox
149 def get_value(self): member in class:WebElementBox
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 90 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) function
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
175 get_value(prog, &inst->SrcReg[0], a);
176 get_value(prog, &inst->SrcReg[1], b);
177 get_value(prog, &inst->SrcReg[2], c);
204 get_value(prog, &inst->SrcReg[0], a);
205 get_value(prog, &inst->SrcReg[1], b);
235 get_value(prog, &inst->SrcReg[0], a);
236 get_value(prog, &inst->SrcReg[1], b)
    [all...]
  /external/autotest/client/common_lib/
host_protections.py 36 default = Protection.get_value(default_protection)
enum.py 18 >>> e.get_value('String one')
58 def get_value(self, name): member in class:Enum
  /external/opencv3/modules/flann/include/opencv2/flann/
any.h 46 virtual void* get_value(void** src) = 0;
47 virtual const void* get_value(void* const * src) = 0;
72 virtual void* get_value(void** src) { return reinterpret_cast<void*>(src); } function in struct:cvflann::anyimpl::small_any_policy
73 virtual const void* get_value(void* const * src) { return reinterpret_cast<const void*>(src); } function in struct:cvflann::anyimpl::small_any_policy
97 virtual void* get_value(void** src) { return *src; } function in struct:cvflann::anyimpl::big_any_policy
98 virtual const void* get_value(void* const * src) { return *src; } function in struct:cvflann::anyimpl::big_any_policy
268 T* r = reinterpret_cast<T*>(policy->get_value(&object));
277 const T* r = reinterpret_cast<const T*>(policy->get_value(&object));
  /external/selinux/policycoreutils/gui/
loginsPage.py 104 while liststore.get_value(iter, 0) != "user_u":
111 self.loginsNameEntry.set_text(store.get_value(iter, 0))
114 self.loginsMLSEntry.set_text(store.get_value(iter, 2))
115 seuser = store.get_value(iter, 1)
118 while iter != None and liststore.get_value(iter, 0) != seuser:
132 login = store.get_value(iter, 0)
154 seuser = list_model.get_value(iter, 0)
174 seuser = list_model.get_value(iter, 0)
portsPage.py 111 p1 = int(treemodel.get_value(iter1, PORT_COL).split('-')[0])
112 p2 = int(treemodel.get_value(iter2, PORT_COL).split('-')[0])
166 self.ports_number_entry.set_text(store.get_value(iter, PORT_COL))
169 self.ports_name_entry.set_text(store.get_value(iter, TYPE_COL))
170 self.ports_mls_entry.set_text(store.get_value(iter, MLS_COL))
171 protocol = store.get_value(iter, PROTOCOL_COL)
174 while iter != None and liststore.get_value(iter, 0) != protocol:
188 port = store.get_value(iter, PORT_COL)
189 protocol = store.get_value(iter, 1)
213 protocol = list_model.get_value(iter, 0
    [all...]
fcontextPage.py 152 self.fcontextEntry.set_text(store.get_value(iter, SPEC_COL))
154 scontext = store.get_value(iter, TYPE_COL)
158 type = store.get_value(iter, FTYPE_COL)
161 while iter != None and liststore.get_value(iter, 0) != type:
177 fspec = store.get_value(iter, SPEC_COL)
178 ftype = store.get_value(iter, FTYPE_COL)
215 ftype = list_model.get_value(iter, 0)
usersPage.py 94 self.selinuxUserEntry.set_text(store.get_value(iter, 0))
96 self.mlsRangeEntry.set_text(store.get_value(iter, 1))
97 self.selinuxRolesEntry.set_text(store.get_value(iter, 2))
138 user = store.get_value(iter, 0)
booleansPage.py 158 val = model.get_value(i, sort_col)
175 boolean = store.get_value(iter, BOOLEAN)
227 val = self.store.get_value(iter, ACTIVE)
228 key = self.store.get_value(iter, BOOLEAN)
domainsPage.py 108 p = store.get_value(iter, 1) == _("Permissive")
119 domain = store.get_value(iter, 0)
144 domain = store.get_value(iter, 0)
  /external/libexif/libexif/
exif-mnote-data-priv.h 53 char * (* get_value) (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen); member in struct:_ExifMnoteDataMethods
exif-mnote-data.c 147 if (!d || !d->methods.get_value) return NULL;
148 return d->methods.get_value (d, n, val, maxlen);
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){
105 get_value(b_); // expected-warning{{calling function 'get_value' requires holding mutex 'foo_.mu_'}}
110 (void)(get_value(b_) == 1);
  /external/toybox/toys/pending/
expr.c 186 static void get_value(struct value *v) function
209 get_value(v);
243 get_value(tok);
266 get_value(&tok); // warm up the parser with the initial value
  /external/libpng/contrib/pngminus/
pnm2png.c 58 png_uint_32 get_value (FILE *pnm_file, int depth);
401 *pix_ptr++ = get_value (pnm_file, bit_depth);
404 tmp16 = get_value (pnm_file, bit_depth);
418 *pix_ptr++ = get_value (alpha_file, bit_depth);
421 tmp16 = get_value (alpha_file, bit_depth);
586 * get_value() - takes first (numeric) string and converts into number,
590 png_uint_32 get_value (FILE *pnm_file, int depth) function
  /external/skia/tests/
PointTest.cpp 60 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { function
75 // be no-op'd, so we add a runtime tests (just like get_value) to force
87 SkScalar bigFloat = get_value(reporter, 3.4e38f);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 125 self.assertRaises(KeyError, Reg.get_value, 'xxx', 'xxx')
130 v = Reg.get_value(path, u'dragfullwindows')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 125 self.assertRaises(KeyError, Reg.get_value, 'xxx', 'xxx')
130 v = Reg.get_value(path, u'dragfullwindows')
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_notification.py 30 return boto.config.get_value('GSUtil', 'test_notification_url')

Completed in 446 milliseconds

1 2 3 4