HomeSort by relevance Sort by last modified time
    Searched full:consider (Results 1 - 25 of 1074) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencore/pvmi/pvmf/src/
pvmf_return_codes.cpp 37 #ifdef CONSIDER
38 #error "CONSIDER already defined!"
40 #define CONSIDER(val) case val: return #val
46 CONSIDER(PVMFSuccess);
47 CONSIDER(PVMFPending);
48 CONSIDER(PVMFNotSet);
49 CONSIDER(PVMFFailure);
50 CONSIDER(PVMFErrCancelled);
51 CONSIDER(PVMFErrNoMemory);
52 CONSIDER(PVMFErrNotSupported)
    [all...]
  /external/netcat/data/
pm.d 3 # consider the small window one might obtain from a slightly out-of-rev PM
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/icu4c/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu4c/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/iproute2/man/man8/
routel.8 16 The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
  /external/strace/
TODO 31 consider adding backtrace support
32 consider adding general purpose interpreter
  /external/webkit/WebKit/win/
CodeAnalysisConfig.h 31 // warning C6211: Leaking memory due to an exception. Consider using a local catch block to clean up memory.
32 // warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _alloca_s instead
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 7 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
36 - document wpa_gui build and consider adding it to 'make install'
40 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
41 - consider redesigning pending EAP requests (identity/password/otp from
55 - consider moving SIM card functionality (IMSI fetching) away from eap.c;
69 - consider moving eap_tls_build_ack() call into eap_tls_process_helper()
  /external/wpa_supplicant/
todo.txt 14 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
48 - document wpa_gui build and consider adding it to 'make install'
52 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
58 - consider adding generic buffer functionality that could be used in number
68 - consider redesigning pending EAP requests (identity/password/otp from
82 - consider moving SIM card functionality (IMSI fetching) away from eap.c;
100 - consider moving eap_tls_build_ack() call into eap_tls_process_helper()
  /external/dbus/dbus/
dbus-macros.h 77 * Please don't use this in your own code, consider it
87 * Please don't use this in your own code, consider it
116 * Please don't use this in your own code, consider it
  /dalvik/vm/mterp/x86-atom/
OP_SHR_LONG.S 39 cmpl $$0, 4(rFP, %edx, 4) # check if we need to consider sign
40 jl .L${opcode}_finish # consider sign
OP_SHR_LONG_2ADDR.S 40 cmpl $$0, 4(rFP, rINST, 4) # check if we need to consider sign
41 jl .L${opcode}_finish # consider sign
  /dalvik/libcore/luni/src/main/java/java/net/
FileNameMap.java 36 * the name of the file to consider.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MUL_LONG.S 6 * Consider WXxYZ (r1r0 x r3r2) with a long multiply:
  /external/icu4c/data/brkitr/
brkfiles.mk 10 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/stlport/test/unit/
resolve_name.cpp 34 // VC6 consider call to sqrt ambiguous as soon as using namespace std has
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
MVS.todo 17 look in the diffs for dfa.c, misc.c, and yylex.c, and consider removing
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimCard.java 22 * Note: this class shares common code with SimCard, consider a base class to minimize code
  /frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
HasClassAnnotation.java 26 * containing class. Consider using the public {@link HasAnnotation} class instead of this class.
HasMethodAnnotation.java 26 * annotation on it. Consider using the public {@link HasAnnotation} class instead of this class.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
TimeChangeReceiver.java 35 // Consider ignoring this update request if only TIME_CHANGED
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 241 lalr_item_set consider; local
253 consider = new lalr_item_set(this);
255 /* repeat this until there is nothing else to consider */
256 while (consider.size() > 0)
258 /* get one item to consider */
259 itm = consider.get_one();
289 /* that may need further closure, consider it also */
290 consider.add(new_itm);
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 9 we consider only non-intrusive timing attacks with respect to online computations. That is an attacker can
13 Consider a Diffie-Hellman encryption which requires the sender to make up a public key "y = g^x mod p". Libtomcrypt

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>