HomeSort by relevance Sort by last modified time
    Searched full:recs (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/utils/TableGen/
TableGen.cpp 161 std::vector<Record*> Recs = Records.getAllDerivedDefinitions(Class);
162 for (unsigned i = 0, e = Recs.size(); i != e; ++i)
163 OS << Recs[i]->getName() << ", ";
171 std::vector<Record*> Recs = Records.getAllDerivedDefinitions("Set");
172 for (unsigned i = 0, e = Recs.size(); i != e; ++i) {
173 OS << Recs[i]->getName() << " = [";
174 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
  /external/bluetooth/bluez/src/
glib-helper.h 24 typedef void (*bt_callback_t) (sdp_list_t *recs, int err, gpointer user_data);
glib-helper.c 139 sdp_list_t *recs = NULL; local
173 recs = sdp_list_append(recs, rec);
180 ctxt->cb(recs, err, ctxt->user_data);
182 if (recs)
183 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free);
storage.c 874 sdp_list_t *recs; member in struct:record_list
890 rec_list->recs = sdp_list_append(rec_list->recs, rec);
922 rec_list.recs = NULL;
927 return rec_list.recs;
930 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid)
934 for (seq = recs; seq; seq = seq->next) {
1028 sdp_list_t *recs; local
1045 recs = read_records(&src, &dst);
1046 rec = find_record_in_list(recs, PNP_UUID)
    [all...]
storage.h 64 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
device.c 628 sdp_list_t *recs)
659 for (seq = recs; seq; seq = seq->next) {
1320 static void update_services(struct browse_req *req, sdp_list_t *recs)
1332 for (seq = recs; seq; seq = seq->next) {
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 400 INPUT_RECORD recs[1024]; local
415 if (!ReadConsoleInput(hinput, recs, 1, &numread))
421 if (recs[0].EventType == KEY_EVENT)
423 if (!recs[0].Event.KeyEvent.bKeyDown)
425 ch = recs[0].Event.KeyEvent.uChar.AsciiChar;
450 Con_Printf("Stupid: %d\n", recs[0].Event.KeyEvent.dwControlKeyState);
451 if (((ch=='V' || ch=='v') && (recs[0].Event.KeyEvent.dwControlKeyState &
452 (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED))) || ((recs[0].Event.KeyEvent.dwControlKeyState
453 & SHIFT_PRESSED) && (recs[0].Event.KeyEvent.wVirtualKeyCode
  /external/bluetooth/bluez/health/
hdp_util.c 811 static void get_mdep_cb(sdp_list_t *recs, int err, gpointer user_data)
817 if (err || !recs) {
825 if (!get_mdep_from_rec(recs->data, mdep_data->app->role,
956 static gboolean get_ccpsm(sdp_list_t *recs, uint16_t *ccpsm)
960 for (l = recs; l; l = l->next) {
970 static gboolean get_dcpsm(sdp_list_t *recs, uint16_t *dcpsm)
974 for (l = recs; l; l = l->next) {
1035 static void search_cb(sdp_list_t *recs, int err, gpointer user_data)
1048 if (err || !recs) {
1054 if (!get_ccpsm(recs, &ccpsm))
    [all...]
  /external/valgrind/main/callgrind/
context.c 180 int size, recs; local
188 recs = top_fn->separate_recursions;
189 if (recs<1) recs=1;
216 CLG_(stat).context_counter += recs;
clo.c 457 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
503 else if VG_STREQN(15, arg, "--separate-recs") {
590 " --separate-recs=<n> Separate function recursions up to level [2]\n"
591 " --separate-recs<n>=<f> Separate <n> recursions for function <f>\n"
command.c 505 VG_(sprintf)(buf, "desc: Option: --separate-recs=%d\n",
dump.c     [all...]
  /external/bluetooth/bluez/audio/
gateway.c 266 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
282 if (!recs || !recs->data) {
288 if (sdp_get_service_classes(recs->data, &classes) < 0) {
294 if (sdp_get_access_protos(recs->data, &protos) < 0) {
headset.c 1475 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
1495 if (!recs || !recs->data) {
1502 for (r = recs; r != NULL; r = r->next) {
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 261 Rec* recs = fRecs; local
262 recs->fPos = 0;
263 // recs->fScale = 0; // unused;
264 recs += 1;
290 recs->fPos = curr;
292 recs->fScale = (1 << 24) / (curr - prev);
294 recs->fScale = 0; // ignore this segment
298 recs += 1;
305 recs->fPos = p;
306 recs->fScale = scale
338 Rec* recs = fRecs; local
367 Rec* recs = fRecs; local
    [all...]
  /external/bluetooth/bluez/serial/
port.c 360 static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
381 if (!recs || !recs->data) {
387 record = recs->data;
  /external/quake/quake/src/WinQuake/
sys_win.cpp 559 INPUT_RECORD recs[1024]; local
576 if (!ReadConsoleInput(hinput, recs, 1, &numread))
582 if (recs[0].EventType == KEY_EVENT)
584 if (!recs[0].Event.KeyEvent.bKeyDown)
586 ch = recs[0].Event.KeyEvent.uChar.AsciiChar;
sys_wind.cpp 225 INPUT_RECORD recs[1024]; local
  /external/tcpdump/
print-cnfp.c 122 printf("%2u recs", nrecs);
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 458 <option><xref linkend="opt.separate-recs-num"/>=function</option>.
460 <option><xref linkend="opt.separate-recs"/>=10</option>, but this will
    [all...]
  /external/valgrind/main/docs/html/
cl-manual.html 441 <code class="option"><a class="xref" href="cl-manual.html#opt.separate-recs-num">--separate-recs10</a>=function</code>.
443 <code class="option"><a class="xref" href="cl-manual.html#opt.separate-recs">--separate-recs</a>=10</code>, but this will
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c     [all...]
  /external/skia/include/core/
SkFontHost.h 177 cache does not contain different recs (i.e. keys) that in reality map to
SkCanvas.h     [all...]
  /external/skia/src/core/
SkCanvas.cpp 234 // skip over recs with empty clips
    [all...]

Completed in 1791 milliseconds

1 2