OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specified
(Results
76 - 100
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/webapp/
host_plugin_proto.js
46
* Updates host config with the values
specified
in |config|. All
47
* fields that are not
specified
in |config| remain
client_plugin.js
40
* Initializes the plugin asynchronously and calls
specified
function
140
* Enable/disable redirection of the
specified
key to the web-app.
163
* Notifies the host that the client has the
specified
size and pixel density.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py
137
""" Searches the file for all paths
specified
in url()'s, href or src attributes."""
/external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec
43
1. Have the GL call a user-
specified
function prior to executing
188
specified
when ProgramCallbackMESA was called.
/external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c
149
#error Unknown threading method
specified
.
/external/chromium_org/tools/checkdeps/
checkdeps.py
69
"""Checks all relevant source files in the
specified
directory and
202
# Directory
specified
. Start here. It's supposed to be relative to the
/external/chromium_org/v8/test/mjsunit/harmony/
generators-parsing.js
53
// A generator without a yield is
specified
as causing an early error. This
58
// A YieldExpression in the RHS of a YieldExpression is currently
specified
as
/external/chromium_org/v8/tools/
v8-info.sh
62
-m Print all patches that were merged to the
specified
V8 branch.
codemap.js
89
* code entry with the
specified
starting address.
103
* code entry with the
specified
starting address.
183
* Finds a code entry that contains the
specified
address. Both static and
/external/iptables/iptables/
iptables-apply
50
The following options may be
specified
, using standard conventions:
/external/mesa3d/docs/OLD/
MESA_program_debug.spec
43
1. Have the GL call a user-
specified
function prior to executing
188
specified
when ProgramCallbackMESA was called.
/external/mesa3d/src/glx/
glxcurrent.c
149
#error Unknown threading method
specified
.
/build/core/
product_config.mk
97
$(error Only one PRODUCT-* goal may be
specified
; saw "$(product_goals)")
152
$(error Only one APP-* goal may be
specified
; saw "$(unbundled_goals)"))
187
# Read in all of the product definitions
specified
by the AndroidProducts.mk
385
# The OTA key(s)
specified
by the product config, if any. The names
/external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js
27
* Checks aboutInfo's details section for the
specified
field.
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js
32
message('Error: No CSS
specified
');
/external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py
100
specified
by |owner| and |repo|.
113
instead of github.com. It reads from files
specified
by |repo|.
/external/chromium_org/ui/keyboard/resources/webui/
api_adapter.js
63
* Cancel the callback
specified
by requestId.
/external/chromium_org/v8/test/intl/date-format/
format-test.js
28
// Test formatting method with
specified
date, invalid input.
/external/chromium_org/v8/test/mjsunit/
math-sqrt.js
28
// Tests the special cases
specified
by ES 15.8.2.17
/external/iputils/
iputils.spec
21
specified
network host and can tell you if that machine is alive and
/external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4
13
dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not
specified
,
/external/v8/test/mjsunit/
math-sqrt.js
28
// Tests the special cases
specified
by ES 15.8.2.17
/system/media/camera/docs/
camera_metadata_tag_info.mako
24
* Array assignments are done using
specified
-index syntax to keep things in
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
test_util.js
93
* Waits for a window with the
specified
App ID prefix. Eg. `files` will match
145
* Resizes the window to the
specified
dimensions.
226
* Waits until the window is set to the
specified
dimensions.
416
* Selects a volume
specified
by its icon name
513
* Sends an event to the element
specified
by |targetQuery|.
536
* Sends an fake event having the
specified
type to the target query.
549
* Sends a fake key event to the element
specified
by |targetQuery| with the
570
*
specified
by |targetQuery|. This sends 'mouseover', 'mousedown', 'mouseup'
597
* Simulates a fake double click event (left button) to the element
specified
by
632
* Sends a fake mouse down event to the element
specified
by |targetQuery|
[
all
...]
/external/emma/core/java12/com/vladium/util/args/
OptsParser.java
196
opts.addError (formatMessage ("option \'" + optName + "\' cannot be
specified
more than once"));
225
// value
specified
explicitly using the <name>separator<value> syntax:
332
final IOpt []
specified
= opts.getOpts ();
local
333
if (
specified
!= null)
335
// validation: all required parameters must be
specified
340
for (int s = 0; s <
specified
.length; ++ s)
342
required.remove (
specified
[s].getCanonicalName ());
353
for (int s = 0; s <
specified
.length; ++ s)
355
final IOpt opt =
specified
[s];
[
all
...]
Completed in 683 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>