HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1476 - 1500 of 2299) sorted by null

<<51525354555657585960>>

  /external/v8/test/mjsunit/
sparse-array-reverse.js 6 // * Redistributions of source code must retain the above copyright
60 // reverse code.
value-wrapper.js 6 // * Redistributions of source code must retain the above copyright
33 // IC code is tested.
  /external/webkit/WebCore/storage/
SQLStatement.cpp 8 * 1. Redistributions of source code must retain the above copyright
200 return m_error && m_error->code() == 4;
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 8 * * Redistributions of source code must retain the above copyright
339 // Call custom code to create inspector backend wrapper in the utility context
439 String code; local
442 code = WebCore::toWebCoreStringWithNullCheck(args[0]);
443 if (code.isEmpty() || exceptionCatcher.HasCaught())
449 v8::Local<v8::Value> result = proxy->runScript(v8::Script::Compile(v8::String::New(code.utf8().data())), true);
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 8 * 1. Redistributions of source code must retain the above copyright
263 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message)
  /external/wpa_supplicant/
eap_i.h 243 * This variable is used internally in the EAP method registration code
252 * This variable is used internally in the EAP method registration code
352 size_t payload_len, u8 code, u8 identifier,
eap_sim_common.h 117 /* AT_NOTIFICATION notification code values */
150 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
  /frameworks/base/camera/libcameraservice/
CameraService.h 61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 393 * else an error code, usually
438 * @param type The sub-window type code.
519 * error code to abort the add.
580 * @param code Key code.
588 public boolean interceptKeyTi(WindowState win, int code,
712 * Determine whether a given key code is used to cause an app switch
733 * Determine whether a given key code is used for movement within a UI,
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 112 # generated machine code. This adds a special section to the generated shared
113 # libraries that instruct the Linux kernel to disable code execution from
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 79 # generated machine code. This adds a special section to the generated shared
80 # libraries that instruct the Linux kernel to disable code execution from
  /packages/apps/IM/src/com/android/im/imps/
ImpsConnection.java 609 int code = error.getCode(); local
610 if (code == ImpsErrorInfo.SESSION_EXPIRED
611 || code == ImpsErrorInfo.FORCED_LOGOUT
612 || code == ImpsErrorInfo.INVALID_SESSION) {
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 206 int code; /* User defined event code */ member in struct:SDL_UserEvent

Completed in 1415 milliseconds

<<51525354555657585960>>