HomeSort by relevance Sort by last modified time
    Searched refs:fname (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/wpa_supplicant_8/hostapd/
config_file.h 18 struct hostapd_config * hostapd_config_read(const char *fname);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
32 #define API_ENTRY(fname,params,args) \
33 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
35 #define API_ENTRY_RET(rtype,fname,params,args) \
36 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
48 #define API_ENTRY(fname,params,args) \
49 FUNC_TYPE(fname) fname;
51 #define API_ENTRY_RET(rtype,fname,params,args)
135 const char *fname; member in struct:ClientAPIExts::_client_ext_funcs
    [all...]
ClientAPIExts.h 25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
  /development/tools/emulator/opengl/system/egl/
ClientAPIExts.cpp 29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
30 #define API_ENTRY(fname,params,args) \
31 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
33 #define API_ENTRY_RET(rtype,fname,params,args) \
34 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
46 #define API_ENTRY(fname,params,args) \
47 FUNC_TYPE(fname) fname;
49 #define API_ENTRY_RET(rtype,fname,params,args)
133 const char *fname; member in struct:ClientAPIExts::_client_ext_funcs
    [all...]
ClientAPIExts.h 25 void* getProcAddress(const char *fname);
  /external/ppp/pppd/plugins/radius/
radattr.c 70 char fname[512]; local
75 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
76 fp = fopen(fname, "w");
78 warn("radattr plugin: Could not open %s for writing: %m", fname);
90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname);
106 char fname[512]; local
108 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
109 (void) remove(fname);
    [all...]
  /external/icu4c/tools/genuca/
genteststub.py 18 fname=sys.argv[1] variable
20 fname="CollationTest_NON_IGNORABLE_SHORT.txt" variable
21 openfile = open(fname, 'r');
24 ext=fname.find(".txt");
28 wFname = fname[:ext+1]+"_STUB.txt"
33 print "Reading file: "+fname+" ..."
  /external/webkit/Source/WebCore/inspector/
xxd.pl 33 $fname = shift;
36 open($input, '<', $fname) or die "Can't open file for read: $fname $!";
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 20 @param fname The name of the file you wish to hash
25 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen)
32 LTC_ARGCHK(fname != NULL);
40 in = fopen(fname, "rb");
  /external/bluetooth/glib/gio/inotify/
inotify-diag.c 43 char *fname; local
48 fname = g_strdup_printf ("/tmp/gvfsid.%d", pid);
49 ioc = g_io_channel_new_file (fname, "w", NULL);
50 g_free (fname);
  /frameworks/base/opengl/tools/glgen/src/
CodeEmitter.java 21 void addNativeRegistration(String fname);
CFunc.java 24 String fname; field in class:CFunc
40 public void setName(String fname) {
41 this.fname = fname;
45 return fname;
100 String s = "Function " + fname + " returns " + ftype + ": ";
123 String fname = tokens[i++]; local
124 if (fname.equals("*")) {
126 fname = tokens[i++];
129 cfunc.setName(fname);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/app/
Fragment_Delegate.java 53 /*package*/ static Fragment instantiate(Context context, String fname) {
54 return instantiate(context, fname, null);
63 * @param fname The class name of the fragment to instantiate.
72 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) {
75 Fragment f = (Fragment) sProjectCallback.loadView(fname,
87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
95 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
99 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
  /external/llvm/utils/release/
findRegressions.py 22 fname = ''
33 fname = tmp[1].strip('\r\n')
35 fname = tmp[0].strip('\r\n')
37 if not test.has_key(fname) :
38 test[fname] = {}
41 test[fname][k] = 'NA'
42 test[fname][t[1]] = t[0]
44 print test[fname][t[1]]
53 test[fname][tp + n] = float(t[2].split(' ')[2])
55 print test[fname][tp + n
    [all...]
  /bionic/libc/bionic/
utmp.c 79 utmpname(const char *fname)
81 size_t len = strlen(fname);
87 if (fname[len - 1] == 'x')
90 (void)strlcpy(utfile, fname, sizeof(utfile));
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 85 String fname = fieldType.toString(); local
86 sprint(fname + ":");
87 if (fname.compareTo("int") == 0) {
90 } else if (fname.compareTo("short") == 0) {
93 } else if (fname.compareTo("char") == 0) {
96 } else if (fname.compareTo("long") == 0) {
99 } else if (fname.compareTo("boolean") == 0) {
102 } else if (fname.compareTo("double") == 0) {
105 } else if (fname.compareTo("float") == 0) {
  /external/skia/bench/
DecodeBench.cpp 13 SkString fName;
20 const char* fname = NULL; local
22 fname = strrchr(fFilename, '/');
23 if (fname) {
24 fname += 1; // skip the slash
27 fName.printf("decode_%s_%s", gConfigName[c], fname);
32 return fName.c_str();
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 105 String fname = fieldType.toString(); local
106 if (fname.compareTo("int") == 0) {
109 } else if (fname.compareTo("short") == 0) {
112 } else if (fname.compareTo("char") == 0) {
115 } else if (fname.compareTo("long") == 0) {
118 } else if (fname.compareTo("boolean") == 0) {
121 } else if (fname.compareTo("double") == 0) {
124 } else if (fname.compareTo("float") == 0) {
195 String fname = fieldType.toString(); local
196 if (fname.compareTo("int") == 0)
305 String fname = fieldType.toString(); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 111 String fname = fieldType.toString(); local
112 if (fname.compareTo("int") == 0) {
115 } else if (fname.compareTo("short") == 0) {
118 } else if (fname.compareTo("char") == 0) {
121 } else if (fname.compareTo("long") == 0) {
124 } else if (fname.compareTo("boolean") == 0) {
127 } else if (fname.compareTo("double") == 0) {
130 } else if (fname.compareTo("float") == 0) {
201 String fname = fieldType.toString(); local
202 if (fname.compareTo("int") == 0)
316 String fname = fieldType.toString(); local
    [all...]
  /external/zlib/contrib/untgz/
untgz.c 98 char *fname; member in struct:attr_item
206 int setfiletime (char *fname,time_t ftime)
234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
246 return utime(fname,&settime);
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
260 item->fname = strdup(fname);
276 setfiletime(item->fname,item->time);
277 chmod(item->fname,item->mode);
371 int matchname (int arg,int argc,char **argv,char *fname)
394 char fname[BLOCKSIZE]; local
    [all...]
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 23 @param fname The name of the file you wish to HMAC
30 int hmac_file(int hash, const char *fname,
43 LTC_ARGCHK(fname != NULL);
56 in = fopen(fname, "rb");
  /external/elfutils/tests/
asm-tst4.c 24 static const char fname[] = "asm-tst4-out.o"; variable
36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
85 unlink (fname);
  /external/genext2fs/
test.sh 45 fname=$1; blocks=$2; checksum=$3
46 echo Testing with devices file $fname
47 fgen $fname $blocks
test-gen.lib 30 fname=$1; blocks=$2;
32 cp $fname test
33 TZ=UTC-11 touch -t 200502070321.43 test/$fname
34 ./genext2fs -N 92 -b $blocks -D test/$fname -f ext2.img
  /external/webkit/Source/WebCore/platform/qt/
FileChooserQt.cpp 40 String fname = m_filenames[0]; local
42 string = fm.elidedText(fname, Qt::ElideLeft, width);

Completed in 2174 milliseconds

1 2 3 4 5 6 7 8 91011