HomeSort by relevance Sort by last modified time
    Searched refs:the (Results 1 - 25 of 9338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
floored.stdout.exp 0 the answer is 3
  /external/clang/test/Misc/
warn-in-system-header.h 4 #warning the cake is a lie
  /external/clang/test/PCH/
pth.c 4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/qemu-pc-bios/bochs/bios/
notes 24 * drive sets the busy bit in Status Reg to 1
26 > drive sets the aborted-command bit in the Error register and
27 error bit in the Status register to 1.
28 > Drive also sets the busy bit in the Status register to 0.
29 > Drive then generates an interrupt to the system.
33 > when sector buffer is filled and the data is ready to be
34 transferred, the drive sets the data-request bit to 1, set
    [all...]
  /ndk/toolchains/x86-4.4.3/
config.mk 1 # Copyright (C) 2009 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
16 # config file for the x86-4.4.3 toolchain for the Android ND
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 0 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 0 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/mesa3d/src/glsl/glcpp/tests/
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 3 * The LLVM Compiler Infrastructure
5 * This file is distributed under the University of Illinois Open Source
13 the classes in the Target library. *)
24 (** [TargetData.create rep] parses the target data string representation [rep].
25 See the constructor llvm::TargetData::TargetData. *)
28 (** [add_target_data td pm] adds the target data [td] to the pass manager [pm].
29 Does not take ownership of the target data.
30 See the method llvm::PassManagerBase::add. *
    [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 3 * The LLVM Compiler Infrastructure
5 * This file is distributed under the University of Illinois Open Source
12 This interface provides an ocaml API for the LLVM bitcode reader, the
13 classes in the Bitreader library. *)
17 (** [get_module context mb] reads the bitcode for a new module [m] from the
18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
19 raises [Error msg] otherwise, where [msg] is a description of the error
20 encountered. See the function [llvm::getBitcodeModule]. *
    [all...]
  /cts/tests/appsecurity-tests/test-apps/
Android.mk 1 # Copyright (C) 2009 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
19 # Build the test APKs using their own makefile
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/
Android.mk 1 # Copyright (C) 2010 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
19 # Build the test APKs using their own makefile
    [all...]
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
7 # Manually copy the optional library XML files in the system image.
11 # name of the add-on
14 # Copy the manifest and hardware files for the SDK add-on.
15 # The content of those files is manually created for now.
22 # Add this to PRODUCT_SDK_ADDON_COPY_FILES to copy the files for an
26 # Copy the jar files for the optional libraries that are exposed as APIs
    [all...]
  /development/tools/apkcheck/
Android.mk 1 # Copyright (C) 2010 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
17 # We use copy-file-to-new-target so that the installe
    [all...]
  /device/samsung/toro/
BoardConfig.mk 1 # Copyright (C) 2011 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 # Use the non-open-source part, if presen
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 3 * The LLVM Compiler Infrastructure
5 * This file is distributed under the University of Illinois Open Source
12 This interface provides an ocaml API for the LLVM bitcode writer, the
13 classes in the Bitwriter library. *)
15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at
20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
21 [m] to the channel [c]. If [unbuffered] is [true], after every write the f
    [all...]
llvm_bitwriter.ml 3 * The LLVM Compiler Infrastructure
5 * This file is distributed under the University of Illinois Open Source
10 * This interface provides an ocaml API for the LLVM intermediate
11 * representation, the classes in the VMCore library.
16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
config.mk 1 # Copyright (C) 2009 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
16 # config file for the arm-eabi-4.4.0 toolchain for the Android ND
    [all...]
  /packages/apps/Gallery2/gallerycommon/
Android.mk 1 # Copyright 2011, The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
17 # Build the com.android.emailcommon static library. At the moment, this include
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedataexceedslength.js 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the
8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 * Gets URI that identifies the test.
27 // This function is called by the testing framework before
28 // running the test suite.
31 // document loading is started. Otherwise, the status
32 // is set to complete and the exception is immediately
33 // raised when entering the body of the test
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedataexceedslength.js 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the
8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 * Gets URI that identifies the test.
27 // This function is called by the testing framework before
28 // running the test suite.
31 // document loading is started. Otherwise, the status
32 // is set to complete and the exception is immediately
33 // raised when entering the body of the test
    [all...]
  /build/tools/
dump-package-stats 3 # Copyright (C) 2007 The Android Open Source Project
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
12 # distributed under the License is distributed on an "AS IS" BASIS,
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
34 Dumps a summary of the compressed and uncompressed sizes of variou
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 3 * The LLVM Compiler Infrastructure
5 * This file is distributed under the University of Illinois Open Source
13 interpreter), the classes in the ExecutionEngine library. *)
19 and receive values from the execution engine. It supports only a limited
22 See the struct [llvm::GenericValue]. *)
25 (** [of_float fpty n] boxes the float [n] in a float-valued generic value
26 according to the floating point type [fpty]. See the fields
30 (** [of_pointer v] boxes the pointer value [v] in a generic value. See th
    [all...]
  /external/openssl/crypto/des/times/
usparc.cc 3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
5 I believe the difference is tied up in optimisation that the compiler
6 is able to perform when the code is 'inlined'. For 'speed', the DES
7 routines are being linked from a library. I'll record the higher
11 [ 16-Jan-06 - I've been playing with the
13 and while it makes the des_opts numbers much slower, it makes the
15 using the libraries.
    [all...]
  /bootable/recovery/minelf/
Android.mk 1 # Copyright (C) 2009 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>