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

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/image/internal/imageutil/
imageutil.go 2 // Use of this source code is governed by a BSD-style
7 // Package imageutil contains code shared by image-related packages.
  /prebuilts/go/linux-x86/src/runtime/
cgocallback.go 2 // Use of this source code is governed by a BSD-style
7 // These functions are called from C code via cgo/callbacks.go.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigpanic.go 2 // Use of this source code is governed by a BSD-style
8 // We want to test unwinding from sigpanic into C code (without a C symbolizer).
  /prebuilts/go/linux-x86/src/syscall/
asm_nacl_386.s 2 // Use of this source code is governed by a BSD-style
13 #define NACL_SYSCALL(code) \
14 MOVL $(0x10000 + ((code)<<5)), AX; CALL AX
16 #define NACL_SYSJMP(code) \
17 MOVL $(0x10000 + ((code)<<5)), AX; JMP AX
asm_nacl_amd64p32.s 2 // Use of this source code is governed by a BSD-style
13 #define NACL_SYSCALL(code) \
14 MOVL $(0x10000 + ((code)<<5)), AX; CALL AX
16 #define NACL_SYSJMP(code) \
17 MOVL $(0x10000 + ((code)<<5)), AX; JMP AX
asm_nacl_arm.s 2 // Use of this source code is governed by a BSD-style
13 #define NACL_SYSCALL(code) \
14 MOVW $(0x10000 + ((code)<<5)), R8; BL (R8)
16 #define NACL_SYSJMP(code) \
17 MOVW $(0x10000 + ((code)<<5)), R8; B (R8)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug207.go 4 // Use of this source code is governed by a BSD-style
8 // the code to fill in the ... argument to fmt.Sprint.
bug289.go 4 // Use of this source code is governed by a BSD-style
7 // https://code.google.com/p/gofrontend/issues/detail?id=1
bug486.go 4 // Use of this source code is governed by a BSD-style
9 // http://code.google.com/p/gofrontend/issues/detail?id=35
gcc78763.go 4 // Use of this source code is governed by a BSD-style
7 // The gccgo compiler crashed while compiling this code.
issue11369.go 4 // Use of this source code is governed by a BSD-style
8 // by a constant generates correct code.
issue11737.go 4 // Use of this source code is governed by a BSD-style
7 // Issue 11737 - invalid == not being caught until generated switch code was compiled
issue12413.go 4 // Use of this source code is governed by a BSD-style
7 // issue 12413: invalid variable name x in type switch: code would fail
issue19678.go 4 // Use of this source code is governed by a BSD-style
8 // forward refs in dead code.
issue21253.go 4 // Use of this source code is governed by a BSD-style
7 // Gccgo crashed compiling this code due to failing to finalize
issue4752.go 4 // Use of this source code is governed by a BSD-style
15 return xi.(uint64) &^ yi.(uint64) // generates incorrect code
issue8761.go 4 // Use of this source code is governed by a BSD-style
8 // used to confuse code generator into using temporary before initialization.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
bad_backref.pass.cpp 28 result = (ex.code() == std::regex_constants::error_backref);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
set_value_void.pass.cpp 38 assert(e.code() == make_error_code(std::future_errc::promise_already_satisfied));
  /system/core/libsysutils/include/sysutils/
SocketClient.h 48 int sendMsg(int code, const char *msg, bool addErrno);
49 int sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum);
52 // Provides a mechanism to send a response code to the client.
53 // Sends the code and a null character.
54 int sendCode(int code);
57 // Sends the code and a null character, followed by 4 bytes of
59 int sendBinaryMsg(int code, const void *data, int len);
  /system/core/libunwindstack/include/unwindstack/
DwarfError.h 38 DwarfErrorCode code; member in struct:unwindstack::DwarfErrorData
  /system/extras/tests/workloads/
capture.sh 63 code=$4
65 case $code in
72 (--) echo unknown code=$code;;
  /system/update_engine/common/
http_common.cc 27 const char *GetHttpResponseDescription(HttpResponseCode code) {
29 HttpResponseCode code; member in struct:chromeos_update_engine::__anon3793
60 if ((is_found = (http_response_table[i].code == code)))

Completed in 1188 milliseconds

<<31323334353637383940>>