Searched refs:acceptable (Results 1 – 25 of 88) sorted by relevance
1234
/external/oauth/core/src/main/java/net/oauth/signature/ |
D | OAuthSignatureMethod.java | 228 String acceptable = OAuth.percentEncode(NAME_TO_CLASS.keySet()); in newMethod() local 229 if (acceptable.length() > 0) { in newMethod() 231 acceptable.toString()); in newMethod()
|
/external/llvm/autoconf/m4/ |
D | build_exeext.m4 | 20 test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
|
/external/ipsec-tools/src/racoon/ |
D | remoteconf.h | 234 struct isakmpsa *acceptable));
|
D | remoteconf.c | 1212 checkisakmpsa(pcheck_level, proposal, acceptable) in checkisakmpsa() argument 1214 struct isakmpsa *proposal, *acceptable; 1218 for (p = acceptable; p != NULL; p = p->next){
|
D | TODO | 39 o more acceptable check.
|
/external/libvpx/ |
D | keywords.dox | 32 particular behavior is acceptable or even useful, but the full
|
/external/elfutils/m4/ |
D | lib-ld.m4 | 95 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
/external/bison/m4/ |
D | lib-ld_gl.m4 | 108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 24 // Minimum acceptable width for the ev bubble.
|
/external/openssl/apps/ |
D | openssl.cnf | 93 # At this point in time, you must list all acceptable 'object' 341 other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-26-Reoptimizer2.txt | 41 follows an alloca(). What might be an acceptable solution would be to
|
/external/webkit/Source/WebCore/bridge/objc/ |
D | objc_instance.mm | 256 // been filtered already to ensure that it has acceptable argument 309 // been filtered already to ensure that it have an acceptable return
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.mm | 138 // Could not find an acceptable renderer - fail
|
/external/mesa3d/docs/ |
D | MESA_texture_signed_rgba.spec | 109 the standard OpenGL byte/float mapping is considered acceptable too, as
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1285 int (*acceptable)(void *context, struct dentry *de), 1299 int (*acceptable)(void *context, struct dentry *de), 1307 int (*acceptable)(void *context, struct dentry *de),
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | argument-types-expected.txt | 1 Tests the acceptable types for arguments to Geolocation methods.
|
/external/bluetooth/glib/glib/ |
D | gconvert.c | 1480 static const guchar acceptable[96] = { variable 1504 #define ACCEPTABLE(a) ((a)>=32 && (a)<128 && (acceptable[(a)-32] & use_mask)) in g_escape_uri_string()
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 74 there are various formats for acceptable 'filenames', and they correspond
|
/external/quake/quake/src/QW/docs/ |
D | glqwcl-readme.txt | 15 accelerates everything needed, the game play will not be acceptable. If it
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 358 indicates which value would be acceptable. 367 have acceptable range of 1-65535 (with interval obviously having to be
|
/external/bluetooth/bluez/ |
D | TODO | 67 address all arguments needed in an acceptable way. For testing, we need
|
/external/quake/quake/src/WinQuake/kit/ |
D | README.TXT | 15 accelerates everything needed, the game play will not be acceptable. If it
|
/external/quake/quake/src/WinQuake/ |
D | glqnotes.txt | 15 accelerates everything needed, the game play will not be acceptable. If it
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 63 // It's acceptable to cast away constness.
|
/external/iptables/include/ |
D | xtables.h.in | 68 * %XTTYPE_PORTRC: colon-separated port range (names acceptable),
|
1234