HomeSort by relevance Sort by last modified time
    Searched defs:note (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/tensorflow/tensorflow/core/common_runtime/
ring_reducer.cc 88 Notification note; local
96 [&note, &status](const Status& s) {
98 note.Notify();
100 note.WaitForNotification();
109 // Note that this function is blocking and must not run in any thread
178 Notification note; local
180 col_ctx_->device, gpu_info->stream, [&note]() { note.Notify(); });
182 note.WaitForNotification();
hierarchical_tree_broadcaster.cc 319 Notification note; local
321 [this, &mu, &note](const Status& s) {
324 note.Notify();
326 note.WaitForNotification();
ring_alg.cc 59 // RingAlg instances. Note that the exec_key will differentiate between
120 // NOTE(ayushd): If no subdiv_offsets have been specified, dynamically add
257 Notification note; local
260 [&note](const Status& s) {
262 note.Notify();
264 note.WaitForNotification();
311 // Note on field indexing: There are group_size_ devices in the
  /external/tensorflow/tensorflow/core/distributed_runtime/
rpc_collective_executor_mgr_test.cc 85 Notification note; local
88 [this, &status, &note](const Status& s) {
90 note.Notify();
108 Notification note; local
111 [this, &status, &note](const Status& s) {
113 note.Notify();
116 note.WaitForNotification();
135 Notification note; local
138 [this, &status, &note](const Status& s) {
140 note.Notify()
155 Notification note; local
    [all...]
device_resolver_distributed_test.cc 191 Notification note; local
195 [this, &note, &status](const Status& s) {
197 note.Notify();
199 note.WaitForNotification();
  /external/ImageMagick/MagickCore/
magick.h 68 *note, member in struct:_MagickInfo
  /external/autotest/frontend/server/
models.py 25 'Note : %(note)s\n')
37 note = dbmodels.TextField(null=True, blank=True) variable in class:Server
58 'note': self.note}
91 details['note'] = self.note
  /external/grpc-grpc/examples/cpp/route_guide/
route_guide_server.cc 151 RouteNote note; variable
152 while (stream->Read(&note)) {
154 if (n.location().latitude() == note.location().latitude() &&
155 n.location().longitude() == note.location().longitude()) {
159 received_notes.push_back(note);
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 256 ExifMnoteDataFuji *note = (ExifMnoteDataFuji *) d; local
258 if (!note) return 0;
259 if (note->count <= n) return 0;
260 return note->entries[n].tag;
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 283 "Parsing Olympus/Sanyo/Epson maker note v1...");
307 "Parsing Olympus maker note v2 (0x%02x, %02x, %02x, %02x)...",
323 "Parsing Nikon maker note v1 (0x%02x, %02x, %02x, "
351 "Parsing Nikon maker note v2 (0x%02x, %02x, %02x, "
394 "Parsing Nikon maker note v0 (0x%02x, %02x, %02x, "
514 ExifMnoteDataOlympus *note = (ExifMnoteDataOlympus *) d; local
516 if (!note) return 0;
517 if (note->count <= n) return 0;
518 return note->entries[n].tag;
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 246 "Parsing Pentax maker note v%d...", (int)n->version);
251 "Parsing Casio maker note v2...");
258 "Parsing Pentax maker note v1...");
339 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
341 if (!note) return 0;
342 if (note->count <= n) return 0;
343 return note->entries[n].tag;
349 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
351 if (!note) return NULL;
352 if (note->count <= n) return NULL
359 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
369 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disk_cache.c 418 const struct build_id_note *note = local
420 assert(note && build_id_length(note) == 20 /* sha1 */);
422 const uint8_t *id_sha1 = build_id_data(note);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 134 JSONObject note = mNotifications.get(key); local
135 if (note != null) {
137 note.put(JSON_RANK, rank.getRank());
138 note.put(JSON_AMBIENT, rank.isAmbient());
139 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter());
140 note.put(JSON_LAST_AUDIBLY_ALERTED, rank.getLastAudiblyAlertedMillis());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 86 def note(self, *args): member in class:_Verbose
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 380 std::string note = "remove the cast and change return type of function " local
382 note += E->getSubExpr()->getType().getAsString(Pass.Ctx.getPrintingPolicy());
383 note += "' to have the object automatically autoreleased";
384 Pass.TA.reportNote(note, retS->getLocStart());
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 913 /* NOTE: in raw format, we print the
1096 char note[32] = {0}; local
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CollectAPI.java 47 String note = "Contents generated by CollectAPI tool on " + new Date().toString(); local
142 pw.println("<p><i><font size=\"-1\">" + note + "</font></i></p>");
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
core-pkey.c 202 void *p = ehdr, *note; local
231 /* Find the NT_PPC_PKEY note. */
242 note = p + sizeof(*nhdr) + __ALIGN_KERNEL(nhdr->n_namesz, 4);
244 regs = (unsigned long *) note;
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 384 char note[MAXMESG]; /* message buffer for pipe */ local
389 /* set note to READY and if an error occurs, overwrite it */
390 (void)strcpy(note, READY);
394 /* an error occured - put mesg in note and send it back to parent */
395 (void)strcpy(note, mesg);
398 /* an error occured - put mesg in note and send it back to parent */
399 (void)strcpy(note, mesg);
408 (void)sprintf(note,
419 * send note to parent (if not READY, parent will BROK) and
426 if (write_pipe(pipe_fd[1], note) < 0)
    [all...]
  /external/proguard/src/proguard/
Configuration.java 322 public List note = null; field in class:Configuration
  /external/python/cpython2/Lib/
ihooks.py 86 def note(self, *args): member in class:_Verbose
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
collective_nccl_reducer_test.cc 180 Notification note; local
185 [&note](const Status&) { note.Notify(); });
186 note.WaitForNotification();
238 Notification note; local
241 [&note](const Status&) { note.Notify(); });
242 note.WaitForNotification();
  /external/toybox/toys/posix/
file.c 125 // (Note: fields got reordered for 64 bit)
149 // (Note: fields got reordered for 64 bit)
161 char *note = map+sh_offset; local
163 // An ELF note is a sequence of entries, each consisting of an
172 n_namesz = elf_int(note, 4);
173 n_descsz = elf_int(note+4, 4);
174 n_type = elf_int(note+8, 4);
177 if (n_namesz==4 && !memcmp(note+12, "GNU", 4)) {
181 for (j = 0; j < n_descsz; ++j) printf("%02x", note[16 + j]);
183 } else if (n_namesz==8 && !memcmp(note+12, "Android", 8))
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 46 * This Activity handles "editing" a note, where editing is responding to
47 * {@link Intent#ACTION_VIEW} (request to view data), edit a note
48 * {@link Intent#ACTION_EDIT}, create a note {@link Intent#ACTION_INSERT}, or
49 * create a new note from the current contents of the clipboard {@link Intent#ACTION_PASTE}.
56 * Creates a projection that returns the note ID and the note contents.
171 // Sets the Activity state to INSERT, gets the general note URI, and inserts an
179 * If the attempt to insert the new note fails, shuts down this Activity. The
186 Log.e(TAG, "Failed to insert new note into " + getIntent().getData());
222 mText = (EditText) findViewById(R.id.note);
580 String note = cursor.getString(colNoteIndex); local
    [all...]

Completed in 3508 milliseconds

12 3 4