Home
last modified time | relevance | path

Searched +defs:scan +defs:error (Results 1 – 25 of 1874) sorted by relevance

12345678910>>...75

/dports/misc/libsweep-lidar/sweep-sdk-1.3.0/jsweep/src/main/java/io/scanse/sweep/jna/
H A DSweepJNA.java20 ErrorReturnJNA error); in sweep_device_construct_simple()
29 ErrorReturnJNA error); in sweep_device_start_scanning()
33 ErrorReturnJNA error); in sweep_device_stop_scanning()
37 ErrorReturnJNA error); in sweep_device_get_motor_ready()
40 ErrorReturnJNA error); in sweep_device_get_scan()
42 public static native void sweep_scan_destruct(ScanJNAPointer scan); in sweep_scan_destruct()
45 sweep_scan_get_number_of_samples(ScanJNAPointer scan); in sweep_scan_get_number_of_samples()
47 public static native int sweep_scan_get_angle(ScanJNAPointer scan, in sweep_scan_get_angle()
50 public static native int sweep_scan_get_distance(ScanJNAPointer scan, in sweep_scan_get_distance()
53 public static native int sweep_scan_get_signal_strength(ScanJNAPointer scan, in sweep_scan_get_signal_strength()
[all …]
/dports/misc/libsweep-lidar/sweep-sdk-1.3.0/libsweep/src/
H A Ddummy.cc26 const char* sweep_error_message(sweep_error_s error) { in sweep_error_message()
32 void sweep_error_destruct(sweep_error_s error) { in sweep_error_destruct()
93 void sweep_device_start_scanning(sweep_device_s device, sweep_error_s* error) { in sweep_device_start_scanning()
105 void sweep_device_stop_scanning(sweep_device_s device, sweep_error_s* error) { in sweep_device_stop_scanning()
129 bool sweep_device_get_motor_ready(sweep_device_s device, sweep_error_s* error) { in sweep_device_get_motor_ready()
178 int32_t sweep_scan_get_number_of_samples(sweep_scan_s scan) { in sweep_scan_get_number_of_samples()
184 int32_t sweep_scan_get_angle(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_angle()
209 int32_t sweep_scan_get_distance(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_distance()
218 int32_t sweep_scan_get_signal_strength(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_signal_strength()
227 void sweep_scan_destruct(sweep_scan_s scan) { in sweep_scan_destruct()
[all …]
H A Dsweep.cc48 std::unique_ptr<sweep_scan> scan; member
49 std::exception_ptr error; member
63 const char* sweep_error_message(sweep_error_s error) { in sweep_error_message()
69 void sweep_error_destruct(sweep_error_s error) { in sweep_error_destruct()
279 void sweep_device_stop_scanning(sweep_device_s device, sweep_error_s* error) try { in sweep_device_stop_scanning()
466 int32_t sweep_scan_get_number_of_samples(sweep_scan_s scan) { in sweep_scan_get_number_of_samples()
473 int32_t sweep_scan_get_angle(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_angle()
480 int32_t sweep_scan_get_distance(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_distance()
487 int32_t sweep_scan_get_signal_strength(sweep_scan_s scan, int32_t sample) { in sweep_scan_get_signal_strength()
494 void sweep_scan_destruct(sweep_scan_s scan) { in sweep_scan_destruct()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Dvrscan.cc35 int vrscan::scan(const OFString& vr, const char* const value, const size_t size) in scan() function in vrscan
59 struct vrscan_error error; in scan() local
77 int vrscan::scan(const OFString& vr, const OFString& value) in scan() function in vrscan
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dresource.cc63 const char *const *scan; in SetValidate() local
117 for(char *scan=s->get_non_const(); *scan; scan++) in PutOrPost() local
133 static xstring error; in OrderValidate() local
437 for(ResType *scan=types_by_name->each_begin(); scan; scan=types_by_name->each_next()) in ClassInit() local
442 const char *error=(*scan->val_valid)(&dv); in ClassInit() local
/dports/misc/libsweep-lidar/sweep-sdk-1.3.0/libsweep/examples/
H A Dexample.c13 static void die(sweep_error_s error) { in die()
20 static void check(sweep_error_s error) { in check()
38 sweep_error_s error = NULL; in main() local
64 sweep_scan_s scan = sweep_device_get_scan(sweep, &error); in main() local
/dports/graphics/gthumb/gthumb-3.10.1/extensions/list_tools/
H A Dgth-script-file.c114 GError **error) in gth_script_file_load_from_data()
158 GError **error) in gth_script_file_load_from_file()
216 GList *scan; in gth_script_file_to_data() local
236 GError **error) in gth_script_file_to_file()
271 GList *scan; in gth_script_file_get_script() local
286 GError **error) in gth_script_file_save()
308 GList *scan; in gth_script_file_get_scripts() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_edit_scans.cpp284 const auto scan = rows.back()->entity(); in pushScan() local
305 bool error) in ScanButton()
436 const QString &error, in EditScans()
452 const QString &error, in EditScans()
580 for (const auto &scan : list.files) { in setupList() local
661 auto &scan = i->second; in setupSpecialScans() local
771 auto &scan = i->second; in updateSpecialScan() local
794 SpecialScan &scan, in createSpecialScanRow()
837 }, [=](ReadScanError error) { in chooseScan()
948 auto &scan = findSpecialScan(type); in toggleSpecialScanError() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/tree/
H A DTestToString.java88 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
90 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
96 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
133 void error(String msg) { in error() method in TestToString
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/tree/
H A DTestToString.java82 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
84 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
90 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
127 void error(String msg) { in error() method in TestToString
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/tree/
H A DTestToString.java82 String scan(Iterable<? extends CompilationUnitTree> trees) { in scan() method in TestToString
84 String scan(Iterable<? extends Tree> trees) { in scan() method in TestToString.Scanner
90 public Void scan(Tree tree, StringBuilder sb) { in scan() method in TestToString.Scanner
127 void error(String msg) { in error() method in TestToString
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Derror.cpp58 void Error (const char *error, ...) in Error()
99 TCHAR *scan, *next = (TCHAR*)lpMsgBuf; in Error() local
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Derror.cpp56 void Error( const char *error, ... ){ in Error()
86 TCHAR *scan, *next = (TCHAR*)lpMsgBuf; in Error() local
/dports/graphics/gthumb/gthumb-3.10.1/extensions/edit_metadata/
H A Dgth-tag-task.c61 GList *scan; in write_metadata_ready_cb() local
62 GError *error = NULL; in write_metadata_ready_cb() local
90 GError *error, in info_ready_cb()
94 GList *scan; in info_ready_cb() local
/dports/graphics/gthumb/gthumb-3.10.1/extensions/flicker_utils/
H A Ddlg-export-to-flickr.c108 GError *error = NULL; in completed_messagedialog_response_cb() local
116 GList *scan; in completed_messagedialog_response_cb() local
185 GError *error = NULL; in add_photos_to_photoset_ready_cb() local
216 GError *error = NULL; in create_photoset_ready_cb() local
242 GError *error = NULL; in post_photos_ready_cb() local
360 GList *scan; in update_account_list() local
402 GError *error = NULL; in photoset_list_ready_cb() local
403 GList *scan; in photoset_list_ready_cb() local
509 GList *scan; in dlg_export_to_flickr() local
590 GError *error; in dlg_export_to_flickr() local
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DLispFunction.java66 LispObject error(String s) throws Exception in error() method in LispFunction
71 LispObject error(String s, LispObject a) throws Exception in error() method in LispFunction
95 void scan() in scan() method in LispFunction
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/lisp/
H A DLispFunction.java69 public LispObject error(String s) throws Exception in error() method in LispFunction
74 public LispObject error(String s, LispObject a) throws Exception in error() method in LispFunction
98 public void scan() in scan() method in LispFunction
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DLispFunction.java67 LispObject error(String s) throws Exception in error() method in LispFunction
72 LispObject error(String s, LispObject a) throws Exception in error() method in LispFunction
96 void scan() in scan() method in LispFunction

12345678910>>...75