HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 701 - 725 of 8676) sorted by null

<<21222324252627282930>>

  /external/chromium_org/sandbox/win/src/
sync_interception.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 ResultCode code = CrossCall(ipc, IPC_CREATEEVENT_TAG, name, manual_reset, local
52 if (SBOX_ALL_OK != code)
93 ResultCode code = CrossCall(ipc, IPC_OPENEVENT_TAG, name, desired_access, local
96 if (SBOX_ALL_OK != code)
  /external/chromium_org/v8/src/
disassembler.h 6 // * Redistributions of source code must retain the above copyright
42 // code into f. Returns the number of bytes disassembled or 1 if no
46 // Decode instructions in code.
47 static void Decode(FILE* f, Code* code);
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.Insn;
21 import com.android.dx.rop.code.InsnList;
34 Code code; field in class:Label
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
77 # define INTERRUPTION(code)
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableSet.java 51 // Guaranteed to be non-null by the presence of the pre-computed hash code.
106 int code = cachedHashCode; local
107 if (code == 0) {
108 cachedHashCode = code = element.hashCode();
110 return code;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 2 * Main driver code.
22 (* Print out all the generated code. *)
  /external/nist-sip/java/javax/sip/header/
WarningHeader.java 26 void setCode(int code) throws InvalidArgumentException;
  /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/android/
charmap.h 20 unsigned short code; member in struct:AKeyEntry
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.h 60 void SetDirectFBerror (const char *function, DFBResult code);
  /external/valgrind/main/helgrind/tests/
tc18_semabuse.stderr.exp 9 with error code 22 (EINVAL: Invalid argument)
24 with error code 22 (EINVAL: Invalid argument)
  /external/wpa_supplicant_8/src/eap_common/
eap_common.h 18 u8 code, u8 identifier);
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 93 virtual status_t onTransact( uint32_t code,
ICameraRecordingProxyListener.h 44 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/media/
IAudioFlingerClient.h 46 virtual status_t onTransact( uint32_t code,
IDrmClient.h 40 virtual status_t onTransact(uint32_t code,
IMediaLogService.h 39 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
IMediaPlayerClient.h 39 virtual status_t onTransact( uint32_t code,
IMediaRecorderClient.h 39 virtual status_t onTransact( uint32_t code,
IRemoteDisplay.h 55 virtual status_t onTransact( uint32_t code,
  /frameworks/av/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/include/storage/
IMountServiceListener.h 38 virtual status_t onTransact(uint32_t code, const Parcel& data,
IObbActionListener.h 40 virtual status_t onTransact( uint32_t code,
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 41 virtual status_t onTransact(uint32_t code, const Parcel& data,

Completed in 1747 milliseconds

<<21222324252627282930>>