HomeSort by relevance Sort by last modified time
    Searched refs:f_name (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/memcheck/tests/
writev1.c 17 static char *buf_list[NBUFS], f_name[]="writev_data_file"; variable
35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) {
37 f_name, errno);
49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) {
51 f_name, errno);
85 unlink(f_name);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 13 PyObject *f_name; member in struct:__anon63077
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 13 PyObject *f_name; member in struct:__anon63200
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
65 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
65 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]

Completed in 220 milliseconds