search for: _work

Displaying 15 results from an estimated 15 matches for "_work".

Did you mean: work
2020 Jan 06
2
clang interpreter failed to materialize symbols
...00000002 0x000001AF8A5515B0 0x000001AF8A532460 0x00007FF6909C0A7D), main() + 0x1D10 bytes(s), C:\dev\llvm-project\llvm\tools\lli\lli.cpp, line 614 + 0x4D byte(s) 0x00007FF6909C1A29 (0x00007FF690C2C000 0x00007FF690C2FE30 0x0000000000000000 0x0000000000000000), invoke_main() + 0x39 bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 79 0x00007FF6909C190E (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), __scrt_common_main_seh() + 0x12E bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 288 + 0x5 byte...
2020 Jan 14
4
clang interpreter failed to materialize symbols
...0007FF6909C0A7D), main() + 0x1D10 bytes(s), > C:\dev\llvm-project\llvm\tools\lli\lli.cpp, line 614 + 0x4D byte(s) > > 0x00007FF6909C1A29 (0x00007FF690C2C000 0x00007FF690C2FE30 > 0x0000000000000000 0x0000000000000000), invoke_main() + 0x39 > bytes(s), > d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, > line 79 > > 0x00007FF6909C190E (0x0000000000000000 0x0000000000000000 > 0x0000000000000000 0x0000000000000000), __scrt_common_main_seh() + > 0x12E bytes(s), > d:\agent\_work\5\s\src\vctools\crt\vcstart...
2020 Jan 16
2
clang interpreter failed to materialize symbols
...0000002 0x000001AF8A5515B0 0x000001AF8A532460 0x00007FF6909C0A7D), main() + 0x1D10 bytes(s), C:\dev\llvm-project\llvm\tools\lli\lli.cpp, line 614 + 0x4D byte(s) 0x00007FF6909C1A29 (0x00007FF690C2C000 0x00007FF690C2FE30 0x0000000000000000 0x0000000000000000), invoke_main() + 0x39 bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 79 0x00007FF6909C190E (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), __scrt_common_main_seh() + 0x12E bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 288 + 0x5 byt...
2006 Apr 30
4
renamed partial won''t render?
hi all this works <%= render :partial => "admin/works/work", :collection => @artist.works %> but this doesn''t <%= render :partial => "admin/works/worklist", :collection => @artist.works %> even though the partial _work.rhtml and _worklist.rhtml are identical. worklist.rhtml throws undefined local variable or method `work'' Extracted source (around line #2): 1: <tr> 2: <td><%= link_to work.short_title, :action => ''edit'', :id => work %></td&g...
2009 Jan 10
1
Help needed for Loading "tm" package
...ng a text document. But I got an error with "tm' package. I don't why I got the error from the R script below. I think I followed proccess of R tm manual. I use R v2.8.1. and tm_0.3-3.zip under Win XP. Thanks in advance, Kum Hwang > # setting directory > my.path <-'C:\\_work\\Daddy"s\\myProjects\\2009 defaultProject\\R\\textfile\\' > > # text miner pakacge > library(tm) Loading required package: Snowball Loading required package: RWeka --------------------------------------------------------- Error in .jinit(system.file("jar", c("weka.j...
2020 Jan 22
4
Longstanding failing tests - clang-tidy, MachO, Polly
...\llvm\tools\llvm-dwarfdump\llvm-dwarfdump.cpp:495:0 #6 0x00007ff6c121d16a handleFile D:\llvm-project\llvm\tools\llvm-dwarfdump\llvm-dwarfdump.cpp:528:0 #7 0x00007ff6c121eb87 main D:\llvm-project\llvm\tools\llvm-dwarfdump\llvm-dwarfdump.cpp:643:0 #8 0x00007ff6c16b6420 __scrt_common_main_seh d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288:0 #9 0x00007ffb52557bd4 (C:\WINDOWS\System32\KERNEL32.DLL+0x17bd4) #10 0x00007ffb5278ced1 (C:\WINDOWS\SYSTEM32\ntdll.dll+0x6ced1) error: command failed with exit status: 3221225477 Polly :: ScopInfo/memset_null.ll fails because the seco...
2020 May 08
0
[RFC v4 04/12] drm/vblank: Add vblank works
Add some kind of vblank workers. The interface is similar to regular delayed works, and is mostly based off kthread_work. It allows for scheduling delayed works that execute once a particular vblank sequence has passed. It also allows for accurate flushing of scheduled vblank works - in that flushing waits for both the vblank sequence and job execution to complete, or for the work to get cancelled - whichever comes f...
2006 May 16
0
Image format gotcha
...#39;') end def make_image_cache(pic_file_name) img = Image.read(pic_file_name).first img.strip!.change_geometry("1024x1024") { |cols, rows, img| img.resize!(cols, rows) } img.write("#{photo_basename(pic_file_name)}.MPC") img = nil GC.start end def make_image_workfile(pic_file_name) img = Image.read("#{photo_basename(pic_file_name)}.MPC").first img.strip!.change_geometry("640x512") { |cols, rows, img| img.resize!(cols, rows) } img.write("#{photo_basename(pic_file_name)}_work.JPG") { self.quality = 50 } img = nil...
2009 Nov 11
1
Does files-from work with --delete?
...exists in the source), I get this: $ find src dst -print src src/a src/b src/c src/c/d src/c/a src/p dst dst/a dst/b dst/c dst/c/d dst/c/a dst/c/p $ cat list /p /c/p $ ./rsync-3.0.6/rsync -av -S --delete --files-from=list -n src/ dst/ building file list ... rsync: link_stat "/home/ppokorny/_work/_customers/_ga/_rsync_test/src/c/p" failed: No such file or directory (2) done p sent 61 bytes received 15 bytes 152.00 bytes/sec total size is 0 speedup is 0.00 (DRY RUN) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] I...
2020 Jun 24
0
[RFC v7 03/11] drm/vblank: Add vblank works
Add some kind of vblank workers. The interface is similar to regular delayed works, and is mostly based off kthread_work. It allows for scheduling delayed works that execute once a particular vblank sequence has passed. It also allows for accurate flushing of scheduled vblank works - in that flushing waits for both the vblank sequence and job execution to complete, or for the work to get cancelled - whichever comes f...
2020 Jan 23
2
Longstanding failing tests - clang-tidy, MachO, Polly
...f6c121d16a handleFile >> D:\llvm-project\llvm\tools\llvm-dwarfdump\llvm-dwarfdump.cpp:528:0 >> >> #7 0x00007ff6c121eb87 main >> D:\llvm-project\llvm\tools\llvm-dwarfdump\llvm-dwarfdump.cpp:643:0 >> >> #8 0x00007ff6c16b6420 __scrt_common_main_seh >> d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288:0 >> >> #9 0x00007ffb52557bd4 (C:\WINDOWS\System32\KERNEL32.DLL+0x17bd4) >> >> #10 0x00007ffb5278ced1 (C:\WINDOWS\SYSTEM32\ntdll.dll+0x6ced1) >> >> >> >> error: command failed with exit stat...
2020 Jun 24
13
[RFC v7 00/11] drm/nouveau: Introduce CRC support for gf119+
...ia released some documentation on how CRC support works on their GPUs, hooray! So: this patch series implements said CRC support in nouveau, along with adding some special debugfs interfaces for some relevant igt-gpu-tools tests (already on the ML). First - we add some new functionality to kthread_work in the kernel, and then use this to add a new feature to DRM that Ville Syrj?l? came up with: vblank workers. Basically, this is just a generic DRM interface that allows for scheduling high-priority workers that start on a given vblank interrupt. Note that while we're currently only using this...
2020 Jun 27
9
[RFC v8 0/9] drm/nouveau: Introduce CRC support for gf119+
...ia released some documentation on how CRC support works on their GPUs, hooray! So: this patch series implements said CRC support in nouveau, along with adding some special debugfs interfaces for some relevant igt-gpu-tools tests (already on the ML). First - we add some new functionality to kthread_work in the kernel, and then use this to add a new feature to DRM that Ville Syrj?l? came up with: vblank workers. Basically, this is just a generic DRM interface that allows for scheduling high-priority workers that start on a given vblank interrupt. Note that while we're currently only using this...
2020 May 08
16
[RFC v4 00/12] drm/nouveau: Introduce CRC support for gf119+
...ia released some documentation on how CRC support works on their GPUs, hooray! So: this patch series implements said CRC support in nouveau, along with adding some special debugfs interfaces for some relevant igt-gpu-tools tests (already on the ML). First - we add some new functionality to kthread_work in the kernel, and then use this to add a new feature to DRM that Ville Syrj?l? came up with: vblank workers. Basically, this is just a generic DRM interface that allows for scheduling high-priority workers that start on a given vblank interrupt. Note that while we're currently only using this...
2009 Jan 15
2
Interface to open source Reporting tools
...it could be a version or path > issue (but very unlikely to be an R issue). > > > > > I use R v2.8.1. and tm_0.3-3.zip under Win XP. > > > > Thanks in advance, > > > > Kum Hwang > > > >> # setting directory > >> my.path <-'C:\\_work\\Daddy"s\\myProjects\\2009 > > defaultProject\\R\\textfile\\' > >> > >> # text miner pakacge > >> library(tm) > > Loading required package: Snowball > > Loading required package: RWeka > > --------------------------------------------------...