Searched defs:which (Results 1 - 25 of 133) sorted by relevance

123456

/external/openssh/contrib/
H A Dfindssl.sh92 # not all platforms have a 'which' command
93 if which ls >/dev/null 2>/dev/null; then
94 : which is defined
96 which () { function
115 if [ -x "`which locate`" ]
134 if [ -x "`which locate`" ]
163 if [ -x "`which locate`" ]
/external/dropbear/libtomcrypt/src/pk/katja/
H A Dkatja_exptmod.c26 @param which Which exponent to use, e.g. PK_PRIVATE or PK_PUBLIC
31 unsigned char *out, unsigned long *outlen, int which,
44 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) {
49 if (which != PK_PRIVATE && which != PK_PUBLIC) {
64 if (which == PK_PRIVATE) {
30 katja_exptmod(const unsigned char *in, unsigned long inlen, unsigned char *out, unsigned long *outlen, int which, katja_key *key) argument
/external/dropbear/libtomcrypt/src/pk/rsa/
H A Drsa_exptmod.c26 @param which Which exponent to use, e.g. PK_PRIVATE or PK_PUBLIC
31 unsigned char *out, unsigned long *outlen, int which,
44 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) {
49 if (which != PK_PRIVATE && which != PK_PUBLIC) {
64 if (which == PK_PRIVATE) {
30 rsa_exptmod(const unsigned char *in, unsigned long inlen, unsigned char *out, unsigned long *outlen, int which, rsa_key *key) argument
/external/llvm/utils/lit/lit/
H A DUtil.py39 # Ignore EEXIST, which may occur during a race condition.
52 def which(command, paths = None): function
53 """which(command, [paths]) - Look up the given command in the paths string
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCustomElementCallbackInvocation.cpp59 EnteredLeftDocumentInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType which);
67 EnteredLeftDocumentInvocation::EnteredLeftDocumentInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
69 , m_which(which)
113 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
115 switch (which) {
121 return adoptPtr(new EnteredLeftDocumentInvocation(callbacks, which));
H A DCustomElementLifecycleCallbacks.h66 CustomElementLifecycleCallbacks(CallbackType which) : m_which(which) { } argument
H A DUIEvent.cpp113 int UIEvent::which() const function in class:WebCore::UIEvent
H A DKeyboardEvent.cpp209 int KeyboardEvent::which() const function in class:WebCore::KeyboardEvent
211 // Netscape's "which" returns a virtual key code for keydown and keyup, and a character code for keypress.
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cnv.c32 UConverterUnicodeSet which,
40 UConverterUnicodeSet which,
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
H A Dubidi_props.c109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { argument
117 switch(which) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputCollector.java27 * by the primary list, such as switch case tables) &mdash; which it
33 * {@code non-null;} the associated finisher (which holds the instruction
69 * Reverses a branch which is buried a given number of instructions
73 * @param which how many instructions back to find the branch;
78 public void reverseBranch(int which, CodeAddress newTarget) { argument
79 finisher.reverseBranch(which, newTarget);
109 * Helper for {@link #getFinisher}, which appends the suffix to
/external/icu4c/common/
H A Ducnv_cnv.c32 UConverterUnicodeSet which,
40 UConverterUnicodeSet which,
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
/external/chromium/third_party/libevent/test/
H A Dbench.c67 read_cb(int fd, short which, void *arg) argument
/external/chromium_org/third_party/libevent/test/
H A Dbench.c67 read_cb(int fd, short which, void *arg) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc272 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc262 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
278 "request_or_response", (which == REQUEST) ? "Request" : "Response");
287 (which == REQUEST) ? method->input_type() : method->output_type());
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c204 int which = 0, i; local
214 which = 1;
216 which = 2;
218 which = 3;
224 switch (which)
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc272 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc253 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
269 "request_or_response", (which == REQUEST) ? "Request" : "Response");
278 (which == REQUEST) ? method->input_type() : method->output_type());
/external/chromium/third_party/libevent/
H A Ddevpoll.c248 int which = 0; local
262 which |= EV_READ;
267 which |= EV_WRITE;
270 if (!which)
H A Dkqueue.c247 int which = 0; local
271 which |= EV_READ;
273 which |= EV_WRITE;
275 which |= EV_SIGNAL;
278 if (!which)
285 event_active(ev, which, events[i].data);
293 event_active(ev, which, 1);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DTwoFieldDatePickerDialog.java89 public void onClick(DialogInterface dialog, int which) { argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c284 static const char which[] = "which"; local
302 _put(hash, which, 1, 0);
308 _remove(hash, which, 2);
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c248 int which = 0; local
262 which |= EV_READ;
267 which |= EV_WRITE;
270 if (!which)
H A Dkqueue.c247 int which = 0; local
271 which |= EV_READ;
273 which |= EV_WRITE;
275 which |= EV_SIGNAL;
278 if (!which)
285 event_active(ev, which, events[i].data);
293 event_active(ev, which, 1);

Completed in 641 milliseconds

123456