HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 626 - 650 of 6286) sorted by null

<<21222324252627282930>>

  /external/openfst/src/script/
info.cc 31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
map.cc 29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
minimize.cc 28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
print.cc 33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
project.cc 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
randgen.cc 29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
replace.cc 37 Apply<Operation<ReplaceArgs> >("Replace", ofst->ArcType(), &args);
reverse.cc 29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
reweight.cc 28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
synchronize.cc 28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
topsort.cc 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
union.cc 29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
verify.cc 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
  /external/openssh/regress/
agent-ptrace.sh 44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 68 #define kStatusPlaying 0 /* Audio Play operation in progress */
70 #define kStatusMuted 2 /* MUTING-ON operation in progress */
72 #define kStatusError 4 /* Error occurred during audio play operation */
73 #define kStatusStopped 5 /* Audio play operation not requested */
  /external/regex-re2/util/
sparse_set.h 14 // Allocating the set is a constant time operation
15 // when memory allocation is a constant time operation.
17 // Clearing the set is a constant time operation (unusual!).
19 // Iterating through the set is an O(n) operation, where n
  /external/smack/src/org/jivesoftware/smack/filter/
NotFilter.java 26 * Implements the logical NOT operation on a packet filter. In other words, packets
  /external/valgrind/main/helgrind/
README_YARD.txt 28 * Pure happens before operation, so as not to give any false
  /external/valgrind/main/none/tests/
pth_once.c 20 * exit of the threads using the pthread_join() operation.
  /external/valgrind/main/none/tests/s390x/
op_exception.c 1 /* zArchitecture specifies that operation exception(illegal opcode) is
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 185 GtkPrintOperation* operation = gtk_print_operation_new(); local
189 gtk_print_operation_set_export_filename(operation, temporaryFilename);
190 result = webkit_web_frame_print_full (webFrame, operation, action, NULL);
196 g_object_unref(operation);
  /external/webrtc/test/testsupport/
packet_reader.h 25 // Inizializes a new reading operation. Must be done before invoking the
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 34 * app's data state as of the last backup operation's completion.
48 * @param callbackBinder Binder on which to indicate operation completion,
76 * @param callbackBinder Binder on which to indicate operation completion,
96 * @param callbackBinder Binder on which to indicate operation completion,
  /frameworks/base/core/java/android/os/
FactoryTest.java 22 * This class provides a few properties that alter the normal operation of the system
NetworkOnMainThreadException.java 20 * to perform a networking operation on its main thread.

Completed in 3657 milliseconds

<<21222324252627282930>>