HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 251 - 275 of 19832) sorted by null

<<11121314151617181920>>

  /bionic/tools/
update_syscalls.sh 6 git diff --exit-code HEAD libc/arch-*/syscalls/
  /device/google/wahoo/wifi_offload/
offload_status_util.h 29 OffloadStatus createOffloadStatus(OffloadStatusCode code, const std::string &description);
30 OffloadStatus createOffloadStatus(OffloadStatusCode code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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:__anon4489
35 01000000 - invalid code
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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:__anon4834
35 01000000 - invalid code
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
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:__anon6759
35 01000000 - invalid code
    [all...]
  /external/clang/test/CodeGen/
2004-03-15-SimpleIndirectGoto.c 3 int code[]={0,0,0,0,1}; variable
21 bar(code);
  /external/clang/test/PCH/
functions.c 24 void __attribute__((noreturn)) test_abort(int code) {
25 do_abort(code);
  /external/icu/icu4c/source/common/
errorcode.cpp 27 UErrorCode code = errorCode; local
29 return code;
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoException.java 2 // Use of this source code is governed by a BSD-style license that can be
17 public MojoException(int code) {
18 mCode = code;
30 * The mojo result code associated with this exception. See {@link MojoResult} for possible
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
063-comments.c 15 more code here
  /external/mesa3d/src/mapi/
entry_x86-64_tls.h 86 char *code = (char *) entry; local
91 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
113 char *code; local
122 code = u_execmem_alloc(sizeof(code_templ));
123 if (!code)
126 memcpy(code, code_templ, sizeof(code_templ));
128 *((unsigned int *) (code + 5)) = addr;
129 entry = (mapi_func) code;
entry_x86_tls.h 109 char *code = (char *) entry; local
110 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
121 char *code; local
124 code = u_execmem_alloc(sizeof(code_templ));
125 if (!code)
128 memcpy(code, code_templ, sizeof(code_templ));
130 *((unsigned long *) (code + 2)) = x86_current_tls();
131 entry = (mapi_func) code;
  /external/python/cpython2/Include/
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/python/cpython2/Modules/zlib/
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:__anon32893
35 01000000 - invalid code
    [all...]
  /external/python/cpython3/Include/
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,
25 /* Get character code for a given name. Same error handling
27 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code,
  /external/python/cpython3/Modules/zlib/
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:__anon33522
35 01000000 - invalid code
    [all...]
  /external/robolectric/v1/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/syslinux/com32/gplinclude/dmi/
dmi_memory.h 64 void dmi_memory_array_error_handle(uint16_t code, char *array);
65 void dmi_memory_device_width(uint16_t code, char *width);
66 void dmi_memory_device_size(uint16_t code, char *size);
67 const char *dmi_memory_device_form_factor(uint8_t code);
68 void dmi_memory_device_set(uint8_t code, char *set);
69 const char *dmi_memory_device_type(uint8_t code);
70 void dmi_memory_device_type_detail(uint16_t code, char *type_detail, int sizeof_type_detail);
71 void dmi_memory_device_speed(uint16_t code, char *speed);
  /external/syslinux/com32/lib/zlib/
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:__anon37046
35 01000000 - invalid code
    [all...]
  /external/tensorflow/tensorflow/tools/docker/
simple_console.py 22 import code
28 code.interact()
  /external/tensorflow/tensorflow/tools/pip_package/
simple_console.py 22 import code
28 code.interact()
simple_console_for_windows.py 22 import code
28 code.interact()
  /external/v8/src/compiler/
jump-threading.h 2 // Use of this source code is governed by a BSD-style license that can be
21 InstructionSequence* code, bool frame_at_start);
26 InstructionSequence* code);

Completed in 1451 milliseconds

<<11121314151617181920>>