/dalvik/vm/ |
Hash.cpp | 293 int i, val, tableSize; local 301 val = (*func)(pEnt->data); 302 if (val == 1) { 307 else if (val != 0) { 308 return val; 323 int i, val, tableSize; local 331 val = (*func)(pEnt->data, arg); 332 if (val != 0) 333 return val;
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
posix_types.h | 48 int val[2]; member in struct:__anon916
|
/development/ndk/platforms/android-3/include/linux/ |
ppdev.h | 24 unsigned char val; member in struct:ppdev_frob_struct
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
posix_types.h | 75 long val[2]; member in struct:__anon1320 79 int val[2]; member in struct:__anon1320
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
posix_types_32.h | 59 int val[2]; member in struct:__anon1423
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1OutputStream.java | 26 int val = length; local 28 while ((val >>>= 8) != 0)
|
DERBitString.java | 27 int val = 0; local 38 val = (bitString >> (i * 8)) & 0xFF; 46 val = bitString & 0xFF; 52 if (val == 0) 60 while (((val <<= 1) & 0xFF) != 0)
|
/external/chromium/chrome/browser/chromeos/ |
proxy_cros_settings_provider.cc | 49 std::string val; local 50 if (in_value->GetAsString(&val)) { 51 GURL url(val); 55 std::string val; local 56 if (in_value->GetAsString(&val)) { 58 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP)); 61 int val; local 62 if (in_value->GetAsInteger(&val)) { 64 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP)); 67 std::string val; local 74 int val; local 81 std::string val; local 88 int val; local 95 int val; local 139 bool val; local 149 std::string val; local 156 int val; local 163 std::string val; local 172 int val; local 186 std::string val; local [all...] |
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 287 DictionaryValue* val = new DictionaryValue; local 288 val->SetString("stat_name", stat_name); 289 val->SetBoolean("stat_value", stat_value); 290 details->Append(val); 295 DictionaryValue* val = new DictionaryValue; local 296 val->SetString("stat_name", stat_name); 297 val->SetString("stat_value", base::FormatNumber(stat_value)); 298 details->Append(val); 415 DictionaryValue* val = new DictionaryValue; local 416 val->SetString("model_type", ModelTypeToString(it->first)) 438 DictionaryValue* val = new DictionaryValue; local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.cc | 149 time_t val; local 150 FileTimeToUnixTime(data_.ftLastWriteTime, &val); 151 return val;
|
/external/clang/test/SemaCXX/ |
cxx0x-nontrivial-union.cpp | 52 T val; member in union:disabled_dtor::disable_dtor 54 disable_dtor(U &&...u) : val(forward<U>(u)...) {}
|
/external/clang/test/SemaTemplate/ |
instantiate-exception-spec-cxx11.cpp | 67 T val; member in struct:core_19754_example::wrap 94 base<types> val = base<types>(); member in namespace:core_19754_example
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_sync.h | 106 SyncVar *val; member in struct:__tsan::SyncTab::Part
|
/external/dropbear/ |
svr-main.c | 116 int val; local 194 val = select(maxsock+1, &fds, NULL, NULL, &seltimeout); 201 if (val == 0) { 206 if (val < 0) {
|
/external/e2fsprogs/intl/ |
plural-exp.h | 65 } val; member in struct:expression
|
/external/e2fsprogs/lib/ext2fs/ |
dirhash.c | 144 __u32 pad, val; local 152 val = pad; 157 val = pad; 163 val = c + (val << 8); 165 *buf++ = val; 166 val = pad; 171 *buf++ = val;
|
/external/e2fsprogs/misc/ |
util.c | 81 int val; local 85 val = stat64(device, &s); 89 val = stat(device, &s); 92 if(val == -1) {
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 50 inline void GetVectorElt (const std::string& line, RealScalar& val) 53 newline >> val; local 57 inline void GetVectorElt (const std::string& line, std::complex<RealScalar>& val) 62 val = std::complex<RealScalar>(valR, valI);
|
/external/elfutils/tests/ |
dwflmodtest.c | 59 Dwarf_Word val; local 61 &attr_mem), &val) == 0) 63 const char *file = dwarf_filesrc (files, val, NULL, NULL); 66 &attr_mem), &val) == 0) 67 lineno = val; 69 &attr_mem), &val) == 0) 70 colno = val;
|
/external/freetype/src/sfnt/ |
ttmtx.c | 214 FT_Short val = (*shorts)[num_shorts_checked - 1]; local 219 *cur = val;
|
/external/grub/netboot/ |
misc.c | 227 int val; local 232 val = getdec (&p); 234 if (val < 0 || val > 255) 240 ip = (ip << 8) | val;
|
/external/icu4c/common/ |
rbbirb.h | 47 RBBINode *val; member in class:RBBISymbolTableEntry 80 virtual void addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err); 172 // been encountered. The val Node will be of nodetype uset 181 // the key strings. It does NOT own the val nodes. 186 RBBINode *val; member in struct:RBBISetTableEl
|
/external/iptables/extensions/ |
libxt_rateest.c | 44 {.name = "rateest1", .has_arg = true, .val = OPT_RATEEST1}, 45 {.name = "rateest", .has_arg = true, .val = OPT_RATEEST1}, /* alias for absolute mode */ 46 {.name = "rateest2", .has_arg = true, .val = OPT_RATEEST2}, 47 {.name = "rateest-bps1", .has_arg = false, .val = OPT_RATEEST_BPS1}, 48 {.name = "rateest-pps1", .has_arg = false, .val = OPT_RATEEST_PPS1}, 49 {.name = "rateest-bps2", .has_arg = false, .val = OPT_RATEEST_BPS2}, 50 {.name = "rateest-pps2", .has_arg = false, .val = OPT_RATEEST_PPS2}, 51 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */ 52 {.name = "rateest-pps", .has_arg = false, .val = OPT_RATEEST_PPS2}, /* alias for absolute mode */ 53 {.name = "rateest-delta", .has_arg = false, .val = OPT_RATEEST_DELTA} 116 unsigned int val; local [all...] |
/external/iptables/utils/ |
nfnl_osf.c | 154 unsigned long val; local 159 val = 0; 215 val = strtoul(&obuf[i + 2], NULL, 10); 217 val = strtoul(&obuf[i + 1], NULL, 10); 232 val = strtoul(&obuf[i + 2], NULL, 10); 234 val = strtoul(&obuf[i + 1], NULL, 10); 264 opt[*optnum].wc.val = val; 302 f.wss.val = strtoul(&pbeg[2], NULL, 10); 304 f.wss.val = 0 [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
TestIDList.java | 99 static void setSlot(int slot, Object val){ 103 if (slots[slot] != val){ 104 System.out.println("SLOT["+slot+"] = "+val.hashCode()); 105 slots[slot] = val; 118 Object val = state.objs.get(i); local 119 if (val != null){ 120 if (slots[i] != val)
|