| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| Info.plist.cpp | 36 <string>A process launched by APPLE_APPLICATION_NAME wants to use AppleScript.</string> 38 <string>A process launched by APPLE_APPLICATION_NAME wants access to your calendar data.</string> 40 <string>A process launched by APPLE_APPLICATION_NAME wants access to your camera.</string> 42 <string>A process launched by APPLE_APPLICATION_NAME wants access to your contacts.</string> 44 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information, even when not in use.</string> 46 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information.</string> 48 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information when in use.</string> 50 <string>A process launched by APPLE_APPLICATION_NAME wants access to your microphone.</string> 52 <string>A process launched by APPLE_APPLICATION_NAME wants access to your reminders.</string> 54 <string>A process launched by APPLE_APPLICATION_NAME wants admin privileges.</string [all...] |
| /xsrc/external/mit/brotli/dist/python/tests/ |
| decompressor_test.py | 39 out_file.write(self.decompressor.process(data)) 48 self.decompressor.process(brotli.compress(b'a') + b'a') 51 self.decompressor.process(brotli.compress(b'a')) 53 self.decompressor.process(b'a')
|
| compressor_test.py | 38 out_file.write(self.compressor.process(in_file.read())) 49 out_file.write(self.compressor.process(data)) 60 out_file.write(self.compressor.process(data))
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| linker.h | 116 * classes must implement \c ::visit_field and may override \c ::process. 123 * Classes that overload this function should call \c ::process from the 136 void process(ir_variable *var, bool use_std430_as_default); 141 * Classes that overload this function should call \c ::process from the 155 void process(ir_variable *var, const glsl_type *var_type, 161 * This flavor of \c process should be used to handle structured types 173 void process(const glsl_type *type, const char *name,
|
| link_uniform_blocks.cpp | 48 void process(const glsl_type *type, const char *name) function in class:__anon693::ubo_visitor 53 this->program_resource_visitor::process(type, name, 295 parcel->process(type, b->has_instance_name ? blocks[i].Name : ""); 447 block_size.process(b->type->without_array(), "",
|
| link_uniforms.cpp | 261 program_resource_visitor::process(const glsl_type *type, const char *name, function in class:program_resource_visitor 279 program_resource_visitor::process(ir_variable *var, bool use_std430_as_default) function in class:program_resource_visitor 283 process(var, t, use_std430_as_default); 287 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, function in class:program_resource_visitor 495 void process(ir_variable *var) function in class:__anon694::count_uniform_size 501 program_resource_visitor::process(var->get_interface_type(), 505 program_resource_visitor::process(var, use_std430_as_default); 803 process(var->get_interface_type(), 816 process(var, use_std430_as_default); 825 process(var, use_std430_as_default) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| linker.h | 115 * classes must implement \c ::visit_field and may override \c ::process. 122 * Classes that overload this function should call \c ::process from the 135 void process(ir_variable *var, bool use_std430_as_default); 140 * Classes that overload this function should call \c ::process from the 154 void process(ir_variable *var, const glsl_type *var_type, 160 * This flavor of \c process should be used to handle structured types 172 void process(const glsl_type *type, const char *name,
|
| link_uniform_blocks.cpp | 48 void process(const glsl_type *type, const char *name) function in class:__anon3329::ubo_visitor 53 this->program_resource_visitor::process(type, name, 293 parcel->process(type, b->has_instance_name ? blocks[i].Name : ""); 446 block_size.process(b->type->without_array(), "",
|
| link_uniforms.cpp | 46 program_resource_visitor::process(const glsl_type *type, const char *name, function in class:program_resource_visitor 64 program_resource_visitor::process(ir_variable *var, bool use_std430_as_default) function in class:program_resource_visitor 68 process(var, t, use_std430_as_default); 72 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, function in class:program_resource_visitor 280 void process(ir_variable *var) function in class:__anon3330::count_uniform_size 286 program_resource_visitor::process(var->get_interface_type(), 290 program_resource_visitor::process(var, use_std430_as_default); 574 process(var->get_interface_type(), 587 process(var, use_std430_as_default); 596 process(var, use_std430_as_default) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_util.h | 46 #include <process.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_util.h | 46 #include <process.h>
|
| /xsrc/external/mit/brotli/dist/python/ |
| brotli.py | 50 return compressor.process(string) + compressor.finish()
|
| /xsrc/external/mit/xauth/dist/ |
| Makefile.am | 31 process.c \
|
| /xsrc/external/mit/libICE/dist/src/ |
| misc.c | 93 _IceProcessMsgInfo *process; local 95 process = &iceConn->process_msg_info[i - iceConn->his_min_opcode]; 97 if ((process != NULL) && process->in_use) 99 IceIOErrorProc IOErrProc = process->accept_flag ? 100 process->protocol->accept_client->io_error_proc : 101 process->protocol->orig_client->io_error_proc;
|
| /xsrc/external/mit/libXt/dist/src/ |
| Display.c | 105 ProcessContext process = _XtGetProcessContext(); local 109 if (process->defaultAppContext == NULL) { 110 process->defaultAppContext = XtCreateApplicationContext(); 112 app = process->defaultAppContext; 273 (app->process->globalLangProcRec.proc ? 395 if (app->process->globalLangProcRec.proc) 422 app->process = _XtGetProcessContext(); 423 app->next = app->process->appContextList; 424 app->process->appContextList = app; 425 app->langProcRec.proc = app->process->globalLangProcRec.proc [all...] |
| Convert.c | 249 ProcessContext process; local 255 process = _XtGetProcessContext(); 256 app = process->appContextList; 260 if (!process->globalConverterTable) { 261 process->globalConverterTable = (ConverterTable) 264 _XtTableAddConverter(process->globalConverterTable, from, to, 302 ProcessContext process; local 308 process = _XtGetProcessContext(); 309 app = process->appContextList; 313 if (!process->globalConverterTable) [all...] |
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| localuser.md | 4 process, the "localuser" and "localgroup" authentication methods provide access
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| meson-options.py | 20 oi.process('meson_options.txt')
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| meson-options.py | 20 oi.process('meson_options.txt')
|
| /xsrc/external/mit/libXdmcp/dist/ |
| Key.c | 53 #include <process.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/ |
| make.bat | 53 echo.Build finished; now you can process the pickle files. 60 echo.Build finished; now you can process the JSON files.
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| piglit-runner.sh | 64 --process-isolation \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| gen_sort_tags.py | 107 def process(filename): function 155 process(f)
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcatomic.fncs | 32 configuration file is atomically replaced so that reading process always see
|
| fcinit.fncs | 49 process succeeded or not. If the default configuration has already
|