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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
reach_thread_register.stderr.exp 1 Abandoning the helper.
  /external/valgrind/main/none/tests/
floored.stdout.exp 0 the answer is 3
  /external/valgrind/main/gdbserver_tests/
nlfork_chain.stderr.exp 1 Nulgrind, the minimal Valgrind tool
nlself_invalidate.stderr.exp 1 Nulgrind, the minimal Valgrind tool
  /external/valgrind/main/none/tests/s390x/
tr.stdout.exp 0 the translated string is
2 the translated string is
3 the translated string is A
4 the translated string is ABC
5 the translated string is ABC
6 the translated string is ABCDEFGH
7 the translated string is abc
8 the translated string is abc
9 the translated string is abcdefgh
10 the translated string is 01234567
    [all...]
ecag.stdout.exp 1 just to silence the consistency checker
tre.stdout.exp 1 Resulting cc is 0 and the string is
2 Resulting cc is 0 and the string is
3 Resulting cc is 0 and the string is
4 Resulting cc is 1 and the string is a
5 Resulting cc is 0 and the string is A
6 Resulting cc is 1 and the string is abc
7 Resulting cc is 0 and the string is ABC
8 Resulting cc is 0 and the string is ABCDEFGH
9 Resulting cc is 1 and the string is ABC
10 Resulting cc is 1 and the string is ab
    [all...]
trtt.stdout.exp 2 the translated values is
4 the translated values is
6 the translated values is
8 the translated values is ffff dddd
10 the translated values is ffff dddd ffff cccc abab
12 the translated values is 0 0 0 0 0
14 the translated values is ffff dddd ffff 0 0
16 the translated values is ffff dddd ffff cccc abab caca bcbc cccc dada 0
troo.stdout.exp 2 the translated values are
4 the translated values are
6 the translated values are ff bb dd ab ca
8 the translated values are ff bb dd ab ca bc cc da ea aa
10 the translated values are
12 the translated values are ff
14 the translated values are ff bb dd ab ca bc cc da
  /packages/apps/Camera/
Android.mk 3 # leaving the makefile emtpy to prevent the build
4 # system from traversing the project
  /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/llvm-3.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 clang-3.3 toolchain for the Android ND
    [all...]
  /ndk/toolchains/llvm-3.4/
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 clang-3.4 toolchain for the Android ND
    [all...]
  /external/clang/test/Preprocessor/Inputs/microsoft-header-search/
falsepos.h 3 #warning successfully resolved the falsepos.h header
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/mesa3d/src/glsl/glcpp/tests/
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
background.js 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 * Handles requests sent by the content script. Shows an infobar.
9 // The number of matches is sent in the request - pass it to the
13 // Show the infobar on the tab where the request was sent.
19 // Return nothing to let the connection be cleaned up
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
12 # Local filename of the skia shared object
15 # Makes this module into shared object that is simply copied into the apk
20 # Sets up the JNI module that our app calls into to draw things with skia.
23 include $(CLEAR_VARS) # clear out the variables of the previous module
25 # Name of the module that the app will reference with System.loadLibrary
28 # List of the source files compiled for this modul
    [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...]
  /external/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
6 ; To make sure the output assembly correctly handled the instructions,
7 ; tell it to show encodings. That will result in the two 'mov' instructions
8 ; being on separate lines in the output. We look for the "; encoding" string
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
12 # Local filename of the skia shared object
15 # Makes this module into shared object that is simply copied into the apk
20 # Sets up the JNI module that our app calls into to draw things with skia.
23 include $(CLEAR_VARS) # clear out the variables of the previous module
25 # Name of the module that the app will reference with System.loadLibrary
28 # List of the source files compiled for this modul
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
Application.mk 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
  /external/chromium_org/chrome/browser/resources/
about_flash.js 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 * Takes the |moduleListData| input argument which represents data about
7 * the currently available modules and populates the html jstemplate
8 * with that data. It expects an object structure like the above.
12 // This is the javascript code that processes the template:
19 * Asks the C++ FlashUIDOMHandler to get details about the Flash and retur
    [all...]

Completed in 1203 milliseconds

1 2 3 4 5 6 7 8 91011>>