Searched defs:se (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dswitch2.js129 var se = 0; variable
130 switch (se = 1) {
133 se, 1);
136 se = 0;
137 switch (se) {
139 se = 1;
142 se, 1);
145 se = 0;
152 se = 1;
155 se,
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Dg_fmt.cc35 char *b0, *s0, *se; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
52 if (decpt <= -4 || decpt > se - s + 5) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java118 protected String getFormat(SampleEntry se) { argument
119 String type = se.getType();
121 OriginalFormatBox frma = se.getBoxes(OriginalFormatBox.class, true).get(0);
/external/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp60 S<U"e"_id> se; variable
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c173 struct sigevent se; local
175 se.sigev_notify = SIGEV_THREAD;
176 se.sigev_notify_function = phOsalNfc_Timer_Expired;
177 se.sigev_notify_attributes = NULL;
186 se.sigev_value.sival_int = (int)timerid;
189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1)
/external/bluetooth/bluedroid/hci/src/
H A Dlpm.c134 struct sigevent se; local
141 se.sigev_notify = SIGEV_THREAD;
142 se.sigev_value.sival_ptr = &bt_lpm_cb.timer_id;
143 se.sigev_notify_function = lpm_idle_timeout;
144 se.sigev_notify_attributes = NULL;
146 status = timer_create(CLOCK_MONOTONIC, &se, &bt_lpm_cb.timer_id);
/external/linux-tools-perf/util/
H A Dtop.c44 static void rb_insert_active_sym(struct rb_root *tree, struct sym_entry *se) argument
54 if (se->weight > iter->weight)
60 rb_link_node(&se->rb_node, parent, p);
61 rb_insert_color(&se->rb_node, tree);
H A Dhist.c184 struct sort_entry *se; local
187 list_for_each_entry(se, &hist_entry__sort_list, list) {
188 cmp = se->se_cmp(left, right);
199 struct sort_entry *se; local
202 list_for_each_entry(se, &hist_entry__sort_list, list) {
205 f = se->se_collapse ?: se->se_cmp;
601 struct sort_entry *se; local
700 list_for_each_entry(se, &hist_entry__sort_list, list) {
701 if (se
730 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, local
743 struct sort_entry *se; local
880 struct sort_entry *se; local
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h92 explicit SCEVExpander(ScalarEvolution &se, const char *name) argument
93 : SE(se), IVName(name), IVIncInsertLoop(0), IVIncInsertPos(0),
95 Builder(se.getContext(), TargetFolder(se.TD)) {
H A DScalarEvolutionExpressions.h433 ScalarEvolution *se, SCEVUnknown *next) :
434 SCEV(ID, scUnknown), CallbackVH(V), SE(se), Next(next) {}
432 SCEVUnknown(const FoldingSetNodeIDRef ID, Value *V, ScalarEvolution *se, SCEVUnknown *next) argument
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp77 ScalarEvolution &se, DominatorTree &dt):
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops, ScalarEvolution &se, DominatorTree &dt) argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp240 se = Obj.end_sections(); local
244 if (si == se)
247 assert(si != se && "No section containing relocation!");
/external/qemu/
H A Dthunk.h84 const StructEntry *se; local
111 se = struct_entries + type_ptr[1];
112 return se->size[is_host];
121 const StructEntry *se; local
147 se = struct_entries + type_ptr[1];
148 return se->align[is_host];
H A Dthunk.c69 StructEntry *se; local
72 se = struct_entries + id;
81 se->field_types = types;
82 se->nb_fields = nb_fields;
83 se->name = name;
86 se->name, id, se->nb_fields);
93 se->field_offsets[i] = malloc(nb_fields * sizeof(int));
94 type_ptr = se->field_types;
99 se
118 StructEntry *se; local
213 const StructEntry *se; local
[all...]
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c120 SocketEntry *se; local
123 se = xmalloc (sizeof (SocketEntry));
126 se->name = xmalloc (len);
128 strcpy (se->name, dir);
129 strcat (se->name, "/");
130 strcat (se->name, fname);
132 se->fd = -1;
134 se->status = SOCKET_UNKNOWN;
136 se->n_retries = 0;
138 return se;
177 SocketEntry *se; local
201 open_socket(SocketEntry *se) argument
273 SocketEntry *se; local
[all...]
/external/elfutils/libebl/
H A Deblgstrtab.c383 ebl_gstrtaboffset (struct Ebl_GStrent *se) argument
385 return se->offset;
H A Deblstrtab.c361 ebl_strtaboffset (struct Ebl_Strent *se) argument
363 return se->offset;
368 ebl_string (struct Ebl_Strent *se) argument
370 assert (se->string != NULL);
372 return se->string;
H A Deblwstrtab.c377 ebl_wstrtaboffset (struct Ebl_WStrent *se) argument
379 return se->offset;
/external/skia/src/views/
H A DSkWidgetViews.cpp37 const char* get_skin_enum_path(SkinEnum se) argument
39 SkASSERT((unsigned)se < kSkinEnumCount);
49 return gSkinPaths[se];
71 void init_skin_anim(SkinEnum se, SkAnimator* anim) argument
73 init_skin_anim(get_skin_enum_path(se), anim);
76 void init_skin_paint(SkinEnum se, SkPaint* paint) argument
83 init_skin_anim(se, &anim);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h98 float sx[PART_LEN1], sd[PART_LEN1], se[PART_LEN1]; // far, near and error psd member in struct:__anon15107
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp67 XMLElement* se; member in struct:enum_user_data
273 d.se = add_ele(d.xml, d.xml->RootElement(), ++d.si, section_name);
279 d.ke = add_ele(d.xml, d.se, ++d.ki, key_name);
/external/elfutils/src/
H A Dstrip.c402 struct Ebl_Strent *se; member in struct:shdr_info
960 shdr_info[cnt].se = ebl_strtabadd (shst, shdr_info[cnt].name, 0);
972 shdr_info[cnt].se = ebl_strtabadd (shst, ".gnu_debuglink", 15);
1028 shdr_info[cnt].se = ebl_strtabadd (shst, ".shstrtab", 10);
1075 shdr_info[cnt].shdr.sh_name = ebl_strtaboffset (shdr_info[cnt].se);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp1121 UBool hasSubNFD(ScriptElement &se, ScriptElement &key) argument
1123 UChar *ch1 = se.ch;
1125 ch1[se.count] = 0;
1136 int size = unorm_normalize(ch1, se.count, UNORM_NFD, 0, norm, 32,
1189 ScriptElement se; local
1190 u_strncpy(se.ch, src.source + chOffset, chLen);
1191 se.count = chLen;
1193 if (checkInScripts(script, scriptcount, se)) {
1195 ScriptElement *tse = (ScriptElement *)bsearch(&se, scriptelem,
1202 hasSubNFD(scriptelem[i], se)) {
[all...]
/external/libpcap/
H A Dpcap-dos.c371 int pcap_stats_ex (pcap_t *p, struct pcap_stat_ex *se) argument
388 memcpy (se, (*dev->get_stats)(dev), sizeof(*se));
/external/mksh/src/
H A Deval.c1390 char *se; local
1452 se = np;
1458 se = sp + strlen(sp);
1469 if (!has_globbing(sp, se)) {
1470 XcheckN(*xs, xp, se - sp + 1);

Completed in 563 milliseconds

123