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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/node/
empty.py 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # found in the LICENSE file.
19 '''Base class for all the grouping elements (<structures>, <includes>,
31 '''The <includes> element.'''
37 '''The <messages> element.'''
43 '''The <structures> element.'''
50 '''The <translations> element.'''
56 '''The <outputs> element.'''
62 '''The <identifiers> element.'''
  /external/valgrind/main/memcheck/tests/
xml1.stdout.exp 1 hello from frame3(). The answer is not 42.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
issperr.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
6 #warning The header issperr.h is an obsolete file.
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
11 The Mozilla Foundation
12 The Xiph.Org Foundation
  /external/libvpx/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
11 The Mozilla Foundation
12 The Xiph.Org Foundation
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
11 The Mozilla Foundation
12 The Xiph.Org Foundation
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 Displays a notification with the current time. Requires "notifications"
7 permission in the manifest file (or calling
11 var time = /(..)(:..)/.exec(new Date()); // The prettyprinted time.
12 var hour = time[1] % 12 || 12; // The prettyprinted hour.
13 var period = time[1] < 12 ? 'a.m.' : 'p.m.'; // The period of the day.
15 '48.png', // The image.
16 hour + time[2] + ' ' + period, // The title
    [all...]
  /external/proguard/examples/dictionaries/
shakespeare.txt 12 --From The Tempest (V, i, 275-276)
  /external/valgrind/main/drd/tests/
pth_create_glibc_2_0.stderr.exp 2 The thread.
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 12 --From The Tempest (V, i, 275-276)
  /sdk/dumpeventlog/etc/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /external/chromium_org/remoting/webapp/js_proto/
console_proto.js 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
14 * @param {...*} var_args The message(s) to log.
20 * @param {...*} var_args The message(s) to log.
26 * @param {...*} var_args The message(s) to log.
  /sdk/dumpeventlog/
Android.mk 1 # Copyright 2007 The Android Open Source Project
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 * This variable structure is here to document the structure that the template
7 * expects to correctly populate the page.
12 'type': 'The type of module found',
14 'The type of module (string), defaults to blank for regular modules',
15 'status': 'The module status',
16 'location': 'The module path, not including filename',
17 'name': 'The name of the module'
    [all...]
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 * NOTE: The use of this file is deprecated. Use load_time_data.js instead.
8 * The local strings get injected into the page using a variable named
14 * assigned to the templateData property after construction. If all else
15 * fails, the value of window.templateDate will be used.
26 * Returns a formatted string where $1 to $9 are replaced by the second to the
28 * @param {string} s The format string
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_msgs.js 1 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
6 * @fileoverview Defined the convenience function cvox.Msgs.getMsg.
21 * Return the current locale.
22 * @return {string} The locale.
28 * Returns the message with the given message id.
33 * @param {string} message_id The id.
35 * @return {string} The message.
44 * @param {number} num The number
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 1 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
5 // Custom binding for the enterprise.platformKeys API.
7 // The platformKeys API consists of two major parts:
8 // - the certificate management.
9 // - the key generation and crypto operations and
10 // The former is implemented without custom binding as static functions.
11 // The latter is exposed by implementing WebCrypto's SubtleCrypto interface.
12 // The internal API provides the key and crypto operations through stati
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
7 * @param {string} id The ID of the element to find.
8 * @return {HTMLElement} The found element or null if not found.
16 * @param {string} search The search portion of an URL to extract params.
17 * @return {Object} The key value pairs of the extracted params.
40 * Creates a new URL which is the old URL with a GET param of key=value.
42 * @param {string} url The base URL. There is not sanity checking on the URL s
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
README 6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
12 * The above copyright notice and this permission notice shall be
13 * included in all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES O
    [all...]
  /external/chromium_org/ui/keyboard/resources/
constants.js 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
28 * The enumerations of key sounds.
38 * The enumeration of swipe directions.
50 * The ratio between the width and height of the key when in portrait mode.
56 * The ratio between the width and height of the key when in landscape mode
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
README 6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
12 * The above copyright notice and this permission notice shall be
13 * included in all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES O
    [all...]
  /dalvik/dx/junit-tests/
Android.mk 1 # Copyright 2011 The Android Open Source Project
  /development/tools/line_endings/
Android.mk 1 # Copyright 2007 The Android Open Source Project
3 # Copies files into the directory structure described by a manifest
  /device/asus/deb/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
8 echo -n Press Enter to view the license
  /device/asus/flo/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
8 echo -n Press Enter to view the license

Completed in 1673 milliseconds

1 2 3 4 5 6 7 8 91011>>