OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exactly
(Results
1 - 25
of
72
) sorted by null
1
2
3
/build/tools/droiddoc/templates-ds/
class.cs
102
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
150
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
288
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
294
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
303
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
330
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
345
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
354
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
381
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
390
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?
[
all
...]
/build/tools/droiddoc/templates-sac/
class.cs
102
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
150
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
288
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
294
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
303
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
330
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
345
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
354
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
381
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
390
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?
[
all
...]
/build/tools/droiddoc/templates-sdk/
class.cs
102
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
150
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
288
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
294
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
303
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
330
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
345
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
354
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
381
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
390
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?
[
all
...]
/external/doclava/res/assets/templates/
class.cs
92
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
140
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
278
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
284
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
293
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
320
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
335
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
344
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
371
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?>
380
<?cs # this next line must be
exactly
like this to be parsed by eclipse ?
[
all
...]
/external/chromium_org/tools/grit/grit/tool/
newgrd.py
65
print 'This tool requires
exactly
one argument, the name of the output file.'
transl2tc.py
69
self.Out('This tool takes
exactly
three arguments:\n'
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js
29
// ensures that
exactly
one view will have the matching URL.
/external/compiler-rt/make/
lib_util.mk
60
# Helper function to select the right set of dirs (which should be
exactly
one)
lib_platforms.mk
45
# Check that
exactly
one of UniversalArchs or Arch was defined.
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql
91
CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
92
CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
104
CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
105
CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
115
CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
116
CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js
35
// ensures that
exactly
one view will have the matching URL.
/packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql
123
CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
124
CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
136
CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
137
CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
147
CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
148
CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
/packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql
147
CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
148
CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
160
CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
161
CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
171
CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
172
CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, '
exactly
one of type or label must be set'); END;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
metrics.js
115
// Setting min to 1 looks strange but this is
exactly
the recommended way
/external/chromium_org/v8/test/mjsunit/
debug-liveedit-breakpoints.js
44
+ function_z_text // function takes
exactly
3 lines
debug-step-4-in-frame.js
118
// Stepping in the frame #0 (should be
exactly
the same as above).
/external/junit/
Android.mk
50
# build a core-junit-hostdex jar that contains
exactly
the same classes
/external/v8/test/mjsunit/
debug-liveedit-breakpoints.js
44
+ function_z_text // function takes
exactly
3 lines
/external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec
90
This conversion means -1, 0, and +1 are all
exactly
representable,
100
The Table 2.9 conversion is incapable of
exactly
representing
/external/mesa3d/docs/
MESA_texture_signed_rgba.spec
90
This conversion means -1, 0, and +1 are all
exactly
representable,
100
The Table 2.9 conversion is incapable of
exactly
representing
/external/chromium_org/v8/test/mjsunit/harmony/
block-for.js
94
// Check that there is
exactly
one variable without initializer
/external/v8/test/mjsunit/harmony/
block-for.js
94
// Check that there is
exactly
one variable without initializer
/external/libffi/src/powerpc/
linux64_closure.S
111
# Each of the ret_typeX code fragments has to be
exactly
16 bytes long
/external/libvorbis/doc/
08-residue.tex
34
coding structure, ignoring for the moment
exactly
how a partition is
352
Format zero decodes partitions
exactly
as described earlier in the
386
Format 1 decodes partitions
exactly
as described earlier in the
/external/chromium_org/chrome/third_party/mock4js/
mock4js.js
33
object.
exactly
= function(expectedCallCount) {
Completed in 588 milliseconds
1
2
3