| /external/libxcam/xcore/ |
| safe_list.h | 88 int code = 0; local 90 while (!_pop_paused && _obj_list.empty() && code == 0) { 92 code = _new_obj_cond.wait(_mutex); 94 code = _new_obj_cond.timedwait(_mutex, timeout); 101 if (code == ETIMEDOUT) { 104 XCAM_LOG_ERROR ("safe list pop failed, code:%d", code);
|
| /external/python/cpython2/Lib/hotshot/ |
| stats.py | 56 # our code objects are cached since we don't need to create 59 code = self._code[args] 61 code = FakeCode(*args) 62 self._code[args] = code 69 frame = FakeFrame(code, back) 87 def __init__(self, code, back): 89 self.f_code = code
|
| /external/python/cpython2/Misc/ |
| python-config.in | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| ShadowBinderTest.java | 23 assertThat(testBinder.code).isEqualTo(2); 32 int code; field in class:ShadowBinderTest.TestBinder 38 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { 39 this.code = code; 67 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
|
| /external/strace/ |
| ioctlsort.c | 10 * 1. Redistributions of source code must retain the above copyright 88 code(const struct ioctlent *e) function 98 unsigned int code1 = code((struct ioctlent *) a); 99 unsigned int code2 = code((struct ioctlent *) b); 126 * Change ioctl code of marked elements 144 if (i == 0 || code(&ioctls[i-1]) != code(&ioctls[i]) || 147 ioctls[i].name, code(ioctls+i));
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| status.cc | 21 Status::Status(tensorflow::error::Code code, StringPiece msg) { 22 assert(code != tensorflow::error::OK); 24 state_->code = code; 53 switch (code()) { 103 snprintf(tmp, sizeof(tmp), "Unknown code(%d)", 104 static_cast<int>(code()));
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
| ListenerExpr.java | 85 KCode code = new KCode("("); local 88 code.app("(getBuildSdkInt() < " + minApi + ") ? null : "); 93 code.app("((") 103 code.app(".setValue(", value) 106 code.app(")"); 107 return code;
|
| /prebuilts/gdb/darwin-x86/bin/ |
| python-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2.7-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
| stats.py | 56 # our code objects are cached since we don't need to create 59 code = self._code[args] 61 code = FakeCode(*args) 62 self._code[args] = code 69 frame = FakeFrame(code, back) 87 def __init__(self, code, back): 89 self.f_code = code
|
| /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
| types.py | 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM:
|
| /prebuilts/gdb/linux-x86/bin/ |
| python-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2.7-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
| stats.py | 56 # our code objects are cached since we don't need to create 59 code = self._code[args] 61 code = FakeCode(*args) 62 self._code[args] = code 69 frame = FakeFrame(code, back) 87 def __init__(self, code, back): 89 self.f_code = code
|
| /prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
| types.py | 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM:
|
| /prebuilts/go/darwin-x86/src/runtime/cgo/ |
| sigaction.go | 2 // Use of this source code is governed by a BSD-style 15 // C/C++ code; this permits that code to see the Go runtime's existing signal
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| issue17449.go | 4 // Use of this source code is governed by a BSD-style 8 // This code surfaces the duplication at compile time because of generated inline labels. 31 // It would fail here if instrumented code (including inline-label) was copied.
|
| /prebuilts/go/linux-x86/src/runtime/cgo/ |
| sigaction.go | 2 // Use of this source code is governed by a BSD-style 15 // C/C++ code; this permits that code to see the Go runtime's existing signal
|
| /prebuilts/go/linux-x86/test/fixedbugs/ |
| issue17449.go | 4 // Use of this source code is governed by a BSD-style 8 // This code surfaces the duplication at compile time because of generated inline labels. 31 // It would fail here if instrumented code (including inline-label) was copied.
|
| /prebuilts/python/darwin-x86/2.7.5/bin/ |
| python-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| python2.7-config | 11 def exit_with_usage(code=1): 14 sys.exit(code) 30 exit_with_usage(code=0)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
| stats.py | 56 # our code objects are cached since we don't need to create 59 code = self._code[args] 61 code = FakeCode(*args) 62 self._code[args] = code 69 frame = FakeFrame(code, back) 87 def __init__(self, code, back): 89 self.f_code = code
|