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

<<11121314151617181920>>

  /external/webkit/WebCore/bindings/v8/
ScheduledAction.h 8 * * Redistributions of source code must retain the above copyright
50 explicit ScheduledAction(v8::Handle<v8::Context> context, const WebCore::String& code, const KURL& url = KURL())
54 , m_code(code, url)
  /external/webkit/WebCore/storage/
IDBDatabaseException.idl 8 * 1. Redistributions of source code must retain the above copyright
44 attribute unsigned short code;
IDBDatabaseError.h 8 * 1. Redistributions of source code must retain the above copyright
47 unsigned short code() const { return m_code; } function in class:WebCore::IDBDatabaseError
IDBDatabaseException.h 8 * 1. Redistributions of source code must retain the above copyright
47 unsigned short code() const { return m_code; } function in class:WebCore::IDBDatabaseException
  /external/webkit/WebCore/svg/
SVGException.idl 27 readonly attribute unsigned short code;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code)
184 *code = stream->curr_word;
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code)
202 *code = stream->curr_word >> (32 - nbits);
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
226 *code = stream->curr_word >> (32 - nbits);
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
247 *code = stream->curr_word >> 17;
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
266 *code = stream->curr_word >> 19
272 uint code; local
289 uint code; local
313 uint code; local
335 uint code; local
384 uint32 code; local
398 uint32 code; local
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ServerTransaction.java 55 public void sendStatusResponse(String code) {
58 status.addElement(ImpsTags.Result).addChild(ImpsTags.Code, code);
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttLineNumberTable.java 19 import com.android.dx.cf.code.LineNumberList;
23 * Attribute class for standard {@code LineNumberTable} attributes.
26 /** {@code non-null;} attribute name for attributes of this type */
29 /** {@code non-null;} list of line number entries */
35 * @param lineNumbers {@code non-null;} list of line number entries
60 * @return {@code non-null;} the list
BaseLocalVariables.java 19 import com.android.dx.cf.code.LocalVariableList;
23 * Base attribute class for standard {@code LocalVariableTable}
24 * and {@code LocalVariableTypeTable} attributes.
27 /** {@code non-null;} list of local variable entries */
33 * @param name {@code non-null;} attribute name
34 * @param localVariables {@code non-null;} list of local variable entries
60 * @return {@code non-null;} the list
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
spstproc.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* i : Fixed codebook exitation */
  /external/ppp/pppd/
cbcp.c 10 * 1. Redistributions of source code must retain the above copyright
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
160 u_char code, id; local
173 GETCHAR(code, inp);
185 switch(code) {
233 int code, opt, id, len, olen, delay; local
239 GETCHAR(code, p);
245 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
246 printer(arg, " %s", cbcp_codenames[code-1])
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 29 * the code.
115 protected void readInfo(byte[] code, int offset)
117 branchOffset = readSignedValue(code, offset, branchOffsetSize());
121 protected void writeInfo(byte[] code, int offset)
128 writeSignedValue(code, offset, branchOffset, branchOffsetSize());
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h 60 void SetDirectFBerror (const char *function, DFBResult code);
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
11 shouldBe('error.code', 'error.TIMEOUT');
  /external/webkit/WebKit/mac/WebCoreSupport/
WebGeolocationMock.mm 7 * 1. Redistributions of source code must retain the above copyright
52 + (void)setError:(int)code:(NSString *)message
54 PositionError::ErrorCode codeEnum = static_cast<PositionError::ErrorCode>(code);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.h 23 u8 code, u8 identifier);
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 27 * Base class for code that will receive intents sent by sendBroadcast().
32 * tag in your <code>AndroidManifest.xml</code>. <em><strong>Note:</strong></em>
95 * to {@link #onReceive}. Once your code returns from this function,
124 * tag in their <code>AndroidManifest.xml</code>) will be able to receive
132 * tag in your <code>AndroidManifest.xml</code>. Only broadcasters who have
135 * tag in their <code>AndroidManifest.xml</code>) will be able to send a
    [all...]
  /frameworks/base/include/binder/
IPermissionController.h 45 virtual status_t onTransact( uint32_t code,
  /frameworks/base/include/media/
IAudioFlingerClient.h 45 virtual status_t onTransact( uint32_t code,
IMediaPlayerClient.h 39 virtual status_t onTransact( uint32_t code,
  /frameworks/base/include/ui/
IOverlay.h 43 virtual status_t onTransact( uint32_t code,
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* i : Fixed codebook exitation */
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 49 public void triggerSsn(int type, int code);
  /system/core/include/sysutils/
SocketListener.h 40 void sendBroadcast(int code, const char *msg, bool addErrno);
  /system/extras/tests/framebuffer/
minui.h 38 unsigned code; member in struct:event

Completed in 1855 milliseconds

<<11121314151617181920>>