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

<<11121314151617181920>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /external/nanopb-c/generator/google/protobuf/
text_format.py 29 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 if as_one_line:
70 if field.label == descriptor.FieldDescriptor.LABEL_REPEATED:
82 if field.is_extension:
84 if (field.containing_type.GetOptions().message_set_wire_format and
98 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
104 if as_one_line:
115 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
116 if as_one_line:
126 if enum_value is not None
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
59 if token_prec < expr_prec then lhs else begin
70 (* If BinOp binds less tightly with rhs than the operator after
73 if token_prec < next_prec
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
trim.go 12 if !trimmableBlock(b) {
32 // If `s` had more than one predecessor, update its phi-ops to
34 if ns > 1 {
36 if v.Op == OpPhi {
40 // Remove the phi-ops from `b` if they were merged into the
44 if v.Op == OpPhi {
45 if v.Uses == 0 {
73 if n < len(f.Blocks) {
83 // emptyBlock returns true if the block does not contain actual
87 if v.Op != OpPhi
    [all...]
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 27 if r.next == nil {
35 if r.next == nil {
45 if r.next == nil {
63 if n <= 0 {
81 // If r and s point to the same ring, linking
84 // reference to that subring (if no elements were removed,
88 // If r and s point to different rings, linking
95 if s != nil {
108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
112 if n <= 0
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
eval.go 13 // Eval returns the type and, if constant, the value for the
19 // If the expression contains function literals, their bodies
22 // If pkg == nil, the Universe scope is used and the provided
23 // position pos is ignored. If pkg != nil, and pos is invalid,
27 // An error is returned if pos is not within the package or
28 // if the node cannot be evaluated.
40 if pkg == nil {
43 } else if !pos.IsValid() {
51 if scope = fscope.Innermost(pos); scope != nil {
55 if scope == nil || debug
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 21 // If it returns a non-nil error, the SMTP client aborts
26 // the fromServer data. If more is true, the server expects a
29 // If Next returns a non-nil error, the SMTP client aborts
56 if !server.TLS {
59 if mechanism == "PLAIN" {
64 if !advertised {
68 if server.Name != a.host {
76 if more {
100 if more {
  /prebuilts/go/darwin-x86/src/os/
path.go 17 // If path is already a directory, MkdirAll does nothing
20 // Fast path: if we can tell whether path is a directory or file, stop with success or error.
22 if err == nil {
23 if dir.IsDir() {
40 if j > 1 {
43 if err != nil {
50 if err != nil {
54 if err1 == nil && dir.IsDir() {
64 // it encounters. If the path does not exist, RemoveAll
67 // Simple case: if Remove works, we're done
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
trim.go 12 if !trimmableBlock(b) {
32 // If `s` had more than one predecessor, update its phi-ops to
34 if ns > 1 {
36 if v.Op == OpPhi {
40 // Remove the phi-ops from `b` if they were merged into the
44 if v.Op == OpPhi {
45 if v.Uses == 0 {
73 if n < len(f.Blocks) {
83 // emptyBlock returns true if the block does not contain actual
87 if v.Op != OpPhi
    [all...]
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 27 if r.next == nil {
35 if r.next == nil {
45 if r.next == nil {
63 if n <= 0 {
81 // If r and s point to the same ring, linking
84 // reference to that subring (if no elements were removed,
88 // If r and s point to different rings, linking
95 if s != nil {
108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
112 if n <= 0
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
eval.go 13 // Eval returns the type and, if constant, the value for the
19 // If the expression contains function literals, their bodies
22 // If pkg == nil, the Universe scope is used and the provided
23 // position pos is ignored. If pkg != nil, and pos is invalid,
27 // An error is returned if pos is not within the package or
28 // if the node cannot be evaluated.
40 if pkg == nil {
43 } else if !pos.IsValid() {
51 if scope = fscope.Innermost(pos); scope != nil {
55 if scope == nil || debug
    [all...]
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 21 // If it returns a non-nil error, the SMTP client aborts
26 // the fromServer data. If more is true, the server expects a
29 // If Next returns a non-nil error, the SMTP client aborts
56 if !server.TLS {
59 if mechanism == "PLAIN" {
64 if !advertised {
68 if server.Name != a.host {
76 if more {
100 if more {
  /prebuilts/go/linux-x86/src/os/
path.go 17 // If path is already a directory, MkdirAll does nothing
20 // Fast path: if we can tell whether path is a directory or file, stop with success or error.
22 if err == nil {
23 if dir.IsDir() {
40 if j > 1 {
43 if err != nil {
50 if err != nil {
54 if err1 == nil && dir.IsDir() {
64 // it encounters. If the path does not exist, RemoveAll
67 // Simple case: if Remove works, we're done
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 27 // -1 if x < 0
28 // 0 if x == 0
29 // +1 if x > 0
32 if len(x.abs) == 0 {
35 if x.neg {
44 if x < 0 {
67 if z != x {
111 if x.neg == y.neg {
118 if x.abs.cmp(y.abs) >= 0 {
132 if x.neg != y.neg
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
int.go 27 // -1 if x < 0
28 // 0 if x == 0
29 // +1 if x > 0
32 if len(x.abs) == 0 {
35 if x.neg {
44 if x < 0 {
67 if z != x {
111 if x.neg == y.neg {
118 if x.abs.cmp(y.abs) >= 0 {
132 if x.neg != y.neg
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 37 if filepath.Separator != '/' && strings.ContainsRune(name, filepath.Separator) ||
42 if dir == "" {
46 if err != nil {
73 if err != nil {
86 if d.IsDir() {
101 // handles If-Match, If-Unmodified-Since, If-None-Match, If-Modified-Since,
102 // and If-Range requests
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs.go 37 if filepath.Separator != '/' && strings.ContainsRune(name, filepath.Separator) ||
42 if dir == "" {
46 if err != nil {
73 if err != nil {
86 if d.IsDir() {
101 // handles If-Match, If-Unmodified-Since, If-None-Match, If-Modified-Since,
102 // and If-Range requests
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
dsdt.asl 26 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49 If(LEqual(Arg0,ToUUID("0811B06E-4A27-44F9-8D60-3CBBC22E7B48")))
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuSleep.asm 29 ; Places the CPU in a sleep state until an interrupt is received. If interrupts
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
FlushCacheLine.asm 38 ; If the CPU does not support CLFLUSH instruction,
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IoTVirtualDevice.asl 171 If (LEqual(IOT, 1)) {

Completed in 1430 milliseconds

<<11121314151617181920>>