/external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/ |
p1.cpp | 17 int& get_int() { return X0<int>::value; } function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
allocate_shared.pass.cpp | 35 int get_int() const {return int_;} function in struct:A 52 assert(p->get_int() == 67);
|
make_shared.pass.cpp | 44 int get_int() const {return int_;} function in struct:A 62 assert(p->get_int() == 67); 72 assert(p->get_int() == 67);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 126 min = max = self.get_int(children[1]) 128 max = self.get_int(children[3]) 174 def get_int(self, node): member in class:PatternCompiler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 126 min = max = self.get_int(children[1]) 128 max = self.get_int(children[3]) 174 def get_int(self, node): member in class:PatternCompiler
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 154 * get_int - Get an integer EAPOL state variable 159 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
|
/external/chromium_org/third_party/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 42 static int get_int(FcPattern* pattern, const char field[]) { function 138 int weight = get_int(match, FC_WEIGHT); 139 int width = get_int(match, FC_WIDTH); 140 int slant = get_int(match, FC_SLANT);
|
/external/dropbear/libtomcrypt/src/math/ |
gmp_desc.c | 71 static unsigned long get_int(void *a) function 402 &get_int,
|
ltm_desc.c | 97 static unsigned long get_int(void *a) function 408 &get_int,
|
tfm_desc.c | 94 static unsigned long get_int(void *a) function 696 &get_int,
|
/external/openssh/ |
ssh-pkcs11-helper.c | 55 #define get_int() buffer_get_int(&iqueue); macro 177 flags = get_int(); /* XXX ignore */
|
sftp-server.c | 56 #define get_int() buffer_get_int(&iqueue); macro 524 version = get_int(); 553 id = get_int(); 555 pflags = get_int(); /* portable flags */ 590 id = get_int(); 607 id = get_int(); 610 len = get_int(); 649 id = get_int(); 694 id = get_int(); 731 id = get_int(); [all...] |
/external/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 42 static int get_int(FcPattern* pattern, const char field[]) { function 138 int weight = get_int(match, FC_WEIGHT); 139 int width = get_int(match, FC_WIDTH); 140 int slant = get_int(match, FC_SLANT);
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
bluedroidtest.c | 247 uint32_t get_int(char **p, int DefaultValue) function 569 cmd = get_int(&p, 0); 573 arg1 = get_int(&p, -1); 579 arg1 = get_int(&p, -1); 580 arg2 = get_int(&p, -1); 581 arg3 = get_int(&p, -1);
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 79 unsigned long (*get_int)(void *a); member in struct:__anon17392 455 #define mp_get_int(a) ltc_mp.get_int(a)
|
/external/pixman/test/ |
stress-test.c | 948 get_int (char *s, uint32_t *i) function 989 get_int (argv[i + 1], &mod); 995 get_int (argv[i + 1], &seed); 1001 get_int (argv[i + 1], &n_tests);
|
/external/v8/src/ |
objects-inl.h | 2512 int ByteArray::get_int(int index) { function in class:ByteArray [all...] |
/external/chromium_org/v8/src/ |
objects-inl.h | 3280 int ByteArray::get_int(int index) { function in class:v8::internal::ByteArray [all...] |