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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/common/
errorcode.cpp 25 UErrorCode code = errorCode; local
27 return code;
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 15 more code here
  /external/mesa3d/src/mapi/mapi/
entry_x86-64_tls.h 91 char *code = (char *) entry; local
92 *((unsigned int *) (code + 12)) = slot * sizeof(mapi_func);
105 void *code; local
113 code = u_execmem_alloc(sizeof(code_templ));
114 if (!code)
117 memcpy(code, code_templ, sizeof(code_templ));
119 *((unsigned int *) (code + 5)) = addr;
120 entry = (mapi_func) code;
entry_x86_tls.h 118 char *code = (char *) entry; local
119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
130 void *code; local
133 code = u_execmem_alloc(sizeof(code_templ));
134 if (!code)
137 memcpy(code, code_templ, sizeof(code_templ));
139 *((unsigned long *) (code + 2)) = x86_current_tls();
140 entry = (mapi_func) code;
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon26984
35 01000000 - invalid code
    [all...]
  /external/qemu/
user-events.h 16 * QEMU-specific and UI-specific code.
25 void user_event_generic(int type, int code, int value);
30 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value);
  /external/robolectric/src/main/java/android/os/
ShadowBinderBridge.java 13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
14 return realBinder.onTransact(code, data, reply, flags);
  /external/wpa_supplicant_8/src/eap_common/
eap_wsc_common.c 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code)
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
  /external/zlib/src/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code codes[ENOUGH]; /* space for code tables *
    [all...]
inftree9.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon30819
35 01000000 - invalid code
    [all...]
  /external/zlib/src/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon30835
35 01000000 - invalid code
    [all...]
  /frameworks/av/media/mtp/
MtpEventPacket.h 42 inline void setEventCode(MtpEventCode code)
43 { return setContainerCode(code); }
MtpRequestPacket.h 44 inline void setOperationCode(MtpOperationCode code)
45 { return setContainerCode(code); }
MtpResponsePacket.h 42 inline void setResponseCode(MtpResponseCode code)
43 { return setContainerCode(code); }
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 27 assert(ex.code() == std::regex_constants::error_escape);
35 assert(ex.code() == std::regex_constants::error_escape);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /external/chromium_org/chrome/test/chromedriver/chrome/
status.h 2 // Use of this source code is governed by a BSD-style license that can be
40 explicit Status(StatusCode code);
41 Status(StatusCode code, const std::string& details);
42 Status(StatusCode code, const Status& cause);
43 Status(StatusCode code, const std::string& details, const Status& cause);
51 StatusCode code() const;
javascript_dialog_manager_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
19 ASSERT_EQ(kNoAlertOpen, manager.GetDialogMessage(&message).code());
22 ASSERT_EQ(kNoAlertOpen, manager.HandleDialog(false, NULL).code());
56 manager.OnEvent(&client, "Page.javascriptDialogOpening", params).code());
58 ASSERT_EQ(kOk, manager.HandleDialog(false, &given_text).code());
72 manager.OnEvent(&client, "Page.javascriptDialogOpening", params).code());
73 ASSERT_EQ(kOk, manager.HandleDialog(false, NULL).code());
85 manager.OnEvent(&client, "Page.javascriptDialogOpening", params).code());
88 ASSERT_EQ(kOk, manager.GetDialogMessage(&message).code());
93 ASSERT_EQ(kNoAlertOpen, manager.GetDialogMessage(&message).code());
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 20 import com.google.dexmaker.Code;
40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC); local
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 82 int code = 0; local
83 while (code < 256) {
84 while (!encoder.canEncode((char) code)) code ++;
85 if (code < 65536) {
86 out.consume(code);
87 code += 1;
90 while (code < 65536) {
91 while (!encoder.canEncode((char) code)) code ++
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uscript.c 33 UScriptCode code = USCRIPT_INVALID_CODE; local
47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
50 if(code==(UScriptCode)UCHAR_INVALID_CODE){
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
64 /* got the script code now fill in the buffer */
66 *(fillIn)++=code;
80 code = USCRIPT_INVALID_CODE;
82 if(code==(UScriptCode)UCHAR_INVALID_CODE){
84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
86 if(code!=(UScriptCode)UCHAR_INVALID_CODE)
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 85 int c, code; local
107 (char *)NULL, &test_cmds, &code);
108 if (code) {
109 ss_perror(sci_idx, code, "creating invocation");
113 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
114 if (code) {
115 ss_perror (sci_idx, code, "adding standard requests");
123 code = ss_execute_line(sci_idx, request);
124 if (code) {
125 ss_perror(sci_idx, code, request)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 23 // These first methods are also called by native code, so must
25 int checkOperation(int code, int uid, String packageName);
26 int noteOperation(int code, int uid, String packageName);
27 int startOperation(IBinder token, int code, int uid, String packageName);
28 void finishOperation(IBinder token, int code, int uid, String packageName);
37 void setMode(int code, int uid, String packageName, int mode);

Completed in 779 milliseconds

1 2 3 4 5 6 7 891011>>