/external/chromium_org/webkit/child/ |
worker_task_runner.cc | 32 ThreadLocalState(int id, const WebWorkerRunLoop& loop) 33 : id_(id), run_loop_(loop) { 42 int id = id_sequence_.GetNext(); local 43 DCHECK(!id); 47 int id, const base::Closure& closure) { 48 DCHECK(id > 0); 50 IDToLoopMap::iterator found = loop_map_.find(id); 91 int id = id_sequence_.GetNext(); local 92 current_tls_.Set(new ThreadLocalState(id, loop)); 95 loop_map_[id] = loop [all...] |
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_animation_impl.cc | 64 int WebAnimationImpl::id() { return animation_->id(); } function in class:webkit::WebAnimationImpl
|
/external/clang/test/CodeGenCXX/ |
vtable-layout-abi-examples.cpp | 115 int id; member in struct:Test1::D
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Label.java | 47 int id = -1; field in class:Label 79 successors.add(catchLabel.id); 82 primarySuccessorIndex = primarySuccessor.id; 86 successors.add(alternateSuccessor.id); 90 return new BasicBlock(id, result, successors, primarySuccessorIndex);
|
/external/eigen/test/ |
eigensolver_selfadjoint.cpp | 85 MatrixType id = MatrixType::Identity(rows, cols); local 86 VERIFY_IS_APPROX(id.template selfadjointView<Lower>().operatorNorm(), RealScalar(1));
|
/external/gtest/test/ |
gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { 67 key << "key_" << id << "_" << suffix; 71 String IdToString(int id) { 73 id_message << id; local 79 int id, const char* suffix) { 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 84 << "expecting " << suffix << " value for id " << id; local 85 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 90 void ManyAsserts(int id) { [all...] |
/external/icu4c/common/ |
locutil.cpp | 47 LocaleUtility::canonicalLocaleString(const UnicodeString* id, UnicodeString& result) 49 if (id == NULL) { 59 result = *id; 91 // This code does a proper full level 2 canonicalization of id. 103 if (id != 0) { 104 int32_t buflen = id->length() + 8; // space for NUL 108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen); 123 LocaleUtility::initLocaleFromName(const UnicodeString& id, Locale& result) 127 if (id.isBogus() || id.length() >= BUFLEN) 233 const UChar* id = uenum_unext(uenum, NULL, &status); local [all...] |
servlkf.cpp | 62 UnicodeString id; local 63 key.currentID(id); 64 return supported->get(id) != NULL; 78 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); local 80 result.remove(id); 82 result.put(id, (void*)this, status); // this is dummy non-void marker used for set semantics 92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { 95 // assume if this is called on us, we support some fallback of this id 96 // if (isSupportedID(id, status)) { 98 LocaleUtility::initLocaleFromName(id, loc) [all...] |
/external/icu4c/i18n/ |
wintzimpl.cpp | 118 UnicodeString id = UnicodeString(icuid, length); local 119 TimeZone *tz = TimeZone::createTimeZone(id);
|
/external/icu4c/layout/ |
IndicRearrangementProcessor.cpp | 69 le_int32 ia, ib, ic, id, ix, x; local 95 id = glyphStorage.getCharIndex(lastGlyph, success); 106 glyphStorage.setCharIndex(firstGlyph, id, success); 112 id = glyphStorage.getCharIndex(lastGlyph, success); 117 glyphStorage.setCharIndex(firstGlyph, id, success); 167 id = glyphStorage.getCharIndex(lastGlyph, success); 181 glyphStorage.setCharIndex(firstGlyph + 1, id, success); 188 id = glyphStorage.getCharIndex(lastGlyph, success); 201 glyphStorage.setCharIndex(firstGlyph, id, success); 211 id = glyphStorage.getCharIndex(lastGlyph, success) [all...] |
IndicRearrangementProcessor2.cpp | 68 le_int32 ia, ib, ic, id, ix, x; local 94 id = glyphStorage.getCharIndex(lastGlyph, success); 105 glyphStorage.setCharIndex(firstGlyph, id, success); 111 id = glyphStorage.getCharIndex(lastGlyph, success); 116 glyphStorage.setCharIndex(firstGlyph, id, success); 166 id = glyphStorage.getCharIndex(lastGlyph, success); 180 glyphStorage.setCharIndex(firstGlyph + 1, id, success); 187 id = glyphStorage.getCharIndex(lastGlyph, success); 200 glyphStorage.setCharIndex(firstGlyph, id, success); 210 id = glyphStorage.getCharIndex(lastGlyph, success) [all...] |
/external/iproute2/tc/ |
tc_util.h | 29 const char *id; member in struct:qdisc_util 42 char id[16]; member in struct:filter_util 51 char id[16]; member in struct:action_util
|
/external/ipsec-tools/src/racoon/ |
localconf.c | 136 char *id; local 139 id = racoon_calloc(1, 1 + id0->l - sizeof(struct ipsecdoi_id_b)); 140 if (id == NULL) { 145 memcpy(id, id0->v + sizeof(struct ipsecdoi_id_b), 147 id[id0->l - sizeof(struct ipsecdoi_id_b)] = '\0'; 149 key = privsep_getpsk(id, id0->l - sizeof(struct ipsecdoi_id_b)); 152 if (id) 153 racoon_free(id);
|
/external/iptables/extensions/ |
libip6t_hbh.c | 26 {.name = "hbh-len", .id = O_HBH_LEN, .type = XTTYPE_UINT32, 29 {.name = "hbh-opts", .id = O_HBH_OPTS, .type = XTTYPE_STRING}, 36 unsigned long int id; local 39 id = strtoul(idstr,&ep,0) ; 45 if ( id == ULONG_MAX && errno == ERANGE ) { 54 return id; 107 switch (cb->entry->id) {
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 44 __be16 id; member in struct:nf_conntrack_man_proto::__anon19559
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 86 int id = newOut.getId(); local 89 newOut.setId(id); 118 int id = newOut.getId(); local 121 newOut.setId(id); 149 int id = newOut.getId(); local 152 newOut.setId(id); 179 int id = newOut.getId(); local 182 newOut.setId(id); 211 int id = newOut.getId(); local 214 newOut.setId(id); [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
AbstractBlenderHelper.java | 154 Structure id = (Structure) structure.getFieldValue("ID");
local 155 if (id != null) {
156 Pointer pProperties = (Pointer) id.getFieldValue("properties");
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
NativeObject.java | 46 * The ID of the object, usually depends on its type. 49 protected int id = -1; field in class:NativeObject 84 protected NativeObject(Class<?> type, int id){ 86 this.id = id; 90 * Sets the ID of the GLObject. This method is used in Renderer and must 92 * @param id The ID to set 94 public void setId(int id){ 95 if (this.id != -1 [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpEndpoint.java | 55 private long id; field in class:UdpEndpoint 61 public UdpEndpoint( UdpKernel kernel, long id, SocketAddress address, DatagramSocket socket ) 63 this.id = id; 100 return id; 138 return "UdpEndpoint[" + id + ", " + address + "]";
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
InternalState.java | 51 private final int id; field in class:InternalState 55 * @param id the integer identiifer for this state, guaranteed to be unique 57 private InternalState(String name, int id) { 59 Preconditions.checkArgument(id >= FIRST_ID); 60 Preconditions.checkArgument(id <= MAX_ID); 62 this.id = id; 70 id = 0; 81 * @return {@code int} id of that state. 84 return id; [all...] |
/external/kernel-headers/original/linux/ |
sysdev.h | 85 u32 id; member in struct:sys_device
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 140 int id; local 142 &id, &euid);
|
/external/libnfc-nci/src/nfa/sys/ |
nfa_sys_main.c | 75 UINT8 id; local 80 /* get subsystem id from event */ 81 id = (UINT8) (p_msg->event >> 8); 83 /* verify id and call subsystem event handler */ 84 if ((id < NFA_ID_MAX) && (nfa_sys_cb.is_reg[id])) 86 freebuf = (*nfa_sys_cb.reg[id]->evt_hdlr) (p_msg); 90 NFA_TRACE_WARNING1 ("NFA got unregistered event id %d", id); 127 void nfa_sys_register (UINT8 id, const tNFA_SYS_REG *p_reg 158 UINT8 id; local 254 UINT8 id; local 288 UINT8 id; local 331 UINT8 id; local [all...] |
/external/libpcap/ |
pcap-septel.c | 82 * so change it to 0xdd for technical reason and therefore the module id for upe becomes: 84 unsigned int id = 0xdd; local 115 h = GCT_grab(id);
|
/external/libsepol/src/ |
genusers.c | 93 char *id = strdup(q); local 95 if (!id) { 107 free(id); 115 id, (hashtab_datum_t) usrdatum)) { 118 free(id);
|