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

1234567

/external/clang/test/Analysis/
H A Dbitwise-ops.c16 int testConstantShifts_PR18073(int which) { argument
21 switch (which) {
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp.pass.cpp32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) argument
35 assert(which == std::ios_base::out);
H A Dseekp2.pass.cpp33 std::ios_base::openmode which)
37 assert(which == std::ios_base::out);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
H A Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
36 assert(which == std::ios_base::out);
/external/lldb/utils/test/
H A Dllvm-mc-shell.py16 def which(program): function
66 inputing a line which starts with 'END'. Quit the program by either 'quit' or
84 llvm_mc = opts.llvm_mc if opts.llvm_mc else which('llvm-mc')
H A Drun-until-faulted.py16 def which(program): function
94 lldb_command = which(opts.lldb_command)
H A Ddisasm.py17 def which(program): function
178 llvm_mc = opts.llvm_mc if opts.llvm_mc else which('llvm-mc')
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DAccountChooserFragment.java42 public void onClick(DialogInterface dialog, int which) { argument
43 switch (which) {
53 mSelectedAccount = which;
H A DSignoutFragment.java30 public void onClick(DialogInterface dialog, int which) { argument
31 switch (which) {
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DChromeDatePickerDialog.java34 public void onClick(DialogInterface dialog, int which) { argument
35 if (which == BUTTON_POSITIVE && mCallBack != null) {
H A DTwoFieldDatePickerDialog.java85 public void onClick(DialogInterface dialog, int which) { argument
/external/deqp/scripts/build/
H A Dcommon.py46 def which (binName): function
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dseekg.pass.cpp41 std::ios_base::openmode which)
43 assert(which == std::ios_base::in);
40 seekpos(typename base::pos_type sp, std::ios_base::openmode which) argument
H A Dseekg_off.pass.cpp44 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
42 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
H A Dtellg.pass.cpp42 std::ios_base::openmode which)
46 assert(which == std::ios_base::in);
40 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp42 AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType which);
50 AttachedDetachedInvocation::AttachedDetachedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
52 , m_which(which)
115 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
117 switch (which) {
123 return adoptPtr(new AttachedDetachedInvocation(callbacks, which));
/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
/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/icu/icu4c/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
/external/libpcap/tests/
H A Dfindalldevstest.c124 static short which; local
128 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
129 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
130 return output[which];
/external/llvm/utils/lit/lit/
H A Dutil.py44 # Ignore EEXIST, which may occur during a race condition.
56 def which(command, paths = None): function
57 """which(command, [paths]) - Look up the given command in the paths string
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DUIEvent.cpp109 int UIEvent::which() const function in class:blink::UIEvent
/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());

Completed in 542 milliseconds

1234567