HomeSort by relevance Sort by last modified time
    Searched defs:get_int (Results 1 - 21 of 21) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py 111 def get_int(self, prompt): member in class:IObject
  /external/clang/test/CodeGen/
le32-vaarg.c 4 int get_int(va_list *args) { function
7 // CHECK: define i32 @get_int
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 22 int& get_int() { return X0<int>::value; } function
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 36 int get_int() const {return int_;} function in struct:A
53 assert(p->get_int() == 67);
64 assert(p->get_int() == 67);
73 assert(p->get_int() == 68);
make_shared.pass.cpp 31 int get_int() const {return int_;} function in struct:A
57 assert(p->get_int() == 67);
75 assert(p->get_int() == 67);
  /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);
  /toolchain/binutils/binutils-2.25/opcodes/
pj-dis.c 30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
83 if ((status = get_int (addr, &val, info)))
90 if ((status = get_int (addr, &lowval, info)))
94 if ((status = get_int (addr, &highval, info)))
100 if ((status = get_int (addr, &val, info)))
120 if ((status = get_int (addr, &val, info)))
127 if ((status = get_int (addr, &count, info)))
133 if ((status = get_int (addr, &val, info)))
138 if ((status = get_int (addr, &val, info)))
  /external/skia/src/codec/
SkCodecPriv.h 244 inline uint32_t get_int(uint8_t* buffer, uint32_t i) { function
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.cpp 111 int HalMockJsonReader::get_int(const char* key, bool* error) { function in class:android::HalMockJsonReader
114 ALOGE("get_int: can't find %s key", key);
120 ALOGE("get_int: can't find the 'value' sub-key for %s key", key);
126 ALOGE("get_int: the value isn't an 'int' for the %s key", key);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/skia/src/ports/
SkFontMgr_fontconfig.cpp 128 static int get_int(FcPattern* pattern, const char object[], int missing) { function
323 int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
337 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
340 SkFS::Slant slant = get_int(pattern, FC_SLANT, FC_SLANT_ROMAN) > 0
437 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
452 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 161 * get_int - Get an integer EAPOL state variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 437 def get_int(self): member in class:Tokenizer
459 value = self.get_int()
472 value = self.get_int()
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 70 static int get_int(FcPattern* pattern, const char field[]) { function
169 int weight = get_int(match, FC_WEIGHT);
170 int width = get_int(match, FC_WIDTH);
171 int slant = get_int(match, FC_SLANT);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 47 let rec get_int x = var
61 | C_obj o -> (try (get_int (o "int" C_void))
62 with _ -> (get_int (o "&" C_void)))
82 (char_of_int (get_int x))
93 (try if get_int x != 0 then true else false
swig.mli 34 val get_int : 'a c_obj_t -> int var
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 1192 milliseconds